RISC-V Adjust long unconditional branch sequence
[official-gcc.git] / ChangeLog
blob1da439950cf0b2de9d57bfa4572fd42eacd47aa1
1 2023-10-10  Christoph Müllner  <christoph.muellner@vrull.eu>
3         * MAINTAINERS: Add myself.
5 2023-10-06  Sergei Trofimovich  <siarheit@google.com>
7         PR bootstrap/111663
8         * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
9         * Makefile.in: Regenerate.
11 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
13         * SECURITY.txt: Fix up indentation.
15 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
17         * SECURITY.txt: Fix up commas.
19 2023-10-04  Siddhesh Poyarekar  <siddhesh@gotplt.org>
21         * SECURITY.txt: New file.
23 2023-09-18  Fei Gao  <gaofei@eswincomputing.com>
25         * MAINTAINERS: Add myself.
27 2023-09-15  Yang Yujie  <yangyujie@loongson.cn>
29         * config-ml.in: Remove unneeded loongarch clause.
30         * configure.ac: Register custom makefile fragments mt-loongarch-*
31         for loongarch targets.
32         * configure: Regenerate.
34 2023-09-12  Edwin Lu  <ewlu@rivosinc.com>
36         * MAINTAINERS: Add myself
38 2023-09-12  Thomas Schwinge  <thomas@codesourcery.com>
39             Chung-Lin Tang  <cltang@codesourcery.com>
41         PR testsuite/109951
42         * Makefile.tpl (BASE_TARGET_EXPORTS): Add
43         'SYSROOT_CFLAGS_FOR_TARGET'.
44         * Makefile.in: Regenerate.
46 2023-09-05  Yang Yujie  <yangyujie@loongson.cn>
48         * config-ml.in: Do not build the multilib library variant
49         that is duplicate with the toplevel one.
51 2023-08-29  Tsukasa OI  <research_trasio@irq.a4lg.com>
53         * MAINTAINERS: Add myself.
55 2023-08-22  Filip Kastl  <fkastl@suse.cz>
57         * MAINTAINERS: Update my email address.
59 2023-08-11  Eric Feng  <ef2648@columbia.edu>
61         * MAINTAINERS: Add myself.
63 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
65         * Makefile.def: Reflect that libsframe needs to installed before
66         libbfd.  Reorder a bit to better track libsframe dependencies.
67         * Makefile.in: Regenerate.
69 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
71         * Makefile.def: Add install dependency on libsframe for libbfd.
72         * Makefile.in: Regenerated.
74 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
76         * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
77         Solaris 11.
79 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
81         * configure: Regenerate.
82         * configure.ac: Add Haiku to list of ELF OSes
83         * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
85 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
87         * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
88         options, including options containing paths.
90 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
92         * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
93         NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
94         errors from nms that refuse to work on non-regular files.  Remove
95         other workarounds for this problem.  Strip out blank lines from the
96         nm output.
98 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
100         * configure.ac: Reinstate 32b PA-RISC HP-UX targets
101         * configure: Regenerate.
103 2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
105         * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
106         * configure: Re-generate.
107         * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
108         (PKG_CONFIG_PATH): New.
109         * Makefile.in: Re-generate.
111 2023-08-07  Luis Machado  <luis.machado@arm.com>
113         * configure.ac: Disable year2038 by default on 32-bit hosts.
114         * configure: Regenerate.
116 2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
118         * Makefile.def: Add gprofng module.
119         * configure.ac: Add --enable-gprofng option.
120         * Makefile.in: Regenerate.
121         * configure: Regenerate.
123 2023-08-07  Martin Liska  <mliska@suse.cz>
125         * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
126         * configure: Regenerate.
128 2023-08-07  Fangrui Song  <maskray@google.com>
130         * configure: Regenerate.
131         * configure.ac: Add --with-zstd.
133 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
135         * configure: Regenerate.
136         * configure.ac: Recover tilegx/tilepro targets.
138 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
140         * configure: Regenerated.
141         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
142         --plugin and rc before enabling --plugin.
144 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
146         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
147         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
148         * configure.ac: Include config/gcc-plugin.m4.
149         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
150         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
151         RANLIB if possible.
152         * Makefile.in: Regenerated.
153         * configure: Likewise.
155 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
157         * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
158         $(CFLAGS).
160 2023-08-07  David Faust  <david.faust@oracle.com>
162         * MAINTAINERS: Add the BPF port to my reviewer listing.
164 2023-08-02  Jan Beulich  <jbeulich@suse.com>
166         * MAINTAINERS: Correct my email address.
168 2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
170         * MAINTAINERS (Write After Approval): Add myself.
172 2023-08-01  Richard Ball  <richard.ball@arm.com>
174         * MAINTAINERS: Add myself.
176 2023-07-31  Andreas Schwab  <schwab@suse.de>
178         * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
179         * configure: Regenerate.
180         * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
182 2023-07-31  xuli  <xuli1@eswincomputing.com>
184         * MAINTAINERS: Add myself.
186 2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
188         * MAINTAINERS: List myself as "nvptx port" maintainer.
190 2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
192         * MAINTAINERS: Add myself to write after approval
194 2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
196         * MAINTAINERS: Add myself as a reviewer for the riscv port.
198 2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
200         * MAINTAINERS: Add myself as a reviewer for the riscv port.
202 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
204         * MAINTAINERS: Add Hao Liu to write after approval
206 2023-07-12  Ken Matsui  <kmatsui@gcc.gnu.org>
208         * MAINTAINERS: Add Ken Matsui to write after approval
210 2023-07-07  Eugene Rozenfeld  <erozen@microsoft.com>
212         * Makefile.in: Collect both kernel and user events for autofdo
213         * Makefile.tpl: Collect both kernel and user events for autofdo
215 2023-06-30  Rishi Raj  <rishiraj45035@gmail.com>
217         * MAINTAINERS: Added myself to Write After Approval and DCO
219 2023-06-29  Eugene Rozenfeld  <erozen@microsoft.com>
221         * Makefile.in: Remove -gtoggle for STAGEautoprofile
222         * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
224 2023-06-25  Lehua Ding  <lehua.ding@rivai.ai>
226         * MAINTAINERS: Add Lehua Ding to write after approval
228 2023-06-25  Iain Sandoe  <iain@sandoe.co.uk>
230         * Makefile.def: Pass the enable-host-pie value to GCC configure.
231         * Makefile.in: Regenerate.
232         * configure: Regenerate.
233         * configure.ac: Adjust the logic for shared and PIE host flags to
234         ensure that PIE is passed for hosts that require it.
236 2023-06-16  YunQiang Su  <yunqiang.su@cipunited.com>
238         * MAINTAINERS (Write After Approval): move Matthew Fortune
239         to Write After Approval.
241 2023-06-15  Marek Polacek  <polacek@redhat.com>
243         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
244         check.
245         * configure: Regenerate.
247 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
249         * MAINTAINERS: Add myself to write after approval
251 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
253         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
254         port maintainer.
255         (Write After Approval): Remove myself.
257 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
259         * MAINTAINERS (Write After Approval): Add myself.
261 2023-05-29  Martin Jambor  <mjambor@suse.cz>
263         * MAINTAINERS: Replace spaces with tabs.
265 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
267         * MAINTAINERS: New entry.
269 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
271         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
272         * Makefile.in: Regenerate
274 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
276         * Makefile.in: Disable warnings as errors for STAGEautofeedback
278 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
280         * MAINTAINERS: Sort.
282 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
284         * MAINTAINERS: Add myself.
286 2023-05-10  Pan Li  <pan2.li@intel.com>
288         * MAINTAINERS: Add myself.
290 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
292         * Makefile.in: Define PROFILE_MERGER
293         * Makefile.tpl: Define PROFILE_MERGER
295 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
297         * MAINTAINERS: Change my email address.
299 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
301         * MAINTAINERS: Add myself.
303 2023-04-26  Martin Liska  <mliska@suse.cz>
305         * MAINTAINERS: fix sorting
307 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
309         * MAINTAINERS (Write After Approval): Add myself.
311 2023-04-24  Martin Liska  <mliska@suse.cz>
313         * MAINTAINERS: Fix sorting.
315 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
317         * configure: Regenerate.
318         * configure.ac: Only create serdep.tmp if needed
320 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
322         * MAINTAINERS (Write After Approval): Add myself.
324 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
326         * MAINTAINERS (Write After Approval): Add myself.
327         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
329 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
331         * MAINTAINERS: Add myself.
333 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
335         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
337 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
339         * MAINTAINERS (Write After Approval): Add myself.
341 2023-02-16  Martin Liska  <mliska@suse.cz>
343         * MAINTAINERS: I'm stepping down from my positions.
345 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
347         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
349 2023-01-06  Clément Chigot  <chigot@adacore.com>
351         * configure.ac: Skip GMP and MPFR when --disable-gdb is
352         provided.
353         * configure: Regenerate.
355 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
357         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
359 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
361         * Makefile.def: Do not build shared libffi.
362         * Makefile.in: Regenerate.
364 2022-12-21  Andrew Pinski  <apinski@marvell.com>
366         * Makefile.def: Add configure-gdb dependencies
367         on all-gmp and all-mpfr.
368         * configure.ac: Split out MPC checking from MPFR.
369         Require GMP and MPFR if the gdb directory exist.
370         * Makefile.in: Regenerate.
371         * configure: Regenerate.
373 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
375         * configure.ac (target_libraries): Add target-libgm2.
376         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
377         Add GCC_TARGET_TOOL entry for gm2.
378         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
379         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
380         * Makefile.def (target_modules): Add libgm2.
381         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
382         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
383         (languages): Add entry for language=m2 with gcc-check-target=check-m2
384         and lib-check-target=check-target-libgm2.
385         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
386         (HOST_EXPORTS): Add definition for GM2.
387         (BASE_TARGET_EXPORTS): Add definition for GM2.
388         (GM2_FOR_BUILD): Defined.
389         (GM2FLAGS): Defined.
390         (GM2_FOR_TARGET): Defined.
391         (GM2FLAGS_FOR_TARGET): Defined.
392         (EXTRA_HOST_FLAGS): Defined.
393         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
394         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
395         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
396         * configure: Rebuilt.
397         * Makefile.in: Rebuilt.
399 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
401         * Makefile.def: Add Rust language.
402         * Makefile.in: Regenerate via autogen.
404 2022-12-09  Martin Liska  <mliska@suse.cz>
406         * MAINTAINERS: Fix spacing.
408 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
410         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
412 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
414         * Makefile.def: Pass host_libs_picflag to host dependent library
415         configures.
416         * Makefile.in: Regenerate.
417         * configure: Regenerate.
418         * configure.ac (host_libs_picflag): New configure variable set to
419         '--with-pic' when building 'host_shared'.
421 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
423         * Makefile.def: Add libsframe as new module with its dependencies.
424         * Makefile.in: Regenerated.
425         * configure.ac: Add libsframe to host_libs.
426         * configure: Regenerated.
428 2022-11-23  Marek Polacek  <polacek@redhat.com>
430         Revert:
431         2022-11-23  Marek Polacek  <polacek@redhat.com>
433         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
434         isl.
435         * Makefile.in: Regenerate.
436         * Makefile.tpl: Set PICFLAG.
437         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
438         check.
439         * configure: Regenerate.
441 2022-11-23  Marek Polacek  <polacek@redhat.com>
443         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
444         isl.
445         * Makefile.in: Regenerate.
446         * Makefile.tpl: Set PICFLAG.
447         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
448         check.
449         * configure: Regenerate.
451 2022-11-14  Martin Liska  <mliska@suse.cz>
453         Revert:
454         2022-11-09  Martin Liska  <mliska@suse.cz>
456         * doc/Makefile: New file.
457         * doc/_static/custom.css: New file.
458         * doc/baseconf.py: New file.
459         * doc/bsd.rst: New file.
460         * doc/contrib.rst: New file.
461         * doc/contribute.rst: New file.
462         * doc/cppdiropts.rst: New file.
463         * doc/cppenv.rst: New file.
464         * doc/cppopts.rst: New file.
465         * doc/cppwarnopts.rst: New file.
466         * doc/favicon.ico: New file.
467         * doc/funding.rst: New file.
468         * doc/gcc_sphinx.py: New file.
469         * doc/gnu.rst: New file.
470         * doc/gnu_free_documentation_license.rst: New file.
471         * doc/gpl-3.0.rst: New file.
472         * doc/indices-and-tables.rst: New file.
473         * doc/lgpl-2.1.rst: New file.
474         * doc/logo.pdf: New file.
475         * doc/logo.svg: New file.
476         * doc/md.rst: New file.
477         * doc/requirements.txt: New file.
479 2022-11-14  Martin Liska  <mliska@suse.cz>
481         Revert:
482         2022-11-09  Martin Liska  <mliska@suse.cz>
484         * doc/baseconf.py: Port to GCC sources.
486 2022-11-14  Martin Liska  <mliska@suse.cz>
488         Revert:
489         2022-11-14  Martin Liska  <mliska@suse.cz>
491         * configure: Regenerate.
492         * configure.ac: Support Sphinx based documentation.
494 2022-11-14  Martin Liska  <mliska@suse.cz>
496         Revert:
497         2022-11-09  Martin Liska  <mliska@suse.cz>
499         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
500         provide a default.
502 2022-11-14  Martin Liska  <mliska@suse.cz>
504         Revert:
505         2022-11-09  Martin Liska  <mliska@suse.cz>
507         * doc/bsd.rst:
508         Add trailing newline.
509         * doc/contrib.rst:
510         Add trailing newline.
511         * doc/contribute.rst:
512         Add trailing newline.
513         * doc/cppdiropts.rst:
514         Add trailing newline.
515         * doc/cppenv.rst:
516         Add trailing newline.
517         * doc/cppopts.rst:
518         Add trailing newline.
519         * doc/cppwarnopts.rst:
520         Add trailing newline.
521         * doc/funding.rst:
522         Add trailing newline.
523         * doc/gnu.rst:
524         Add trailing newline.
525         * doc/gnu_free_documentation_license.rst:
526         Add trailing newline.
527         * doc/gpl-3.0.rst:
528         Add trailing newline.
529         * doc/indices-and-tables.rst:
530         Add trailing newline.
531         * doc/lgpl-2.1.rst:
532         Add trailing newline.
533         * doc/md.rst:
534         Add trailing newline.
536 2022-11-14  Martin Liska  <mliska@suse.cz>
538         Revert:
539         2022-11-09  Martin Liska  <mliska@suse.cz>
541         * configure.ac: Use new install URL.
542         * configure: Regenerate.
544 2022-11-14  Martin Liska  <mliska@suse.cz>
546         Revert:
547         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
549         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
550         instead of just ``.''.
551         * doc/gcc_sphinx.py: Moved to...
552         * doc/modules/gcc_sphinx.py: ...here.
554 2022-11-14  Martin Liska  <mliska@suse.cz>
556         Revert:
557         2022-11-10  Martin Liska  <mliska@suse.cz>
559         * doc/baseconf.py: Modernize by using pathlib.
561 2022-11-14  Martin Liska  <mliska@suse.cz>
563         Revert:
564         2022-11-11  Martin Liska  <mliska@suse.cz>
566         * doc/Makefile: Disable -j auto.
568 2022-11-14  Martin Liska  <mliska@suse.cz>
570         Revert:
571         2022-11-11  Martin Liska  <mliska@suse.cz>
573         * doc/Makefile: Update comment.
575 2022-11-14  Martin Liska  <mliska@suse.cz>
577         Revert:
578         2022-11-11  Martin Liska  <mliska@suse.cz>
580         * doc/indices-and-tables.rst: Rename Indexes to Indices.
582 2022-11-14  Martin Liska  <mliska@suse.cz>
584         Revert:
585         2022-11-13  Martin Liska  <mliska@suse.cz>
587         PR web/107643
588         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
589         is set.
590         * doc/indices-and-tables.rst: Use include_todo tag.
592 2022-11-14  Martin Liska  <mliska@suse.cz>
594         Revert:
595         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
597         * doc/contrib.rst: Update Jeff Law's email address.
599 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
601         * doc/contrib.rst: Update Jeff Law's email address.
603 2022-11-13  Martin Liska  <mliska@suse.cz>
605         PR web/107643
606         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
607         is set.
608         * doc/indices-and-tables.rst: Use include_todo tag.
610 2022-11-11  Martin Liska  <mliska@suse.cz>
612         * doc/indices-and-tables.rst: Rename Indexes to Indices.
614 2022-11-11  Martin Liska  <mliska@suse.cz>
616         * doc/Makefile: Update comment.
618 2022-11-11  Martin Liska  <mliska@suse.cz>
620         * doc/Makefile: Disable -j auto.
622 2022-11-10  Martin Liska  <mliska@suse.cz>
624         * doc/baseconf.py: Modernize by using pathlib.
626 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
628         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
629         instead of just ``.''.
630         * doc/gcc_sphinx.py: Moved to...
631         * doc/modules/gcc_sphinx.py: ...here.
633 2022-11-09  Martin Liska  <mliska@suse.cz>
635         * configure.ac: Use new install URL.
636         * configure: Regenerate.
638 2022-11-09  Martin Liska  <mliska@suse.cz>
640         * doc/bsd.rst:
641         Add trailing newline.
642         * doc/contrib.rst:
643         Add trailing newline.
644         * doc/contribute.rst:
645         Add trailing newline.
646         * doc/cppdiropts.rst:
647         Add trailing newline.
648         * doc/cppenv.rst:
649         Add trailing newline.
650         * doc/cppopts.rst:
651         Add trailing newline.
652         * doc/cppwarnopts.rst:
653         Add trailing newline.
654         * doc/funding.rst:
655         Add trailing newline.
656         * doc/gnu.rst:
657         Add trailing newline.
658         * doc/gnu_free_documentation_license.rst:
659         Add trailing newline.
660         * doc/gpl-3.0.rst:
661         Add trailing newline.
662         * doc/indices-and-tables.rst:
663         Add trailing newline.
664         * doc/lgpl-2.1.rst:
665         Add trailing newline.
666         * doc/md.rst:
667         Add trailing newline.
669 2022-11-09  Martin Liska  <mliska@suse.cz>
671         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
672         provide a default.
674 2022-11-09  Martin Liska  <mliska@suse.cz>
676         * configure: Regenerate.
677         * configure.ac: Support Sphinx based documentation.
679 2022-11-09  Martin Liska  <mliska@suse.cz>
681         * doc/baseconf.py: Port to GCC sources.
683 2022-11-09  Martin Liska  <mliska@suse.cz>
685         * doc/Makefile: New file.
686         * doc/_static/custom.css: New file.
687         * doc/baseconf.py: New file.
688         * doc/bsd.rst: New file.
689         * doc/contrib.rst: New file.
690         * doc/contribute.rst: New file.
691         * doc/cppdiropts.rst: New file.
692         * doc/cppenv.rst: New file.
693         * doc/cppopts.rst: New file.
694         * doc/cppwarnopts.rst: New file.
695         * doc/favicon.ico: New file.
696         * doc/funding.rst: New file.
697         * doc/gcc_sphinx.py: New file.
698         * doc/gnu.rst: New file.
699         * doc/gnu_free_documentation_license.rst: New file.
700         * doc/gpl-3.0.rst: New file.
701         * doc/indices-and-tables.rst: New file.
702         * doc/lgpl-2.1.rst: New file.
703         * doc/logo.pdf: New file.
704         * doc/logo.svg: New file.
705         * doc/md.rst: New file.
706         * doc/requirements.txt: New file.
708 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
710         * Makefile.def: Remove module 'liboffloadmic'.
711         * Makefile.in: Regenerate.
712         * configure.ac: Remove 'liboffloadmic' handling.
713         * configure: Regenerate.
715 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
717         * MAINTAINERS: Update email address.
719 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
721         * configure.ac: Don't configure readline if --with-system-readline is
722         used.
723         * configure: Re-generate.
725 2022-10-12  Cui,Lili  <lili.cui@intel.com>
727         * MAINTAINERS (Write After Approval): Add myself.
729 2022-10-11  Olivier Hainque  <hainque@adacore.com>
731         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
732         and friends for rtp !large. Assume the linker has the required
733         abilities and set lt_cv_deplibs_check_method.
735 2022-09-30  Olivier Hainque  <hainque@adacore.com>
737         * configure.ac (*vxworks*): If enable_shared is not
738         set, set to "no" and add --disable-shared to target and
739         host_configargs.
740         * configure: Regenerate.
742 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
744         * MAINTAINERS: Update my email address and DCO entry.
746 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
748         * MAINTAINERS (Write After Approval): Add myself.
750 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
752         * MAINTAINERS (Write After Approval): Add myself.
754 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
756         * MAINTAINERS: Update my email address.
758 2022-09-07  Tom de Vries  <tdevries@suse.de>
760         * configure.ac: Set extra_host_libiberty_configure_flags and
761         extra_host_zlib_configure_flags in separate case statements.
762         * configure: Regenerate.
764 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
766         * MAINTAINERS: Update c-sky port maintainers' emails.
768 2022-08-31  Martin Liska  <mliska@suse.cz>
770         * configure: Regenerate.
771         * configure.ac: Delete hpux9 and hpux10.
773 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
775         * Makefile.def: Drop libelf module and gcc-configure dependency
776         on it.
777         * Makefile.in: Regenerate with 'autogen Makefile.def'.
778         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
779         LIBELFINC.
780         * configure: Regenrate.
781         * configure.ac (host_libs): Drop unused libelf.
783 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
785         * Makefile.in: Regenerate.
787 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
789         * MAINTAINERS: Add myself as AutoFDO maintainer.
791 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
792             Arnaud Charlet  <charlet@adacore.com>
794         * configure: Regenerate.
796 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
798         PR bootstrap/106472
799         * Makefile.def (dependencies): Make configure-target-libgo depend
800         upon all-target-libbacktrace.
802 2022-07-27  David Faust  <david.faust@oracle.com>
804         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
806 2022-07-27  Richard Biener  <rguenther@suse.de>
808         * MAINTAINERS (Roger Sayle): Update e-mail address.
810 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
812         * MAINTAINERS (Write After Approval): Add myself.
814 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
816         * MAINTAINERS: Add myself as Ada front end co-maintainer.
818 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
820         * .gitignore: Do not ignore config.h.
822 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
824         * MAINTAINERS: Add myself to Write After Approval.
826 2022-07-04  Martin Liska  <mliska@suse.cz>
828         * MAINTAINERS: fix sorting of names
830 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
832         * MAINTAINERS: add myself.
834 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
836         * MAINTAINERS: Add myself to write after approval and DCO.
838 2022-07-02  Tim Lange  <mail@tim-lange.me>
840         * MAINTAINERS: Add myself.
842 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
844         * MAINTAINERS (Write After Approval): Add myself.
846 2022-06-30  Cui,Lili  <lili.cui@intel.com>
848         Revert:
849         2022-06-30  Cui,Lili  <lili.cui@intel.com>
851         * MAINTAINERS (Write After Approval): Add myself.
853 2022-06-30  Cui,Lili  <lili.cui@intel.com>
855         * MAINTAINERS (Write After Approval): Add myself.
857 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
859         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
860         (EXTRA_GCC_FLAGS): Likewise.
861         * Makefile.in: Rebuilt.
863 2022-06-28  konglin1  <lingling.kong@intel.com>
865         * MAINTAINERS (Write After Approval): Add myself.
867 2022-06-27  Tom de Vries  <tdevries@suse.de>
869         * configure.ac: Build libiberty pic variant for gdbserver.
870         * configure: Regenerate.
872 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
874         * configure: Regenerate.
875         * configure.ac: Correct use of $host.
877 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
879         * MAINTAINERS: Remove tilegx and tilepro entries.
880         * configure.ac: Remove tilegx and tilepro stanzas.
881         * configure: Rebuilt.
883 2022-05-28  Bruce Korb  <bkorb@gnu.org>
885         * .gitignore: Ignore vim swap files
887 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
889         * MAINTAINERS: Add myself to write after approval.
891 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
893         * MAINTAINERS: Remove myself from DCO section.
895 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
897         * MAINTAINERS: Update my email address.
899 2022-05-09  Clément Chigot  <chigot@adacore.com>
901         * MAINTAINERS: Update my email address.
903 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
905         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
906         section.
908 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
910         * MAINTAINERS: Update my email address.
912 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
914         * MAINTAINERS: Update my email address.
916 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
918         * MAINTAINERS: (CPU Port Maintainers): Add myself and
919         Lulu as LoongArch port maintainer.
921 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
922             Lulu Cheng  <chenglulu@loongson.cn>
924         * configure.ac: Add LoongArch tuples.
925         * configure: Regenerate.
927 2022-03-28  Tom Tromey  <tromey@adacore.com>
929         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
930         * configure: Rebuild.
932 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
934         * MAINTAINERS: Change my information.
936 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
938         * MAINTAINERS: Add myself to DCO section.
940 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
942         * configure.ac: Fix incorrect option in comment.
943         * configure: Regenerate.
945 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
947         * Makefile.def (dependencies): Make configure-sim depend on
948         all-readline.
949         * Makefile.in: Regenerate.
951 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
953         * MAINTAINERS (Write After Approval): Update my e-mail address.
955 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
957         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
959 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
961         * MAINTAINERS: Update my email and add myself to the DCO list.
963 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
965         Revert:
966         2021-09-16  Andrew Pinski  <apinski@marvell.com>
968         PR bootstrap/67102
969         * Makefile.def: Have configure-target-libffi depend on
970         all-target-libstdc++-v3.
971         * Makefile.in: Regenerate.
973 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
975         PR other/104181
976         * build.log: Remove.
978 2022-01-20  Martin Liska  <mliska@suse.cz>
980         * MAINTAINERS: Adjust email address based on IRC request.
982 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
984         * MAINTAINERS: Update my email address.
986 2022-01-17  Martin Liska  <mliska@suse.cz>
988         * MAINTAINERS: Rename .c names to .cc.
990 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
992         * Makefile.am: Remove.
994 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
996         * Makefile.am: New file.
998 2022-01-11  Martin Liska  <mliska@suse.cz>
1000         * MAINTAINERS: Sort 2 names.
1002 2022-01-10  Martin Liska  <mliska@suse.cz>
1004         * MAINTAINERS: Fix obvious issues with sorting.
1006 2022-01-07  liuhongt  <hongtao.liu@intel.com>
1008         * build.log: New file.
1010 2022-01-05  Nathan Sidwell  <nathan@acm.org>
1012         * MAINTAINERS: Add DCO entry.  Sort that list.
1014 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
1016         * MAINTAINERS: Change of email address in both DCO and
1017         Write After Approval list.
1019 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1021         * configure: Regenerate.
1023 2021-12-21  Martin Liska  <mliska@suse.cz>
1025         * config.sub: Change mode back to 755.
1027 2021-12-17  Martin Liska  <mliska@suse.cz>
1029         * config.sub: Sync from master.
1031 2021-12-17  Martin Liska  <mliska@suse.cz>
1033         Revert:
1034         2021-12-16  Matthias Seidel  <mseidel@apache.org>
1036         * config.sub: Fix typo.
1038 2021-12-16  Matthias Seidel  <mseidel@apache.org>
1040         * config.sub: Fix typo.
1042 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
1044         Revert:
1045         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1047         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1048         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1049         * configure.ac: Include config/gcc-plugin.m4.
1050         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1051         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1052         RANLIB if possible.
1053         * Makefile.in: Regenerated.
1054         * configure: Likewise.
1056 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1058         * Makefile.tpl (BUILD_CFLAGS): New.
1059         (CFLAGS): Append $(BUILD_CFLAGS).
1060         (CXXFLAGS): Likewise.
1061         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1062         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1063         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1064         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1065         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1066         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1067         (PGO-TRAINING-TARGETS): Likewise.
1068         (PGO_BUILD_TRAINING): Likewise.
1069         (all): Add '+' to the command line for recursive make.  Support
1070         the PGO build.
1071         * configure.ac: Add --enable-pgo-build[=lto].
1072         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1073         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
1074         * Makefile.in: Regenerated.
1075         * configure: Likewise.
1077 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1079         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1080         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1081         * configure.ac: Include config/gcc-plugin.m4.
1082         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1083         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1084         RANLIB if possible.
1085         * Makefile.in: Regenerated.
1086         * configure: Likewise.
1088 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
1090         * MAINTAINERS: Add myself to write after approval.
1092 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
1094         * MAINTAINERS: Adding myself.
1096 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
1098         * configure: Regenerate.
1099         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1100         $(CPP).
1102 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1104         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1105         libatomic.
1106         * Makefile.in: Regenerate.
1107         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1108         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1109         target-libphobos-bootstrap.
1110         (STAGE2_CONFIGURE_FLAGS): Likewise.
1111         * configure: Regenerate.
1112         * configure.ac: Add support for bootstrapping D front-end.
1114 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
1116         * MAINTAINERS: Add myself to DCO section and update email address.
1118 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
1120         * configure: Regenerate.
1121         * configure.ac: Ensure that PIC (shared) defaults are set
1122         correctly for Darwin.
1124 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
1126         * MAINTAINERS: Update my address.
1128 2021-11-12  Alan Modra  <amodra@gmail.com>
1130         * Makefile.def (configure-opcodes): Depend on configure-bfd.
1131         * Makefile.in: Regenerate.
1133 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
1135         * MAINTAINERS: Clarify the policy WRT the Write After Approval
1136         list.
1138 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1140         * MAINTAINERS (Reviewers, arc): Remove my entry.
1141         (Write After Approval): Add an entry for myself.
1143 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
1145         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1146         * Makefile.in: Regenerate.
1147         * configure: Regenerate.
1148         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1150 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
1152         * MAINTAINERS: Fix up Maciej's entries.
1154 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
1156         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1157         maintainer.
1159 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
1161         PR other/102663
1162         * Makefile.def: Handle install-dvi target.
1163         * Makefile.tpl: Likewise.
1164         * Makefile.in: Regenerate.
1166 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
1168         * MAINTAINERS: Add myself for write after approval.
1170 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
1172         * Makefile.def: Mark libcody, libdecnumber,
1173         c++tools, libgcc, and libobjc as missing TAGS
1174         targets.
1175         * Makefile.in: Regenerate.
1177 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
1179         * MAINTAINERS: Add myself to DCO section and update email
1180         address.
1182 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
1184         * MAINTAINERS: Add myself to DCO section.
1186 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1188         * configure: Regenerate.
1189         * configure.ac (skipdirs): Add the contents of target_configdirs if
1190         we are not building gcc.
1192 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1194         * Makefile.def: Back-port commits ba4d88ad892f and
1195         755ba58ebef0 from binutils-gdb repository.
1196         * Makefile.in: Regenerated.
1198 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
1200         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1202 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
1204         * Makefile.def: Add a jit check target for the jit
1205         language.
1206         * Makefile.in: Regenerate.
1208 2021-09-16  Andrew Pinski  <apinski@marvell.com>
1210         PR bootstrap/67102
1211         * Makefile.def: Have configure-target-libffi depend on
1212         all-target-libstdc++-v3.
1213         * Makefile.in: Regenerate.
1215 2021-09-10  Petter Tomner  <tomner@kth.se>
1217         * MAINTAINERS: Me added to DCO and write after approval
1219 2021-09-01  YunQiang Su  <syq@debian.org>
1221         * MAINTAINERS: Add myself for write after approval.
1223 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1225         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1226         * Makefile.in: Regenerate.
1228 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
1230         * MAINTAINERS: Add myself for write after approval.
1232 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
1234         * Makefile.in: Regenerate.
1235         * Makefile.tpl: Make the state of the configured host
1236         shared flag available to makefile fragements.
1238 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
1240         * MAINTAINERS (Write After Approval): Add myself.
1242 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1244         * .dir-locals.el (bug-reference-url-format): Use https.
1246 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1248         * .dir-locals.el (c-mode): Change fill-column to 79.
1250 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1252         * MAINTAINERS: Add myself to DCO section.
1254 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1256         * configure: Regenerate.
1257         * configure.ac: Adjust cases for which it is necessary to
1258         include the Darwin host config fragment.
1260 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1262         * MAINTAINERS: Add myself for write after approval and DCO.
1264 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1266         * Makefile.def: Add dsymutil defs.
1267         * Makefile.in: Regenerated.
1268         * Makefile.tpl: Add dsymutil to flags.
1269         * configure: Regenerated.
1270         * configure.ac: Add dsymutil to target and build recipes.
1272 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1274         * MAINTAINERS: Add myself for write after approval.
1276 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1278         * MAINTAINERS (Write After Approval): Add myself.
1280 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1282         * MAINTAINERS: Add myself for write after approval and DCO
1284 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1286         * .gitignore: Add entry for cscope.out.
1288 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1290         * MAINTAINERS: Remove my Write After Approval entry.
1292 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1294         * MAINTAINERS: Add myself as maintainer of the i386 vector
1295         extensions.
1297 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1299         * MAINTAINERS (Write After Approval): Add myself.
1301 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1303         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1304         as *vrp and ranger maintainers.
1306 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1308         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1309         not trigger testsuite failures.
1311 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1313         * MAINTAINERS: Add myself to DCO section with both email addresses.
1315 2021-06-03  Jason Merrill  <jason@redhat.com>
1317         * MAINTAINERS: Add DCO version number.
1319 2021-06-02  Jason Merrill  <jason@redhat.com>
1321         * MAINTAINERS: Add DCO section.
1323 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1325         * MAINTAINERS (Write After Approval): Add myself.
1327 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1329         * configure.ac: Add gnulib to configdirs for sim.
1330         * configure: Regenerate.
1332 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1334         * Makefile.def: Add configure-sim dependency on all-gnulib.
1335         * Makefile.in: Regenerated.
1337 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1339         * MAINTAINERS (Write After Approval): Add myself.
1341 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1343         * MAINTAINERS (Write After Approval): Add myself.
1345 2021-05-11  Martin Liska  <mliska@suse.cz>
1347         * MAINTAINERS: Remove entries for removed
1348         components (HSA, BRIG, libhsail-rt).
1349         Move Pekka to Write After Approval.
1351 2021-05-11  Martin Liska  <mliska@suse.cz>
1353         * Makefile.def: Remove libhsail-rt.
1354         * Makefile.in: Likewise.
1355         * configure.ac: Likewise.
1356         * configure: Regenerate.
1357         * libhsail-rt/ChangeLog: Removed.
1358         * libhsail-rt/Makefile.am: Removed.
1359         * libhsail-rt/Makefile.in: Removed.
1360         * libhsail-rt/README: Removed.
1361         * libhsail-rt/aclocal.m4: Removed.
1362         * libhsail-rt/configure: Removed.
1363         * libhsail-rt/configure.ac: Removed.
1364         * libhsail-rt/configure.tgt: Removed.
1365         * libhsail-rt/include/internal/fibers.h: Removed.
1366         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1367         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1368         * libhsail-rt/include/internal/workitems.h: Removed.
1369         * libhsail-rt/rt/arithmetic.c: Removed.
1370         * libhsail-rt/rt/atomics.c: Removed.
1371         * libhsail-rt/rt/bitstring.c: Removed.
1372         * libhsail-rt/rt/fbarrier.c: Removed.
1373         * libhsail-rt/rt/fibers.c: Removed.
1374         * libhsail-rt/rt/fp16.c: Removed.
1375         * libhsail-rt/rt/misc.c: Removed.
1376         * libhsail-rt/rt/multimedia.c: Removed.
1377         * libhsail-rt/rt/queue.c: Removed.
1378         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1379         * libhsail-rt/rt/segment.c: Removed.
1380         * libhsail-rt/rt/workitems.c: Removed.
1381         * libhsail-rt/target-config.h.in: Removed.
1383 2021-05-04  Nick Clifton  <nickc@redhat.com>
1385         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1386         * configure: Regenerate.
1388 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1389             Tobias Burnus  <tobias@codesourcery.com>
1391         * configure.ac (--enable-offload-defaulted): New.
1392         * configure: Regenerate.
1394 2021-04-23  David Faust  <david.faust@oracle.com>
1396         * MAINTAINERS (Write After Approval): Add myself.
1398 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1400         * MAINTAINERS (Write After Approval): Add myself.
1402 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1404         * MAINTAINERS: Add myself as pru port maintainer.
1406 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1408         * MAINTAINERS: Add myself as static analyzer maintainer.
1410 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1412         * MAINTAINERS: Update primary entry.
1414 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1416         * MAINTAINERS (Write After Approval): Add myself.
1418 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1420         * Makefile.def: Remove all-sim dependency on configure-gdb.
1421         * Makefile.in: Regenerated.
1423 2021-03-11  Jeff Law  <law@redhat.com>
1425         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1427 2021-03-11  Martin Liska  <mliska@suse.cz>
1429         * Makefile.tpl: The change was done Makefile.in which
1430         is generated file.
1432 2021-03-08  Jeff Law  <law@redhat.com>
1434         * MAINTAINERS: Update my email address
1436 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1438         * config.guess: Import latest upstream.
1439         * config.sub: Import latest upstream.
1441 2021-01-25  Martin Liska  <mliska@suse.cz>
1443         PR gcov-profile/98739
1444         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1445         for profiledbootstrap.
1447 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1449         * MAINTAINERS (Write After Approval): Add myself.
1451 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1453         * MAINTAINERS (Write After Approval): Update my e-mail address.
1455 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1457         * MAINTAINERS: Fix spacing.
1459 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1461         * MAINTAINERS (Write After Approval): Add myself
1463 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1465         * Makefile.def: Sync with binutils-gdb:
1466         (dependencies): all-ld depends on all-libctf.
1467         (host_modules): libctf is no longer no_install.
1468         No longer no_check.  Checking depends on all-ld.
1469         * Makefile.in: Regenerated.
1471 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1473         * libtool.m4: Match gnu* along other GNU systems.
1474         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1475         * libgo/configure: Re-generate.
1477 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1479         * MAINTAINERS: Update my email address.
1481 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1483         * MAINTAINERS (Write After Approval): Add myself.
1485 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1487         * Makefile.def
1488         * Makefile.in
1489         * Makefile.tpl
1490         * configure
1491         * configure.ac
1493 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1495         * Makefile.def: Add libcody.
1496         * configure.ac: Add libcody.
1497         * Makefile.in: Regenerated.
1498         * configure: Regenerated.
1500 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1502         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1504 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1506         PR target/97865
1507         * libtool.m4: Update handling of Darwin platform link flags
1508         for Darwin20.
1510 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1512         * .gitignore: Sync with binutils-gdb
1514 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1516         * MAINTAINERS: Add myself as arc port maintainer.
1518 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1520         PR d/87788
1521         * configure.ac: Don't disable D for *-*-darwin*.
1522         * configure: Regenerate.
1524 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1526         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1527         hppa64-*-hpux11*.
1529 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1531         * configure: Regenerate.
1532         * configure.ac: Add --bootstrap-hwasan option.
1534 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1536         * config.guess: Import latest upstream.
1537         * config.sub: Import latest upstream.
1539 2020-11-16  Martin Liska  <mliska@suse.cz>
1541         * .gitignore: Add cache as clangd uses it now.
1543 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1545         * MAINTAINERS (Write After Approval): add myself
1547 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1549         * MAINTAINERS (Write After Approval): Add myself.
1551 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1553         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1554         Remove FIXME comments.
1556 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1558         * MAINTAINERS: Update my email address.
1560 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1562         * MAINTAINERS (Write After Approval): Add myself.
1564 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1566         PR target/97302
1567         * configure.ac: Only set with_gmp to /usr/local
1568         if not building in tree.
1569         * configure: Regenerate.
1571 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1573         * MAINTAINERS (Write After Approval): Add myself.
1575 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1577         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1579 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1581         PR bootstrap/96612
1582         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1583         if not the same as ${host}.
1584         * configure: Regenerate.
1586 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1588         * MAINTAINERS (Write After Approval): Add myself.
1590 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1592         * MAINTAINERS: Update my email address.
1594 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1596         * MAINTAINERS (Write After Approval): Add myself.
1598 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1600         * MAINTAINERS (Write After Approval): Add myself.
1602 2020-06-12  Martin Liska  <mliska@suse.cz>
1604         * .gitignore: Add .clang-tidy.
1606 2020-06-08  Jason Merrill  <jason@redhat.com>
1608         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1609         * configure: Regenerate.
1611 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1613         * MAINTAINERS: Add myself as xtensa port maintainer.
1615 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1617         * configure.ac: Don't require --enable-host-shared when building
1618         for Mingw.
1619         * configure: Regenerate.
1621 2020-05-18  Jason Merrill  <jason@redhat.com>
1623         * configure.ac: Update bootstrap dialect to -std=c++11.
1625 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1627         * MAINTAINERS (Write After Approval): Add myself.
1629 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1631         PR target/92713
1632         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1633         (noconfigdirs): Add 'target-libstdc++-v3'.
1634         * configure: Regenerate.
1636 2020-04-21  Stephen Casner  <casner@acm.org>
1638         PR 25830
1639         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1640         * configure: Rebuild.
1642 2020-04-17  Martin Liska  <mliska@suse.cz>
1643             Jonathan Yong <10walls@gmail.com>
1645         PR gcov-profile/94570
1646         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1647         for CYGWIN.
1649 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1651         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1653 2020-04-09  Tom Tromey  <tom@tromey.com>
1655         * configure: Rebuild.
1656         * Makefile.in: Rebuild.
1657         * Makefile.def (gdbsupport, gdbserver): New host modules.
1658         (configure-gdb): Depend on all-gdbsupport.
1659         (all-gdb): Depend on all-gdbsupport, all-libctf.
1660         * configure.ac (host_tools): Add gdbserver.
1661         Conditionally build gdbserver and gdbsupport.
1663 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1665         * configure.ac: Build libgomp by default for amdgcn.
1666         * configure: Regenerate.
1668 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1670         * MAINTAINERS (Write After Approval): Add myself.
1672 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1674         * MAINTAINERS (Write After Approval) : Add myself.
1676 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1678         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1680 2020-02-14  Martin Sebor  <msebor@redhat.com>
1682         * doc/extend.texi (attribute alias): Mention type requirement.
1683         (attribute weak): Same.
1684         (attribute weakref): Correct invalid example.
1686 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1688         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1690 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1691             Jakub Jelinek  <jakub@redhat.com>
1693         * .gitattributes: Add *.md diff=md.
1695 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1697         The mentioned auto-generated file is no more part of the
1699         GCC sources, it's auto-generated in $(builddir) during build.
1701         PR target/92055
1702         * contrib/gcc_update (files_and_dependencies): Remove
1703         entry for gcc/config/avr/t-multilib.
1705 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1707         * MAINTAINERS: Update my email address.
1709 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1711         * README.MOVED_TO_GIT: Remove.
1713 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1715         * README.MOVED_TO_GIT: New file.
1717 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1719         * MAINTAINERS (Write After Approval): Add myself.
1721 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1723         * MAINTAINERS (write_after_approval): Add myself.
1725 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1727         * MAINTAINERS (write_after_approval): Add myself.
1729 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1731         * MAINTAINERS (write_after_approval): Add myself.
1733 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1735         * configure.ac: Factor out common cases for compare_exclusions.
1736         * configure: Regenerate.
1738 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1740         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1741         flag.
1743 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1745         * MAINTAINERS (Write After Approval): Add myself.
1747 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1749         PR middle-end/92463
1750         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1751         * configure: Regenerate
1753 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1755         * configure.ac: Use https for gcc.gnu.org.
1756         * configure: Regenerated.
1758 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1760         * MAINTAINERS (aarch64 port): Remove my name, move to...
1761         (Write After Approval): ...Here.
1763 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1765         * MAINTAINERS: Change my email address as maintainer.
1767 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1769         PR fortran/91828
1770         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1771         * configure: Regenerated.
1773 2019-10-21  Jason Merrill  <jason@redhat.com>
1775         * .gitattributes: Also check ChangeLog whitespace.
1777 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1779         * contrib/dg-extract-results.sh: Add support for KPASS.
1780         * contrib/dg-extract-results.py: Likewise.
1782 2019-10-17  Jason Merrill  <jason@redhat.com>
1784         * .gitattributes: Avoid {} in filename pattern.
1786 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1788         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1789         Approval section.
1791 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1793         * MAINTAINERS: Add myself to Write After Approval
1795 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1797         * MAINTAINERS: Add myself as an aarch64 maintainer.
1799 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1801         * MAINTAINERS: Add myself as aarch64 maintainer.
1803 2019-09-23  Carl Love  <cel@us.ibm.com>
1805         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1806         New define_insn.
1807         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1808         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1810 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1812         * MAINTAINERS (Sam Tebbs): Update email address.
1814 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1816         * MAINTAINERS: Update my email address.
1818 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1820         * libtool.m4: Handle uclinuxfdpiceabi.
1822 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1824         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1825         Remove myself from Write After Approval section.
1827 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1829         * configure.ac: Support for bpf-*-* targets.
1830         * configure: Regenerate.
1832 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1834         * config.sub: Import upstream version 2019-06-30.
1835         * config.guess: Import upstream version 2019-07-24.
1837 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1839         * MAINTAINERS: Remove spu port maintainers.
1841 2019-08-28  Martin Liska  <mliska@suse.cz>
1843         * .gitignore: Add .clangd and compile_commands.json
1844         to .gitignore.
1846 2019-08-23  Michael Forney  <mforney@mforney.org>
1848         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1849         * Makefile.in: Regenerate.
1851 2019-08-19  Tom Tromey  <tom@tromey.com>
1853         * configure: Rebuild.
1854         * configure.ac: Add --with-static-standard-libraries.
1856 2019-08-16  Alexandre Oliva <oliva@gnu.org>
1858         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1860 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
1862         * MAINTAINERS (Write After Approval): Add myself.
1864 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1866         * MAINTAINERS (Write After Approval): Remove myself, already listed in
1867         RISC-V port maitainer.
1869 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1871         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1873 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1875         * MAINTAINERS (Write After Approval): Add myself.
1877 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
1879         * MAINTAINERS (Write After Approval): Add myself.
1881 2019-06-25  Martin Liska  <mliska@suse.cz>
1883         contrib/filter-clang-warnings.py: Transform from
1884         filter-rtags-warnings.py.
1886 2019-06-15  Tom Tromey  <tom@tromey.com>
1888         * configure.ac (host_libs): Add gnulib.
1889         * configure: Rebuild.
1890         * Makefile.def (host_modules, dependencies): Add gnulib.
1891         * Makefile.in: Rebuild.
1893 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1895         * MAINTAINERS (Write After Approval): Add myself.
1897 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1899         * configure: Regenerate.
1900         * configure.ac: Add PRU target.
1902 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1904         * MAINTAINERS (Write After Approval): Add myself.
1906 2019-06-11  Nick Clifton  <nickc@redhat.com>
1908         Import these changes from the binutils/gdb repository:
1910         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1912         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1913         and all its deps.
1914         * Makefile.in: Regenerated.
1916         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1918         * Makefile.def (host_modules): Add libctf.
1919         * Makefile.def (dependencies): Likewise.
1920         libctf depends on zlib, libiberty, and bfd.
1921         * Makefile.in: Regenerated.
1922         * configure.ac (host_libs): Add libctf.
1923         * configure: Regenerated.
1925 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1927         * MAINTAINERS (Write After Approval): Add myself.
1929 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1931         * MAINTAINERS: Update my email address.
1933 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1935         * MAINTAINERS (Write After Approval): Add myself.
1937 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1939         * MAINTAINERS (Write After Approval): Add myself.
1941 2019-05-07  Jim Wilson  <jimw@sifive.com>
1943         * MAINTAINERS: Remove myself as IA-64 maintainer.
1945 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1947         * MAINTAINERS (Write After Approval): Add myself.
1949 2019-05-02  Richard Biener  <rguenther@suse.de>
1951         PR bootstrap/85574
1952         * Makefile.tpl (compare target): Also compare extra-compare
1953         files.
1954         * Makefile.in: Regenerate.
1956 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1958         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1959         as modulo-scheduler maintainer.
1961 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1963         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1965 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1967         * MAINTAINERS: Update my email address.
1969 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1971         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1972         * configure: Regenerate.
1974 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1976         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1977         * configure: Regenerate.
1979 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1981         * configure.ac: Add target-zlib to target_libraries.
1982         * configure: Regenerate.
1984 2019-04-09  Martin Liska  <mliska@suse.cz>
1986         * Makefile.in: Regenerate.
1987         * Makefile.tpl: Pass GENERATOR_CFLAGS
1988         in all stages.
1990 2019-03-28  Martin Liska  <mliska@suse.cz>
1992         PR bootstrap/89829
1993         * Makefile.in: Revert r254150.
1994         * Makefile.tpl: Likewise.
1996 2019-03-28  Ben Elliston  <bje@gnu.org>
1998         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1999         related, and libdecnumber.
2001 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
2003         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2004         (Write After Approval): Remove myself.
2006 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
2008         * MAINTAINERS (Write After Approval): Add myself.
2010 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
2012         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2013         (Write After Approval): Remove myself and Julian.
2015 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
2017         * MAINTAINERS (Write After Approval): Add myself.
2019 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
2021         * MAINTAINERS (Write After Approval): Add myself.
2023 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2025         * ChangeLog: Replace space with tab.
2026         * MAINTAINERS: Delete 1 tab to keep alignment.
2028 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
2030         * MAINTAINERS (Write After Approval): Add myself.
2032 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
2034         * MAINTAINERS (Write After Approval): Add myself.
2036 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
2037             Kwok Cheung Yeung  <kcy@codesourcery.com>
2038             Julian Brown  <julian@codesourcery.com>
2039             Tom de Vries  <tom@codesourcery.com>
2040             Jan Hubicka  <hubicka@ucw.cz>
2041             Martin Jambor  <mjambor@suse.cz>
2043         * configure.ac: Likewise.
2044         * configure: Regenerate.
2045         * contrib/config-list.mk: Add amdgcn-amdhsa.
2047 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
2049         * MAINTAINERS (Write After Approval): Add myself.
2051 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2053         * MAINTAINERS (Write After Approval): Add myself.
2055 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2057         PR target/88535
2058         * config.guess: Import upstream version 2019-01-03.
2059         * config.sub: Import upstream version 2019-01-01.
2061 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2063         * MAINTAINERS (Write After Approval): Update my maintainer address.
2065 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
2067         * MAINTAINERS (Write After Approval): Add myself.
2069 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
2071         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2073 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
2075         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2076         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2077         (GCC_TARGET_TOOL): Likewise.
2078         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2079         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2080         OTOOL, OTOOL_FOR_TARGET: New substitutions.
2081         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2082         * configure: Regenerate.
2083         * Makefile.in: Likewise.
2085 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
2087         * MAINTAINERS (Write After Approval): Add myself.
2089 2018-11-13  Martin Liska  <mliska@suse.cz>
2091         * gcc.target/i386/pr87930.c: Move to ...
2092         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
2094 2018-11-10  Stafford Horne  <shorne@gmail.com>
2096         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2097         (Write After Approval): Remove myself.
2099 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2101         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2102         Append $INCICONV to it.
2104 2018-11-04  Stafford Horne  <shorne@gmail.com>
2106         * MAINTAINERS (Write After Approval): Add myself.
2108 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
2110         PR bootstrap/82856
2111         * multilib.am: New file.  From automake.
2113         Merge from binutils-gdb:
2114         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2116         * libtool.m4: Use AC_LANG_SOURCE.
2117         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2118         * ar-lib: New file.
2119         * test-driver: New file.
2120         * configure: Re-generate.
2122 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
2124         * MAINTAINERS (Write After Approval): Add myself.
2126 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
2128         PR bootstrap/87788
2129         PR d/87799
2130         * configure: Rebuild.
2131         * configure.ac: Disable D on systems where it is known not to work.
2133 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
2135         * Makefile.def (target_modules): Add libphobos.
2136         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2137         GDCFLAGS_FOR_TARGET.
2138         (dependencies): Make libphobos depend on libatomic, libbacktrace
2139         configure, and zlib configure.
2140         (language): Add language d.
2141         * Makefile.in: Rebuild.
2142         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2143         (HOST_EXPORTS): Add GDC.
2144         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2145         (BASE_TARGET_EXPORTS): Add GDC.
2146         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2147         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2148         (EXTRA_HOST_FLAGS): Add GDC.
2149         (STAGE1_FLAGS_TO_PASS): Add GDC.
2150         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2151         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2152         environment variables.
2153         * configure: Rebuild.
2154         * configure.ac: Add target-libphobos to target_libraries.  Set and
2155         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2157 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
2159         * MAINTAINERS (Write After Approval): Add myself.
2161 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2163         * MAINTAINERS (Write After Approval): Remove myself.
2165 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2167         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2169 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
2171         * MAINTAINERS: Update my email address.
2173 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
2175         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2176         maintainer.
2178 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
2180         * MAINTAINERS (Write After Approval): Add self.
2182 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2184         * MAINTAINERS (write after approval): Add myself.
2186 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
2188         * MAINTAINERS: Update my email address.
2190 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
2192         * MAINTAINERS (write after approval): Add myself.
2194 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
2196         * MAINTAINERS: Add self to global reviewers list.
2198 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
2200         MAINTAINERS: Add c-sky port maintainers.
2202 2018-08-10  Martin Liska  <mliska@suse.cz>
2204         * MAINTAINERS: Revert change in previous commit and
2205         join lines.
2207 2018-08-10  Martin Liska  <mliska@suse.cz>
2209         * MAINTAINERS: Remove extra line.
2211 2018-08-06  Naveen H.S  <naveenh@marvell.com>
2213         * MAINTAINERS: Update my email address.
2215 2018-07-19  DJ Delorie  <dj@redhat.com>
2217         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2218         as maintainer.
2220 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
2222         * MAINTAINERS: Adjust email address for me and my colleague Robin
2223         Dapp.
2225 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2226             Sunil K Pandey  <sunil.k.pandey@intel.com>
2228         PR target/84413
2229         * config/i386/i386.c (m_CORE_AVX512): New.
2230         (m_CORE_AVX2): Likewise.
2231         (m_CORE_ALL): Add m_CORE_AVX2.
2232         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2233         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2234         and remove the rest of m_SKYLAKE_AVX512.
2236 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2238         * config.sub: Sync with upstream version 2018-07-03.
2240 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2242         * config.guess: Sync with upstream version 2018-06-26.
2243         * config.sub: Sync with upstream version 2018-07-02.
2245 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2247         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2248         * ltmain.sh: Likewise.
2250 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2252         * contrib/config-list.mk: Remove powerpc-linux_paired.
2254 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2256         * configure.ac: Introduce support for @unless/@endunless.
2257         * Makefile.tpl (dep-kind): Rewrite with cond; return
2258         postbootstrap in some cases.
2259         (make-postboot-dep, postboot-targets): New.
2260         (dependencies): Do not output postbootstrap dependencies at
2261         first.  Output non-target ones changed for configure to depend
2262         on stage_last @if gcc-bootstrap, and the original deps @unless
2263         gcc-bootstrap.
2264         * configure.in, Makefile.in: Rebuilt.
2266 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2268         * MAINTAINERS (write after approval): Add myself.
2270 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2272         * MAINTAINERS (write after approval): Add myself.
2274 2018-06-19  Nick Clifton  <nickc@redhat.com>
2276         * zlib/configure.ac: Restore old behaviour of only enabling
2277         multilibs when a target subdirectory is defined.  This allows
2278         building with srcdir == builddir.
2279         * zlib/configure: Regenerate.
2281 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2283         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2284         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2285         * Makefile.in: Regenerate.
2287 2018-06-16  Ben Elliston  <bje@gnu.org>
2289         * config.guess: Import latest version.
2290         * config.sub: Likewise.
2292 2018-06-08  Martin Liska  <mliska@suse.cz>
2294         * MAINTAINERS: Remove MPX-related entries.
2295         * Makefile.def: Remove libmpx support.
2296         * Makefile.in: Regenerate.
2297         * configure.ac: Remove removed files.
2298         * configure: Regenerate.
2299         * libmpx/ChangeLog: Remove.
2300         * libmpx/Makefile.am: Remove.
2301         * libmpx/Makefile.in: Remove.
2302         * libmpx/acinclude.m4: Remove.
2303         * libmpx/aclocal.m4: Remove.
2304         * libmpx/config.h.in: Remove.
2305         * libmpx/configure: Remove.
2306         * libmpx/configure.ac: Remove.
2307         * libmpx/configure.tgt: Remove.
2308         * libmpx/libmpx.spec.in: Remove.
2309         * libmpx/mpxrt/Makefile.am: Remove.
2310         * libmpx/mpxrt/Makefile.in: Remove.
2311         * libmpx/mpxrt/libmpx.map: Remove.
2312         * libmpx/mpxrt/libtool-version: Remove.
2313         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2314         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2315         * libmpx/mpxrt/mpxrt.c: Remove.
2316         * libmpx/mpxrt/mpxrt.h: Remove.
2317         * libmpx/mpxwrap/Makefile.am: Remove.
2318         * libmpx/mpxwrap/Makefile.in: Remove.
2319         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2320         * libmpx/mpxwrap/libtool-version: Remove.
2321         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2323 2018-06-04  Martin Liska  <mliska@suse.cz>
2325         * MAINTAINERS: Add myself as gcov maintainer.
2327 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2329         * MAINTAINERS: Update my email address.
2331 2018-06-04  Tom de Vries  <tdevries@suse.de>
2333         * MAINTAINERS: Remove write-after-approval entries for component
2334         maintainers.
2336 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2338         * MAINTAINERS (write after approval): Add myself.
2340 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2342         * MAINTAINERS: Update my email address.
2344 2018-06-01  Tom de Vries  <tdevries@suse.de>
2346         * MAINTAINERS: Update my email address.
2348 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2350         * MAINTAINERS (loop-optimizer): Add myself.
2352 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2354         * configure.ac: Added "nfp" target.
2355         * configure: Regenerate.
2357 2018-04-30  Richard Biener  <rguenther@suse.de>
2359         PR bootstrap/85571
2360         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2361         (STAGE3_TFLAGS): Likewise.
2362         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2363         (STAGEtrain_TFLAGS): Likewise.
2364         * Makefile.in: Regenerate.
2366 2018-04-26  Richard Biener  <rguenther@suse.de>
2368         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2369         (STAGE2_CFLAGS): Likewise.
2370         (STAGE2_TFLAGS): Likewise.
2371         (STAGE3_CFLAGS): Add -fchecking.
2372         (STAGE3_TFLAGS): Likewise.
2373         (STAGEtrain_CFLAGS): Filter out -fchecking.
2374         (STAGEtrain_TFLAGS): Likewise.
2375         * Makefile.in: Re-generate.
2377 2018-04-25  Catherine Moore <clm@codesourcery.com>
2379         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2381 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2383         * MAINTAINERS (write after approval): Add myself.
2385 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2387         * MAINTAINERS: Update my email address.
2389 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2391         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2393 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2395         * MAINTAINERS: Update my email address and disambiguate myself
2396         a bit from Will Schmidt.
2398 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2400         * MAINTAINERS: Move maintainers of now-removed picochip and score
2401         ports to write after approval.
2403 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2405         * MAINTAINERS: Add entry for SVE maintainership.
2407 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2409         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2410         * configure: Regenerate.
2412 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2414         * MAINTAINERS (write after approval): Add myself.
2416 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2418         * MAINTAINERS (write after approval): Add myself.
2420 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2422         * MAINTAINERS (write after approval): Add myself.
2424 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2426         Update copyright years.
2428 2018-01-03  Ben Elliston  <bje@gnu.org>
2430         * config.guess: Import latest version.
2431         * config.sub: Likewise.
2433 2017-12-12  Stafford Horne  <shorne@gmail.com>
2435         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2436         * configure: Regenerate.
2438 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2440         * MAINTAINERS (Write After Approval): Add myself.
2442 2017-11-28  Julia Koval  <julia.koval@intel.com>
2443             Sebastian Peryt  <sebastian.peryt@intel.com>
2445         * Makefile.def (target_modules): Remove libcilkrts.
2446         * Makefile.in: Ditto.
2447         * configure: Ditto.
2448         * configure.ac: Ditto.
2450 2017-11-28  Julia Koval  <julia.koval@intel.com>
2452         * MAINTAINERS (Write After Approval): Add myself.
2454 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2456         * MAINTAINERS (Write After Approval): Add myself.
2458 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2460         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2461         Use my SiFive email address.
2463 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2465         * MAINTAINERS (write after approval): Add myself.
2467 2017-10-27  Martin Liska  <mliska@suse.cz>
2469         * Makefile.tpl: Use proper name of folder as it was renamed
2470         during transition to 4 stages.
2471         * Makefile.in: Regenerate.
2473 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2475         * MAINTAINERS (write after approval): Add myself.
2477 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2479         * MAINTAINERS: Add a note that maintainership also includes web
2480         pages, docs, and testsuite related to that area.
2482 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2484         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2486 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2488         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2490 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2492         * MAINTAINERS: Remove myself as a vxworks maintainer.
2494 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2496         * MAINTAINERS: Remove email address of Jim Norris.
2498 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2500         * MAINTAINERS (Reviewers): Move myself from here...
2501         (CPU Port Maintainers): ... to here.
2503 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2505         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2507 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2509         * MAINTAINERS (write after approval): Add myself.
2511 2017-07-28  Tony Reix  <tony.reix@atos.net>
2513         * configure.ac (target-libffi): Don't disable for AIX.
2514         (go): Don't add to unsupported_languages on AIX.
2515         (target-libgo): Don't disable for AIX.
2516         * configure: Regenerate.
2518 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2520         * MAINTAINERS: Add myself.
2522 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2524         * MAINTAINERS: Update my email address.
2526 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2528         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2529         arm-specific auto-generated header files.
2531 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2533         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2534         * configure: Rebuilt.
2536 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2538         * MAINTAINERS: Readd myself for c6x.
2540 2017-06-28  Martin Liska  <mliska@suse.cz>
2542         PR bootstrap/81217
2543         * Makefile.def: Remove superfluous bootstrap_target from
2544         bootstrap_stage.
2545         * Makefile.in: Re-generate the file.
2547 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2549         * MAINTAINERS: Add myself to Write After Approval
2551 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2553         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2555 2017-06-19  Martin Liska  <mliska@suse.cz>
2557         * Makefile.def: Define 4 stages PGO bootstrap.
2558         * Makefile.tpl: Define FLAGS.
2559         * Makefile.in: Regenerate.
2561 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2563         * Makefile.def: Add check-gotools to go check targets.
2564         * Makefile.in: Rebuild.
2566 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2568         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2570 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2572         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2573         * configure: Regenerate.
2575 2017-05-31  Martin Liska  <mliska@suse.cz>
2577         * configure.ac: Add handling of stage2_werror_flags to
2578         action-if-given and to action-if-not-given.
2579         * configure: Regenerate.
2581 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2583         * MAINTAINERS: Add self to Write After Approval
2585 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2587         * MAINTAINERS: Update my email address, and remove myself as
2588         maintainer in some areas.
2590 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2592         * MAINTAINERS: Add self to Write After Approval
2594 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2596         * configure.ac: Add --enable-languages=default to mean default and
2597         make --enable-languages=all mean all supported languages.
2598         * configure: Regenerated.
2600 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2602         * config.gcc (powerpc*-*-*spe*): New.
2603         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2604         (powerpc-*-rtems*spe*): New.
2605         (powerpc*-*-linux*spe*): New.
2606         (powerpc-wrs-vxworksspe): New.
2607         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2608         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2609         * config.host (powerpc*-*-*spe*): New.
2611 2017-05-19  Martin Liska  <mliska@suse.cz>
2613         * configure.ac: Add --enable-werror-always just for
2614         bootstrap-debug (or none build config) and do not add it
2615         when we are on a release branch.
2616         * configure: Regenerated.
2618 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2620         * MAINTAINERS: Add self to Write After Approval
2622 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2624         * MAINTAINERS: Move myself to Write After Approval section.
2626 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2628         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2629         ACCH registers.
2630         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2631         available.
2632         (umulsidi3): Likewise.
2633         (mulsidi3_700): Disable this pattern when we have advanced mpy
2634         instructions.
2635         (umulsidi3_700): Likewise.
2636         (maddsidi4): New pattern.
2637         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2638         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2639         (mpydu_imm_arcv2hs): Likewise.
2640         * config/arc/predicates.md (accl_operand): New predicate.
2642 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2643             Andrew Burgess <andrew.burgess@embecosm.com>
2645         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2646         case.
2647         (ARC_AUTOFP_IRQ_P): Likewise.
2648         (ARC_AUTO_IRQ_P): Likewise.
2649         (rgf_banked_register_count): New variable.
2650         (parse_mrgf_banked_regs_option): New function.
2651         (arc_override_options): Handle rgf_banked_regs option.
2652         (arc_handle_interrupt_attribute): Add firq option.
2653         (arc_compute_function_type): Return fast irq type when required.
2654         (arc_must_save_register): Handle fast interrupts.
2655         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2656         (arc_return_address_regs): Update.
2657         * config/arc/arc.h (arc_return_address_regs): Update.
2658         (arc_function_type): Add fast interrupt type.
2659         (ARC_INTERRUPT_P): Update.
2660         (RC_FAST_INTERRUPT_P): Define.
2661         * config/arc/arc.md (simple_return): Update for fast interrupts.
2662         (p_return_i): Likewise.
2663         * config/arc/arc.opt (mrgf-banked-regs): New option.
2664         * doc/invoke.texi (mrgf-banked-regs): Document.
2666 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2668         * config/arc/arc.c (irq_ctrl_saved): New variable.
2669         (ARC_AUTOBLINK_IRQ_P): Define.
2670         (ARC_AUTOFP_IRQ_P): Likewise.
2671         (ARC_AUTO_IRQ_P): Likewise.
2672         (irq_range): New function.
2673         (arc_must_save_register): Likewise.
2674         (arc_must_save_return_addr): Likewise.
2675         (arc_dwarf_emit_irq_save_regs): Likewise.
2676         (arc_override_options): Handle deferred options.
2677         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2678         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2679         arc_must_save_return_addr.
2680         (arc_compute_frame_size): Handle automated save and restore of
2681         registers.
2682         (arc_expand_prologue): Likewise.
2683         (arc_expand_epilogue): Likewise.
2684         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2685         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2686         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2688 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2689         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2691         PR bootstrap/77661
2692         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2693         in-tree build MPC.
2694         * Makefile.in: Regenerate.
2696 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2698         * configure.ac: Enable LTO by default on darwin >= 9.
2699         * configure: Regenerate.
2701 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2703         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2704         and Andrew Waterman as the RISC-V maintainers.
2706 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2708         * MAINTAINERS: Add self to Write After Approval
2710 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2712         * config.guess: Import latest from upstream.
2714 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2716         * MAINTAINERS (Write After Approval): Remove entries that are
2717         already covered under Reviewers.
2719 2017-03-08  Mark Wielaard  <mark@klomp.org>
2721         PR demangler/70909
2722         PR demangler/67264
2723         * include/demangle.h: Add d_printing to struct demangle_component
2724         and pass struct demangle_component as non const.
2726 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2728         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2730 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2732         * Makefile.tpl: Remove HOST_ISLVER.
2733         (HOST_EXPORTS): Remove ISLVER.
2734         * Makefile.in: Regenerate.
2736 2017-02-13  Richard Biener  <rguenther@suse.de>
2738         * configure: Re-generate.
2740 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2742         * MAINTAINERS: Adjust bug reporting URL.
2744 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2746         * MAINTAINERS (Write After Approval): Remove redundant entry
2747         for Andrew Burgess.
2749 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2751         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2752         32-bit hppa*-*-hpux*.
2753         * configure: Regenerate.
2755 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2757         * configure.ac: Moved the white list of enabling BRIG FE to
2758         libhsail-rt/configure.tgt.
2759         * configure: Regenerated.
2760         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2762 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2763             Martin Jambor  <mjambor@suse.cz>
2765         * Makefile.def (target_modules): Added libhsail-rt.
2766         (languages): Added language brig.
2767         * Makefile.in: Regenerated.
2768         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2769         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2770         * configure: Regenerated.
2772 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2774         PR other/79046
2775         * configure: Regenerated.
2777 2017-01-04  Alan Modra  <amodra@gmail.com>
2779         * configure: Regenerate.
2781 2016-12-29  Ben Elliston  <bje@gnu.org>
2783         * config.sub: Import latest version.
2785 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2787         * MAINTAINERS (Write After Approval): Add myself.
2789 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2791         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2792         includes bootstrap-mpx.
2793         * configure: Regenerated.
2795 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2797         * MAINTAINERS (Write After Approval): Add myself.
2799 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2801         * configure: Regenerate.
2803 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2805         * configure.ac: Don't use pkg-config to check for bdw-gc.
2806         * configure: Regenerate.
2808 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2810         * Makefile.def: Remove reference to boehm-gc target module.
2811         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2812         options and for the bdw-gc pkg-config module.
2813         * configure: Regenerate.
2814         * Makefile.in: Regenerate.
2816 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2818         * MAINTAINERS (nvptx): Remove self.
2820 2016-11-25  Ben Elliston  <bje@gnu.org>
2822         * config.guess: Import latest version.
2823         * config.sub: Likewise.
2825 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2827         * MAINTAINERS (Write After Approval): Add myself.
2829 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2831         * Makefile.def: Remove references to GCJ.
2832         * Makefile.tpl: Likewise.
2833         * Makefile.in: Regenerate.
2835 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2837         * config-ml.in: Remove references to GCJ.
2838         * configure.ac: Likewise.
2839         * configure: Regenerate.
2841 2016-11-01  Josh Conner  <joshconner@google.com>
2843         * MAINTAINERS (Write After Approval): Update email address,
2845 2016-10-27  Carl Love  <cel@us.ibm.com>
2847         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2848         Approval list to make it alphabetical.
2850 2016-10-27  Carl Love  <cel@us.ibm.com>
2852         * MAINTAINERS (Write After Approval): Add myself.
2854 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2856         * MAINTAINERS (Reviewers): Add myself.
2857         (Write After Approval): Add myself.
2859 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
2860             Ulrich Weigand  <uweigand@de.ibm.com>
2862         * MAINTAINERS: Update email address.
2864 2016-10-10  Nathan Sidwell  <nathan@acm.org>
2866         * MAINTAINERS: Update email address.
2868 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
2870         * configure.ac: Add aarch64-*-freebsd*.
2871         * configure: Regenerate.
2873 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
2875         * MAINTAINERS: Update email address after it got reverted.
2877 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2879         * configure.ac (target_libraries): Readd target-boehm-gc.
2880         Restore --enable-objc-gc handling.
2881         * configure: Regenerate.
2883 2015-10-03  Jeff Law  <law@redhat.com>
2885         * MAINTAINERS: Move several inactive maintainers to the
2886         write-after-approval section.
2888 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
2890         * configure.ac: Add target-libffi to target_libraries.
2891         Readd libgcj target disablings, modified to only target-libffi.
2892         Readd target addition of go to unsupported languages.
2893         * configure: Regenerated.
2895 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2897         * MAINTAINERS: Update email address.
2899 2016-09-30  Andrew Haley  <aph@redhat.com>
2901         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2902         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2903         libgcj.
2905 2016-09-30  Andrew Haley  <aph@redhat.com>
2907         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2908         write-after approval after GCJ deletion.
2910 2016-09-30  Andrew Haley  <aph@redhat.com>
2912         * Makefile.def: Remove libjava.
2913         * Makefile.tpl: Likewise.
2914         * Makefile.in: Regenerate.
2915         * configure.ac: Likewise.
2916         * configure: Likewise.
2917         * gcc/java: Remove.
2918         * libjava: Likewise.
2920 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2922         * MAINTAINERS (Reviewers): Add myself.
2924 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2926         * configure.ac: Disable "sim" directory for arc*-*-*.
2927         * configure: Regenerated.
2929 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2931         * MAINTAINERS (Write After Approval): Add myself.
2933 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2935         * configure.ac: Check for the minimum in-tree MPFR version
2936         handled.
2937         * configure: Regenerate.
2939 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2941         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2942         * configure: Regenerated.
2944 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2946         * MAINTAINERS (Write After Approval): Add myself.
2948 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2950         * Makefile.def: Add autoprofiledbootstrap.
2951         * Makefile.tpl: Dito.
2952         * Makefile.in: Regenerate.
2954 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2956     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2957     * configure: Regenerate.
2959 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2961         * configure: Regenerate.
2962         * configure.ac: Remove support for avr-rtems.
2964 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2966         * MAINTAINERS (Write After Approval): Add myself.
2968 2016-06-16  Michael Collison  <michael.collison@arm.com>
2970         * MAINTAINERS (Write After Approval): Add myself.
2972 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2974         * MAINTAINERS (Write After Approval): Update e-mail address.
2976 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2978         * MAINTAINERS (Write After Approval): Add myself.
2980 2016-05-28  Alan Modra  <amodra@gmail.com>
2982         * Makefile.tpl (configure): Depend on m4 files included.
2983         * Makefile.in: Regenerate.
2985 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2987         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2988         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2990 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2992         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2993         special case builtin.
2994         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2995         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2996         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2997         for __builtin_vec_addec.
2999 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3001         * config.guess: Import version 2016-04-02 (newest).
3002         * config.sub: Import version 2016-05-10 (newest).
3004 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
3006         * configure.ac: Add ARC support to libgloss.
3007         * configure: Regenerate
3009 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3011         * MAINTAINERS (Write After Approval): Add myself.
3013 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3015         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3016         * configure: Regenerated.
3017         * Makefile.def (gmp): Explicitly disable assembler.
3018         (mpfr): Adjust lib_path.
3019         (mpc): Likewise.
3020         * Makefile.in: Regenerated.
3022 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
3024         PR bootstrap/70704
3025         * configure.ac (--enable-stage1-checking): Add missing
3026         --enable-checking=.
3027         * configure: Regenerated.
3029 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3031         * config.guess: Revert r235676.
3032         * config.sub: Revert r235676.
3034 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3036         * config.guess: Remove SH5 support.
3037         * config.sub: Likewise.
3038         * configure: Likewise.
3039         * configure.ac: Likewise.
3041 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
3043         PR bootstrap/70704
3044         * configure.ac (--enable-stage1-checking): For --disable-checking or
3045         implicit --enable-checking, make sure extra flag matches in between
3046         stage1 and later checking.
3047         * configure: Regenerated.
3049 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3051         * .gitattributes: New file.
3053 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
3055         * MAINTAINERS (rs6000/powerpc port): Add myself.
3057 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
3059         PR bootstrap/70173
3060         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3061         and gotools directories.  Delete the stage_final file.
3062         * Makefile.in: Regenerate.
3064 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
3066         * MAINTAINERS (Write After Approval): Add myself.
3068 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
3070         * MAINTAINERS (Fortran maintainer): Remove myself.
3072 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
3074         * MAINTAINERS (Write After Approval): Add myself.
3076 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
3078         * MAINTAINERS (Write After Approval): Add myself.
3080 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3082         Sync with binutils-gdb:
3084         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3086         * configure.ac: Add mips and s390 to the gold target check.
3087         * configure: Regenerate.
3089 2016-03-01  DJ Delorie  <dj@redhat.com>
3091         * MAINTAINERS (mep): Remove myself as MeP maintainer.
3093 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
3095         * MAINTAINERS (libcpp): Add myself.
3096         (diagnostic messages): Likewise.
3098 2016-02-20  Tom de Vries  <tom@codesourcery.com>
3100         * MAINTAINERS: Fix whitespace.
3102 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
3104         * MAINTAINERS (Write After Approval): Add myself.
3106 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
3108         * config/isl.m4: Add comments about isl-0.16.
3109         * configure: Regenerate.
3111 2016-01-29  Martin Jambor  <mjambor@suse.cz>
3113         * MAINTAINERS (hsa maintainers): Add myself.
3115 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
3117         * MAINTAINERS: (Write After Approval): Add myself.
3119 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
3120             Sebastian Pop  <s.pop@samsung.com>
3122         * Makefile.in: Regenerate.
3123         * Makefile.tpl: Export ISLVER.
3124         * configure: Regenerate.
3125         * config/isl.m4: Detect isl-0.15.
3127 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
3129         PR bootstrap/69329
3130         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3131         * Makefile.in: Regenerate.
3133 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
3135         * configure.ac: Enable LTO for DJGPP
3136         * configure: Regenerate
3138 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3140         Sync with binutils-gdb:
3141         2015-10-21  Nick Clifton  <nickc@redhat.com>
3143         PR gas/19109
3144         * configure.ac: Note the 'none' is an acceptable argument to
3145         --enable-compressed-debug-sections.
3146         * configure: Regenerate.
3148 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3150         PR bootstrap/69134
3151         * Makefile.def (mpfr): Disable assembler.
3152         * Makefile.in: Regenerate.
3154 2016-01-01  Ben Elliston  <bje@gnu.org>
3156         * config.guess: Import version 2016-01-01.
3157         * config.sub: Likewise.
3159 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
3161         * MAINTAINERS (Write After Approval): Add myself.
3163 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
3165         * Makefile.in: Replace ISL with isl.
3166         * Makefile.tpl: Same.
3167         * config/isl.m4: Same.
3168         * configure.ac: Same.
3169         * contrib/download_prerequisites: Same.
3170         * configure: Regenerate.
3172 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
3174         * MAINTAINERS (Write After Approval): Add Myself.
3176 2015-12-17  Nathan Sidwell  <nathan@acm.org>
3178         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3179         * configure: Regenerate.
3181 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
3182             Sebastian Pop  <s.pop@samsung.com>
3184         * config/isl.m4 (ISL_CHECK_VERSION): Check for
3185         isl_ctx_get_max_operations.
3186         * configure: Regenerate.
3188 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
3190         * MAINTAINERS (Write After Approval): Add myself.
3192 2015-12-02  Ian Lance Taylor  <iant@google.com>
3194         PR go/66147
3195         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3196         * Makefile.in: Regenerate.
3198 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
3200         PR libffi/65726
3201         * Makefile.def (lang_env_dependencies): Make libffi depend
3202         on cxx.
3203         * Makefile.in: Regenerate.
3205 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
3207         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3208         symbols.
3210 2015-11-20  Tristan Gingold  <gingold@adacore.com>
3212         Sync with binutils-gdb:
3213         2015-11-20  Tristan Gingold  <gingold@adacore.com>
3215         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3216         * configure: Regenerate.
3218 2015-11-19  Martin Liska  <mliska@suse.cz>
3220         * .gitignore: Add .clang-format to ignored files.
3221         * Makefile.in: Add clang-format.
3222         * Makefile.tpl: Likewise.
3224 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3226         * configure.ac: Enable libmpx by default.
3227         * configure: Regenerated.
3229 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
3231         * MAINTAINERS: Update email address.
3233 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3235         * MAINTAINERS: Update email address.
3237 2015-10-23  Alan Hayward <alan.hayward@arm.com>
3239         * MAINTAINERS  (Write After Approval): Add myself.
3241 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3243         Sync with binutils-gdb:
3244         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3246         PR gas/19109
3247         * configure.ac: Add
3248         --enable-compressed-debug-sections={all,gas,gold,ld}.
3249         * configure: Regenerated.
3251 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3253         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3255 2015-10-09  Martin Liska  <mliska@suse.cz>
3257         * MAINTAINERS (Write After Approval): Add myself.
3259 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3261         * MAINTAINERS (Write After Approval): Add myself.
3263 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3265         * MAINTAINERS: Update email address.
3267 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3269         * MAINTAINERS  (Write After Approval): Add myself.
3271 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3273         * MAINTAINERS: Update email.
3275 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3277         * MAINTAINERS: Update my email address.
3279 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3281         * MAINTAINERS (ft32 port): Add myself.
3283 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3285         * MAINTAINERS: Add myself.
3287 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3289         * MAINTAINERS (Write After Approval): Add myself.
3291 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3293         PR libfortran/54572
3294         * Makefile.def: Make libgfortran depend on libbacktrace.
3295         * Makefile.in: Regenerate.
3297 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3299         * MAINTAINERS (Write After Approval): Add myself.
3301 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3303         PR other/67092
3304         * configure.ac: Remove --with_host_libstdcxx support.
3305         * configure: Regenerate.
3307 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3308             Jakub Jelinek  <jakub@redhat.com>
3310         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3311         nvptx*-*-*.
3312         * configure: Regenerate.
3314 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3316         * Makefile.def (libiconv): Define bootstrap=true.
3317         Mark pdf/html/info as missing.
3318         (configure-gcc): Depend on all-libiconv.
3319         (all-gcc): Ditto.
3320         (configure-libcpp): Ditto.
3321         (all-libcpp): Ditto.
3322         (configure-intl): Ditto.
3323         (all-intl): Ditto.
3324         * Makefile.in: Regenerate.
3326 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3328         * MAINTAINERS (loop ivopts): Add the entry and myself.
3330 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3332         * MAINTAINERS (nvptx): Add self.
3334 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3336         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3337         128-bit vector modes.
3339 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3341         * MAINTAINERS (Write After Approval): Add myself.
3343 2015-07-28  Ben Elliston  <bje@gnu.org>
3345         * config.sub, config.guess: Import from upstream.
3347 2015-07-24  Michael Darling  <darlingm@gmail.com>
3349         PR other/66259
3350         * config-ml.in: Reflects renaming of configure.in to configure.ac
3351         * configure: Likewise
3352         * configure.ac: Likewise
3354 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3356         * MAINTAINERS: Update my email address.
3358 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3360         Sync with binutils-gdb:
3361         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3363         * configure.ac (target_configdirs): Exclude target-zlib if
3364         target-libjava isn't built.
3365         * configure: Regenerated.
3367 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3369         Sync with binutils-gdb:
3370         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3372         * configure.ac: Disable configuration of GDB for HPUX targets.
3373         * configure: Regenerate.
3375         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3377         * configure.ac: Add --with-system-zlib.
3378         * configure: Regenerated.
3380         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3382         * configure.ac: Add FT32 support.
3383         * configure: Regenerate.
3385         2015-01-12  Anthony Green  <green@moxielogic.com>
3387         * configure.ac: Don't disable gprof for moxie.
3388         * configure: Rebuild.
3390 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3392         Sync with binutils-gdb:
3393         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3395         PR ld/18355
3396         * Makefile.def: Add extra_configure_flags to host zlib.
3397         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3398         to --enable-host-shared When bfd is to be built as shared
3399         library.  AC_SUBST.
3400         * Makefile.in: Regenerated.
3402 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3404         Sync with src:
3405         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3406         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3407         * Makefile.in: Regenerated.
3409 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3411         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3412         target.
3413         * configure: Regenerate.
3415 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3417         * MAINTAINERS (Write After Approval): Add myself.
3419 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3421         * MAINTAINERS (OS Port Maintainers): Add myself.
3422         (Various Maintainers): Remove myself from libffi testsuite.
3424 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3426         * MAINTAINERS (gen* on machine desc): Add self.
3428 2015-06-02  Jason Merrill  <jason@redhat.com>
3430         PR bootstrap/66319
3431         * configure.ac: Use -std=gnu++98.
3433 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3435         * MAINTAINERS (Write After Approval): Add myself.
3437 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3439         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3440         * configure: Regenerate.
3442 2015-05-26  Jason Merrill  <jason@redhat.com>
3444         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3445         * configure: Regenerate.
3447 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3449         * configure.ac: FT32 target added.
3450         * configure: Regenerated.
3452 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3454         * MAINTAINERS (Write After Approval): Add myself.
3456 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3458         * MAINTAINERS (Write After Approval): Add myself.
3460 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3462         * configure.ac: Fix typo.
3463         * configure: Regenerate.
3465 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3467         * MAINTAINERS (Write After Approval): Add myself.
3469 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3471         * configure.ac: Match $host configured with triplets.
3472         * configure: Regenerate.
3474 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3476         * Makefile.tpl: Remove surplus whitespace throughout.
3477         * Makefile.in: Regenerate.
3479 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3481         * MAINTAINERS (Various Maintainers): Add myself as instruction
3482         combiner maintainer.
3484 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3486         PR bootstrap/62077
3487         * configure.ac (--enable-stage1-checking): Default to
3488         release,misc,gimple,rtlflag,tree,types if --disable-checking
3489         or --enable-checking is not specified and DEV-PHASE is not
3490         experimental.
3491         * configure: Regenerated.
3493 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3495         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3496         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3497         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3498         * Makefile.in: Regenerate.
3500 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3502         * MAINTAINERS: Update my email address.
3504 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3506         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3508 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3510         * MAINTAINERS: Add myself as an arm port reviewer.
3512 2015-03-25  Martin Liska  <mliska@suse.cz>
3513             Yury Gribov  <y.gribov@samsung.com>
3515         * Makefile.in: Fix ln source location for vimrc file.
3516         * Makefile.tpl: Likewise.
3518 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3520         PR bootstrap/25672
3521         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3522         cross-compiling.  Similarly for CXX_FOR_TARGET.
3523         * configure: Regenerate.
3525 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3527         * Makefile.def: Add libmpx.
3528         * configure.ac: Add libmpx.
3529         * Makefile.in: Regenerate.
3530         * configure: Regenerate.
3532 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3534         * MAINTAINERS (CPU Port Maintainers): Add myself
3535         i386 vector ISA extns mantainer.
3537 2015-03-13  Jeff Law  <law@redhat.com>
3539         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3540         maintainer.
3541         Remove Richard Henderson as a maintainer for the x86 port.
3543 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3545         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3547 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3549         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3550         pointer bounds checker and i386 MPX maintainer.
3552 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3554         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3556 2015-02-26  Martin Sebor  <msebor@redhat.com>
3558         * MAINTAINERS (Various Maintainers): Add self.
3560 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3562         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3563         Make sure it contains lto.
3564         * configure: Regenerate.
3566 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3568         * configure: Regenerate.
3570 2015-02-06  Diego Novillo  <dnovillo@google.com>
3572         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3573         middle-end, docstring): Remove myself.
3574         (Write After Approval): Add myself.
3576 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3578         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3579         (Write After Approval): Update address.
3581 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3583         PR jit/64780
3584         * configure.ac: Require the user to explicitly specify
3585         --enable-host-shared if the jit is enabled.
3586         * configure: Regenerate.
3588 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3590         * MAINTAINERS (Write After Approval): Add myself.
3592 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3594         * MAINTAINERS: Make whitespace consistent.
3596 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3598         * MAINTAINERS (Write After Approval): Add myself.
3600 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3602         * MAINTAINERS: (Write After Approval): Add myself.
3604 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3606         * MAINTAINERS: (Write After Approval): Add myself.
3608 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3610         * MAINTAINERS: (Write After Approval): Add myself.
3612 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3614         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3615         objective-c/c++ front end maintainer.
3617 2015-01-13  Marek Polacek  <polacek@redhat.com>
3619         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3621 2015-01-12  Jeff Law  <law@redhat.com>
3623         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3624         a very long time.
3626 2015-01-09  Ian Lance Taylor  <iant@google.com>
3628         * configure.ac (host_tools): Add gotools.
3629         * Makefile.def (host_modules): Add gotools.
3630         (dependencies): Add dependency of all-gotools on all-target-libgo.
3632 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3634         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3635         * configure: Regenerate.
3637 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3639         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3640         all-target-libgomp.
3641         * Makefile.in: Regenerate.
3643 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3645         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3647 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3649         * configure.ac: Add Visium support.
3650         * configure: Regenerate.
3652 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3654         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3655         * configure: Regenerate.
3657 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3659         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3660         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3661         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3662         (OBJCOPY_FOR_TARGET): New variable.
3663         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3664         * Makefile.in: Regenerate.
3665         * configure.ac: Check for already installed target objcopy.
3666         Also GCC_TARGET_TOOL on objcopy.
3667         * configure: Regenerate.
3669 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3671         * config.sub: Update from upstream, to 2015-01-01 version.
3672         * config.guess: Ditto.
3674 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3676         * MAINTAINERS (RTEMS Ports): Add myself.
3678 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3680         * MAINTAINERS (Write After Approval): Add myself.
3682 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3684         * MAINTAINERS (Write After Approval): Add myself.
3686 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3688         * configure.ac (--enable-as-accelerator-for): Don't set
3689         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3690         * configure: Regenerate.
3692 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3694         PR bootstrap/64023
3695         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3696         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3697         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3698         to CXX.
3699         * Makefile.in: Regenerated.
3701 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3702             Yury Gribov  <y.gribov@samsung.com>
3704         * .gitignore: Added .local.vimrc and .lvimrc.
3705         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3706         * Makefile.in: Regenerate.
3708 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3710         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3711         * configure: Regenerated.
3713 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3715         * MAINTAINERS (nvptx port): New entry.
3717 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3719         * configure: Regenerate.
3721 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3723         * configure.ac: Merge with Binutils.
3725 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3727         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3728         * Makefile.in: Regenerate.
3730 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3732         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3733         missing flex.
3734         * Makefile.in: Regenerated.
3736 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3738         * Makefile.in: Regenerate.
3740 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3742         PR bootstrap/63784
3743         * libtool.m4: Add $pic_flag with -shared.
3745 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3747         * MAINTAINERS (Write After Approval): Added myself.
3749 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3751         * MAINTAINERS (write-after-approval): Add myself.
3753 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3755         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3756         from 2 years ago.
3758 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3760         Revert:
3761         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3763         * MAINTAINERS (Write After Approval): Added myself as line map
3764         maintainer.
3766 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3768         Revert:
3769         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3771         * MAINTAINERS (Write After Approval): Added myself.
3773 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3775         * MAINTAINERS (Write After Approval): Added myself.
3777 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3779         * MAINTAINERS (Write After Approval): Added myself as line map
3780         maintainer.
3782 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3784         * MAINTAINERS (Various Maintainers): Added myself as line map
3785         maintainer.
3787 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3789         * move-if-change: Sync from upstream gnulib.
3791 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3793         * compile: Sync with upstream Automake.
3794         * depcomp: Ditto.
3795         * install-sh: Ditto.
3796         * missing: Ditto.
3797         * mkinstalldirs: Ditto.
3798         * ylwrap: Ditto.
3800 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3802         * config.sub: Update from upstream config repo.
3803         * config.guess: Ditto.
3805 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3807         * Makefile.def: Add liboffloadmic to target_modules.  Make
3808         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3809         * Makefile.in: Regenerate.
3810         * configure: Regenerate.
3811         * configure.ac: Add liboffloadmic to target binaries.
3812         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3813         Add liboffloadmic to noconfig list when C++ is not supported.
3815 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3816             Thomas Schwinge  <thomas@codesourcery.com>
3817             Ilya Verbin  <ilya.verbin@intel.com>
3818             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3820         * configure: Regenerate.
3821         * configure.ac (--enable-as-accelerator-for)
3822         (--enable-offload-targets): New configure options.
3824 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3826         * Makefile.def: Make all-gcc depend on all-isl.
3827         * Makefile.in: Regenerate.
3829 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3831         * ChangeLog.jit: New.
3832         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3834 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3836         PR target/63610
3837         * libtool.m4: Fix globbing of darwin versions.
3838         * configure: Regenerate.
3840 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3842         * Makefile.def: Remove CLooG.
3843         * Makefile.tpl: Ditto.
3844         * configure.ac: Ditto.
3845         * configure: Regenerate.
3846         * Makefile.in: Ditto.
3848 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3850         * configure.ac: Handle nvptx-*-*.
3851         * configure: Regenerate.
3853 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3855         * MAINTAINERS (Write After Approval): Add myself.
3857 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
3859         * Makefile.def (libcc1): Remove bootstrap=true;.
3860         * Makefile.in: Regenerated.
3862 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3864         * configure.ac: Update comment.
3865         * configure: Regenerate.
3867 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
3869         * MAINTAINERS (Write After Approval): Add myself.
3871 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
3873         * configure.ac (extra_host_libiberty_configure_flags): Add
3874         --enable-shared also for libcc1's benefit.
3875         * configure: Regenerate.
3877 2014-10-29  Tristan Gingold  <gingold@adacore.com>
3879         * MAINTAINERS: Change my email address.
3881 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
3882             Tom Tromey  <tromey@redhat.com>
3884         * Makefile.def: Add libcc1 to host_modules.
3885         * configure.ac (host_tools): Add libcc1.
3886         * Makefile.in, configure: Rebuild.
3888 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
3890         * configure.ac (build_configargs): Don't share config.cache between
3891         build subdirs.
3892         * configure: Regenerate.
3894 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3896         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3897         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3898         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3899         leon3v7 as leon3.
3900         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3901         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3902         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3903         * config/sparc/sparc.md (cpu): Add leon3v7.
3904         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3906 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3908         * MAINTAINERS (write-after-approval): Add myself.
3910 2014-10-23  Ian Lance Taylor  <iant@google.com>
3912         * configure.ac: Disable the Go frontend on systems where it is known
3913         to not work.
3914         * configure: Regenerate.
3916 2014-10-23  Richard Biener  <rguenther@suse.de>
3918         * Makefile.def: Add libcpp build module and dependencies.
3919         * configure.ac: Add libcpp build module.
3920         * Makefile.in: Regenerate.
3921         * configure: Likewise.
3923 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3925         * MAINTAINERS (write-after-approval): Add myself.
3927 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3929         * INSTALL/README: Do not mention CVS.
3931 2014-10-03  Jing Yu  <jingyu@google.com>
3933         * configure.ac: Add aarch64 to list of targets that support gold.
3934         * configure: Regenerate.
3936 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3938         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3940 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3942         * MAINTAINERS:  Add myself as MIPS maintainer.
3944 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3946         * MAINTAINERS: Move myself to MIPS maintainers.
3948 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3950         * MAINTAINERS: Put all email addresses between '<' and '>'.
3952 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3954         * MAINTAINERS: Move myself to reviewers (Fortran).
3956 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3958         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3959         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3960         * Makefile.in: Regenerate.
3962 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3964         * rtx-classes-status.txt: Delete
3966 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3968         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3970 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3972         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3973         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3974         of checking for version number.
3975         * configure: Regenerated.
3976         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3978 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3980         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3981         is done; begin phase 6 (use extra rtx_def subclasses).
3983 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3985         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3986         done; begin phase 5 (additional rtx_def subclasses).
3988 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3990         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3992 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3994         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3995         SET_BB_HEADER are done.
3997 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3999         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4000         done.
4002 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4004         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4006 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4008         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4010 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4012         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4014 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4016         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4018 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4020         * rtx-classes-status.txt: Phase 3 (per-file commits within
4021         "config" subdirs) is done; begin phase 4 (removal of
4022         "scaffolding").
4024 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
4026         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4027         dir) is done; begin phase 3 (per-file commits within "config"
4028         subdirs).
4030 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
4032         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4033         phase 2 (per-file commits in main source dir).
4035 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
4037         * configure: Regenerated.
4039 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4041         * rtx-classes-status.txt (TODO): Add SET_BND_TO
4043 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4045         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4047 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4049         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4051 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4053         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4055 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4057         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4059 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
4061         * MAINTAINERS (Write After Approval): Add myself.
4063 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
4065         * MAINTAINERS: Remove myself
4067 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4069         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4071 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
4073         * MAINTAINERS (Write After Approval): Add myself.
4075 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4077         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4078         SET_BB_HEADER, SET_BB_FOOTER
4080 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4082         * rtx-classes-status.txt: New file
4084 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
4086         * configure.ac: Eliminate ClooG installation dependency.
4087         * configure: Regenerate.
4088         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4089         * Makefile.in: Regenerate.
4091 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
4093         * MAINTAINERS (Write After Approval): Add myself.
4095 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
4097         * MAINTAINERS (Write After Approval): Add myself.
4099 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
4101         * MAINTAINERS (Write After Approval): Add myself.
4103 2014-07-28  Anthony Green  <green@moxielogic.com>
4105         Import from savannah.gnu.org:
4106         * config.sub: Update to 2014-07-28 version.
4108 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
4110         * MAINTAINERS: Remove my MIPS maintainer entry.
4112 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
4114         PR target/47230
4115         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4116         * configure: Regenerate.
4118 2014-07-24  James Norris  <jnorris@codesourcery.com>
4120         * MAINTAINERS (Write After Approval): Add myself.
4122 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
4124         * configure.ac: Accept only CLooG 0.18.1.
4125         * configure: Regenerate.
4127 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
4129         * configure.ac: Don't accept isl 0.11.
4130         * configure: Regenerate.
4132 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4134         * MAINTAINERS (Write After Approval): Add myself.
4136 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4138         * configure.ac: Don't accept isl 0.10.
4139         * configure: Regenerate.
4141 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4143         Fix include path for in-tree cloog.
4144         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4145         * configure: Regenerate.
4147 2014-06-18  Richard Henderson  <rth@redhat.com>
4149         * .gitignore: Import gcc_update output.
4151 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4153         * config-ml.in: Robustify ac_configure_args parsing.
4155         * configure.ac (--enable-linker-plugin-configure-flags)
4156         (--enable-linker-plugin-flags): New flags.
4157         (configdirs): Conditionally add libiberty-linker-plugin.
4158         * configure: Regenerate.
4159         * Makefile.def (host_modules): Add libiberty-linker-plugin.
4160         (host_modules) <lto-plugin>: Pay attention to
4161         @extra_linker_plugin_flags@ and
4162         @extra_linker_plugin_configure_flags@.
4163         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4164         * Makefile.in: Regenerate.
4166         * Makefile.tpl (configure-[+prefix+][+module+])
4167         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4168         "module_srcdir" instead of "module" for locating a module's srcdir.
4169         * Makefile.in: Regenerate.
4171 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
4173         * MAINTAINERS (Write After Approval): Add myself.
4175 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
4177         * MAINTAINERS: Update my email address.
4179 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4181         * MAINTAINERS (Write After Approval): Add myself.
4183 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
4185         * MAINTAINERS (Write After Approval): Add myself.
4187 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
4189         PR libstdc++/61011
4190         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4191         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4192         * configure: Regenerate.
4194 2014-05-28  Pedro Alves  <palves@redhat.com>
4196         * MAINTAINERS (Write After Approval): Add myself.
4198 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4200         * MAINTAINERS: Update my affiliation/email.
4202 2014-05-19  Mike Stump  <mikestump@comcast.net>
4204         * MAINTAINERS: Add wide-int reviewers.
4206 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
4208         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4209         * configure: Regenerated.
4211 2014-05-15  Torvald Riegel  <triegel@redhat.com>
4213         * MAINTAINERS (libitm): Add myself as maintainer.
4215 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
4217         * MAINTAINERS (Write After Approval): Add myself.
4219 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
4221         * config.sub, config.guess: Import from upstream.
4223 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4225         * MAINTAINERS (Write After Approval): Put myself in correct order.
4227 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4229         * MAINTAINERS (Write After Approval): Add myself.
4231 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4233         * MAINTAINERS: Move myself from Reviewers to Write After Approval
4234         section.
4236 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4238         * MAINTAINERS (Write After Approval): Delete myself.
4240 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
4242         PR sanitizer/56781
4243         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4244         and -B* options with -Xcompiler.
4246 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4248         PR bootstrap/60620
4249         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4250         * Makefile.in: Regenerate.
4252 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4254         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4255         for WINDRES_FOR_TARGET in default-manifest.o rule.
4256         * Makefile.in: Regenerate.
4258 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4260         * MAINTAINERS (Write After Approval): Add myself.
4262 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4264         PR sanitizer/56781
4265         * Makefile.def: Set bootstrap=true; for host fixincludes.
4266         * configure.ac: Don't bootstrap host fixincludes unless
4267         --with-build-config=bootstrap-{a,ub}san.
4268         * Makefile.in: Regenerated.
4269         * configure: Regenerated.
4271 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4273         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4274         --enable-vtable-verify option parsing.  Don't add
4275         target-libsanitizer to bootstrap_target_libs unless
4276         --with-build-config=bootstrap-asan or
4277         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4278         to bootstrap_target_libs unless --enable-vtable-verify.
4279         * configure: Regenerated.
4281 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4283         * MAINTAINERS (Write After Approval): Add myself.
4285 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4287         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4289 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4291         PR bootstrap/58572
4292         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4293         -I for libstdc++-v3 includes if $(LEAN).
4294         * Makefile.in: Regenerated.
4296 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4298         * MAINTAINERS: Update my email address.
4300 2014-02-24  Walter Lee  <walt@tilera.com>
4302         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4303         (tilegx-*-*): Change to tilegx*-*-*.
4304         * configure: Regenerate.
4306 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4308         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4310 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4312         * MAINTAINERS (Write After Approval): Add myself.
4314 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4316         PR target/59788
4317         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4318         *solaris2*.
4320 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4322         * MAINTAINERS: Update my email address.
4324 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4326         * MAINTAINERS: Convert to UTF-8.
4327         Properly sort Xinliang David Li's entry.
4329 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4330             Sandra Loosemore  <sandra@codesourcery.com>
4332         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4333         nios2 port maintainers.
4335 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4337         * MAINTAINERS (Write After Approval): Add myself.
4339 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4341         * configure.ac: Add user-friendly check for native x86_64-linux
4342         multilibs.
4343         * configure: Regenerate.
4345 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4347         * MAINTAINERS: Add myself as sh maintainer.
4349 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4351         * MAINTAINERS: Add self as SLSR maintainer.
4353 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4355         * MAINTAINERS: Update my email address.
4357 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4359         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4361 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4363         * Makefile.in: Regenerate.
4365         * Makefile.tpl: Fix typo.
4366         * Makefile.in: Regenerate partially.
4368 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4370         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4371         supported.
4372         * configure: Regenerated.
4374 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4376         * MAINTAINERS (Write After Approval): Add myself.
4378 2013-10-30  Jason Merrill  <jason@redhat.com>
4380         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4381         --disable-build-format-warnings.
4383 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4385         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4386         depend on libstdc++ and libgcc.
4387         * configure: Regenerate.
4388         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4389         libcilkrts for POSIX and i*86, and x86_64 architectures.
4390         * Makefile.in: Added libcilkrts related fields to support building it.
4392 2013-10-26  Jeff Law  <law@redhat.com>
4394         * Makefile.def (target_modules): Remove libmudflap
4395         (languages): Remove check-target-libmudflap).
4396         * Makefile.in: Rebuilt.
4397         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4398         * configure.ac (target_libraries): Remove target-libmudflap.
4399         Remove checks which disabled libmudflap on some systems.
4400         * configure: Rebuilt.
4401         * libmudflap: Directory removed.
4403 2013-10-21  Cong Hou  <congh@google.com>
4405         * MAINTAINERS (Write After Approval): Add myself.
4407 2013-10-16  Mike Stump  <mikestump@comcast.net>
4409         * .dir-locals.el: Add.
4411 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4413         * configure.ac: Add --enable-host-shared
4414         * configure: Regenerate.
4416 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4418         Import from savannah.gnu.org:
4419         * config.guess: Update to 2013-06-10 version.
4420         * config.sub: Update to 2013-10-01 version.
4422 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4424         Changes to build configuration to allow big endian ARC ELF toolchain
4425         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4426         * configure: Regenerate.
4428 2013-09-20  Alan Modra  <amodra@gmail.com>
4430         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4431         ppc host match.  Support little-endian powerpc linux hosts.
4433 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4435         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4436         maintainer.
4438 2013-09-12  DJ Delorie  <dj@redhat.com>
4440         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4441         maintainers.
4443 2013-09-03  Richard Biener  <rguenther@suse.de>
4445         * configure.ac: Also allow ISL 0.12.
4446         * configure: Regenerated.
4448 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4450         * MAINTAINERS (Write After Approval): Add myself.
4452 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4454         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4456 2013-08-26  Caroline Tice  <cmtice@google.com>
4458         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4459         "Various Reviewers" to libvtv "Various Maintainers".
4461 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4463         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4465 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4467         * MAINTAINERS: Update name, email.
4469 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4471         * MAINTAINERS (Write After Approval): Add myself.
4473 2013-08-12  Caroline Tice  <cmtice@google.com>
4475         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4476         address in the Write After Approval section.
4478 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4480         * MAINTAINERS (Write After Approval): Update email.
4482 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4484         * configure.ac: Adjust to check VTV_SUPPORTED.
4485         * configure: Regenerated.
4487 2013-08-02  Caroline Tice  <cmtice@google.com>
4489         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4490         on non-linux systems; add target-libvtv to noconfigdirs; add
4491         libsupc++/.libs to C++ library search paths.
4492         * configure: Regenerated.
4493         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4494         libstdc++ and libgcc.
4495         * Makefile.in: Regenerated.
4497 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4499         * MAINTAINERS (Write After Approval): Add myself.
4501 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4502             Shiva Chen  <shiva0217@gmail.com>
4504         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4505         nds32 port maintainers.
4507 2013-07-17  Tim Shen  <timshen91@gmail.com>
4509         * MAINTAINERS (Write After Approval): Add myself.
4511 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4513         * configure.ac: Sync from binutils.
4514         * configure: Regenerate.
4516 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4518         * MAINTAINERS (Write After Approval): Add myself.
4520 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4522         * MAINTAINERS (Write After Approval): Add myself.
4524 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4526         * MAINTAINERS (Write After Approval): Add myself.
4528 2013-04-30  Brooks Moses  <bmoses@google.com>
4530         * MAINTAINERS: Update my email; move myself from Fortran
4531         reviewer to Write After Approval.
4533 2013-04-16  Andreas Schwab  <schwab@suse.de>
4535         * configure.ac (aarch64-*-*): Don't disable java.
4536         * configure: Regenerate.
4538 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4540         * MAINTAINERS (Write After Approval): Add myself.
4542 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4544         * Makefile.def (target_modules): Don't install libffi.
4545         * Makefile.in: Regenerate.
4547 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4549         * MAINTAINERS (Write After Approval): Add myself.
4551 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4553         * MAINTAINERS (Write After Approval): Add myself.
4555 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4557         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4558         * configure: Regenerated.
4560 2013-02-05  Ian Lance Taylor  <iant@google.com>
4562         PR go/55969
4563         * configure.ac: Disable libgo on some systems where it does not
4564         work.
4566 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4568         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4569         Remove Geoff Keating as rs6000 port maintainer, at his request.
4571 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4573         * MAINTAINERS: Update my email.
4575 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4577         * configure: Re-generate.
4579 2013-01-15  Richard Biener  <rguenther@suse.de>
4581         PR other/55973
4582         * configure: Re-generate.
4584 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4586         * Makefile.def (install-target-libsanitizer): Depend on
4587         install-target-libstdc++-v3.
4588         * Makefile.in: Regenerate.
4590 2013-01-14  Richard Biener  <rguenther@suse.de>
4592         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4593         * configure: Re-generate
4595 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4597         * config.sub: Update from config repo.
4599 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4601         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4602         * Makefile.in: Regenerate.
4604 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4606         * MAINTAINERS (arc): Add new port maintainership for myself.
4608 2013-01-09  Jason Merrill  <jason@redhat.com>
4610         * .gitignore: Import from gdb repository.
4612 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4614         * Makefile.def (configure-gcc): Depend on all-gmp.
4615         (all-gcc): Remove dependency on all-gmp.
4616         * Makefile.in: Regenerated.
4618 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4620         * config.sub: Merge from config repo.
4621         * config.guess: Ditto.
4623 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4625         * Makefile.def: Merge from binutils.
4626         * Makefile.in: Ditto.
4628 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4630         * MAINTAINERS: Update my email.
4632 2012-12-29  Ben Elliston  <bje@gnu.org>
4634         * config.guess: Update to 2012-12-29 version.
4635         * config.sub: Likewise.
4637 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4639         * Makefile.def (install-target-libgfortran): Depend on
4640         install-target-libquadmath, install-target-libgcc.
4641         (install-target-libsanitizer): Depend on install-target-libgcc.
4642         (install-target-libjava): Depend on install-target-libgcc.
4643         (install-target-libitm): Depend on install-target-libgcc.
4644         (install-target-libobjc): Depend on install-target-libgcc.
4645         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4646         * Makefile.in: Regenerate.
4648 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4650         * Makefile.def (install-target-libgo): Depend on
4651         install-target-libatomic.
4652         * Makefile.in: Regenerate.
4654 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4656         PR go/55201
4657         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4658         * Makefile.in: Regenerate.
4660 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4662         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4663         * configure: Regenerate.
4665 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4667         * config.sub: Merge from config repo.
4669 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4671         * Makefile.def (target_modules): Add bootstrap=true and
4672         raw_cxx=true to libsanitizer.
4673         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4674         * Makefile.in: Regenerated.
4675         * configure: Likewise.
4677 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4679         * MAINTAINERS: Remove self as RTL optimization maintainer.
4681 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4683         * MAINTAINERS (Write After Approval): Add myself.
4685 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4687         * Makefile.def (target_modules): Remove bootstrap=true and
4688         raw_cxx=true from libsanitizer.
4689         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4690         * Makefile.in: Regenerated.
4691         * configure: Likewise.
4693 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4695         * Makefile.def (target_modules): Add bootstrap=true and
4696         raw_cxx=true to libsanitizer.
4697         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4698         * Makefile.in: Regenerated.
4699         * configure: Likewise.
4701 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4703         PR bootstrap/54279
4704         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4705         * configure: Regenerate.
4706         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4707         * Makefile.in: Regenerate.
4709 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4711         * configure.ac: Disable libsanitizer if we're not building C++.
4712         * configure: Regenerate.
4714 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4716         * MAINTAINERS (Write After Approval): Add myself.
4718 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4720         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4721         Kostya Serebryany (kcc@google.com) and
4722         Jakub Jelinek (jakub@redhat.com).
4723         Rename area for Dodji Seketeli (dodji@redhat.com).
4725 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4727         * MAINTAINERS: (asan.c, related): Add myself.
4729 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4731         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4732         * configure: Regenerate.
4734 2012-11-13  Richard Henderson  <rth@redhat.com>
4736         * configure.ac: Move libsanitizer logic to subdirectory.
4737         * configure: Regenerate.
4739 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4741         * configure.ac: Enable libsanitizer just on x86 linux for now.
4742         * configure: Re-generate.
4744 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4746         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4747         sections.
4748         * configure: Regenerate.
4750 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4752         * configure.ac: Add section for configdirs for libsanitizer.
4753         Disable for cris-*-* and mmix-*-*.
4754         * configure: Regenerate.
4756 2012-11-12  Wei Mi <wmi@google.com>
4758         * configure.ac: Add libsanitizer to target_libraries.
4759         * Makefile.def: Ditto.
4760         * configure: Regenerate.
4761         * Makefile.in: Regenerate.
4762         * libsanitizer: New directory for asan runtime.  Contains an empty
4763         tsan directory.
4765 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4767         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4768         against Mingw64 w32api.
4769         * configure: Regenerate.
4771 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4773         * configure: Regenerated.
4775 2012-11-03  Robert Mason  <rbmj@verizon.net>
4777         * configure.ac: add --disable-libstdcxx configure option
4778         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4780 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4782         * MAINTAINERS (Write After Approval): Add myself.
4784 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4786         * MAINTAINERS (Write After Approval): Add myself.
4788 2012-10-24  Sharad Singhai  <singhai@google.com>
4790         * MAINTAINERS (Write After Approval): Add myself.
4792 2012-10-24  Eric Christopher  <echristo@gmail.com>
4794         * MAINTAINERS: Update email address.
4796 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4798         PR bootstrap/54820
4799         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4800         * configure: Regenerate.
4802 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4804         * MAINTAINERS (aarch64): Add Marcus and myself.
4806 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4808         PR bootstrap/54820
4809         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4810         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4811         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4812         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4813         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4814         * Makefile.in: Regenerate.
4815         * configure.ac (have_static_libs): New variable and associated check.
4816         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4817         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4818         * configure: Regenerate.
4820 2012-10-10  Richard Biener  <rguenther@suse.de>
4822         * MAINTAINERS: Adjust for changed surname.
4824 2012-10-04  Lawrence Crowl  <crowl@google.com>
4826         * MAINTAINERS (Write After Approval): Add myself.
4828 2012-10-01  Cary Coutant  <ccoutant@google.com>
4830         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4832 2012-09-28  Ian Lance Taylor  <iant@google.com>
4834         * Makefile.def: Make all-target-libgo depend on
4835         all-target-libbacktrace.
4836         * Makefile.in: Rebuild.
4838 2012-09-26  Ian Lance Taylor  <iant@google.com>
4840         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4841         * Makefile.in: Rebuild.
4843 2012-09-20  Walter Lee  <walt@tilera.com>
4845         * configure.ac: Add tilegx to list of targets that support gold.
4846         * configure: Regenerate.
4848 2012-09-20  Marek Polacek  <polacek@redhat.com>
4850         * MAINTAINERS (Write After Approval): Add myself.
4852 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4854         * configure.ac: Add mips*-mti-elf* target.
4855         * configure: Regenerate.
4857 2012-09-17  Ian Lance Taylor  <iant@google.com>
4859         * MAINTAINERS (Various Maintainers): Add libbacktrace.
4860         * configure.ac (host_libs): Add libbacktrace.
4861         (target_libraries): Add libbacktrace.
4862         * Makefile.def (host_modules): Add libbacktrace.
4863         (target_modules): Likewise.
4864         * configure, Makefile.in: Rebuild.
4866 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
4868         PR target/38607
4869         Merge upstream change.
4870         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4872         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4873         Add libgomp*.o to compare_exclusions for AIX.
4874         * configure: Regenerate.
4876 2012-09-06  Diego Novillo  <dnovillo@google.com>
4878         * configure.ac: Bump minimum GMP version to 4.2.3.
4879         * configure: Re-generate.
4881 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
4883         PR target/54461
4884         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4885         target-libgloss if not configured --with-avrlibc=no.
4886         * configure: Regenerate.
4888 2012-09-04  Jason Merrill  <jason@redhat.com>
4890         * configure.ac: Fix --enable-languages=all.
4892 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
4894         * MAINTAINERS (Write After Approval): Add myself.
4896 2012-09-03  Richard Guenther  <rguenther@suse.de>
4898         PR bootstrap/54138
4899         * configure.ac: Re-organize ISL / CLOOG checks to allow
4900         disabling with either --without-isl or --without-cloog.
4901         * configure: Regenerated.
4903 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4905         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4906         * configure: Regenerate.
4908 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
4910         * MAINTAINERS: Fix my email address.
4912 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4914         PR binutils/4970
4915         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4916         and opcodes.
4917         * Makefile.in: Regenerated.
4919 2012-08-26  Art Haas <ahaas@impactweather.com>
4921         * configure: Regenerate.
4923 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4925         * INSTALL/README: Also refer to the online installation
4926         instructions.
4928 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4930         * MAINTAINERS (Write After Approval): Add myself.
4931         (Picochip port): Remove myself.
4933 2012-08-14   Diego Novillo  <dnovillo@google.com>
4935         Merge from cxx-conversion branch.
4937         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4938         POSTSTAGE1_CONFIGURE_FLAGS.
4939         * Makefile.in: Regenerate.
4940         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4941         Force C++ when bootstrapping.
4942         * configure: Regenerate.
4944 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4946         * MAINTAINERS (Write After Approval): Add myself.
4948 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4950         * README: Document use of ranges of years in copyright notices.
4952 2012-07-06  Richard Guenther  <rguenther@suse.de>
4954         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4955         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4956         --with-gmp=system.
4957         * Makefile.in: Regenerated.
4958         * configure: Likewise.
4960 2012-07-06  Richard Guenther  <rguenther@suse.de>
4962         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4963         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4964         supply V=1 as extra_make_flags.
4965         * configure: Regenerated.
4966         * Makefile.in: Likewise.
4968 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4970         * configure: Regenerate.
4972 2012-07-03  Richard Guenther  <rguenther@suse.de>
4974         * Makfile.def (isl): Remove not necessary extra_exports and
4975         extra_make_flags.
4976         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4977         * Makefile.in: Regenerated.
4979 2012-07-03  Richard Guenther  <rguenther@suse.de>
4981         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4982         * configure.ac: If either the ISL or the CLooG check failed
4983         do not try to build in-tree versions.
4984         * Makefile.in: Regenerated.
4985         * configure: Regenerated.
4987 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4989         * configure: Regenerate.
4991 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4993         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4994         maintainer.
4996 2012-07-02  Richard Guenther  <rguenther@suse.de>
4998         * configure: Regenerated.
5000 2012-07-02  Richard Guenther  <rguenther@suse.de>
5001         Michael Matz  <matz@suse.de>
5002         Tobias Grosser <tobias@grosser.es>
5003         Sebastian Pop <sebpop@gmail.com>
5005         * Makefile.def: Add ISL host module, remove PPL host module.
5006         Adjust ClooG host module to use the proper ISL.
5007         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5008         * configure.ac: Include config/isl.m4.  Add ISL host library,
5009         remove PPL.  Remove PPL configury, add ISL configury, adjust
5010         ClooG configury.
5011         * Makefile.in: Regenerated.
5012         * configure: Likewise.
5014 2012-07-02  Richard Guenther  <rguenther@suse.de>
5016         Merge from graphite branch
5017         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5019         * configure: Regenerated.
5020         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5021         both cloog.org and legacy versions. The only supported version will
5022         be CLooG with the isl backend.
5024         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5026         * configure: Regenerated.
5027         * configure.ac: Require cloog isl 0.17.0
5029         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5031         * configure: Regenerated.
5032         * config/cloog.m4: Do not define CLOOG_ORG
5034 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
5036         * configure.ac: Skip C if explicitly selected.
5037         * configure: Regenerate.
5039 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
5041         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5042         they contain -O2.
5043         * configure: Regenerate.
5045 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
5047         PR debug/53740
5048         * df.h, df-problems.c, dce.c: Revert last patch.
5050 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
5052         * MAINTAINERS (Write After Approval): Update my email address.
5054 2012-06-21  Meador Inge  <meadori@codesourcery.com>
5056         * MAINTAINERS (Write After Approval): Add myself.
5058 2012-06-20  Jason Merrill  <jason@redhat.com>
5060         * Makefile.tpl (check-target-libgomp-c++): New.
5061         (check-target-libitm-c++): New.
5062         * Makefile.def (c++): Add them.
5063         * Makefile.in: Regenerate.
5065 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
5067         * MAINTAINERS (Write After Approval): Add myself.
5069 2012-05-16  Olivier Hainque  <hainque@adacore.com>
5071         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5072         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5073         (install-no-fixedincludes): Adjust accordingly.
5074         * Makefile.in: Regenerate.
5076 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5078         Merge upstream change
5079         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5081 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
5083         * MAINTAINERS (Write After Approval): Add myself.
5085 2012-05-09  Nick Clifton  <nickc@redhat.com>
5086             Paul Smith  <psmith@gnu.org>
5088         PR bootstrap/50461
5089         * configure.ac (mpfr-dir): When using in-tree MPFR sources
5090         allow for the fact that from release v3.1.0 of MPFR the source
5091         files were moved into a src sub-directory.
5092         * configure: Regenerate.
5094 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
5096         * configure.ac: Bump minimum MPFR version to 2.4.0.
5097         * configure: Regenerated.
5099 2012-05-01  Richard Henderson  <rth@redhat.com>
5101         * Makefile.def (libatomic): New target_module.
5102         * configure.ac (target_libraries): Add libatomic.
5103         (noconfigdirs): Check if libatomic is supported.
5104         * Makefile.in, configure: Rebuild.
5106 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
5108         * MAINTAINERS (Write After Approval): Add myself.
5110 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
5112         * config.sub: Update to 2012-04-18 version from official repo.
5114 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
5116         * MAINTAINERS (Write After Approval): Add myself.
5118 2012-04-11  Steve Ellcey  <sellcey@mips.com>
5120         * MAINTAINERS: Changed email address.
5122 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
5124         PR target/52737
5125         * contrib/gcc_update (files_and_dependencies):
5126         Remove gcc/config/avr/t-multilib from touch data.
5128 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5130         * MAINTAINERS (OS Port Maintainers): Remove irix.
5131         * configure.ac (enable_libgomp): Remove *-*-irix6*.
5132         (unsupported_languages): Remove mips-sgi-irix6.*.
5133         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5134         (with_stabs): Remove.
5135         * configure: Regenerate.
5137 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5139         * MAINTAINERS (OS Port Maintainers): Remove osf.
5140         * configure.ac (enable_libgomp): Remove *-*-osf*.
5141         (with_stabs): Remove alpha*-*-osf*.
5142         * configure: Regenerate.
5144 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5146         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5147         * configure: Regenerate.
5149 2012-02-17  Walter Lee  <walt@tilera.com>
5151         * MAINTAINERS: (Write After Approval): Delete myself.
5153 2012-02-14  Walter Lee  <walt@tilera.com>
5155         * MAINTAINERS (tilegx port): Add myself.
5156         (tilepro port): Add myself.
5157         (Write After Approval): Add myself.
5159 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
5161         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5162         and Joseph Myers as docstring relicensing maintainers.
5164 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5166         * MAINTAINERS (write-after-approval): Add myself.
5168 2012-02-08  Ira Rosen <irar@il.ibm.com>
5170         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5171         maintainer.
5173 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5175         * MAINTAINERS (Write After Approval): Move myself to
5176         maintain alphabetical order.
5178 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5180         * MAINTAINERS (Write After Approval): Add myself.
5182 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
5184         * MAINTAINERS (Write After Approval): Add myself.
5186 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5187             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5189         * configure.ac (cr16-*-*): Remove nonconfigdirs.
5190         * configure: Regenerate.
5192 2012-01-23  Harshit Chopra  <harshit@google.com>
5194         * MAINTAINERS (Write After Approval): Add myself.
5196 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
5198         * configure.ac: Remove reference to mh-interix.
5199         * configure: Regenerate.
5201 2012-01-05  Richard Henderson  <rth@redhat.com>
5203         PR bootstrap/51072
5204         * configure.ac: Disable libitm if c++ is not enabled.
5205         * configure: Rebuild.
5207         * configure.ac: Fix regexp for same.
5208         * configure: Rebuild.
5210 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
5212         * MAINTAINERS (Write After Approval): Add myself.
5214 2012-01-02  Richard Guenther  <rguenther@suse.de>
5216         PR bootstrap/51686
5217         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5218         * Makefile.in: Regenerate.
5220 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
5222         * MAINTAINERS (Write After Approval): Add myself.
5224 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
5226         * configure: Regenerate.
5228 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
5230         * MAINTAINERS (picochip): Changed email address.
5232 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5234         * MAINTAINERS (write-after-approval): Add self.
5236 2011-11-29  DJ Delorie  <dj@redhat.com>
5238         * configure.ac (rl78-*-*) New case.
5239         * configure: Regenerate.
5240         * MAINTAINERS: Add myself as RL78 maintainer.
5242 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5244         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5246 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5248         * libtool.m4: Additional FreeBSD 10 fixes.
5250 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5252         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5253         Maintainers section, as Epiphany maintainer.
5255 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5257         PR target/49992
5258         * configure.ac: Remove ranlib special-casing for Darwin.
5259         * configure: Regenerate.
5261 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5263         * MAINTAINERS (Reviewers): Keep the list sorted.
5265 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5267         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5269 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5271         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5272         * configure: Rebuild.
5273         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5274         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5275         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5276         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5277         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5278         Add READELF.
5279         * Makefile.in: Rebuild.
5281 2011-11-09  Jason Merrill  <jason@redhat.com>
5283         * Makefile.def (language=c++): Remove check-c++0x.
5284         * Makefile.in (check-gcc-c++): Regenerate.
5286 2011-11-08  Richard Henderson  <rth@redhat.com>
5288         * configure.ac: Test for libitm directory present first.
5290         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5292         * configure.ac: Test libitm/configure.tgt to disable libitm.
5293         * configure: Rebuild.
5295 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5296             Richard Henderson  <rth@redhat.com>
5298         Merged from transactional-memory.
5300         * Makefile.def (lang_env_dependencies): libitm is c++.
5301         Add libitm target module.
5302         * configure.ac: Likewise.
5303         * config/mmap.m4: New file.
5304         * contrib/gcc_update: Add libitm to touch data.
5305         * Makefile.in, configure: Rebuild.
5307 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5309         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5310         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5311         * Makefile.in: Regenerate.
5313 2011-11-01  DJ Delorie  <dj@redhat.com>
5315         * config.sub: Update to version 2011-10-29 (added rl78)
5317 2011-10-27  Nick Clifton  <nickc@redhat.com>
5319         * config.sub: Import these changes from the config project:
5321         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5322             Ben Elliston  <bje@gnu.org>
5324         * config.sub (epiphany): New.
5326         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5327             Ben Elliston  <bje@gnu.org>
5329         * config.sub (hexagon, hexagon-*): New.
5331         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5333         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5334         64eb to be64.
5336         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5338         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5339         (nacl): Grok as alias for 32el-unknown-nacl.
5341 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5343         * MAINTAINERS (Write After Approval): Add myself.
5345 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5347         * MAINTAINERS (Write After Approval): Add myself.
5349 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5351         * MAINTAINERS (sparc port): Remove myself.
5353 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5355         * MAINTAINERS (Write After Approval): Add myself.
5357 2011-08-14  Yao Qi  <yao@codesourcery.com>
5359         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5360         * configure: Regenerate.
5362 2011-07-26  Ian Lance Taylor  <iant@google.com>
5364         * configure.ac: Set have_compiler based on whether gcc directory
5365         exists, rather than on whether gcc is in configdirs.
5366         * configure: Rebuild.
5368 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5370         * MAINTAINERS (Global Reviewers): Add self.
5372 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5374         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5375         link directories.
5376         * Makefile.in: Rebuild.
5378 2011-07-20  Ian Lance Taylor  <iant@google.com>
5380         PR bootstrap/49787
5381         * configure.ac: Move --enable-bootstrap handling earlier in file.
5382         If --enable-bootstrap and either --enable-build-with-cxx or
5383         --enable-build-poststage1-with-cxx, enable C++ automatically.
5384         * configure: Rebuild.
5386 2011-07-19  Ian Lance Taylor  <iant@google.com>
5388         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5389         make C++ a boot_language.  Set and substitute
5390         POSTSTAGE1_CONFIGURE_FLAGS.
5391         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5392         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5393         * configure, Makefile.in: Rebuild.
5395 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5397         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5398         maintainers.
5400 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5402         * MAINTAINERS (Global Reviewers): Add myself.
5404 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5406         * configure: Regenerate.
5408 2011-07-16  Jason Merrill  <jason@redhat.com>
5410         * Makefile.def (language=c++): Add check-c++0x and
5411         check-target-libmudflap-c++.
5412         * Makefile.tpl (check-target-libmudflap-c++): New.
5413         * Makefile.in: Regenerate.
5415 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5417         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5418         * Makefile.def (target_modules/libjava): Pass
5419         $(EXTRA_CONFIGARGS_LIBJAVA).
5420         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5421         if not configured with --enable-static-libjava.
5422         * Makefile.in: Regenerate.
5423         * configure: Likewise.
5425 2011-07-15  Jason Merrill  <jason@redhat.com>
5427         * Makefile.in (check-c++): Move check-gcc-c++0x after
5428         check-target-libstdc++-v3.
5430 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5432         * MAINTAINERS (c6x port): New entry.
5434 2011-07-13  Jason Merrill  <jason@redhat.com>
5436         * Makefile.in (check-gcc-c++0x): New.
5437         (check-c++): Depend on it.
5439 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5441         PR target/39150
5442         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5443         x86_64-*-solaris2.1[0-9]*.
5444         * configure: Regenerate.
5446 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5448         * MAINTAINERS (RTL optimizers): Add self.
5450 2011-06-27  Gabriel Charette  <gchare@google.com>
5452         * MAINTAINERS (Write After Approval): Add myself.
5454 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5456         PR regression/47836
5457         PR bootstrap/23656
5458         PR other/47733
5459         PR bootstrap/49247
5460         PR c/48825
5461         * configure.ac (target_libraries): Remove target-libiberty.
5462         Remove case-statement setting skipdirs=target-libiberty for
5463         multiple targets.  Remove checking target_configdirs and
5464         removing target-libiberty but keeping target-libgcc if
5465         otherwise empty.
5466         * Makefile.def (target_modules): Don't add libiberty.
5467         (dependencies): Remove all traces of target-libiberty.
5468         * configure, Makefile.in: Regenerate.
5470 2011-06-13  Walter Lee <walt@tilera.com>
5472         * configure.ac (tilepro-*-*) New case.
5473         (tilegx-*-*): Likewise.
5474         * configure: Regenerate.
5476 2011-06-06  Jing Yu  <jingyu@google.com>
5478         * configure.ac: Skip target-libiberty for
5479         arm*-*-linux-androideabi.
5480         * configure: Regenerated.
5482 2011-06-06  Nick Clifton  <nickc@redhat.com>
5484         * config.sub: Sync from upstream.
5486 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5488         * MAINTAINERS (Write After Approval): Add myself.
5490 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5492         * MAINTAINERS: Update my email address.
5494 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5496         * MAINTAINERS (Write After Approval): Update my email address.
5498 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5500         * MAINTAINERS (Write After Approval): Add myself.
5502 2011-05-08  Doug Kwan  <dougkwan@google.com>
5504         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5505         * configure: Regenerated.
5506         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5507         value from configure.
5508         * Makefile.in: Regenerated.
5510 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5512         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5513         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5514         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5515         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5516         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5517         *-*-vxworks*): Disable newlib and libgloss in separate case
5518         statement.
5519         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5520         to separate case statement.
5521         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5522         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5523         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5524         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5525         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5526         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5527         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5528         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5529         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5530         i[[3456789]]86-*-rdos*, m32r-*-*,
5531         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5532         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5533         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5534         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5535         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5536         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5537         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5538         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5539         and libgloss in main case over targets.  Remove most empty cases
5540         in main case over targets.
5541         * configure: Regenerate.
5543 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5545         * MAINTAINERS (Write After Approval): Add myself.
5547 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5549         * configure.ac: Remove code setting special library locations for
5550         hppa*64*-*-hpux11*.  Remove code setting compiler for
5551         sparc-sun-solaris2*.
5552         * configure: Regenerate.
5554 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5556         * configure.ac: Separate libgloss_dir settings from general case
5557         over targets.
5558         * configure: Regenerate.
5560 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5562         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5563         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5564         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5565         cases in libgcj-disabling case statement.
5566         (hppa*64*-*-linux*): Set unsupported_languages instead of
5567         disabling target-zlib.
5568         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5569         to hppa*64*-*-hpux*.
5570         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5571         hppa*-*-hpux*.
5572         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5573         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5574         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5575         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5576         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5577         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5578         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5579         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5580         libgcj-disabling case statement.
5581         * configure: Regenerate.
5583 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5585         * configure.ac: Disable Java for targets not supporting libffi.
5586         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5587         Remove cases in Java-disabling statement.
5588         (*arm-wince-pe): Change to arm-wince-pe.
5589         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5590         cases in Java-disabling statement.
5591         (bfin-*-*): Don't disable Java again.
5592         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5593         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5594         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5595         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5596         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5597         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5598         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5599         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5600         Java-disabling statement.
5601         (mmix-*-*): Don't disable Java again.
5602         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5603         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5604         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5605         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5606         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5607         statement.
5608         * configure: Regenerate.
5610 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5612         * configure.ac: Separate cases disabling Java and Java libraries
5613         from general case over targets.
5614         * configure: Regenerate.
5616 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5618         * MAINTAINERS: Update my email address.
5620 2011-04-20  Easwaran Raman  <eraman@google.com>
5622         * MAINTAINERS (Write After Approval): Add myself.
5624 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5626         PR lto/48086
5627         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5628         * configure: Regenerate.
5630 2011-04-16  Jim Meyering  <meyering@redhat.com>
5632         * MAINTAINERS (Write After Approval): Add myself.
5634 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5636         * MAINTAINERS: Update my email address.
5638 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5640         * MAINTAINERS (Write After Approval): Add myself.
5642 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5644         * MAINTAINERS (Write After Approval): Add myself.
5646 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5648         * MAINTAINERS (Write After Approval): Add myself.
5650 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5652         * configure.ac (build_tools): Remove build-byacc.
5653         (host_libs): Remove mmalloc.
5654         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5655         autoconf automake libtool diff rcs fileutils shellutils time
5656         textutils wdiff find uudecode hello tar gzip indent recode release
5657         sed perl gawk findutils gettext zip.
5658         (libgcj): Remove target-qthreads.
5659         (target_tools): Remove target-examples target-gperf.
5660         (YACC): Don't handle building byacc.
5661         * configure: Regenerate.
5662         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5663         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5664         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5665         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5666         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5667         handle building components.
5668         * Makefile.in: Regenerate.
5670 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5672         * MAINTAINERS: Update my email address as Xtensa maintainer.
5674 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5676         * config.sub: Sync from upstream.
5678 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5680         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5681         (microblaze*): Don't disable libssp.
5682         * configure: Regenerate.
5684 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5686         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5687         moveifchange.
5688         * configure: Regenerate.
5689         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5690         * Makefile.in: Regenerate.
5692 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5694         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5695         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5696         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5697         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5698         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5699         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5700         md_exec_prefix cases.
5701         * configure: Regenerate.
5703 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5705         * configure.ac: Separate cases disabling target-libssp,
5706         target-libiberty, target-libstdc++-v3 and Fortran from general
5707         case over targets.
5708         * configure: Regenerate.
5710 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5712         * configure.ac (*-*-chorusos): Don't disable libgcj.
5713         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5714         Remove case.
5715         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5716         (arm-*-coff): Don't disable libgcj.
5717         (arm*-*-linux-gnueabi): Remove useless assignment.
5718         (arm-*-riscix*): Don't disable libgcj.
5719         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5720         configuration.
5721         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5722         (c54x*-*-*): Remove case.
5723         (tic54x-*-*): Don't disable GCC or GCC libraries.
5724         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5725         to *.
5726         (d10v-*-*): Don't disable GCC libraries.
5727         (d30v-*-*): Don't disable libgcj.
5728         (h8500-*-*): Don't disable GCC libraries.
5729         (i960-*-*): Don't disable libgcj.
5730         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5731         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5732         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5733         libgcj.
5734         (m68k-*-coff*): Remove case.
5735         (mmix-*-*): Don't disable libgloss on host.
5736         (mn10200-*-*, mn10300-*-*): Remove cases.
5737         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5738         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5739         Don't disable libgcj.
5740         (romp-*-*): Remove case.
5741         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5742         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5743         case.
5744         (v810-*-*): Don't disable GCC libraries.
5745         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5746         (ip2k-*-*): Don't disable GCC libraries.
5747         * configure: Regenerate.
5749 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5751         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5752         libffi on host.
5753         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5754         on host.
5755         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5756         * configure: Regenerate.
5758 2011-03-26  John Marino  <binutils@marino.st>
5760         * configure.ac: Add support for *-*-dragonfly*
5761         * configure: Regenerate.
5763 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5765         * configure.ac (native_only): Remove.
5766         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5767         send-pr uudecode guile gnuserv on host.
5768         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5769         send-pr rcs guile perl texinfo libtool on host.
5770         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5771         automake send-pr rcs guile perl texinfo libtool on host.
5772         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5773         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5774         (alpha*-dec-osf*): Don't disable fileutils on target.
5775         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5776         texinfo send-pr expect dejagnu on target.
5777         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5778         target-qthreads on target.
5779         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5780         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5781         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5782         x86_64-*-mingw*): Don't disable expect on target.
5783         (*-*-cygwin*): Don't disable target-gperf on target.
5784         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5785         gnuserv on target.
5786         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5787         target.
5788         * configure: Regenerate.
5790 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5792         * configure.ac (target_tools): Remove target-groff.
5793         (native_only): Remove target-groff.
5794         (hppa*64*-*-*): Don't disable byacc.
5795         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5796         setting.
5797         (*-*-kaos*): Don't skip target-librx and target-groff.
5798         (*-*-netware*): Don't skip target-libmudflap.
5799         (*-*-tpf*): Don't skip target-libmudflap.
5800         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5801         directories on the host.
5802         (ia64*-*-*vms*): Don't skip tix.
5803         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5804         host.
5805         * configure: Regenerate.
5807 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5809         * configure.ac: Remove references to mt-mep, mt-netware,
5810         mt-wince.
5811         * Makefile.def: Add all-utils soft dependencies.
5812         * Makefile.tpl: Remove GDB_NLM_DEPS.
5813         * configure: Regenerate.
5814         * Makefile.in: Regenerate.
5816 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5818         * configure.ac: Do not include mh-x86omitfp.
5819         * configure: Regenerate.
5821 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5823         * configure.ac: Remove empty cases.
5824         * configure: Regenerate.
5826 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5828         * Makefile.def: Add dependency from termcap to gdb.
5829         * Makefile.in: Regenerate.
5831 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5833         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5834         * configure: Regenerate.
5835         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5836         * Makefile.tpl: Likewise.
5837         * Makefile.in: Regenerate.
5839 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5841         * configure.ac: Remove all mentions of tentative_cc.
5842         * configure: Regenerate.
5844 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5846         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5847         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5848         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5849         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5850         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5851         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5852         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5853         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5854         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5855         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5856         *-*-rhapsody*): Remove host cases.
5857         * configure: Regenerate.
5859 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5861         * configure.ac (ppc*-*-pe): Remove host case.
5862         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5863         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5864         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5865         cases.
5866         * configure: Regenerate.
5868 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5870         * config.sub: Update to version 2011-03-23.
5872 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5874         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5875         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5876         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5877         * configure: Regenerate.
5879 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5881         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
5882         to Write After Approval.
5883         * config-ml.in: Don't handle arc-*-elf*.
5884         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5885         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5886         handle GCC libraries.
5887         * configure: Regenerate.
5889 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5891         PR bootstrap/48120:
5892         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5893         Add -lstdc++ -lm to LIBS.
5894         * configure: Regenerate.
5896 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5898         * config.guess: Update to version 2011-02-02
5899         * config.sub: Update to version 2011-02-24
5901 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5903         PR lto/48086
5904         * configure.ac: Re-enable LTO on *-apple-darwin9.
5905         * configure: Regenerate.
5907 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5909         PR lto/48086
5910         * configure.ac: Disable LTO on darwin due to an assembler change in
5911         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5912         under 256.
5913         * configure: Regenerate.
5915 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5917         * MAINTAINERS: Update myself as score backend maintainer,
5918         update my e-mail address.
5920 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5922         * MAINTAINERS: Update my e-mail address.
5924 2011-03-06  Joey Ye  <joey.ye@arm.com>
5926         * MAINTAINERS: Update my e-mail address.
5928 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5930         * configure.ac: Adjust test of with_ppl.
5931         * configure: Regenerated.
5933 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5935         * MAINTAINERS: Adjust my e-mail address.
5937 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5939         * configure.ac: Add -lpwl to ppllibs.
5940         * configure: Regenerated.
5942 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5944         * config/cloog.m4: Add -lisl to clooglibs.
5945         * configure: Regenerated.
5947 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5949         * MAINTAINERS (CPU Port maintainers): Add self.
5951 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5953         * MAINTAINERS: Add myself as testsuite maintainer.
5955 2011-02-15  Mike Stump  <mikestump@comcast.net>
5957         * MAINTAINERS: Add myself as testsuite maintainer.
5959 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5961         Import from Libtool and gnulib:
5963         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5965         Prepare for supporting FreeBSD 10.
5966         * config.rpath: Remove handling of freebsd1* which soon would
5967         match FreeBSD 10.0.
5969         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5971         Remove support for FreeBSD 1.x.
5972         * libtool.m4 (_LT_LINKER_SHLIBS)
5973         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5974         soon would incorrectly match FreeBSD 10.0.
5976 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5978         PR binutils/12283
5979         * move-if-change: Import version from gnulib.
5981 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5983         PR lto/47225
5984         * Makefile.def (lto-plugin): Double dash for enable-shared.
5985         (configure-gcc): Depend on all-lto-plugin.
5986         * Makefile.in: Rebuilt.
5988 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5990         * configure.ac: Remove extra bracket.
5991         * configure: Regenerate.
5993 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5995         * MAINTAINERS: Add myself as libquadmath maintainer.
5997 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5999         * MAINTAINERS: Update my email address.
6001 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
6003         * MAINTAINERS (option handling): Add self.
6005 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
6007         PR lto/47225
6008         * Makefile.def: Add dependency for install-gcc
6009         on install-lto-plugin.
6010         * Makfile.in: Regenerated
6012 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
6014         * MAINTAINERS (CPU Port Maintainers): Add myself.
6016 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
6018         PR libgcj/44341
6019         * configure.ac: Discard --with-* flags for host when configuring
6020         target libraries for cross build.
6021         * configure: Rebuilt.
6023 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6025         * MAINTAINERS (linear loop transforms): Removed.
6027 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
6029         * configure.ac: If with_ppl is no, move setting with_cloog=no
6030         after CLOOG_REQUESTED check.
6031         * configure: Regenerated.
6033 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6035         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6036         CLooG has been requested.
6037         * configure: Regenerated.
6039 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6041         * configure: Regenerated.
6042         * configure.ac: Check for version 0.11 (or later revision) of PPL.
6044 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
6046         * configure: Regenerated.
6047         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6049 2011-01-21  Andreas Schwab  <schwab@redhat.com>
6051         * configure.ac: Use AS_HELP_STRING throughout.
6052         * configure: Regenerate.
6054 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
6056         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6057         * configure: Regenerate.
6059 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6061         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6063 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
6065         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6066         for ia64-hpux.
6067         * configure: Regenerate.
6069 2011-01-07  Jan Hubicka  <jh@suse.cz>
6071         PR lto/47225
6072         * Makefile.in: Regenerate.
6073         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6074         configure.
6076 2011-01-07  Jan Hubicka  <jh@suse.cz>
6078         * Makefile.in: Regenerate.
6079         * Makefile.def (gcc host module) and soft dependency on lto-plugin
6080         and configure dependency on lto-plugin configure.
6081         (lto-plugin module): Remove dependency on GCC; add dependency on
6082         liniberty.
6084 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
6086         * MAINTAINERS (Write After Approval): Add myself.
6088 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
6090         * configure: Regenerate.
6092 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
6094         * configure.ac: (picochip): Disable libiberty.
6096 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6098         * MAINTAINERS (Write After Approval): Add myself.
6100 2010-12-10  Ian Lance Taylor  <iant@google.com>
6102         PR bootstrap/46819
6103         * configure.ac: For --disable-libgcj clear libgcj_saved.
6104         * configure: Rebuild.
6106 2010-12-10  Tobias Burnus  <burnus@net-b.de>
6108         PR fortran/46540
6109         * configure.ac: Add --disable-libquadmath and
6110         --disable-libquadmath-support.
6111         * configure: Regenerate.
6113 2010-12-03  Ian Lance Taylor  <iant@google.com>
6115         * MAINTAINERS: Add myself as libgo maintainer.
6117 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
6119         PR libffi/46792
6120         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6121         * configure: Regenerate.
6123 2010-12-02  Ian Lance Taylor  <iant@google.com>
6125         * configure.ac: Always set default for poststage1_ldflags to
6126         -static-libstdc++ -static-libgcc.
6128 2010-11-29  Andreas Schwab  <schwab@redhat.com>
6130         * configure.ac: Move comment to remove extra space in last argument
6131         of GCC_TARGET_TOOL.
6133 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
6135         PR other/46026
6136         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6137         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6138         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6139         (BASE_FLAGS_TO_PASS): Use it.
6140         * configure: Rebuilt.
6141         * Makefile.in: Rebuilt.
6143 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
6145         PR binutils/12258
6146         * configure.ac: Correct comments for --enable-gold/--enable-ld.
6147         Properly check default linker.
6148         * configure: Regnerated.
6150 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6152         * configure.ac: For --enable-gold, handle value `default' instead of
6153         `both*'.  New configure option --{en,dis}able-ld.
6154         * configure: Regenerate.
6156 2010-11-20  Ian Lance Taylor  <iant@google.com>
6158         * configure.ac: Only disable a language library if no language needs
6159         it.  Don't let --disable-libgcj uncondtionally disable libffi.
6160         * configure: Rebuild.
6162 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6164         * Makefile.in: Regenerate.
6166         PR other/46202
6167         * configure.ac: Fix just-built in-tree STRIP name to be
6168         binutils/strip-new.
6169         * configure: Regenerate.
6170         * Makefile.def (install-strip-gcc, install-strip-binutils)
6171         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6172         (install-strip-sid): Mirror dependencies on non-strip variants
6173         of these targets on the respective -strip prerequisites.
6174         * Makefile.tpl (install-strip, install-strip-host)
6175         (install-strip-target): New targets.
6176         (install-strip-[+module+], install-strip-target-[+module+]):
6177         New targets.
6178         * Makefile.in: Regenerate.
6180 2010-11-19  Ian Lance Taylor  <iant@google.com>
6181             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6183         * configure.ac: Add target-libgo to target_libraries.  Set
6184         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6185         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6186         (HOST_EXPORTS): Add GOC.
6187         (BASE_TARGET_EXPORTS): Add GOC.
6188         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6189         (GOCFLAGS_FOR_TARGET): New variable.
6190         (EXTRA_HOST_FLAGS): Add GOC.
6191         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6192         * Makefile.def (target_modules): Add libgo.
6193         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6194         (dependencies): Add dependency from configure-target-libgo to
6195         configure-target-libffi and all-target-libstdc++-v3.  Add
6196         dependencies from all-target-libgo to all-target-libffi.
6197         (languages): Add go.
6198         * configure: Rebuild.
6199         * Makefile.in: Rebuild.
6201 2010-11-19  Ian Lance Taylor  <iant@google.com>
6203         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6204         compiler/flag environment variables.
6206 2010-11-18  Ian Lance Taylor  <iant@google.com>
6208         * configure.ac: Check for lang_requires_boot_languages in
6209         config-lang.in files.
6210         * configure: Rebuild.
6212 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6213             Tobias Burnus  <burnus@net-b.de>
6215         PR fortran/32049
6216         * Makefile.def: Add libquadmath; build it with language=fortran.
6217         * configure.ac: Add libquadmath.
6218         * Makefile.tpl: Handle multiple libs in check-[+language+].
6219         * Makefile.in: Regenerate.
6220         * configure: Regenerate.
6222 2010-11-16  Tom Tromey  <tromey@redhat.com>
6224         * MAINTAINERS: Moved myself to reviewers section.
6226 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
6228         * MAINTAINERS: Moved myself to reviewers section.
6230 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6232         * MAINTAINERS (Various Maintainers): Add self for build machinery.
6233         (Write After Approval): Remove self.
6235 2010-11-15  Andreas Schwab  <schwab@redhat.com>
6237         * configure.ac: Fix spelling in option names.
6238         * configure: Regenerated.
6240 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
6242         PR bootstrap/39622
6243         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6244         * configure: Regenerated.
6246 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6248         * MAINTAINERS: Update my email address.
6250 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6252         * configure: Regenerate.
6254 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6256         * configure: Regenerate.
6258 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6260         * configure: Regenerate.
6262 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6264         * configure: Regenerate.
6266 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6268         * configure.ac: Support official CLooG.org versions.
6269         * configure: Regenerate.
6270         * config/cloog.m4: New.
6272 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6274         * MAINTAINERS (Write After Approval): Add myself.
6276 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6278         * MAINTAINERS: Update my email address.
6280 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6282         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6283         * configure: Regenerate.
6285 2010-11-03  Ian Lance Taylor  <iant@google.com>
6286             Dave Korn  <dave.korn.cygwin@gmail.com>
6288         PR lto/46273
6289         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6290         and on other supported platforms whenever LTO is enabled.
6291         * configure: Rebuild.
6293 2010-11-02  Alan Modra  <amodra@gmail.com>
6295         PR binutils/12110
6296         * configure.ac: Error when source path contains spaces.
6297         * configure: Regenerate.
6299 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6301         * MAINTAINERS: Update my email address.
6303 2010-10-20  Ian Lance Taylor  <iant@google.com>
6305         * Makefile.def (target_modules): Set lib_path to src/.libs for
6306         libstdc++-v3 module.
6307         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6308         * Makefile.in: Rebuild.
6310 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6312         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6313         (Write After Approval): Remove myself.
6315 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6317         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6319 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6321         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6323 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6325         * configure.ac (build_lto_plugin): New shell variable.
6326         (--enable-lto): Turn on by default for all non-ELF platforms that
6327         have had LTO support added so far.  Set build_lto_plugin appropriately
6328         for both ELF and non-ELF.
6329         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6330         * configure: Regenerate.
6332 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6334         Sync from src:
6335         * configure.ac (v850 support): Remove target-libgloss from
6336         noconfigdirs.
6337         * configure: Regenerate.
6339 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6341         PR bootstrap/45326
6342         PR bootstrap/45174
6343         * configure.ac: Honor initial values of $build_configargs,
6344         $host_configargs, $target_configargs.  Mark the precious, so
6345         environment settings get recorded.
6346         * configure: Regenerate.
6348 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6350         PR bootstrap/45796
6351         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6352         Depend on all-build-libiberty.
6353         * Makefile.in: Regenerate.
6355 2010-09-30  Michael Eager  <eager@eagercon.com>
6357         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6358         * configure: Regenerate.
6360 2010-09-28  Michael Eager  <eager@eagercon.com>
6362         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6364 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6366         PR bootstrap/44621
6367         * configure.ac: Fix unportable shell quoting.
6368         * configure: Regenerate.
6370 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6372         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6373         targets and amend comment.
6374         * configure: Regenerate.
6376 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6378         * MAINTAINERS (Write After Approval): Add myself.
6380 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6382         * configure.ac: Enable LTO by default on Darwin.
6383         * configure: Regenerate.
6385 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6387         * MAINTAINERS (Write After Approval): Add myself.
6389 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6391         * MAINTAINERS (Write After Approval): Add myself.
6393 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6395         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6396         ports
6398 2010-07-28  David Yuste  <david.yuste@gmail.com>
6400         * MAINTAINERS (Write After Approval): Add myself.
6402 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6404         * configure.ac: Support all v850 targets.
6405         * configure: Regenerate.
6407 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6409         PR bootstrap/44455
6410         * configure.ac (extra_mpfr_configure_flags): Copy from
6411         extra_mpc_gmp_configure_flags.
6412         * configure: Re-generated.
6414 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6416         * MAINTAINERS (Write After Approval): Add myself.
6418 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6420         * MAINTAINERS (Write After Approval): Add myself.
6422 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6424         * MAINTAINERS (Write After Approval): Add myself.
6426 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6428         PR target/44862
6429         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6430         Provide -B option to allow for link spec %s substitutions for
6431         libstdc++.a on darwin.
6432         * Makefile.in: Regenerate.
6434 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6436         * MAINTAINERS (Reviewers): Update my e-mail address
6438 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6440         * Makefile.def (configure-gcc): Depend on all-libelf.
6441         * Makefile.in: Rebuild.
6443 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6445         * MAINTAINERS (Write After Approval): Add myself in the right place.
6447 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6449         * MAINTAINERS (Write After Approval): Add myself.
6451 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6453         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6455 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6457         * config.sub: Update to version 2010-05-21.
6458         * config.guess: Update to version 2010-04-03.
6460 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6462         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6463         * configure: Regenerate.
6465 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6467         * MAINTAINERS (Write After Approval): Add myself.
6469 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6471         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6472         a platform that supports LTO.
6473         * configure: Regenerate.
6475 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6477         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6478         * configure: Regenerated.
6480 2010-04-27  Roland McGrath  <roland@redhat.com>
6481             H.J. Lu  <hongjiu.lu@intel.com>
6483         * configure.ac (--enable-gold): Support both, both/gold and
6484         both/bfd to add gold to configdirs without removing ld.
6485         * configure: Regenerated.
6487         * Makefile.def: Add install-gold dependency to install-ld.
6488         * Makefile.in: Regenerated.
6490 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6492         PR lto/42776
6493         * configure.ac (--enable-lto): Refactor handling so libelf tests
6494         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6495         and allow LTO to be explicitly enabled on non-ELF platforms that
6496         are known to support it inside else-clause.
6497         * configure: Regenerate.
6499 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6501         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6502         * configure: Regenerate.
6504 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6506         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6507         * configure: Regenerate.
6509 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6511         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6512         separately.
6513         * configure: Regenerate.
6515 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6517         * MAINTAINERS (Write After Approval): Add myself.
6519 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6521         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6522         * configure: Regenerate.
6524 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6526         * configure: Regenerate after change to elf.m4.
6528 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6530         * MAINTAINERS (Write After Approval): Add myself.
6532 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6534         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6535         * configure: Regenerated.
6537 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6539         * configure.ac: Print "buggy but acceptable" when CLooG
6540         revision is less than 9.
6541         * configure: Regenerated.
6543 2010-04-01  Diego Novillo  <dnovillo@google.com>
6545         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6547 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6549         PR bootstrap/43615
6550         PR bootstrap/43328
6552         Revert:
6554         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6556         * configure.ac: Do not pass --enable-multilib nor
6557         --disable-multilib in baseargs.  Accept explicitly passed
6558         --enable_multilib.
6559         * configure: Regenerate.
6561 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6563         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6565 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6567         * MAINTAINERS: Remove myself.
6569 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6571         PR bootstrap/43328
6572         * configure.ac: Do not pass --enable-multilib nor
6573         --disable-multilib in baseargs.  Accept explicitly passed
6574         --enable_multilib.
6575         * configure: Regenerate.
6577 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6579         * MAINTAINERS (spu port): Remove me.
6581 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6583         * configure.ac (tic6x-*-*): New case.
6584         * configure: Regenerate.
6586 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6588         * config.sub: Update to version 2010-03-22.
6589         * config.guess: Update to version 2009-12-30.
6591 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6593         PR ada/42554
6594         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6595         * configure: Regenerate.
6597 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6599         * MAINTAINERS: Update my email address.
6601 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6603         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6604         (ghassan.shobaki@amd.com): Removed.
6606 2010-03-17  Alan Modra  <amodra@gmail.com>
6608         * MAINTAINERS: Update my email address.
6610 2010-03-16  Diego Novillo  <dnovillo@google.com>
6612         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6613         Matthews.
6615 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6617         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6618         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6620 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6622         * MAINTAINERS: Update my email address.
6624 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6626         * MAINTAINERS: Update my email address.
6628 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6630         * MAINTAINERS: Update my email address.
6632 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6634         * MAINTAINERS: Update my email address.
6636 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6638         PR libstdc++/32499
6639         * configure.ac (RANLIB): Default to true.
6640         (STRIP): Likewise.
6641         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6642         * configure: Regenerate.
6644 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6646         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6647         (Write After Approval): Update my email address.
6649 2010-02-17  Nick Clifton  <nickc@redhat.com>
6651         PR 11238
6652         * Makefile.tpl (local-distclean): Also remove config.cache files in
6653         sub-directories as there may not be Makefiles present in the
6654         sub-directories.
6655         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6656         the config.cache files found by the find command.
6658         * Makefile.in: Regenerate.
6659         * configure.ac: Revert previous delta.
6660         * configure: Regenerate.
6662 2010-02-15  Nick Clifton  <nickc@redhat.com>
6664         PR 11238
6665         * configure.ac: Delete config.cache files in sub-directories when
6666         deleting Makefiles.
6667         * configure: Regenerate.
6669 2010-02-12  Ben Elliston  <bje@gnu.org>
6671         * MAINTAINERS: Update my email address.
6673 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6675         * MAINTAINERS (spu port): Update my email address.
6677 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6679         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6681 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6683         * configure.ac: Add "recommended" version checks for GMP/MPC.
6684         Update recommended GMP/MPFR/MPC versions.
6685         * configure: Regenerate.
6687 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6689         * MAINTAINERS: Move my Embecosm email address into the
6690         write-after-approval section.
6692 2010-01-26  Ian Lance Taylor  <iant@google.com>
6694         * MAINTAINERS: Add myself as Go frontend maintainer.
6696 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6698         PR libstdc++/36101, PR libstdc++/42813
6699         * configure.ac (bootstrap_target_libs): Make inclusion of
6700         target-libgomp conditional on libgomb being in target_configdirs.
6701         * configure: Regenerate.
6703 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6705         PR libstdc++/36101, PR libstdc++/42813
6706         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6707         * configure: Regenerate.
6709 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6711         PR libstdc++/36101, PR libstdc++/42813
6712         * configure.ac (target_configdirs): Substitute.
6713         * Makefile.def: Bootstrap target module libgomp.
6714         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6715         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6716         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6717         * configure, Makefile.in: Regenerate.
6719 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6721         * MAINTAINERS: Adjust my details.
6723 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6725         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6727 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6729         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6731 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6733         * MAINTAINERS (Write After Approval): Add myself.
6735 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6737         * MAINTAINERS (Write After Approval): Add myself.
6739 2010-01-11  Richard Guenther  <rguenther@suse.de>
6741         PR lto/41569
6742         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6743         * Makefile.in: Regenerated.
6745 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6747         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6748         * configure: Regenerate.
6750 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6751             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6753         PR bootstrap/42424
6754         * configure.ac: Include libtool m4 files.
6755         (_LT_CHECK_OBJDIR): Call it.
6756         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6757         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6759         * configure: Regenerate.
6761 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6763         PR bootstrap/41818
6764         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6765         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6766         * Makefile.in: Regenerate.
6768 2010-01-02  Richard Guenther  <rguenther@suse.de>
6770         PR lto/41529
6771         * configure.ac: Include config/elf.m4.  Disable LTO if not
6772         builting for an elf target.
6773         * configure: Regenerate.
6775 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6777         * MAINTAINERS: Change my email address.
6779 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6781         * config.sub, config.guess: Update from upstream sources.
6783 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6785         * MAINTAINERS (Write After Approval): Add myself.
6787 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6789         PR middle-end/30447
6790         PR middle-end/30789
6791         PR other/40302
6793         * configure.ac: Require MPC.
6794         * configure: Regenerate.
6796 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6798         PR target/38384
6799         PR bootstrap/40972
6800         * libtool.m4: Sync from git Libtool.
6801         * ltoptions.m4: Likewise.
6802         * ltversion.m4: Likewise.
6803         * lt~obsolete.m4: Likewise.
6804         * ltmain.sh: Likewise.
6806 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6808         * configure.ac: Update minimum MPC version to 0.8.
6809         * configure: Regenerate.
6811 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6813         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6814         * configure: Regenerated.
6816 2009-11-21  Ian Lance Taylor  <iant@google.com>
6818         * configure.ac: Change default of poststage1_ldflags to be empty if
6819         poststage1_libs is set.  When poststage1_libs is empty, and
6820         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6821         * configure: Rebuild.
6823 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6825         * MAINTAINERS (Write After Approval): Update my email address.
6827 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6829         * config.guess: Update from upstream sources.
6831 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6833         * Makefile.def: Restore host and target settings for gmp.
6834         * Makefile.in: Rebuild.
6836 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6838         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6839         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6840         Fix portability of test of C++ as bootstrap language.  Add
6841         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6842         * configure: Rebuild.
6843         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6844         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6845         in-tree building.
6846         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6847         (POSTSTAGE1_HOST_EXPORTS): Use it.
6848         (STAGE[+id+]_CXXFLAGS): New.
6849         (BASE_FLAGS_TO_PASS): Pass it down.
6850         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6851         extra_exports.
6852         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6853         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6854         extra_exports.
6855         * Makefile.in: Rebuild.
6857 2009-11-17  Ben Elliston  <bje@au.ibm.com>
6859         * config.sub, config.guess: Update from upstream sources.
6861 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6863         * MAINTAINERS (Write After Approval): Add myself.
6865 2009-11-09  Jon Beniston  <jon@beniston.com>
6867         * MAINTAINERS (Write After Approval): Add myself.
6869 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
6871         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
6872         paths for *-w64-mingw* and x86_64-*mingw*.
6873         * configure: Regenerated.
6875 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
6877         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6879 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
6881         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6882         Phil Edwards to Write-After Approval.
6884 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
6886         * configure.ac: Disable target-winsup & co for
6887         x86_64-*-mingw* and *-w64-mingw* targets.
6888         * configure: Regenerated.
6890 2009-10-16  Nick Clifton  <nickc@redhat.com>
6892         * MAINTAINERS: Add myself as a maintainer for the RX port.
6894 2009-10-26  Johannes Singler  <singler@kit.edu>
6896         * MAINTAINERS (Write After Approval): Update my e-mail address.
6898 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6900         * configure.ac (CLooG test): Use = with test.
6901         * configure: Regenerate.
6903 2009-10-22  Richard Guenther  <rguenther@suse.de>
6905         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6906         cloog if the ppl version check failed.  Move flags saving
6907         before setting in libelf check.
6908         * configure: Regenerate.
6910 2009-10-21  Richard Guenther  <rguenther@suse.de>
6912         * configure.ac: Adjust the ppl and cloog configure to work as
6913         documented.  Disable cloog if ppl was disabled.  Omit the version
6914         checks if they were disabled.
6915         * configure: Re-generate.
6917 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6919         * configure.ac: Add 'lto' to enable_languages, not
6920         new_enable_languages, and only if not already present.
6921         * configure: Regenerate.
6923 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6925         * README: Refer to the various COPYING* files instead of just
6926         COPYING.
6927         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6929 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6931         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6933 2009-10-07  Richard Guenther  <rguenther@suse.de>
6935         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6936         and Richard Guenther as reviewers.
6937         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6938         as reviewers.
6940 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6942         * config.sub: Update from upstream sources.
6944 2009-10-06  Ian Lance Taylor  <iant@google.com>
6946         * Makefile.def: check-gold depends upon all-gas.
6947         * Makefile.in: Rebuild.
6949 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6951         * MAINTAINERS (Write After Approval): Add myself.
6953 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6955         * Makefile.def: all-lto-plugin depends on all-libiberty.
6956         set bootstrap=true for lto-plugin.
6957         Add lto-plugin.
6958         * Makefile.in: Regenerate.
6959         * configure.ac (host_libs): Add lto-plugin.
6960         * configure: Regenerate.
6962 2009-10-03  Diego Novillo  <dnovillo@google.com>
6964         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6965         (HOST_LIBELFLIBS): Define.
6966         (HOST_LIBELFINC): Define.
6967         * Makefile.in: Regenerate.
6968         * configure.ac: Add --enable-lto.
6969         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6970         If --enable-lto is used, add 'lto' to new_enable_languages.
6971         If --enable-lto is used and gold is enabled, add
6972         lto-plugin to configdirs.
6973         * configure: Regenerate.
6975 2009-10-03  Simon Baldwin  <simonb@google.com>
6977         * configure.ac: If --with-system-zlib, suppress local zlib and
6978         pass --with-system-zlib to subdir configure scripts.
6979         * configure: Regenerate.
6981 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6982             Paolo Bonzini  <bonzini@gnu.org>
6984         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6985         $(srcdir).
6986         * Makefile.in: Rebuilt.
6988 2009-09-26  Gary Funck  <gary@intrepid.com>
6990         * MAINTAINERS (Write After Approval): Add myself.
6992 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6994         * configure.ac: Update minimum MPC version to 0.7.
6995         * configure: Regenerate.
6997 2009-09-25  Nick Clifton  <nickc@redhat.com>
6999         * configure.ac: Pass any --cache-file=/dev/null option on to
7000         subconfigures.
7001         * configure: Regenerate.
7003 2009-09-23  Nick Clifton  <nickc@redhat.com>
7005         * config.sub, config.guess: Update from upstream sources.
7007 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
7009         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7010         * Makefile.in: Rebuilt.
7012 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7014         PR bootstrap/32272
7015         * configure.ac: Error out if $srcdir isn't '.' but contains
7016         host-${host_noncanonical}.
7017         * configure: Regenerate.
7019 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7021         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7022         maintainer.
7024 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7026         * configure.ac: If bootstrapping a combined tree with
7027         --enable-gold, require c++ in stage1_languages.
7028         * configure: Regenerate.
7030         * configure.ac: Also add target_libs of stage1_languages to
7031         bootstrap_target_libs.
7032         * configure: Regenerate.
7034         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7035         with --enable-languages not containing c++.
7036         * configure: Regenerate.
7038 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
7040         * configure.ac: Disable java and boehm-gc for bfin-*-*.
7041         * configure: Regenerate.
7043 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
7045         * MAINTAINERS (Write After Approval): Update my e-mail address,
7046         and move from from here...
7047         (Waiting for paperwork): To here.
7049 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
7051         * MAINTAINERS (Reviewers): Add self as driver reviewer.
7053 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7055         * configure.ac: Do not use $extrasub for replacing @if/@endif
7056         parts in Makefile; instead, use additional arguments to
7057         AC_CONFIG_COMMANDS to do the replacement manually, with several
7058         sed invocations, to avoid HP-UX sed command limits.
7059         * configure: Regenerate.
7061 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
7063         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7064         blank before -L.
7066 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
7068         * configure.ac (with-build-config): Document.  Handle without.
7069         Handle missing argument.
7070         * configure: Rebuilt.
7072 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
7074         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
7075         Default to bootstrap-debug only if compare-debug works.
7076         * configure: Rebuilt.
7077         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7078         * Makefile.in: Rebuilt.
7080 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7082         * MAINTAINERS (OS Port Maintainers): Update my email address.
7084 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
7086         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7087         * Makefile.in: Rebuilt.
7089 2009-09-01  Chris Demetriou  <cgd@google.com>
7091         * MAINTAINERS (Write After Approval): Add myself.
7093 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
7095         PR debug/30161
7096         * include/dwarf2.h (enum dwarf_tag): Added
7097         DW_TAG_GNU_template_template_param
7098         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7100 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7102         * Makefile.tpl (AWK): Fix typo.
7103         * Makefile.in: Regenerate.
7105 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7107         * configure.ac: Detect awk and sed.
7108         * Makefile.def (flags_to_pass): Add AWK and SED.
7109         * Makefile.tpl (AWK, SED): New.
7110         (BASE_FLAGS_TO_PASS): Add AWK and SED.
7111         * configure: Regenerate.
7112         * Makefile.in: Regenerate.
7114 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7116         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7117         (collapseslashes): Likewise.
7119 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7121         * configure.ac (AC_PREREQ): Bump to 2.64.
7123 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7125         * configure.ac: Remove --with-datarootdir, --with-docdir,
7126         --with-pdfdir, --with-htmldir switches.
7127         * configure: Regenerate.
7129         * configure: Regenerate.
7131         * compile: Sync from Automake 1.11.
7132         * depcomp: Likewise.
7133         * install-sh: Likewise.
7134         * missing: Likewise.
7135         * mkinstalldirs: Likewise.
7136         * ylwrap: Likewise.
7138 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
7140         * ltmain.sh (func_normal_abspath): New function.
7141         (func_relative_path): Likewise.
7142         (func_mode_help): Document new -bindir option for link mode.
7143         (func_mode_link): Add new -bindir option, and use it to place
7144         output DLL if specified.
7146 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7148         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7149         (baseargs): Add --disable-option-checking.
7150         * configure: Regenerate.
7152         * Makefile.def (configure-target-libiberty): Depend on
7153         all-binutils and all-ld.
7154         (configure-target-newlib): Likewise.
7155         * Makefile.in: Regenerate.
7157 2009-08-17  Ben Elliston  <bje@au.ibm.com>
7159         * config.sub, config.guess: Update from upstream sources.
7161 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7163         Sync from src, merge:
7165         2009-07-02  Tristan Gingold  <gingold@adacore.com>
7167         * configure.ac: Do not exclude gas for i386-*-darwin.
7168         Add a case for x86_64-*-darwin.
7169         * configure: Regenerate.
7171 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
7173         * MAINTAINERS: Add my name to Write After Approval list.
7175 2009-08-06  Michael Eager  <eager@eagercon.com>
7177         * configure.ac: Add Microblaze target.
7178         * configure: Regenerate.
7180 2009-07-31  Christian Bruel  <christian.bruel@st.com>
7182         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7183         * configure: Regenerate.
7185 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
7187         * MAINTAINERS (Write After Approval): Update my e-mail address.
7189 2009-07-06  Ian Lance Taylor  <iant@google.com>
7191         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7192         * configure: Rebuild.
7194 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
7196         * MAINTAINERS: Move myself to the Graphite Reviewers.
7198 2009-06-30  Wei Guozhi  <carrot@google.com>
7200         * MAINTAINERS: Add my name to Write After Approval list.
7202 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
7204         PR bootstrap/40338
7205         * configure.ac (comparestring): Create new variable.
7206         * Makefile.tpl (comparestring): Use to skip some comparisions.
7207         * configure: Regenerate.
7208         * Makefile.in: Regenerate.
7210 2009-06-26  Doug Evans  <dje@sebabeach.org>
7212         * Makefile.def (host_modules): Add cgen.
7213         * Makefile.in: Regenerate.
7214         * configure.ac (host_tools): Add cgen.
7215         * configure: Regenerate.
7217 2009-06-23  DJ Delorie  <dj@redhat.com>
7219         * MAINTAINERS: Add myself as mep maintainer.
7221 2009-06-23  Ian Lance Taylor  <iant@google.com>
7223         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
7224         boot_languages.  Only bootstrap target libraries listed in
7225         target_libs for some boot language.  Add --with-stage1-ldflags,
7226         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
7227         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
7228         if not building with C++.
7229         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7230         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7231         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7232         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7233         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
7234         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7235         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7236         * configure, Makefile.in: Rebuild.
7238 2009-06-23  Li Feng  <nemokingdom@gmail.com>
7240         * MAINTAINERS: Added my name to write-after-approval list.
7242 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
7244         * configure.ac: Define is_elf for QNX Neutrino targets.
7245         * configure: Regenerate.
7247 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7249         * MAINTAINERS: Added my name to the write-after-approval list
7251 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7253         * configure.ac: Detect MPC in default directory.
7254         * configure: Regenerate.
7256 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7257             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7259         * Makefile.tpl (all): Avoid a trailing backslash.
7260         * Makefile.in: Regenerate.
7262 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7264         * config.sub, config.guess: Update from upstream sources.
7266 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7268         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7269         to noconfdirs.
7270         * configure: Regenerate.
7272 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7274         * Makefile.tpl ([+compare-target+]): Compare all stage
7275         directories, rather than just gcc.
7276         * Makefile.in: Rebuilt.
7278 2009-06-01  Doug Kwan  <dougkwan@google.com>
7280         * configure.ac: Support gold for target arm*-*-*.
7281         * configure: Regenerate.
7283 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7285         * Makefile.def: Add MPC support and dependencies.
7286         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7288         * Makefile.in, configure: Regenerate.
7290 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7292         * Makefile.tpl (all): Avoid harmless warning in make all when
7293         gcc-bootstrap is enabled but stage_last does not exist.
7294         * Makefile.in: Rebuilt.
7296 2009-05-24  Nicolas Roche  <roche@adacore.com>
7298         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7299         * Makefile.in: Regenerate.
7301 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7303         * MAINTAINERS: Update my e-mail address.
7305 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7307         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7308         * configure:  Regenerate.
7310 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7312         PR other/40159
7313         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7314         gcc-no-bootstrap are mutually exclusive.
7315         * Makefile.in: Rebuilt.
7317 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7319         PR other/40159
7320         * Makefile.tpl (all): Don't end with unconditional success.
7321         * Makefile.in: Rebuilt.
7323 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7325         PR target/37137
7326         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7327         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7328         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7329         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7330         stage_configureflags, stage_cflags and stage_libcflags into
7331         explicit Makefile macros.
7332         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7333         GFORTRAN.
7334         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7335         CC.  Set CC_FOR_BUILD from CC.
7336         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7337         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7338         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7339         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7340         and GFORTRAN.
7341         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7342         (_LIBCFLAGS): Renamed to _TFLAGS.
7343         (do-compare-debug, do-compare3-debug): Drop.
7344         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7345         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7346         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7347         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7348         (XGCC_FLAGS_FOR_TARGET): New.
7349         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7350         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7351         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7352         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7353         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7354         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7355         TFLAGS.
7356         (BUILD_CONFIG): Include if requested.
7357         (all): Set TFLAGS on bootstrap.
7358         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7359         (all-stageid-prefixmodule): Likewise.
7360         (do-clean, distclean-stageid): Set TFLAGS.
7361         (restrap): Fix whitespace.
7362         * Makefile.in: Rebuilt.
7364 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7366         * config.guess: Sync with src.
7368 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7370         * configure.ac ($with_ppl):  Default to no if not supplied.
7371         ($with_cloog):  Likewise.
7372         configure:  Regenerate.
7374 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7376         * MAINTAINERS: Update my e-mail address.
7378 2009-04-27  Nick Clifton  <nickc@redhat.com>
7380         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7382 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7384         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7385         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7386         * Makefile.in: Regenerate.
7388 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7390         PR bootstrap/39739
7391         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7392         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7394         * configure, Makefile.in: Regenerate.
7396 2009-04-21  Taras Glek  <tglek@mozilla.com>
7398         * include/hashtab.h: Update GTY annotations to new syntax
7399         * include/splay-tree.h: Likewise
7401 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7403         * config.sub, config.guess: Update from upstream sources.
7405 2009-04-15  Anthony Green  <green@moxielogic.com>
7407         * configure.ac: Add moxie support.
7408         * configure: Rebuilt.
7410 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7412         * configure.ac: Change copyright header to refer to version
7413         3 of the GNU General Public License and to point readers at the
7414         COPYING3 file and the FSF's license web page.
7415         * Makefile.def: Likewise.
7416         * Makefile.tpl: Likewise.
7417         * Makefile.in: Regenerate.
7419 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7421         * configure.ac: Restore match for darwin9 or later. Use double
7422         brackets since regeneration eats one pair.
7423         * configure: Regenerate.
7425 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7427         PR gas/10039
7428         * configure.ac: Require texinfo 4.7.
7429         * configure: Regenerated.
7431 2009-04-09  Nick Clifton  <nickc@redhat.com>
7433         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7434         the GCC Runtime Library Exception.
7436 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7438         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7439         * configure: Regenerate.
7441 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7443         * Makefil.def (languages): New entries.
7444         * Makefile.tpl (check-gcc-*): New generic target.
7445         * Makefile.in: Regenerate.
7447 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7449         * MAINTAINERS:  Update my email address.
7451 2009-03-18  Tom Tromey  <tromey@redhat.com>
7453         * configure: Rebuild.
7454         * configure.ac (host_libs): Add libiconv.
7455         * Makefile.in: Rebuild.
7456         * Makefile.def (host_modules): Add libiconv.
7457         (configure-gdb, all-gdb): Depend on libiconv.
7459 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7461         * configure.ac: Treat gdb as supported on x86_64-darwin.
7462         * configure: Regenerate.
7464 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7466         * configure.ac (--with-host-libstdcxx): New option.
7467         * configure: Regenerate.
7469 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7471         * MAINTAINERS:  Move myself into the write after approval list.
7473 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7475         * MAINTAINERS: Update e-mail address.
7477 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7479         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7481 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7483         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7485 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7487         Backport from git Libtool:
7489         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7490         Support GNU/kOpenSolaris.
7491         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7492         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7493         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7494         GNU/kOpenSolaris.
7496 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7498         * MAINTAINERS: Update e-mail address.
7500 2009-02-24  Michael Eager  <eager@eagercon.com>
7502         * MAINTAINERS (Write After Approval): Add self.
7504 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7506         * MAINTAINERS (Write After Approval): Add myself.
7508 2009-02-05  Andreas Schwab  <schwab@suse.de>
7510         * Makefile.tpl (stage_last): Define $r and $s before using
7511         $(RECURSE_FLAGS_TO_PASS).
7512         * Makefile.in: Regenerate
7514 2009-01-30  Ian Lance Taylor  <iant@google.com>
7516         * MAINTAINERS: Move myself to the Global Reviewers list.
7518 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7520         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7521         * configure: Regenerate.
7523 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7525         * MAINTAINERS: Make whitespace consistent.
7526         Remove Robert Millan from Write After Approval.
7528 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7530         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7531         (all-opcodes): Depend on all-libiberty.
7532         * Makefile.in: Regenerate.
7534 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7536         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7537         * configure: Regenerate.
7539 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7541         * MAINTAINERS (Write After Approval): Add myself.
7543 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7545         * MAINTAINERS: Add myself to reviewers (Fortran).
7547 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7549         PR tree-optimization/38515
7550         * configure.ac (cloog-polylib): Removed.
7551         (with_ppl, with_cloog): Test for "no".
7552         * configure: Regenerated.
7554 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7556         * MAINTAINERS: Moved myself to reviewers (Fortran).
7558 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7560         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7561         (Write After Approval): Remove myself.
7563 2009-01-03  Diego Novillo  <dnovillo@google.com>
7565         * MAINTAINERS: Remove myself from alias maintainership.
7567 2009-01-02  David Ayers  <ayers@fsfe.org>
7569         * MAINTAINERS: Update e-mail address.
7571 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7573         * MAINTAINERS: Make whitespace consistent.
7575 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7577         Backport from upstream Libtool:
7578         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7579         Add cache variables to tests that require the linker to work.
7580         For shlibpath_overrides_runpath, this also changes the semantics
7581         to let the result from the C compiler take precedence.
7583 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7585         * config.sub, config.guess: Update from upstream sources.
7587 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7589         * configure.ac (ppllibs): Add by default the lib flags.
7590         * configure: Regenerate.
7592 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7594         * MAINTAINERS:  Add myself to the write after approval list.
7596 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7598         * configure.ac: Add double brackets on darwin[912].
7599         * configure: Regenerate.
7601 2008-12-03  Daniel Kraft  <d@domob.eu>
7603         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7604         Approval to Reviewer section (for Fortran front-end).
7606 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7608         * configure.ac: Expand to darwin10 and later.
7609         * configure: Regenerate.
7611 2008-12-02  Andreas Schwab  <schwab@suse.de>
7613         * Makefile.def: configure-target-boehm-gc depends on
7614         all-target-libstdc++-v3.
7615         * Makefile.in: Regenerate.
7617 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7619         * MAINTAINERS:  Add myself as mingw maintainer.
7621 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7623         * config.sub, config.guess: Update from upstream sources.
7625 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7627         * README.SCO: Remove.
7629 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7631         * MAINTAINERS:  Add myself to the write after approval list.
7633 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7635         * MAINTAINERS:  Update my email address in WAA section.
7637 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7639         * MAINTAINERS: Update e-mail address.
7641 2008-11-27  Toon Moene  <toon@moene.org>
7643         * MAINTAINERS: Change e-mail address.
7645 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7647         * configure.ac: Build gdb for i?86-*-darwin*
7648         * configure: Regenerated.
7650 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7652         * MAINTAINERS: Added my full name.
7654 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7656         PR bootstrap/38014
7657         PR bootstrap/37923
7659         Revert:
7661         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7663         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7664         * Makefile.in: Regenerated.
7666         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7668         PR gdb/921
7669         PR gdb/1646
7670         PR gdb/2175
7671         PR gdb/2176
7673         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7674         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7675         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7676         (HOST_EXPORTS): Pass CPPFLAGS.
7677         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7678         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7679         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7680         * Makefile.in, configure: Regenerated.
7681         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7682         and CPPFLAGS_FOR_BUILD.
7684 2008-11-06  Jeff Law  <law@redhat.com>
7686         * MAINTAINERS: Add myself as middle end maintainer.
7688 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7690         * MAINTAINERS (Write after approval): Add myself.
7692 2008-11-05  Diego Novillo  <dnovillo@google.com>
7694         * MAINTAINERS (Global Reviewers): Add myself.
7695         (Non-Algorithmic Maintainers): Remove myself.
7697 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7699         * MAINTAINERS (Write after approval): Add myself.
7701 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7703         * MAINTAINERS (Write after approval): Add myself.
7705 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7707         * configure.ac (spu-*-*): Remove special case.
7708         * configure: Regenerate.
7710 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7712         * MAINTAINERS (Write after approval): Update my email address.
7714 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7716         * configure.ac [spu-*-*]: Do not set skipdirs.
7717         * configure: Re-generate.
7719 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7721         * MAINTAINERS (Various Maintainers): Add myself to reload.
7723 2008-10-25  Richard Guenther  <rguenther@suse.de>
7725         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7726         maintainer.  Remove myself as libgcc-math maintainer.
7727         (Non-Algorithmic Maintainers): Remove myself.
7729 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7731         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7732         * Makefile.in: Regenerated.
7734 2008-10-23  Cary Coutant  <ccoutant@google.com>
7736         * MAINTAINERS (Write after approval): Add myself.
7738 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7740         PR gdb/921
7741         PR gdb/1646
7742         PR gdb/2175
7743         PR gdb/2176
7745         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7746         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7747         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7748         (HOST_EXPORTS): Pass CPPFLAGS.
7749         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7750         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7751         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7752         * Makefile.in, configure: Regenerated.
7753         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7754         and CPPFLAGS_FOR_BUILD.
7756 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7758         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7759         Sebastian Pop.
7761 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7763         * MAINTAINERS (Write After Approval): Added myself.
7765 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7767         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7768         recommended version to 2.3.2.
7770         * configure: Regenerate.
7772 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7774         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7776 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7778         * MAINTAINERS (Write After Approval): Update e-mail address.
7780 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7782         * libtool.m4: Update to libtool 2.2.6.
7783         * lt~obsolete.m4: Update to libtool 2.2.6.
7784         * ltmain.sh: Update to libtool 2.2.6.
7785         * ltsugar.m4: Update to libtool 2.2.6.
7786         * ltversion.m4: Update to libtool 2.2.6.
7787         * ltoptions.m4: Update to libtool 2.2.6.
7788         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7790 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7792         * MAINTAINERS (Write After Approval): Add myself.
7794 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7796         * MAINTAINERS (Write After Approval): Update my name.
7798 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7800         * MAINTAINERS: Add myself in "Write After Approval".
7802 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7804         * MAINTAINERS: Add myself as ia64 maintainer.
7806 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7808         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7809         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7810         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7811         and Michael Tiemann from Write After Approval since they do not
7812         actually have access.
7814 2008-09-05  Richard Guenther  <rguenther@suse.de>
7816         * configure.ac: Initialize clooglibs to -lcloog.
7817         * configure: Re-generate.
7819 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7821         * MAINTAINERS (Write After Approval): Add myself.
7823 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7825         * configure.ac (--with-cloog-polylib): New.
7826         (--disable-cloog-version-check): New.
7827         (--disable-ppl-version-check): New.
7828         * configure: Re-generate.
7830 2008-09-03  Richard Guenther  <rguenther@suse.de>
7832         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7833         cloog test.
7834         * configure: Re-generate.
7836 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7838         Add picoChip port.
7839         * MAINTAINERS: Add picoChip maintainers.
7841 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7842             Tobias Grosser  <grosser@fim.uni-passau.de>
7843             Jan Sjodin  <jan.sjodin@amd.com>
7844             Harsha Jagasia  <harsha.jagasia@amd.com>
7845             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7846             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7847             Adrien Eliche  <aeliche@isty.uvsq.fr>
7849         Merge from graphite branch.
7850         * configure: Regenerate.
7851         * Makefile.in: Regenerate.
7852         * configure.ac (host_libs): Add ppl and cloog.
7853         Add checks for PPL and CLooG.
7854         * Makefile.def (ppl, cloog): Added modules and dependences.
7855         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7856         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7858 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7860         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7861         (GCC_SHLIB_SUBDIR): New.
7862         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7863         * configure: Regenerate.
7864         * Makefile.in: Regenerate.
7866 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7868         * MAINTAINERS: Consistently use tabs to separate columns.
7870 2008-08-29  Tristan Gingold  <gingold@adacore.com>
7872         * MAINTAINERS (Write after Approval): Add myself.
7874 2008-08-28  Tristan Gingold  <gingold@adacore.com>
7876         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7877         Enable bfd, binutils and opcodes.
7878         * configure: Regenerate.
7880 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7882         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
7884 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7886         * MAINTAINERS:  Use correct Umlaut for last name.
7888 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7890         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7892 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
7894         * MAINTAINERS: Update my email address.
7896 2008-08-16  Nicolas Roche  <roche@adacore.com>
7898         * Makefile.tpl: Add BOOT_ADAFLAGS.
7899         * Makefile.in: Regenerate.
7901 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7903         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7904         * configure: Regenerate.
7906 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7908         * configure.ac: Add makefile fragments for hpux.
7909         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7910         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7911         * configure: Regenerate.
7912         * Makefile.in: Regenerate.
7914 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7916         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7918 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7920         * MAINTAINERS (Write after Approval): Add myself.
7922 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7924         * MAINTAINERS (Write After Approval):  Add myself.
7926 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7928         * MAINTAINERS (Write After Approval):  Add myself.
7930 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7932         * MAINTAINERS: Update my email address.
7934 2008-06-25  Joey Ye  <joey.ye@intel.com>
7936         * MAINTAINERS (Write After Approval):  Add myself.
7938 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7940         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7941         * Makefile.in: Regenerate.
7942         * configure: Regenerate.
7944 2008-06-17  Daniel Kraft  <d@domob.eu>
7946         * MAINTAINERS (Write After Approval):  Add myself.
7948 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7950         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7951         "$@" is still intact with both Autoconf 2.59 and 2.62.
7952         * configure: Regenerate.
7954 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7956         * Makefile.tpl: Fix comment errors.
7957         * Makefile.in: Regenerate.
7959 2008-06-12  David S. Miller  <davem@davemloft.net>
7960             David Edelsohn  <edelsohn@gnu.org>
7962         * configure.ac: Add powerpc*-*-* to gold supported targets.
7963         * configure: Regenerate.
7965 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7967         PR tree-optimization/36218
7968         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7969         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7970         (all prefix="build-"): Pass them to build-system sub-makes.
7971         * Makefile.in: Regenerate.
7973 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7975         * MAINTAINERS (mt port): Remove.
7976         (sco5, unixware, sco udk): Remove.
7977         (Kean Johnston): Add to Write After Approval.
7979 2008-05-30  Julian Brown  <julian@codesourcery.com>
7981         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7982         of libobjc for ARM EABI Linux.
7983         * configure: Regenerate.
7985 2008-05-18  Xinliang David Li   <davidxl@google.com>
7987         * ChangeLog: Remove wrong ChangeLog entry.
7989 2008-05-17  Xinliang David Li   <davidxl@google.com>
7991         * MAINTAINERS (Write After Approval): Add myself.
7993 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7995         * MAINTAINERS (Write After Approval): Add myself.
7997 2008-05-14  Rafael Espíndola  <espindola@google.com>
7999         * config-ml.in: don't handle --enable-shared and --enable-static.
8001 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
8003         * MAINTAINERS: Update my email address.
8005 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
8007         * MAINTAINERS: Update my email address.
8009 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
8011         * MAINTAINERS (Write After Approval): Add myself.
8013 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
8015         * MAINTAINERS (Write After Approval): Add myself.
8017 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
8019         * MAINTAINERS (crx): Add myself.
8021 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8023         Sync with src:
8024         2008-04-14  David S. Miller  <davem@davemloft.net>
8026         * configure.ac: Add sparc*-*-* to gold supported targets.
8027         * configure: Regenerate.
8029 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8031         PR bootstrap/35457
8032         * configure.ac: Include override.m4.
8033         * configure: Regenerate.
8035 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8037         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8038         * Makefile.in: Regenerate.
8040 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
8042         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
8043         as nonconfigurable directories list.
8044         * configure: Regenerate.
8046 2008-04-14  Ben Elliston  <bje@au.ibm.com>
8048         * config.sub, config.guess: Update from upstream sources.
8050 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
8052         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8053         * Makefile.in: Regenerate.
8055 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
8057         * configure.ac: Do not build libssp for the AVR.
8058         * configure: Regenerate.
8060 2008-04-07  Ian Lance Taylor  <iant@google.com>
8062         * Makefile.def: check-gold depends upon all-binutils.
8063         * Makefile.in: Regenerate.
8065 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
8067         * MAINTAINERS (Write After Approval): Add myself.
8069 2008-04-04  Nick Clifton  <nickc@redhat.com>
8071         PR binutils/4334
8072         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8073         builds.
8074         * configure: Regenerate.
8076 2008-04-04  NightStrike  <NightStrike@gmail.com>
8078         PR other/35151
8079         * configure.ac: Combine rules for mingw32 and mingw64.
8080         * configure: Regenerate.
8082 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
8084         * MAINTAINERS (Write After Approval): Add myself.
8086 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
8088         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8089         * Makefile.in (.NOTPARALLEL): Ditto.
8091 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
8093         * MAINTAINERS (Write After Approval): Add myself.
8095 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
8097         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8098         * Makefile.in (.NOTPARALLEL): Regenerate.
8100 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
8102         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8103         * Makefile.in: Regenerate.
8105 2008-03-26  Jakub Staszak  <kuba@et.pl>
8107         * MAINTAINERS (Write After Approval): Add myself.
8109 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8111         * MAINTAINERS:  Update e-mail address.
8113 2008-03-20  Ian Lance Taylor  <iant@google.com>
8115         * configure.ac: Add support for --enable-gold.
8116         * Makefile.def: Add gold as a directory like ld.
8117         * configure, Makefile.in: Regenerate.
8119 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8121         * configure.ac: m4_include config/proginstall.m4.
8122         * configure: Regenerate.
8124         Backport from upstream Libtool:
8126         2007-10-12  Eric Blake  <ebb9@byu.net>
8128         Deal with Autoconf 2.62's semantic change in m4_append.
8129         * ltsugar.m4 (lt_append): Replace broken versions of
8130         m4_append.
8131         (lt_if_append_uniq): Don't require separator to be overquoted,
8132         and avoid broken m4_append.
8133         (lt_dict_add): Fix typo.
8134         * libtool.m4 (_LT_DECL): Don't overquote separator.
8136 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
8138         * config.rpath: Add AIX 6 support.
8140 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
8142         * Makefile.def (stageprofile).  Remove -fprofile-generate
8143         from stage_libcflags.
8144         * Makefile.in: Regenerate.
8146 2008-03-13  Ben Elliston  <bje@au.ibm.com>
8148         * config.sub, config.guess: Update from upstream sources.
8150 2008-03-06  Tom Tromey  <tromey@redhat.com>
8152         * MAINTAINERS: Update for treelang deletion.
8154 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
8156         * MAINTAINERS: Update my email address.
8158 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
8160         * MAINTAINERS (darwin port): Add myself as a maintainer.
8161         (objective-c/c++): Add myself as a maintainer.
8163 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
8165         * MAINTAINERS (Write After Approval): Update my email address.
8167 2008-02-25  Tomas Bily  <tbily@suse.cz>
8169         * MAINTAINERS (Write After Approval): Add myself.
8171 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
8173         * MAINTAINERS (OpenMP): Add myself.
8175 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
8177         PR bootstrap/32009
8178         PR bootstrap/32161
8180         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8181         * configure: Regenerate.
8183         * Makefile.def: Define stage_libcflags for all bootstrap stages.
8184         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8185         STAGE4_LIBCFLAGS): New.
8186         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8187         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8188         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8189         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8190         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8191         for target modules.  Don't export LIBCFLAGS.
8192         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8193         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8194         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8195         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8196         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8197         * Makefile.in: Regenerate.
8199 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8201         PR libgcj/33085
8202         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8203         Do not use -DDLL_EXPORT.  Backport from upstream.
8205 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8207         * MAINTAINERS (Write After Approval): Add myself.
8209 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
8211         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8212         * configure: Regenerate.
8214 2008-01-31  Marc Gauthier  <marc@tensilica.com>
8216         * configure.ac (xtensa*-*-*): Recognize processor variants.
8217         * configure: Regenerate.
8219 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8221         PR bootstrap/34922
8222         * configure.ac (PARSE_ARGS): Push suitable setting of
8223         ac_subdirs_all, for `./configure --help=recursive'.
8224         Handle `+' in generic toplevel directory disabling.
8225         * configure: Regenerate.
8227 2008-01-28  Nick Clifton  <nickc@redhat.com>
8229         * MAINTAINERS (xstormy16): Take over maintainership.
8231 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
8233         * MAINTAINERS (c4x port): Remove.
8235 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
8237         * libtool.m4: Backport AIX 6 support from ToT Libtool.
8239 2008-01-23  Ben Elliston  <bje@au.ibm.com>
8241         * config.sub, config.guess: Update from upstream sources.
8243 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
8245         * MAINTAINERS (Write After Approval): Add myself.
8247 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8249         * MAINTAINERS: Update my email address.
8251 2008-01-09  Raksit Ashok  <raksit@google.com>
8253         * MAINTAINERS (Write After Approval): Add myself.
8255 2008-01-09  Raksit Ashok  <raksit@google.com>
8257         * MAINTAINERS (Write After Approval): Add myself.
8259 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8261         * config.sub, config.guess: Update from upstream sources.
8263 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8265         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8266         Change recommended MPFR from 2.2.1 -> 2.3.0.
8267         * configure: Regenerate.
8269 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8271         * MAINTAINERS: Update my email address.
8273 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8275         * MAINTAINERS: Update my email address.
8277 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8279         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8280         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8281         * Makefile.in: Regenerate.
8283 2007-12-10  Mark Heffernan  <meheff@google.com>
8285         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8286         misplaced entries.
8288 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8290         * configure.ac: Enable libjava for x86_64-*-darwin9.
8291         * configure: Regenerate.
8293 2007-12-07  Bill Maddox  <maddox@google.com>
8295         * MAINTAINERS (Write After Approval): Add myself.
8297 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8299         * config.sub, config.guess: Update from upstream sources.
8301 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8303         * config-ml.in: Remove 64bit configure tests.
8305 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8307         * config-ml.in: Robustify against white space in absolute file
8308         names.
8310         * config-ml.in (multi-clean): Substitute ${Makefile}.
8311         Remove superfluous ${Makefile} in list.
8313 2007-11-19  Thiemo Seufer  <ths@mips.com>
8315         * config-ml.in: Don't hardcode the Makefile name.
8317 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8319         * MAINTAINERS (Write After Approval): Add myself.
8321 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8323         * MAINTAINERS (Write After Approval): Add myself.
8325 2007-11-06  Doug Kwan  <dougkwan@google.com>
8327         * MAINTAINERS (Write After Approval): Add myself.
8329 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8331         * MAINTAINERS (mercury): Remove entry.
8332         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8334 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8336         * Makefile.def (dependencies): Make configure-gdb depend on
8337         all-intl.
8338         * Makefile.in: Regenerated.
8340 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8342         * MAINTAINERS (Fortran maintainer): Remove myself.
8344 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8346         * Makefile.def: To avoid problems running with parallel makes,
8347         build newlib before libgloss so that target specific header
8348         files are availble.
8349         * Makefile.in: Regenerate
8351 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8353         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8354         * Makefile.in: Regenerate.
8356 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8358         * MAINTAINERS (Register allocation reviewer): Add myself.
8360 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8362         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8363         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8364         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8365         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8366         * configure: Regenerate.
8368 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8370         * MAINTAINERS (Register allocation reviewer): Add myself.
8372 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8374         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8375         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8376         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8377         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8378         * configure.ac: Default them to host tools for $host = $build.
8379         Subst them.
8381         * configure: Regenerate.
8382         * Makefile.in: Regenerate.
8384 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8386         * MAINTAINERS (Register allocation reviewer): Add myself.
8388 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8390         * MAINTAINERS (Register allocation reviewer): Add myself.
8392 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8394         * MAINTAINERS (Write After Approval): Fix typo.
8396 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8398         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8399         * configure: Regenerate.
8401 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8403         PR bootstrap/31906
8404         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8405         they're already prefixed.
8407 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8409         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8410         libstdc++.
8411         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8412         * configure: Regenerate.
8413         * Makefile.in: Regenerate.
8415 2007-09-17  Andreas Schwab  <schwab@suse.de>
8417         * configure.ac: Raise minimum makeinfo version to 4.6.
8418         * configure: Regenerate.
8420 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8422         * MAINTAINERS (write-after-approval) add myself
8424 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8426         * configure.ac: Correct makeinfo version check.
8427         * configure: Regenerate.
8429 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8431         * MAINTAINERS: Update my email address.
8433 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8435         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8436         to $skipdirs and only disable gprof for newlib.  Use the normal
8437         mips*-elf* handling in other respects.
8438         * configure: Regnerate.
8440 2007-09-12  David Daney  <ddaney@avtrex.com>
8442         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8443         enabling libgcj.
8444         * configure: Regenerate.
8446 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8448         PR other/32154
8449         * configure.ac: For libgloss targets, point the linker to the linker
8450         script, startup code and simulator library.
8451         * configure: Regenerate.
8453 2007-09-07  Andrew Haley  <aph@redhat.com>
8455         * configure.ac (noconfigdirs): Remove target-libffi and
8456         target-libjava.
8457         * configure: Regenerate.
8459 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8461         PR target/33281
8462         * configure.ac: Use config/mh-mingw on mingw.
8463         * configure: Regenerate.
8465 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8467         * MAINTAINERS (Write After Approval): Add myself.
8469 2007-09-05  Richard Guenther  <rguenther@suse.de>
8471         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8472         nor --disable-checking is provided also turn on yes and types
8473         checking for stage1.
8474         * configure: Re-generate.
8476 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8478         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8479         (Write After Approval): Remove myself.
8481 2007-08-29  Nick Clifton  <nickc@redhat.com>
8483         * config.sub, config.guess: Update from upstream sources.
8485 2007-08-22  Bud Davis  <jmdavis@link.com>
8487         * MAINTAINERS (Write After Approval): Added myself.
8488         * MAINTAINERS (Reviewers): Removed myself.
8490 2007-08-18  Paul Brook  <paul@codesourcery.com>
8491             Joseph Myers  <joseph@codesourcery.com>
8493         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8494         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8495         * Makefile.in: Regenerate.
8496         * configure.ac (--with-debug-prefix-map): New.
8497         * configure: Regenerate.
8499 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8500             Nigel Stephens  <nigel@mips.com>
8502         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8503         as target_makefile_frag.
8504         * configure: Regenerate.
8506 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8508         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8509         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8510         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8511         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8512         (do-compare, do-compare3, do-compare-debug): New.
8513         ([+compare-target+]): Use them.
8515 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8517         * MAINTAINERS (Write After Approval): Change my email address.
8519 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8520             Ben Elliston  <bje@au.ibm.com>
8522         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8523         --silent if $silent.
8524         * configure: Regenerate.
8526 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8528         * MAINTAINERS (Various Maintainers): Add myself as
8529         loop infrastructure maintainer.  Update my e-mail
8530         address.
8532 2007-07-31  Diego Novillo  <dnovillo@google.com>
8534         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8535         Adjust description.
8537 2007-07-26  Richard Guenther  <rguenther@suse.de>
8539         * configure.ac: Add types checking to stage1 checking flags.
8540         * configure: Regenerate.
8542 2007-07-17  Nick Clifton  <nickc@redhat.com>
8544         * COPYING3: New file.  Contains version 3 of the GNU General
8545         Public License.
8546         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8547         Lesser General Public License.
8549 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8551         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8553 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8555         * MAINTAINERS (S/390 co-maintainer): Add myself.
8556         (Write After Approval): Remove myself.
8558 2007-07-13  Dan Hipschman  <dsh@google.com>
8560         * MAINTAINERS (Write After Approval): Add myself.
8562 2007-07-11  Nick Clifton  <nickc@redhat.com>
8564         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8565         WINDRES export.
8566         * Makefile.in: Regenerate.
8568 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8570         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8571         maintainer.
8573 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8575         * lt~obsolete.m4: New. Import from 20070318 libtool.
8577 2007-07-03  Julian Brown  <julian@codesourcery.com>
8579         * MAINTAINERS (Write After Approval): Add myself.
8581 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8583         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8584         * configure: Regenerate.
8586 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8588         * configure.ac: Add some missing m4 quotation.
8589         * configure: Regenerate.
8591 2007-07-02  Simon Baldwin  <simonb@google.com>
8593         * MAINTAINERS (Write After Approval): Add myself.
8595 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8597         * configure: Regenerate.
8599 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8601         * Makefile.def: Add windmc tool to build.
8602         * Makefile.tpl: Likewise.
8603         * configure.ac: Likewise.
8604         * Makefile.in: Regenerate.
8605         * configure: Regenerate.
8607 2007-06-28  DJ Delorie  <dj@redhat.com>
8609         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8610         not building newlib.
8611         * configure: Regenerated.
8613 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8615         * MAINTAINERS (Write After Approval): Add myself.
8617 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8619         * MAINTAINERS (Write After Approval): Add myself.
8621 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8623         * MAINTAINERS (Write After Approval): Add myself.
8625 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8627         * MAINTAINERS (Write After Approval): Add myself.
8629 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8631         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8632         * Makefile.in: Regenerated.
8634 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8636         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8637         bfin*-*-uclinux* targets.
8638         * configure: Regenerate.
8640 2007-06-14  Ian Lance Taylor  <iant@google.com>
8642         * MAINTAINERS: Add myself as non-algorithmic global write
8643         maintainer.
8645 2007-06-14  Diego Novillo  <dnovillo@google.com>
8647         * MAINTAINERS: Add self as middle-end maintainer and
8648         non-algorithmic global write maintainer.
8650 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8652         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8653         Move all Fortran maintainers except Paul Brook into the
8654         Non-Autopoiesis section.
8656 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8658         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8659         (distclean-stage[+id+]): Possibly delete stage_last.
8660         * Makefile.in: Regenerate.
8662 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8664         * MAINTAINERS (Various Maintainer): Fix typo.
8666 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8668         * MAINTAINERS (Various Maintainer): Add myself as
8669         dataflow maintainer.
8671 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8673         * config.sub, config.guess: Update from upstream sources.
8675 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8677         * Makefile.tpl: Fix spelling error.
8678         * Makefile.in: Regenerate.
8680 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8682         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8683         lt_cv_sys_max_cmd_len.
8685 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8687         * MAINTAINERS (Various Maintainers): Add myself as
8688         auto-vectorizer maintainer.
8690 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8692         PR libjava/32098
8693         * libtool.m4: Revert previous change.
8694         * ltgcc.m4: Put it here.
8696 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8698         * MAINTAINERS (Various Maintainers): Add myself as
8699         auto-vectorizer maintainer.
8701 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8703         PR libjava/32098
8704         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8706 2007-05-30  Richard Guenther  <rguenther@suse.de>
8708         * MAINTAINERS (Various Maintainers): Add myself as
8709         auto-vectorizer maintainer.
8711 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8713         PR bootstrap/29382
8714         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8715         * configure: Rebuilt.
8717 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8719         * MAINTAINERS (Write After Approval): Removed my name.
8721 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8723         * MAINTAINERS (Write After Approval): Remove myself.
8725 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8727         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8729 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8731         * ltmain.sh: Update from ToT Libtool.
8732         * libtool.m4: Update from ToT Libtool.
8733         * ltsugar.m4: New. Update from ToT Libtool.
8734         * ltversion.m4: New. Update from ToT Libtool.
8735         * ltoptions.m4: New. Update from ToT Libtool.
8736         * ltconfig: Remove.
8737         * ltcf-c.sh: Remove.
8738         * ltcf-cxx.sh: Remove.
8739         * ltcf-gcj.sh: Remove.
8741 2007-05-22  Ollie Wild  <aaw@google.com>
8743         * MAINTAINERS (Write After Approval): Add myself.
8745 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8747         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8748         stage_cflags.
8749         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8750         Remove CFLAGS/LIBCFLAGS.
8751         (configure-stage[+id+]-[+prefix+][+module+],
8752         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8753         * Makefile.in: Regenerate.
8755 2007-05-15  Diego Novillo  <dnovillo@google.com>
8757         * MAINTAINERS: Update e-mail address.
8759 2007-05-15  Revital Eres  <eres@il.ibm.com>
8761         * MAINTAINERS (Write After Approval): Add myself.
8763 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8765         * MAINTAINERS (Write After Approval): Updated my address.
8767 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8769         * MAINTAINERS (Write After Approval): Add myself.
8771 2007-05-11  Silvius Rus  <rus@google.com>
8773         * MAINTAINERS (Write After Approval): Add myself.
8775 2007-04-23  Tom Tromey  <tromey@redhat.com>
8777         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8779 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8781         * MAINTAINERS (cpplib): Rename to ...
8782         (libcpp): ... this.  Add C/C++ front end maintainers.
8784 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8786         * config-ml.in: Pass ${ml_config_env} to configure calls.
8788 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8790         * MAINTAINERS (Write After Approval): Add myself.
8792 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8794         * MAINTAINERS (Write After Approval): Add myself.
8796 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8798         * MAINTAINERS (fortran 95 front end): Add myself.
8800 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8802         * MAINTAINERS (Write After Approval): Add myself.
8804 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8806         * MAINTAINERS (Modulo Scheduler): Add myself.
8808 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8810         * MAINTAINERS (fortran 95 front end): Add myself.
8811         (c++ front end): whitespace fix.
8813 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8815         * MAINTAINERS (Write After Approval): Add myself.
8817 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8819         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8820         of glob.  Quote arguments with single quotes too.
8821         * configure: Regenerate.
8823 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8825         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8826         * Makefile.in: Regenerate
8828 2007-03-07  Andreas Schwab  <schwab@suse.de>
8830         * configure: Regenerate.
8832 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8834         * configure.ac: Add "--with-pdfdir" configure option,
8835         which defines pdfdir variable.
8836         * Makefile.def (target=fixincludes): Add install-pdf to
8837         missing targets.
8838         (recursive_targets): Add install-pdf target.
8839         (flags_to_pass): Add pdfdir.
8840         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8841         target.
8842         * configure: Regenerate
8843         * Makefile.in: Regenerate
8845 2007-02-28  Eric Christopher  <echristo@apple.com>
8847         Revert:
8848         2006-12-07  Mike Stump  <mrs@apple.com>
8850         * Makefile.def (dependencies): Add dependency for
8851         install-target-libssp and install-target-libgomp on
8852         install-gcc.
8853         * Makefile.in: Regenerate.
8855 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8857         * configure: Regenerate.
8858         * configure.ac: Move statements after variable declarations.
8860 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8862         * MAINTAINERS: Add myself as sh maintainer.
8864 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
8866         * configure.ac: Adjust for loop syntax.
8867         * configure: Regenerate.
8869 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8871         * configure: Rebuilt.
8873 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8875         * configure.ac: Drop multiple occurrences of --enable-languages,
8876         and fix its quoting.
8877         * configure: Rebuilt.
8879 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
8880             Nathan Sidwell  <nathan@codesourcery.com>
8881             Vladimir Prus  <vladimir@codesourcery.com>
8882             Joseph Myers  <joseph@codesourcery.com>
8884         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8885         * configure: Regenerate.
8887 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
8889         * ltconfig (freebsd*): Default to elf.
8891 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8893         * configure.ac (target_libraries): Move libgcc before libiberty.
8894         * configure: Regenerated.
8896 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8897             Paolo Bonzini  <bonzini@gnu.org>
8899         PR bootstrap/30753
8900         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8901         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8902         * configure: Regenerated.
8904 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8906         * MAINTAINERS (Language Front End Maintainers): Update my mail
8907         address.
8909 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8911         PR bootstrap/30748
8912         * configure.ac: Correct syntax for Solaris ksh.
8913         * configure: Regenerated.
8915 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8917         * configure.ac: Sync with src.
8918         * configure: Regenerate.
8920 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8922         * Makefile.in: Regenerate.
8924 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8926         * config.sub: Sync with src.
8928 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8930         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8931         noncanonical equivalents.
8932         * configure.in: Rename to...
8933         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8934         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8935         target_noncanonical.  Use them.  Rewrite removal of configure
8936         arguments for autoconf 2.59.  Discard variable settings.  Force
8937         program_transform_name for native tools.
8939         * Makefile.in: Regenerated.
8940         * configure: Regenerated with autoconf 2.59.
8942 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8944         * MAINTAINERS (Write After Approval): Add myself.
8946 2007-01-31  Andreas Schwab  <schwab@suse.de>
8948         * Makefile.tpl (LDFLAGS): Substitute it.
8949         * Makefile.in: Regenerate.
8951 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8953         * MAINTAINERS (Write After Approval): Add myself.
8955 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8957         * MAINTAINERS (spu port): Add myself.
8959 2007-01-23  Richard Guenther  <rguenther@suse.de>
8961         PR bootstrap/30541
8962         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8963         * Makefile.tpl (GNATBIND): Substitute it.
8964         (GNATMAKE): Likewise.
8965         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8966         of STAGE_PREFIX.
8967         * Makefile.in: Regenerate.
8968         * configure: Regenerate.
8970 2007-01-18  Mike Stump  <mrs@apple.com>
8972         * configure.in: Re-enable -Werror for gcc builds.
8974 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8976         * MAINTAINERS (Write After Approval): Add myself.
8978 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8980         * configure.in: Change == to = in test command.
8981         * configure: Regenerate.
8983 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8984             Nick Clifton  <nickc@redhat.com>
8985             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8987         * configure.in (build_configargs, host_configargs, target_configargs):
8988         Remove build/host/target parameters.
8989         (host_libs): Add gmp and mpfr.
8990         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8991         * Makefile.def (gmp, mpfr): New.
8992         (gcc): Remove target.
8993         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8994         target_os, target_vendor): New.
8995         (configure): Add host_alias/target_alias arguments; adjust invocations.
8996         * configure: Regenerate.
8997         * Makefile.in: Regenerate.
8999 2007-01-11  Matt Fago  <fago@earthlink.net>
9001         * configure.in: Try to link to functions only in mpfr 2.2.x
9002         to improve robustness of configure tests.
9003         * configure: Regenerate.
9005 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
9007         * MAINTAINERS: Add myself as i386 maintainer.
9009 2007-01-08  Jan Hubicka  <jh@suse.cz>
9011         * MAINTAINERS: Add myself as i386 maintainer.
9013 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
9015         * configure.in: Add support for an x86_64-mingw* target.
9016         * configure: Regenerate.
9018 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
9020         * Makefile.tpl (all-target): Correct @if conditional for target
9021         modules.
9022         * configure.in: Omit libiberty if building only target libgcc.
9023         * configure, Makefile.in: Regenerated.
9025 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
9027         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
9028         * configure: Regenerate.
9030 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9032         * Makefile.def (target_modules): Add libgcc.
9033         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
9034         * Makefile.tpl (clean-target-libgcc): Delete.
9035         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9036         on gcc even for bootstrapped modules.  Rewrite handling of
9037         lang_env_dependencies to loop over target_modules.
9038         * configure.in (target_libraries): Add target-libgcc.
9039         * Makefile.in, configure: Regenerated.
9041 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9043         * configure.in: Reorganize recognition of languages.  Add
9044         --enable-stage1-languages.  Show supported languages for the chosen
9045         target rather than all recognized languages.
9046         * configure: Regenerate.
9048 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9050         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9051         * Makefile.in: Regenerate.
9053 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9055         * configure.in: Warn that MPFR 2.2.0 is buggy.
9056         * configure: Regenerate.
9058 2006-12-27  Ian Lance Taylor  <iant@google.com>
9060         * configure.in: When removing Makefiles to force a reconfigure, also
9061         remove prev-DIR*/Makefile.
9062         * configure: Regenerate.
9064 2006-12-22  Andreas Schwab  <schwab@suse.de>
9066         * configure: Regenerate with correct autoconf version.
9068 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
9070         * configure.in: add AC_SUBST for *_FOR_TARGET.
9071         * configure: Regenerate.
9073 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9075         * configure.in: Simplify logic for rejecting languages that cannot
9076         be built.  Separate the case when a language is unsupported,
9077         from the case when the user chooses not to build a language.
9079 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9081         * configure.in: Remove "$build" case for powerpc-*-darwin* since
9082         it only affects bootstrap and could be tested on "$host" as well.
9083         * configure: Regenerate.
9084         * config/mh-ppc-darwin: Add to the stage1 cflags here.
9086 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9088         PR bootstrap/29544
9089         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9090         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9091         move here comment from Makefile.tpl.
9092         * Makefile.tpl: Move some definitions higher in the file.
9093         (STAGE1_CHECKING): New.
9094         * configure.in: Add --enable-stage1-checking.
9095         * configure: Regenerate.
9096         * Makefile.in: Regenerate.
9098 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9100         * MAINTAINERS: Add myself as build system maintainer.
9102 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
9104         * MAINTAINERS (Write After Approval): Add myself.
9106 2006-12-13  Eric Christopher  <echristo@apple.com>
9108         * MAINTAINERS: Add myself as darwin maintainer.
9110 2006-12-11  Ian Lance Taylor  <ian@airs.com>
9112         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9114 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
9116         MAINTAINERS: Update my entry.
9118 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
9120         * configure.in:  Handle spu makefile frag.
9121         * Makefile.tpl (MAINT): Define
9122         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9123         * configure: Regenerate.
9124         * Makefile.in: Regenerate.
9126 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9128         * config.guess: Import latest version.
9129         * config.sub: Likewise.
9131 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9133         * configure.in (spu-*-*): Don't skip target-libiberty.
9134         * configure: Regenerate.
9136 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
9138         PR bootstrap/30134
9139         * configure.in: Correct x86 darwin support for libjava to powerpc
9140         and i?86 only.
9141         * configure: Regenerate.
9143 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
9145         * configure.in: Add x86 darwin support for libjava.
9146         * configure: Regenerate.
9148 2006-12-07  Mike Stump  <mrs@apple.com>
9150         * Makefile.def (dependencies): Add dependency for
9151         install-target-libssp and install-target-libgomp on
9152         install-gcc.
9153         * Makefile.in: Regenerate.
9155 2006-12-04  Richard Guenther  <rguenther@suse.de>
9157         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9158         (Non-Algorithmic Maintainers): Move over non-algorithmic
9159         loop optimizer maintainers, add myself as a non-algorithmic
9160         middle-end maintainer.
9162 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
9164         * MAINTAINERS (Write After Approval): Add myself.
9166 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9168         * configure.in: Update error message for missing GMP/MPFR.
9170         * configure: Regenerate.
9172 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9174         * configure.in: Update MPFR version in error message.
9176         * configure: Regenerate.
9178 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9180         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9181         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9182         --with-gmp-lib): New flags.
9184         * configure: Regenerate.
9186 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
9188         * MAINTAINERS (Write After Approval): Change my email address.
9190 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9192         * MAINTAINERS (Write After Approval): Add myself.
9194 2006-11-22  Philipp Thomas  <pth@suse.de>
9196         * MAINTAINERS (i18n): Update e-mail address.
9198 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9200         * MAINTAINERS (spu port): Add myself as maintainer.
9201         (Write After Approval): Remove myself.
9203 2006-11-22  Ben Elliston  <bje@au.ibm.com>
9205         * configure.in (skipdirs): Don't build libssp for SPU.
9206         * configure: Regenerate.
9208 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9210         * MAINTAINERS (spu port): Add myself as maintainer.
9211         (libobjc): Update my email address.
9213 2006-11-21  Andrea Bona  <andrea.bona@st.com>
9215         * MAINTAINERS (Write After Approval): Add myself.
9217 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9219         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9220         * configure : Rebuilt.
9222 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9224         * MAINTAINERS (Write After Approval): Add myself.
9226 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
9228         * MAINTAINERS (Write After Approval): Add myself.
9230 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9232         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9233         libmpfr.a.
9234         * configure: Regenerate.
9236 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9238         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9239         (unstage): Test for stage_last presence.
9241         PR bootstrap/29802
9242         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9243         STAGE_PREFIX.
9244         * Makefile.in: Regenerate.
9246 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9248         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9249         maintainers.
9251 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9253         * MAINTAINERS (Write After Approval): Add myself.
9255 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9257         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9258         and stageN-package/Makefile.
9259         * Makefile.in: Regenerated.
9261 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9263         * configure.in: Remove target-libgloss from noconfigdirs for
9264         bfin-*-*.
9265         * configure: Regenerated.
9267 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9269         * configure.in (have_gmp): Only error if the gcc directory exists.
9271         * configure: Regenerate.
9273 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9275         * configure.in: Robustify error message for missing GMP/MPFR.
9277         * configure: Regenerate.
9279 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9281         * MAINTAINERS (Write After Approval): Add myself.
9283 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9285         * MAINTAINERS: Change email address.
9287 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9289         * MAINTAINERS (Write After Approval): Add myself.
9291 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9293         * MAINTAINERS (Write After Approval): Add myself.
9295 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9297         * MAINTAINERS (Write After Approval): Move myself to
9298         Write After Approval section.
9300 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9302         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9303         need_gmp anymore.
9304         * configure: Regenerate.
9306 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9308         * MAINTAINERS (Write After Approval): Add myself.
9310 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9312         * config.guess: Import latest version.
9313         * config.sub: Likewise.
9315 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9317         * Makefile.def: Added pdf target handling.
9318         * Makefile.tpl: Added pdf target handling.
9319         * Makefile.in: Regenerated.
9321 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9323         * MAINTAINERS: Add self as score port maintainer.
9325 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9327         * MAINTAINERS (Write After Approval): Add myself.
9329 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9331         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9332         or newer.
9333         * configure: Regenerated.
9335 2006-09-27  Dave Brolley  <brolley@redhat.com>
9337         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9338         using $s instead of $r.
9339         * configure: Regenerated.
9341 2006-09-26  Thiemo Seufer  <ths@mips.com>
9343         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9344         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9345         * configure: Regenerate.
9347 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9349         * MAINTAINERS (Write After Approval): Remove myself.
9351 2006-09-22  Chao-ying Fu  <fu@mips.com>
9353         * MAINTAINERS (Write After Approval): Add myself.
9355 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9357         * MAINTAINERS: Add self as soft-fp maintainer.
9359 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9361         * MAINTAINERS: Add myself as avr maintainer.
9362         Remove Marek Michalkiewicz as avr maintainer.
9364 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9366         * MAINTAINERS (Write After Approval): Add myself.
9368 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9370         * configure.in: Never build newlib for a Mingw host.
9371         Never build newlib as Mingw target library.
9372         Test the existence of winsup/cygwin for building a Cygwin newlib,
9373         rather than just winsup.
9374         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9375         building a Mingw target.
9376         * configure: Regenerate.
9378 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9380         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9382 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9384         * config.guess: Import from src (was more updated).
9385         * config.sub: Likewise.
9387 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9389         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9390         * configure: Regenerated.
9392 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9394         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9395         for stages after the first.
9397 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9399         * Makefile.def: Add dependencies for configure-opcodes
9400         on configure-intl and all-opcodes on all-intl.
9401         * Makefile.in: Regenerated.
9403 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9405         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9407 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9409         Port to hosts whose 'sort' and 'tail' implementations
9410         treat operands with leading '+' as file names, as POSIX
9411         has required since 2001.  However, make sure the code still
9412         works on pre-POSIX hosts.
9413         * ltmain.sh: Don't assume "sort +2" is equivalent to
9414         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9416 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9418         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9420 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9422         * ltconfig: chmod 644 before ranlib during install.
9424 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9426         PR bootstrap/18058
9427         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9428         if the bootstrap compiler is a GCC version that supports it.
9429         * configure: Regenerate.
9431 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9433         * configure.in: Fix thinkos in previous check-in.
9434         * configure: Regenerate.
9436 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9438         PR other/27063
9439         * configure.in: Test subdir_requires and give an appropriate
9440         error message.
9441         * configure: Regenerate.
9443 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9445         * MAINTAINERS (Write After Approval): Add myself.
9447 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9449         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9451 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9453         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9455 2006-06-20  David Ayers  <d.ayers@inode.at>
9457         PR bootstrap/28072
9458         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9459         whether target-libjava is being configured instead of whether the
9460         java front end is enabled.
9461         * configure: Regenerate.
9463 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9465         PR target/27540
9466         * configure.in: Only enable libgomp on IRIX 6.
9467         * configure: Regenerate.
9469 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9471         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9472         too.
9473         * Makefile.in: Regenerate.
9475 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9477         * config-ml.in: Alter CCASFLAGS to include special
9478         multilib options the same as is done for CFLAGS.
9480 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9482         * configure.in: Don't enable libgomp on hpux10.
9483         * configure: Rebuilt.
9485 2006-06-12  David Ayers  <d.ayers@inode.at>
9487         PR bootstrap/27963
9488         PR target/19970
9489         * configure.in: Remove target-boehm-gc from noconfigdirs where
9490         ${libgcj} is specified.
9491         * configure: Regenerate.
9493 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9495         Sync from src:
9497         * configure.in: Sync.
9498         * configure: Regenerated.
9500         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9502         * Makefile.def: Added dependencies from sim and gdb on intl, and
9503         added configure dependencies to everything with an all dependency
9504         on intl.
9505         * Makefile.in: Regenerated.
9507 2006-06-06  David Ayers  <d.ayers@inode.at>
9509         PR libobjc/13946
9510         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9511         * Makefile.in: Regenerate.
9512         * configure.in: Add --enable-objc-gc at toplevel and have it
9513         enable boehm-gc for Objective-C.
9514         Remove target-boehm-gc from libgcj.
9515         Add target-boehm-gc to target_libraries.
9516         Add target-boehm-gc to noconfigdirs where ${libgcj}
9517         is specified.
9518         Assert that boehm-gc is supported when requested for Objective-C.
9519         Only build boehm-gc if needed either for Java or Objective-C.
9520         * configure: Regenerate.
9522 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9524         PR 27674
9525         * Makefile.tpl (configure-[+prefix+][+module+],
9526         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9527         Remove rule to unstage bootstrapped modules.
9528         (stage_current): New.
9529         * Makefile.in: Regenerate.
9531 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9533         * MAINTAINERS (Write After Approval): Update my e-mail address.
9535 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9537         * include/libiberty.h: Declare pex_run_in_environment.
9539 2006-05-31  Asher Langton  <langton2@llnl.gov>
9541         * MAINTAINERS (Write After Approval): Add myself.
9543 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9545         * Makefile.def (bfd, opcodes): Fix lib_path.
9546         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9547         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9548         * Makefile.in: Regenerate.
9550 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9552         * Makefile.in: Regenerate.
9554 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9556         * Makefile.def: Add install-html target. Add datarootdir
9557         docdir and htmldir to flags_to_pass.
9558         * Makefile.tpl: Add install-html target.
9559         * Makefile.in: Regenerate.
9560         * configure.in: Add --with-datarootdir, --with-docdir, and
9561         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9562         * configure: Regenerate.
9564 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9566         * configure.in: Enable gprof for cross builds.
9567         * configure: Regenerate.
9569 2006-05-22  Richard Guenther  <rguenther@suse.de>
9571         Revert
9572         2006-01-31  Richard Guenther  <rguenther@suse.de>
9573         Paolo Bonzini  <bonzini@gnu.org>
9575         * Makefile.def (target_modules): Add libgcc-math target module.
9576         * configure.in (target_libraries): Add libgcc-math target library.
9577         (--enable-libgcc-math): New configure switch.
9578         * Makefile.in: Re-generate.
9579         * configure: Re-generate.
9580         * libgcc-math: New toplevel directory.
9582 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9583             Andreas Tobler  <a.tobler@schweiz.ch>
9585         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9586         * configure: Rebuilt.
9588 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9590         * MAINTAINERS (Write After Approval): Add myself.
9592 2006-05-01  DJ Delorie  <dj@redhat.com>
9594         * configure.in: Restore CFLAGS if GMP isn't present.
9595         * configure: Regenerate.
9597 2006-05-01  Richard Guenther  <rguenther@suse.de>
9599         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9600         maintainer.
9602 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9604         * MAINTAINERS (Write After Approval): Add myself.
9606 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9608         * MAINTAINERS (Write After Approval): Add myself.
9610 2006-04-18  DJ Delorie  <dj@redhat.com>
9612         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9613         reference libgloss so that libssp can be built in a combined
9614         tree.
9615         * configure: Regenerate.
9617 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9619         * MAINTAINERS (Write After Approval): Add myself.
9621 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9623         * configure.in: Require makeinfo 4.4 or higher.
9624         * configure: Regenerate.
9626 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9628         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9629         Rearrange the entries of other libraries to have them in one place.
9631 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9633         * MAINTAINERS (Write After Approval): Remove myself.
9634         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9636 2006-03-14  Richard Guenther  <rguenther@suse.de>
9638         * configure: Regenerate with autoconf 2.13.
9640 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9642         * MAINTAINERS: Use my work address.
9644         * MAINTAINERS: Update my E-mail address.
9646 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9648         * configure.in: Handle --disable-<component> generically.
9649         * configure: Regenerate.
9651 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9653         PR libgcj/17311
9654         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9656 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9658         * MAINTAINERS (Write After Approval):  Remove myself.
9659         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9661 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9663         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9664         (TARGET_CONFIGDIRS): Remove.
9665         * configure.in: Remove AC_SUBST(target_configdirs).
9666         * Makefile.in, configure: Regenerated.
9668 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9670         * MAINTAINERS (Write After Approval):  Remove myself.
9671         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9673 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9675         PR bootstrap/25670
9677         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9679         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9680         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9681         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9682         BUILD_PREFIX, BUILD_PREFIX_1.
9683         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9685         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9686         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9688         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9689         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9690         of `cat stage_current`.  Always provide the `r' and `s' variables.
9691         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9692         a single shell execution.
9693         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9694         bootstrapped modules, make the stage1 module if the build was not
9695         started yet, else build the current stage.
9696         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9697         (all-build, all-host, all-target, [+make_target+]-host,
9698         [+make_target+]-target): Do not use \-continued lines.
9699         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9700         (current_stage, restrap, stage_last): New.
9702         * Makefile.in: Regenerate.
9703         * configure: Regenerate.
9705 2006-02-19  Bud Davis  <jmdavis@link.com>
9707         * MAINTAINERS (Write After Approval):  Remove myself.
9708         (Language Front End Maintainers):  Add myself as fortran 95
9709         maintainer and update e-mail address.
9711 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9713         * MAINTAINERS (Write After Approval):  Remove myself.
9714         (Language Front End Maintainers):  Add myself as fortran 95
9715         maintainer.
9717 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9719         * MAINTAINERS (Write After Approval): Add myself.
9721 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9723         * MAINTAINERS (Write After Approval):  Remove myself.
9724         (Language Front End Maintainers):  Add myself as
9725         fortran 95 maintainer.
9727 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9729         Sync from src:
9731         2005-12-27  Leif Ekblad  <leif@rdos.net>
9733         * configure.in: Add support for RDOS target.
9734         * configure: Regenerate.
9736 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9737             Andreas Schwab  <schwab@suse.de>
9739         * configure: Regenerate.
9741 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9743         * configure.in (enable_libgomp): Add AIX.
9744         * configure: Regenerate.
9746 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9748         * MAINTAINERS (Write After Approval): Add myself.
9750 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9752         * MAINTAINERS (Write After Approval): Add myself.
9754 2006-01-31  Richard Guenther  <rguenther@suse.de>
9755         Paolo Bonzini  <bonzini@gnu.org>
9757         * Makefile.def (target_modules): Add libgcc-math target module.
9758         * configure.in (target_libraries): Add libgcc-math target library.
9759         (--enable-libgcc-math): New configure switch.
9760         * Makefile.in: Re-generate.
9761         * configure: Re-generate.
9762         * libgcc-math: New toplevel directory.
9764 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9766         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9767         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9768         the assembler, linker and binutils.
9769         * configure: Regenerate.
9771 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9773         * MAINTAINERS (Write After Approval): Add myself.
9775 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9777         * configure: Regenerate.
9779 2006-01-18  Richard Henderson  <rth@redhat.com>
9780             Jakub Jelinek  <jakub@redhat.com>
9781             Diego Novillo  <dnovillo@redhat.com>
9783         * libgomp: New directory.
9784         * Makefile.def: Add target_module libgomp.
9785         * Makefile.in: Regenerate.
9786         * configure.in (target_libraries): Add target-libgomp.
9787         * configure: Regenerate.
9789 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9791         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9792         @ from continuation.
9793         * Makefile.in: Rebuilt.
9795 2006-01-04  Chris Lattner  <sabre@gnu.org>
9797         * MAINTAINERS (Write After Approval): Add myself.
9799 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9801         PR bootstrap/24252
9803         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9804         * Makefile.tpl (OBJDUMP): New.
9805         (EXTRA_HOST_FLAGS): Add it.
9806         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9808         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9809         to use symbolic links between directories.  Avoid race conditions
9810         or make them harmless.
9811         * configure.in: Do not try to use symbolic links between directories.
9813         * Makefile.def (LEAN): Pass.
9814         * Makefile.tpl (LEAN): Define.
9815         (stage[+id+]-start): Accept that the previous directory does not
9816         exist, if the bootstrap is lean.
9817         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9818         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9819         configure substitution.
9820         ([+compare-target+]): Likewise.
9821         ([+bootstrap-target+]-lean): New.
9822         * configure.in: Remove lean bootstrap support from here.
9824         * Makefile.in: Regenerate.
9825         * configure: Regenerate.
9827 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9829         * MAINTAINERS (libdecnumber): Add myself.
9831 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9833         * libtool-ldflags: New script.
9835 2006-01-02  Andreas Schwab  <schwab@suse.de>
9837         * configure.in: When reconfiguring remove Makefile in
9838         all stage directories.
9839         * configure: Regenerate.
9841 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9843         * MAINTAINERS: Update my email address.
9845 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9847         Revert Ada-related part of the previous change.
9849         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9850         Do not pass.
9851         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9852         * Makefile.in: Regenerate.
9853         * configure.in: Do not include mt-ppc-aix target fragment.
9854         * configure: Regenerate.
9856 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
9858         * configure.in: Select appropriate fragments for PowerPC/AIX.
9859         * configure: Regenerate.
9861         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9862         BOOT_CFLAGS, BOOT_LDFLAGS.
9863         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9864         BOOT_CFLAGS, BOOT_LDFLAGS.
9865         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9866         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9867         (stage): Fail if we cannot complete the work.
9868         * Makefile.in: Regenerate.
9870 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9872         * configure.in: Replace ms1 with mt.
9873         * configure: Rebuilt.
9875 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
9877         * MAINTAINERS: Update my email address.
9879 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
9881         * Makefile.tpl (all, do-[+make_target+], do-check, install,
9882         install-host-nogcc): Don't invoke $(stage) at the end.
9883         * Makefile.in: Regenerate.
9885 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
9887         * configure.in: Flip the top-level bootstrap switch.
9888         * configure: Regenerate.
9890 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
9892         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9893         $(stage) and $(unstage).
9894         (EXTRA_TARGET_FLAGS): Correct double-quoting.
9895         (all): Remove stray semicolon.
9896         (local-distclean): Don't handle multilib.tmp and multilib.out.
9897         (install.all): Set $s for consistency.
9898         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9899         check_multilibs setting.  Always make the install directory.
9900         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9901         Correct @if/@endif.
9902         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9903         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9904         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9905         (multilib.out): Remove.
9906         * Makefile.in: Regenerated.
9908 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9910         * MAINTAINERS (Write After Approval): Add myself.
9912 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9914         * MAINTAINERS: Add myself as mt maintainer.
9916         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9918 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9920         * MAINTAINERS: Change email address.
9922 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9924         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9925         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9926         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9927         Find in-tree tools if available.
9928         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9929         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9930         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9931         (COMPILER_*_FOR_TARGET): New.
9932         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9933         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9934         (CONFIGURED_*, USUAL_*): Remove.
9935         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9936         STRIP): Use autoconf substitutions.
9937         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9938         COMPILER_NM_FOR_TARGET): New.
9939         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9941         (all): Make all-host and all-target in parallel.
9942         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9943         that $$r and $$s are set before invoking a recursive make.
9944         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9945         ([+bootstrap-target+]): Inline most of the `all' target.
9947 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9949         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9950         from the gcc build directory.
9951         * Makefile.in: Regenerate.
9953 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9955         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9956         depend on all-libdecnumber.
9957         * configure.in (host_libs): Include libdecnumber.
9958         * Makefile.in: Regenerate.
9959         * configure: Likewise.
9961 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9963         * libdecnumber: Import decNumber sources from the dfp-branch.
9965 2005-11-21  Kean Johnston  <jkj@sco.com>
9967         * config.sub, config.guess: Sync from upstream sources.
9969 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9971         Import from Autoconf sources:
9973         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9974         * config/move-if-change: Don't output "$2 is unchanged";
9975         suggested by Ben Elliston.  Handle weird characters correctly.
9977 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9979         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9980         to match upstream libtool for darwin.
9982 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9984         * Makefile.def: Remove gdb dependencies for gdbtk.
9985         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9986         (configure-gdb, install-gdb): New rules.
9987         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9988         * Makefile.in, configure: Regenerated.
9990 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9992         * MAINTAINERS (Write After Approval): Add myself.
9994 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9996         * MAINTAINERS (Write After Approval): Add myself.
9998 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
10000         * MAINTAINERS (alias analysis): Add Daniel Berlin and
10001         Diego Novillo.
10003 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
10005         PR bootstrap/24297
10006         * Makefile.tpl (do-[+make-target+], do-check, install,
10007         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10008         are set before recursing.
10009         * Makefile.in: Regenerate.
10011 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
10013         PR bootstrap/18939
10014         * Makefile.def (gcc) <target>: Fix thinko.
10015         * Makefile.in: Regenerate.
10017 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
10019         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10020         * configure: Regenerate.
10022 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
10024         * MAINTAINERS (Write After Approval): Add self.
10026 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
10028         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10029         target-libffi, target-qthreads, target-libjava, and
10030         targetlibobjc.
10031         * configure: Regenerate.
10033 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
10035         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10036         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10037         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10038         (USUAL_OBJDUMP_FOR_TARGET): New.
10039         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10040         * configure.in: Check for $OBJDUMP_FOR_TARGET.
10041         * configure, Makefile.in: Regenerated.
10043 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10045         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10046         before other host packages.
10048 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
10050         * MAINTAINERS: Add self as sh libraries/configury maintainer.
10052 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10054         PR bootstrap/22340
10056         * configure.in (default_target): Remove.
10057         * Makefile.tpl (all): Do not use prerequisites as subroutines
10058         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10059         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10060         use prerequisites as subroutines.
10061         (check-host, check-target): New.
10062         (bootstrap configure & all targets): Do not use stage*-start
10063         if the directory layout is already ok.
10064         (non-bootstrap configure & all targets): Prepend a $(unstage).
10065         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
10066         (NOTPARALLEL): Remove.
10067         (unstage, stage variables): New variables.
10068         (unstage, stage targets): Simply expand to those variables.
10070         * configure: Regenerate.
10071         * Makefile.in: Regenerate.
10073 2005-10-04  James E Wilson  <wilson@specifix.com>
10075         * Makefile.def (lang_env_dependencies): Add libmudflap.
10076         * Makefile.in: Regenerate.
10078 2005-10-03  Andreas Schwab  <schwab@suse.de>
10080         Backport from libtool CVS:
10081         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
10083         * ltmain.sh: add support for installing into temporary
10084         staging area (e.g. 'make install DESTDIR=...')
10086 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10088         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10089         * configure: Regenerated.
10091 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
10093         * configure: Regenerate with the correct
10094         autoconf version.
10096 2005-09-30  Catherine Moore  <clm@cm00re.com>
10098         * configure.in (bfin-*-*): New.
10099         * configure: Regenerated.
10101 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
10103         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10104         (LIPO_FOR_TARGET): New.
10105         (CONFIGURED_LIPO_FOR_TARGET): New.
10106         (USUAL_LIPO_FOR_TARGET): New.
10107         (STRIP_FOR_TARGET): New.
10108         (CONFIGURED_STRIP_FOR_TARGET): New.
10109         (USUAL_STRIP_FOR_TARGET): New.
10110         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10111         STRIP_FOR_TARGET.
10112         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10113         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10114         * Makefile.in: Regenerate.
10115         * configure: Regenerate.
10117 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
10119         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10120         (rs6000-*-aix*): Same.
10121         * configure: Regenerate.
10123 2005-09-16  Tom Tromey  <tromey@redhat.com>
10125         * MAINTAINERS: Add self as java maintainer.
10127 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
10129         * configure.in: Recognize f95 in the --enable-languages option,
10130         and substitute it for fortran, issuing a warning.
10131         * configure: Regenerate.
10133 2005-08-30  Phil Edwards  <phil@codesourcery.com>
10135         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
10136         * configure:  Regenerated.
10138 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
10140         * MAINTAINERS: Add self as ms1 maintainer.
10142 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
10144         * Makefile.def (libssp): Add to lang_env_dependencies.
10145         * Makefile.in: Regenerate.
10147 2005-08-18  Ian Lance Taylor  <ian@airs.com>
10149         * MAINTAINERS: Add myself as middle-end maintainer.
10151 2005-08-17  Christian Groessler  <chris@groessler.org>
10153         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10154         * Makefile.in: Regenerate.
10156 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
10158         * MAINTAINERS (write after approval): Added myself.
10160 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
10162         * MAINTAINERS (Write After Approval): Add myself.
10164 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
10166         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10167         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10168         Look for alternate names of the target cc and c++
10169         * configure: Regenerate.
10171 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
10173         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10174         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10175         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10176         tools; remove code to manually set them.
10177         (Target tools): Look in the environment for them.
10178         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10179         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10180         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10181         build directory.
10182         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10183         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10184         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10185         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10186         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10187         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10188         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10189         * configure: Regenerate.
10190         * Makefile.in: Regenerate.
10192 2005-07-28  Ben Elliston  <bje@au.ibm.com>
10194         * MAINTAINERS: Update for removed CPU targets.
10196 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
10198         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10199         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10200         * Makefile.in: Regenerated.
10202 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
10204         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10205         (CFLAGS_FOR_TARGET): Use it.
10206         (CXXFLAGS_FOR_TARGET): Likewise.
10207         * Makefile.in: Regenerated.
10208         * configure.in (--with-build-sysroot): New option.
10209         * configure: Regenerated.
10211 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
10213         * Makefile.tpl: Wrap install between unstage and stage
10214         * Makefile.in: Regenerate.
10216 2005-07-21  Eric Christopher  <echristo@apple.com>
10218         * MAINTAINERS: Update affiliation.
10220 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
10222         * MAINTAINERS: Add self as crx port maintainer.
10224 2005-07-20  DJ Delorie  <dj@redhat.com>
10226         * MAINTAINERS: Add self as m32c maintainer.
10228 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
10230         * all files: Update FSF address.
10232 2005-07-15  Eric Christopher  <echristo@redhat.com>
10234         * MAINTAINERS: Change affiliation.
10236 2005-07-14  Jim Blandy  <jimb@redhat.com>
10238         * configure.in: Add cases for Renesas m32c.
10239         * configure: Regenerated.
10241 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10243         * COPYING.LIB: Update from fsf.org.
10245 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10247         * COPYING, compile, config.guess,
10248         config.sub, install-sh, missing, mkinstalldirs,
10249         symlink-tree, ylwrap: Sync from upstream sources.
10250         * config-ml.in: Update FSF address.
10252 2005-07-13  Eric Christopher  <echristo@redhat.com>
10254         * configure.in: Add toplevel noconfigdir support for tpf.
10255         * configure: Regenerate.
10257 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10259         PR ada/22340
10261         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10262         * Makefile.in: Regenerate.
10264 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10266         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10267         Brolley to write-after-approval.
10269 2005-07-07  Andreas Schwab  <schwab@suse.de>
10271         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10272         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10273         * Makefile.in: Regenerated.
10275 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10277         * configure.in: Don't build sim or rda when targetting darwin.
10278         * configure: Regenerate.
10280 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10282         * configure.in: Add --enable-libssp and --disable-libssp.
10283         * configure: Regenerate with autoconf-2.13.
10285 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10287         * Makefile.def (target_modules): Add libssp.
10288         * configure.in (target_libraries): Add target-libssp.
10289         * configure: Rebuilt.
10290         * Makefile.in: Rebuilt.
10292 2005-07-01  Zack Weinberg  <zackw@panix.com>
10294         * MAINTAINERS: Change email address.  Resign from maintainership.
10296 2005-07-01  Richard Guenther  <rguenther@suse.de>
10298         * MAINTAINERS: Change my e-mail address and affiliation.
10300 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10302         * Makefile.def (stagefeedback): Come after profile.
10303         Define profiledbootstrap target.
10304         * Makefile.tpl (profiledbootstrap): Remove.
10305         (stageprofile-end): Zap stagefeedback.
10306         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10307         * Makefile.in: Regenerate.
10309 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10311         * MAINTAINERS: Update my email address.
10313 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10315         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10316         In 'cpp' stanza, support '#line' as well as '# '.
10318 2005-06-08  Andreas Schwab  <schwab@suse.de>
10320         * MAINTAINERS: Move myself from 'Write After Approval' to
10321         'CPU Port Maintainers' section as m68k maintainer.
10323 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10325         * configure.in (unsupported_languages): New macro.
10326         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10327         non-ported target libraries in noconfigdirs.
10328         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10329         non-linux-gnu.  Remove libgcj_ex_libffi.
10330         <lang_frag loop>: Set add_this_lang=no if the language is in
10331         unsupported_languages.
10332         * configure: Regenerate.
10334 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10336         * configure.in: Fix typo in handling of --with-mpfr-dir.
10337         * configure: Regenerate.
10339 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10341         * MAINTAINERS: Update my email address.
10343 2005-06-02  Jim Blandy  <jimb@redhat.com>
10345         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10346         accepted into the master sources.)
10348 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10349             Michael Snyder  <msnyder@redhat.com>
10350             Stan Cox  <scox@redhat.com>
10352         * configure.in: Set noconfigdirs for ms1.
10354         * configure: Regenerate.
10356 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10358         * MAINTAINERS (Write After Approval): Add self.
10360 2005-06-01  Josh Conner  <jconner@apple.com>
10362         * MAINTAINERS (Write After Approval): Add self.
10364 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10366         * MAINTAINERS: Update my email address.
10368 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10370         * MAINTAINERS (Write After Approval): Add self.
10372 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10374         * MAINTAINERS (Write After Approval): Remove self.
10376 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10378         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10379         (Dependencies): Consider target modules for bootstrap dependencies.
10380         Make target bootstrap modules depend on each stage's gcc.
10381         * Makefile.in: Regenerate.
10383 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10385         * Makefile.def (configure-gcc): Depend on binutils having been built.
10386         (all-gcc): No need to do it here.
10387         * Makefile.in: Regenerate.
10389 2005-05-19  Paul Brook  <paul@codesourcery.com>
10391         * configure.in: Rewrite misleading error message when requested
10392         language cannot be built.
10393         * configure: Regenerate.
10395 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10397         * ylwrap: Import from Automake 1.9.5.
10399 2005-05-13  David Ung  <davidu@mips.com>
10401         * MAINTAINERS (Write After Approval): Add self.
10403 2005-05-09  Mike Stump  <mrs@apple.com>
10405         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10406         lt_cv_sys_max_cmd_len for now.
10408 2005-05-09  Stan Cox  <scox@redhat.com>
10410         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10412 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10414         * README.SCO: Update the URL.
10416 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10418         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10419         with_gnu_ld to libtool.
10420         * ltcf-c.sh (aix[45]): Define file_list_spec.
10421         * ltcf-cxx.sh (aix[45]): Same.
10422         * ltcf-gcj.sh (aix[45]): Same.
10423         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10424         exists, write list of input files to temporary file.
10426 2005-05-04  Mike Stump  <mrs@apple.com>
10428         * configure.in: Always pass --target to target configures as
10429         otherwise rebuilds that do --recheck will fail.
10430         * confiugure: Rebuilt.
10432 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10434         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10435         STAGE_HOST_EXPORTS.
10436         (configure, all): Add bootstrap support.
10437         (Host modules, target modules): Pass post-stage1 flags and exports.
10438         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10439         * Makefile.in: Regenerate.
10441 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10443         * configure: Regenerate.
10445 2005-04-27  Mike Stump  <mrs@apple.com>
10447         * MAINTAINERS: Add self as darwin maintainer.
10449 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10451         * config.sub: Update from master copy.
10453 2005-04-21  Mike Stump  <mrs@apple.com>
10455         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10456         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10458 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10460         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10461         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10462         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10463         "*-*-elf" and "*-*-linux*".
10464         * configure: Regenerate.
10466 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10468         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10470 2005-04-12  Mike Stump  <mrs@apple.com>
10472         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10474 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10476         * MAINTAINERS (Write After Approval): Add myself.
10478 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10480         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10482 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10484         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10485         (TARGET_CONFIGARGS): Include --with-target-subdir.
10486         (configure, all): New macros.  Use them throughout.
10487         * Makefile.in: Regenerate.
10489 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10491         * MAINTAINERS (Write After Approval): Add myself.
10493 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10495         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10497 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10499         * MAINTAINERS: Move John Carr to Write After Approval.
10501 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10503         * config/mh-mingw32: Delete.
10504         * configure.in: Don't use it.
10505         * configure: Regenerate.
10507 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10509         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10510         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10511         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10512         (HOST_LIB_PATH): Generate from Makefile.def.
10513         (TARGET_LIB_PATH): Likewise.
10514         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10515         * Makefile.in: Regenerate.
10516         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10517         (RPATH_ENVVAR): Include Darwin case.
10518         * configure: Regenerate.
10520 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10522         * MAINTAINERS (Various Maintainers): Remove self.
10523         (Write After Approval): Add self.
10525 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10527         * MAINTAINERS (Various Maintainers): Add self.
10529 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10531         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10532         * configure: Regenerate.
10534 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10536         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10537         gcc_version, and gcc_version_trigger from set of flags to pass.
10538         * Makefile.tpl: Remove definitions of above variables.
10539         (config.status): Remove dependency on $(gcc_version_trigger).
10540         * Makefile.in: Regenerate.
10541         * configure.in: Do not reference config/gcc-version.m4 nor
10542         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10543         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10544         * configure: Regenerate.
10546 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10547             Andrew Pinski  <pinskia@physics.uc.edu>
10549         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10550         * Makefile.in: Regenerate.
10552 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10554         * MAINTAINERS (Write After Approval): Add myself.
10556 2005-03-03  David Ayers  <d.ayers@inode.at>
10558         * MAINTAINERS (Write After Approval): Add myself.
10560 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10562         PR libgcj/20160
10563         * ltmain.sh: Avoid creating archives with components that have
10564         duplicate basenames.
10566 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10568         PR bootstrap/20250
10569         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10570         instead of check.
10571         * Makefile.in: Regenerate.
10573 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10575         * Makefile.in: Regenerate to fix conflict between the previous two
10576         patches.
10578 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10580         PR bootstrap/17383
10581         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10582         * Makefile.tpl (HOST_SUBDIR): New substitution.
10583         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10584         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10585         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10586         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10587         (Host modules, Bootstrapped modules): Use it.
10588         (Build modules, Target modules): Do not create symlink trees,
10589         always configure out-of-srcdir.
10590         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10591         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10592         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10593         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10595         * Makefile.in: Regenerate.
10596         * configure: Regenerate.
10598 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10600         Merged from libada-gnattools-branch:
10601         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10603         * gnattools: New directory.
10604         * Makefile.def: Add gnattools as a module, depending on target-libada.
10605         * Makefile.in: Regenerate.
10606         * configure.in: Include gnattools in host_tools; disable it if ada
10607         is disabled.
10608         * configure: Regenerate.
10610 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10612         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10613         treelang maintainer.
10614         (Write After Approval): Remove myself.
10616 2005-02-23  Paul Schlie  <schlie@comcast.net>
10618         * configure.in: Allow darwin targeted ports to build tk, itcl and
10619         libgui.
10620         * configure: Regenerate.
10622 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10624         PR libgcj/10353
10625         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10626         * configure: Regenerate.
10628 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10630         * MAINTAINERS (Write After Approval): Add myself.
10632 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10634         * MAINTAINERS: Update my e-mail address.
10636 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10638         * MAINTAINERS (Write After Approval): Add myself.
10640 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10642         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10643         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10644         target-libgloss when not *-*-elf and *-*-aout.
10645         * configure: Regenerate.
10647 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10649         * MAINTAINERS: Remove obsolete entries.
10651         * MAINTAINERS (Write After Approval): Add Michael Matz.
10653 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10655         * MAINTAINERS: Remove self as cpplib maintainer.
10657 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10659         * install-sh, config.sub: Import from upstream.
10661 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10663         PR bootstrap/18222
10664         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10665         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10666         * Makefile.in: Regenerate.
10668 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10670         * MAINTAINERS: Update my email address.
10672 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10673             Andreas Schwab  <schwab@suse.de>
10675         PR bootstrap/18033
10676         * config-ml.in: Eval option if surrounded by single quotes.
10678 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10680         Revert 2004-12-28 Makefile changes, a better fix will be
10681         applied to mainline and src after GCC 4.0 branches.
10683 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10685         PR bootstrap/17383
10687         * Makefile.def (target_modules): Remove stage parameter,
10688         it is always true now.
10689         * Makefile.tpl (configure-build-[+module+],
10690         configure-target-[+module+]): Always build symlink tree
10691         for the directory and for include.  BUILD_SUBDIR and
10692         TARGET_SUBDIR cannot be . anymore.
10693         * Makefile.in: Regenerate.
10695 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10697         Revert 2004-12-08 Makefile changes.
10699 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10701         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10702         cygwin, mingw.
10704 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10706         * configure.in (sh64-*-*): Reenable gprof.
10707         * configure: Regenerate.
10709 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10711         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10712         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10713         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10714         * Makefile.in: Regenerate.
10716 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10718         * MAINTAINERS: Update my email address.
10720 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10722         * Makefile.tpl: Generate normal dependencies if the LHS module is
10723         not bootstrapped.
10724         * Makefile.in: Regenerate.
10726 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10728         * configure.in: Include config/gxx-include-dir.m4.  Use
10729         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10730         * configure: Regenerate.
10732 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10734         * config.if: Delete.
10735         * configure.in: Set libstdcxx_incdir directly.
10736         * configure: Regenerate.
10738 2004-12-02  Eric Christopher  <echristo@redhat.com>
10740         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10741         * Makefile.in: Regenerate.
10743 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10745         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10746         * configure: Regenerate.
10748 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10750         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10751         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10752         * configure: Regenerate.
10754 2004-12-01  Eric Christopher  <echristo@redhat.com>
10756         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10757         of things to remove.
10759 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10761         * MAINTAINERS (Write After Approval): Update my e-mail address.
10763 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10765         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10766         from CVS libtool to always pass_all.
10768 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10770         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10771         (hppa*64*-*-*): Delete incorrect comment.
10772         * configure: Rebuilt.
10774 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10776         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10778 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10780         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10781         from CVS libtool to always pass_all.
10783 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10785         * install-sh, compile: Import from automake.
10787 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10789         * config.guess, config.sub:  Import from savannnah.
10791 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10793         * MAINTAINERS (Write After Approval): Add myself
10795 2004-11-12  Mike Stump  <mrs@apple.com>
10797         * Makefile.def: Add html support.
10798         * Makefile.tpl: Likewise.
10799         * Makefile.in: Regenerate.
10801 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10803         PR 18423
10804         * configure.in: Remove all instances of build-fixincludes from
10805         noconfigdirs.
10806         (build_configargs): Supply --target to subdirectories.
10807         * configure: Regenerate.
10809         * Makefile.def: Make gcc install depend on fixincludes install.
10810         * Makefile.in: Regenerate.
10812 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10814         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10816 2004-11-11  Paul Brook  <paul@codesourcery.com>
10818         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10820 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10822         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10823         target-libgfortran.
10824         * configure: Regenerate.
10826 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10828         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10829         like CC.
10831 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10833         * Makefile.def (host fixincludes): Specify missing targets.
10834         * Makefile.in: Regenerate.
10836 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10838         * MAINTAINERS: Add myself
10840 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10842         * MAINTAINERS (Write After Approval): Add myself.
10844 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10846         * Makefile.def: Build fixincludes for the host, too.
10847         * Makefile.in: Regenerate.
10848         * configure.in (host_tools): Add fixincludes.
10849         * configure: Regenerate.
10851 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10853         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10854         * configure: Regenerated.
10856 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
10858         PR other/17783
10859         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10860         * configure: Regenerated.
10862 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
10864         * README.SCO: Update per FSF instructions.
10866 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
10868         PR target/18151
10869         * configure.in (case ${target}): Do not build fixincludes for avr.
10870         * configure: Regenerated.
10872 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
10874         * configure.in (case ${target}): Do not build fixincludes
10875         on platforms where it is not used.
10876         * configure: Regenerated.
10878 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
10880         * configure.in: Use an absolute path to install-sh.
10881         * configure: Regenerated.
10883 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10885         * MAINTAINERS (Write After Approval): Add myself.
10887 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
10889         * MAINTAINERS: Remove from Write After Approval those that are
10890         already maintainers.
10892 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
10894         * MAINTAINERS:  Update my email address.
10896 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10898         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10899         * configure: Regenerate.
10901 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10903         * MAINTAINERS:  Update my email address.
10905 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10907         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
10908         entries belonging to this category.
10910 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10912         * MAINTAINERS: Update my e-mail address.
10914 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10916         Fix wrong conflict resolution in:
10918         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10920         * Makefile.in: Regenerate.
10921         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10922         in the recursive `make', instead of hardwiring `all'.
10923         (Autogenerated TARGET-* variables): New.
10925 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10927         * configure.in: Enable target-libgloss for crx-*-*.
10928         * configure: Regenerate.
10930 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10932         * MAINTAINERS (Various Maintainers): Move the "windows,
10933         cygwin, mingw" maintainer to ...
10934         (OS Port Maintainers): ... here.
10936 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10938         * MAINTAINERS (Write After Approval): Remove those that are
10939         maintainers of some subsystem.
10941 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10943         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10944         * ltcf-cxx.sh (tpf*): Likewise.
10945         * ltconfig (tpf*): Add TPF OS configuration support.
10947 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10949         * MAINTAINERS: Change my email address to my new work account.
10951 2004-09-24  Michael Roth  <mroth@nessie.de>
10953         * configure.in (--without-headers): Add missing double quotes.
10954         * configure: Regenerate.
10956 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10958         * ylwrap: Revert to previous version.
10960 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10962         PR bootstrap/17369
10963         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10964         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10965         SET_GCC_LIB_PATH_CMD.
10966         (BASE_TARGET_EXPORTS): Likewise.
10967         * Makefile.in: Regenerated.
10969         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10970         * configure: Regenerated.
10972 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10974         * config.guess: New upstream version
10975         * compile, depcomp, install-sh, ylwrap: Likewise.
10977 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10979         * config/mh-x86omitfp: New host makefile fragment.  Add
10980         -fomit-frame-pointer to the default BOOT_CFLAGS.
10981         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10982         * configure: Regenerate.
10984 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10986         PR target/11572
10987         * configure.in (*-*-darwin*): Renable libobjc.
10988         * configure: Regenerate.
10990 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10992         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10994 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10996         * Makefile.def: Remove libbanshee.
10997         * Makefile.tpl: Ditto.
10998         * configure.in: Ditto.
10999         * Makefile.in: Regen.
11000         * configure: Ditto.
11002 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
11004         * ltmain.sh: Use $pic_object as $non_pic_object if
11005         $non_pic_object=none.
11007 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
11009         * missing: Import latest version from master repository.
11011 2004-09-06  Nick Clifton  <nickc@redhat.com>
11013         * config.sub: Import latest version from master repository.
11014         * config.guess: Likewise.
11015         This includes these changes:
11017         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
11019         * config.sub: Handle crisv32, alias etraxfs.
11020         * config.guess (crisv32:Linux:*:*): Handle.
11022         2004-08-13  Brad Smith  <brad@comstyle.com>
11024         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11025         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11027         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11029         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11030         assume the processor is a powerpc.  This is because coreutils
11031         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11032         in this case, due to a MacOS X bug that causes
11033         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11034         to return a negative number.
11035         Problem reported by Petter Reinholdtsen in:
11036         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11038         2004-07-19  Ben Elliston  <bje@gnu.org>
11040         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11042         2004-06-24  Ben Elliston  <bje@gnu.org>
11044         * config.guess: Update copyright years.
11045         * config.sub: Likewise.
11047         2004-06-22  Robert Millan  <robertmh@gnu.org>
11049         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11050         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11052         2004-06-22  Stanley F. Quayle <stan@stanq.com>
11054         * config.guess (*:*VMS:*:*): New entry. Replaces
11055         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11056         manufacturer.
11058         2004-06-22  Ben Elliston  <bje@gnu.org>
11060         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11061         * config.sub: Likewise.
11063         2004-06-22  Ben Elliston  <bje@gnu.org>
11065         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11066         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11068         2004-06-11  Ben Elliston  <bje@gnu.org>
11070         * config.guess (pegasos:OpenBSD:*:*): Remove.
11072         2004-06-11  Ben Elliston  <bje@gnu.org>
11074         From Wouter Verhelst <wouter@grep.be>:
11075         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11077         2004-06-11  Ben Elliston  <bje@gnu.org>
11079         * config.guess (luna88k:OpenBSD:*:*): New.
11081         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11083         * config.guess (m32r*:Linux:*:*): New case.
11084         * config.sub: Handle m32rle.
11086         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
11088         From Jens Petersen  <petersen@redhat.com>:
11089         * config.sub: Handle sparcv8.
11091         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
11093         From Tom Smith <smith@cag.lkg.hp.com>:
11094         * config.guess: Version suffixes are equally significant on Tru64
11095         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
11096         prefix of "P" (patched kernel).
11098         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
11100         * config.sub: Add support for National Semiconductor CRX target.
11102 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
11104         * MAINTAINERS (Various Maintainers): Remove myself as web page
11105         maintainer, add myself as maintainer of build status lists.
11107 2004-09-03  Jan Beulich  <jbeulich@novell.com>
11109         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11110         *-*-netware, but add target-libmudflap.
11111         Consolidate *-*-netware targets (of which really only i?86 exists)
11112         into a single entry.
11113         * configure: Likewise.
11115 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
11117         * Makefile.tpl (sorry): Remove.
11118         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11119         (cleanstrap targets): Depend on distclean, not distclean-stage1.
11120         (do-clean): Clean per-stage directories too.
11121         (do-distclean): Run distclean-stage1 too.
11122         (.NOTPARALLEL): Enable during toplevel bootstrap.
11123         (stage[+id+]-bubble): Enable parallel execution during
11124         the recursive invocation.
11125         * Makefile.in: Regenerate.
11127         Fix previous checkin:
11129         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11130         include.
11131         * configure.in: Fix indentation.
11132         * configure: Regenerate.
11134 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
11136         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11137         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11138         * configure: regenerate
11139         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11140         -mdynamic-no-pic
11142 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
11144         * Makefile.def (build_modules): Add fixincludes.
11145         (dependencies): Make gcc depend on fixincludes.
11146         * configure.in (build_tools): Add fixincludes.
11147         (build_configdirs): Always include build_libs.
11148         * Makefile.in: Regenerate.
11149         * configure: Regenerate.
11151 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11153         * Makefile.def (bootstrap stages): Add 'lean' parameter.
11154         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11155         phony targets; do not generate timestamp files.
11156         (distclean-stageN): Remove references to their timestamp files.
11157         (restageN, touch-stageN): Remove.
11158         (stageN-bubble): Rewritten.
11159         (compare): Support lean bootstraps.
11160         * Makefile.in: Regenerate.
11162         * configure.in: Only warn when bootstrapping but
11163         build != host or build != target.  Support lean bootstraps.
11164         * configure: Regenerate.
11166 2004-08-26  Phil Edwards  <phil@codesourcery.com>
11168         * configure.in:  Give a better error message if GMP/MPFR are missing
11169         and a language needing them has been requested.
11170         * configure:  Regenerated.
11172 2004-08-25  Phil Edwards  <phil@codesourcery.com>
11174         * configure.in:  Print a list of available language front-ends if
11175         a requested one is missing.  Tidy stray tab characters.
11176         * configure:  Regenerated.
11178 2004-08-19  Michael Koch  <konqueror@gmx.de>
11180         * gcc/doc/install.texi: Update entry about automake for libjava.
11182 2004-08-17  Robert Millan  <robertmh@gnu.org>
11184         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11185         (instead of FreeBSD).
11186         * configure: Regenerate.
11188 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11190         * Makefile.in: Regenerate.
11191         * configure: Regenerate.
11193         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11194         stage_*_flags.
11195         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11196         for bootstrapped modules if toplevel bootstrap is going.
11197         (GCC bootstrap): Generate per-stage targets for all bootstrapped
11198         modules.  Adjust for changes in Makefile.def.  Enable several
11199         rules even in non-bootstrap mode, just to avoid peppering the
11200         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11201         (stage-[+prev+]-bubble): Remove.
11203         * Makefile.def (Dependencies): Depend on all-build-bison,
11204         all-build-flex, all-build-byacc, all-build-texinfo, rather
11205         than the host variations.
11206         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
11207         with BUILD_SUBDIR.
11208         (BISON): Update for recent Bisons.
11209         (YACC): Fix typo.
11210         (cross): Depend on all-build.
11211         (all): Do not depend on all-build.
11212         (prebootstrap): Remove.
11213         (dep-kind): Accept separate prefixes for MODULE and ON variables.
11214         (Prebootstrap dependencies): Add them to the per-stage targets
11215         and to all-prebootstrap.
11216         * configure.in (build_configdirs): Always enable build_tools.
11217         (BUILD_DIR_PREFIX): Remove.
11219         * Makefile.def (gcc): Add target variable.
11220         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11221         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11222         in the recursive `make', instead of hardwiring `all'.
11223         (Autogenerated TARGET-* variables): New.
11225 2004-08-13  Brian Booth  <bbooth@redhat.com>
11227         * MAINTAINERS: Remove myself from write-after-approval.
11229 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11231         * src-release: Stop distributing mmalloc with gdb (which doesn't
11232         use it).
11233         * Makefile.def: GDB doesn't depend on mmalloc anymore.
11234         * Makefile.in: Regenerate.
11236 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
11238         * configure.in (arm*-*-eabi*): New target.
11239         * configure: Regenerate.
11241 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
11243         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11244         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11245         (Dependencies): New section.
11246         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11247         (configure-target-[+module+]): Depend on maybe-all-gcc
11248         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11249         (toplevel profiledbootstrap): Fix dependencies.
11250         * Makefile.in: Regenerate.
11252 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11254         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11255         target-libiberty to noconfigdirs.
11256         * configure: Regenerate.
11258 2004-08-03  Paul Brook  <paul@codesourcery.com>
11260         * configure.in: Check for MPFR as well as GMP.
11261         * configure: Regenerate.
11263 2004-08-01  Robert Millan  <robertmh@gnu.org>
11265         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11266         libmudflap for all GNU-based systems (with Glibc).
11267         * configure: Regenerate.
11269 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11271         * Makefile.def (host-modules): Add gcc.
11272         * Makefile.in: Regenerate.
11273         * Makefile.tpl (sorry): New rule.
11274         (configure-host, all-host, [+make_target+]-host, do-check,
11275         install-host): Do not add gcc as a special case.
11276         (host modules): Add a small special-casing for gcc.  Export
11277         extra_make_flags through the environment.
11278         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11279         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11280         other recursive targets for gcc): Remove.
11282         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11283         (stage, unstage): New rules.
11284         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11285         distclean-stage[+id+]): Use stage_current.
11286         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11287         the stage*-start rules.
11289 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11291         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11292         use -all_load flag.
11294 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11296         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11297         * configure: Regenerate.
11299 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11301         * maintainer-scripts/gcc_release: Revert yesterday's change.
11303 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11305         * MAINTAINERS: Add myself to write-after-approval.
11307 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11309         * libf2c: Removed.
11310         * gcc/gccbug.in: Updated because of libf2c removal.
11311         * maintainer-scripts/gcc_release: Ditto.
11313 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11315         * configure.in: Build libmudflap by default on FreeBSD.
11316         * configure: Regenerated.
11318 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11320         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11321         systems.
11322         * configure: Regenerated.
11324 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11326         PR target/16344
11327         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11328         feedback based compiler.
11329         * Makefile.in: Rebuilt.
11331 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11333         * Makefile.def (host_modules): Set bootstrap=true for flex.
11334         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11335         * Makefile.in: Rebuilt.
11337 2004-07-07  Jan Hubicka  <jh@suse.cz>
11339         * MAINTAINERS: Add self as a profile feedback maintainer.
11341 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11343         * configure.in:  Do not prepend $srcdir to /dev/null in
11344         makefile fragments.
11345         * configure:  Regenerate.
11347 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11349         * Makefile.def (build_modules): Add bison, byacc, flex,
11350         m4, texinfo.
11351         (flags_to_pass): Add FLEX.
11352         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11353         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11354         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11355         DEFAULT_MAKEINFO): Remove.
11356         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11357         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11358         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11359         objdir or else use configured tool.
11360         (all-build): New.
11361         (all): Depend on it.
11362         (Build module dependencies): Add.
11363         * Makefile.in: Regenerate.
11364         * configure.in: Better support for multiple build modules,
11365         matching what is done for host/target modules.  Do not look
11366         for "plausible" locations of build tools if Canadian cross.
11367         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11368         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11369         * configure: Regenerate.
11371 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11373         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11374         * Makefile.in: Regenerate.
11376 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11378         * Makefile.tpl (configure-build-[+module+],
11379         configure-[+module+], configure-target-[+module+]): Pass
11380         [+extra_configure_args+].
11381         (all-build-[+module+], all-[+module+], check-[+module+],
11382         install-[+module+], [+make_target+]-[+module+],
11383         all-target-[+module+], check-target-[+module+],
11384         install-target-[+module+], [+make_target+]-target-[+module+]):
11385         Pass [+extra_make_args+].
11386         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11387         (GCC_HOST_EXPORTS): Remove.
11388         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11389         cross, check-gcc, check-gcc-c++, install-gcc,
11390         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11391         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11392         * Makefile.in: Regenerate.
11394 2004-06-21  Matthew Sachs  <msachs@apple.com>
11396         * MAINTAINERS: Added self to write-after-approval.
11398 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11400         * configure.in: Check for srcdir/winsup rather than build directory
11401         winsup.
11402         * configure: Regenerate.
11404 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11406         * configure.in: Don't build Cygwin native newlib if winsup
11407         directory is missing.  Emit warning instead.
11408         * configure: Regenerate.
11410 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11412         * Makefile.tpl (touch-stage[+id+]): New.
11413         (restage[+prev+]): Depend on touch-stage[+id+].
11415         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11416         Use it throughout.
11418         * Makefile.def: Add profile and feedback bootstrap stages.
11419         Remove next field from bootstrap stages.
11420         * Makefile.tpl (LN, LN_S): Substitute.
11421         (stageN-start, stageN-end): Use double-colon rules, to
11422         provide a hook for additional setup commands.
11423         (distclean-stageN-gcc, restageN): Create dependencies from
11424         [+prev+], not from [+next+].
11425         (stageN-bubble): Add commands for successive stages from
11426         [+prev+], using double-colon rules.
11427         (all-stageN-gcc): Fix typo.
11428         (stagefeedback-start, profiledbootstrap): New.
11429         * Makefile.in: Regenerate.
11430         * configure.in: Call ACX_PROG_LN.
11431         * configure: Regenerate.
11433 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11435         * MAINTAINERS (Write After Approval): Add myself.
11437 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11439         * MAINTAINERS (Write After Approval): Add myself.
11441 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11443         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11444         without gcc.
11445         * configure: Regenerate.
11447 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11449         * Makefile.tpl: Fix typo.
11450         * Makefile.in: Regenerate.
11452 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11454         * configure.in: Remove new- prefix from toplevel
11455         bootstrap targets.
11456         * configure: Regenerate.
11458 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11460         * Makefile.tpl (all.normal): Rename to all.
11461         (all): Replace with a rule to pick the default
11462         target from configure.
11463         (all-gcc, configure-gcc): Use conditionals to
11464         do nothing when toplevel bootstrap is going on.
11465         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11466         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11467         * configure.in: Support --enable-bootstrap.
11469         * Makefile.def: Remove new- prefix from toplevel
11470         bootstrap targets.
11471         * Makefile.tpl: Likewise.
11473         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11474         target.
11476         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11477         $(RECURSE_FLAGS) to recursive invocation of make.
11479         * Makefile.in: Regenerate.
11480         * configure: Regenerate.
11482 2004-05-30  Andreas Jaeger  <aj@suse.de>
11483             Jim Wilson  <wilson@specifixinc.com>
11485         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11486         like CC.
11488 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11490         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11491         * configure: Regenerate.
11493 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11495         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11496         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11497         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11498         targets.
11499         * Makefile.in: Regenerate.
11501 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11503         * configure.in: Test the ability to symlink directories.
11504         * configure: Regenerate.
11506         * Makefile.def (bootstrap-stage): New definitions.
11507         * Makefile.tpl (configure-stage1-gcc,
11508         configure-stage2-gcc, configure-stage3-gcc,
11509         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11510         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11511         new-restage3, compare): Autogenerate, see Makefile.in
11512         entry for behavioral changes.
11513         (distclean-stage1, new-stage1-start, new-stage1-end,
11514         new-stage1-bubble, distclean-stage2, new-stage2-start,
11515         new-stage2-end, new-stage2-bubble, distclean-stage3,
11516         new-stage3-start, new-stage3-end): New autogenerated targets.
11517         (objext, prebootstrap, BOOT_CFLAGS,
11518         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11519         targets.
11521         * Makefile.in: Regenerate.
11522         (distclean-stage1, new-stage1-start, new-stage1-end,
11523         new-stage1-bubble, distclean-stage2, new-stage2-start,
11524         new-stage2-end, new-stage2-bubble, distclean-stage3,
11525         new-stage3-start, new-stage3-end): New targets.
11526         (all-stage1-gcc): Move prebootstrap dependency from here...
11527         (configure-stage1-gcc): ...to here.
11528         (new-bootstrap): Use bubble targets.
11529         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11530         Use per-stage distclean targets.
11531         (configure-stage1-gcc, configure-stage2-gcc,
11532         configure-stage3-gcc, all-stage1-gcc,
11533         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11534         Use new-stageN-start to prepare the tree.
11536 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11538         * Makefile.def (host_modules): add libcpp.
11539         * Makefile.tpl: Add dependencies on and for libcpp.
11540         * Makefile.in: Regenerate.
11541         * configure.in: Add libcpp host module.
11542         * configure: Regenerate.
11544 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11546         * Makefile.tpl: Whenever a recursive target is defined, wrap
11547         it in a special @if/@endif block, and prepare its maybe
11548         dependency in the @if/@endif block
11549         * configure.in: Instead of writing maybe dependencies, remove
11550         the @if/@endif statements, and remove the @if/@endif blocks
11551         that remain.
11552         * configure: Regenerate.
11553         * Makefile.in: Regenerate.
11555 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11557         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11559 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11561         PR bootstrap/15120
11562         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11563         * */configure: Rebuilt.
11565 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11567         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11568         of libf2c.
11569         * configure, Makefile.in: Regenerate.
11571 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11573         * MAINTAINERS (Write After Approval): Add myself.
11575 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11577         Merge from tree-ssa-20020619-branch.
11579         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11580         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11581         (HOST_GMPLIBS): Define.
11582         (HOST_GMPINC): Define.
11583         (TARGET_LIB_PATH): Add libmudflap.
11584         (GFORTRAN_FOR_TARGET): Define.
11585         (configure-build*): Export GFORTRAN.
11586         (configure-gcc): Export GMPLIBS and GMPINC.
11587         (all-gcc): Add maybe-all-libbanshee.
11588         (configure-target-libgfortran): Define.
11589         * Makefile.in: Regenerate.
11590         * configure.in (host_libs): Add libbanshee.
11591         (target_libraries): Add target-libmudflap and target-libgfortran.
11592         Add --with-libbanshee.
11593         Handle --disable-libmudflap.
11594         (*-*-freebsd*): Use with_gmp.
11595         Add $(libgcj) to noconfigdirs.
11596         * configure: Regenerate.
11597         * depcomp: New file.
11598         * MAINTAINERS: Add tree-ssa maintainers.
11600 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11602         * MAINTAINERS (Various Maintainers): Add myself.
11604 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11606         * MAINTAINERS (Write After Approval): Add myself.
11608 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11610         * MAINTAINERS (Write After Approval): Add myself.
11612 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11614         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11615         * configure: Regenerate.
11617 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11619         Revert:
11620         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11622         * Makefile.def (flags_to_pass): Remove *dir variables that
11623         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11624         as well as prefix and exec_prefix.
11625         * Makefile.in: Regenerate.
11627 2004-04-26  Robert Millan  <robertmh@gnu.org>
11629         Add patches from libtool CVS.
11630         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11631         * ltconfig: Likewise.
11632         * ltcf-c.sh: Likewise.
11633         * ltcf-cxx.sh: Likewise.
11634         * ltcf-gcj.sh: Likewise.
11636 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11638         * Makefile.def (host_modules): Mark with the bootstrap
11639         flag packages on which gcc depends.
11640         * Makefile.tpl (all-bootstrap): Use it.
11641         * Makefile.in: Regenerate.
11643 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11645         * Makefile.def (flags_to_pass): Remove *dir variables that
11646         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11647         as well as prefix and exec_prefix.
11648         * Makefile.in: Regenerate.
11650 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11652         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11653         * configure: Regenerate.
11654         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11655         * gcc/Makefile.tpl (compare): Use the result of the test.
11656         * gcc/Makefile.in: Regenerate.
11658 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11660         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11661         Always relocate gcc and prev-gcc to the original names, even
11662         if the build fails.
11663         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11664         New targets.
11666 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11668         * MAINTAINERS: Update my email address.
11670 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11672         * configure.in (mips*-*-irix5*): Enable ld.
11673         * configure: Regenerate.
11675 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11677         * configure: Regenerate.
11679 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11681         * Makefile.tpl (configure-[+module+], configure-gcc,
11682         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11683         Set and export LDFLAGS.
11684         * Makefile.in: Regenerate.
11686 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11688         * MAINTAINERS: Add myself to write-after-approval.
11690 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11692         PR bootstrap/14871
11693         * Makefile.tpl: If we don't have built-in-tree target tools,
11694         use the ones found by configure rather than hacking around with
11695         program_transform_name.
11696         * configure.in: Give Makefile.tpl the information necessary
11697         to do that.
11698         * Makefile.in: Regenerate.
11699         * configure: Regenerate.
11701 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11703         PR bootstrap/14760
11704         * configure.in: When computing baseargs, strip *all* copies of
11705         offending options.  Also, don't match/substitute the trailing space,
11706         so that this actually works when two similar options are separated by
11707         only one space.
11708         * configure: Regenerate.
11710 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11712         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11713         (rs6000-*-aix*): Same.
11714         * configure: Regenerate.
11716 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11718         * MAINTAINERS: Add myself to write-after-approval.
11720 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11722         * MAINTAINERS: Add myself to write-after-approval.
11724 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11726         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11727         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11728         * Makefile.in: Regenerate.
11730         * configure.in (top level bootstrap support): Rework --enable-werror
11731         to set @stage2_werror_flag@.
11732         * configure: Regenerate.
11733         * Makefile.tpl (top level bootstrap support): Pass
11734         @stage2_werror_flag@ down to configure in stages 2 and 3.
11735         * Makefile.in: Regenerate.
11737 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11739         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11740         for stages 2 and 3 as well as in make.  As a consequence, remove
11741         OUTPUT_OPTION (now detected by configure) from the flags passed down
11742         to make.
11743         * Makefile.in: Regenerate.
11745         * Makefile.tpl (new-bootstrap): Fix typo.
11746         * Makefile.in: Regenerate.
11748 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11750         * Makefile.tpl: Rearrange by moving recursive_targets rules
11751         into their proper sections.
11752         * Makefile.tpl (top level bootstrap support): Move disabling
11753         of coverage flags from 'make' to 'configure'; improve comments.
11754         * Makefile.in: Regenerate.
11756         * Makefile.tpl (experimental top level bootstrap) Move stage1
11757         language setting from all- target to configure- target; disable
11758         intermodule optimization in stage 1; prevent gratuitous rebuilds
11759         of stage 1.
11760         * Makefile.in: Regenerate.
11761         * configure.in: Comma-separate stage 1 language list for top
11762         level bootstrap.
11763         * configure: Regenerate.
11765         * Makefile.tpl: Clean up experimental top level bootstrap support:
11766         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11767         prev-gcc in configure- targets as well as all- targets.
11768         * Makefile.in: Regenerate.
11770 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11772         * compile: New file imported from automake.
11774 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11776         * configure.in: Remove symbolic link section.
11777         * configure: Regenerate.
11778         * Makefile.tpl (links): Remove.
11779         * Makefile.in: Regenerate.
11781 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11782             Nathanael Nerode  <neroden@gcc.gnu.org>
11784         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11785         Set with AC_CHECK_PROGS.
11786         * configure.in: Fix comment typo from last patch.
11787         * configure: Regenerate.
11789 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11791         * Makefile.tpl: Introduce experimental top level bootstrap support.
11792         * Makefile.in: Regenerate.
11793         * configure.in: Introduce support for top level bootstrap.
11794         * configure: Regenerate.
11796 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11797             Paolo Bonzini  <bonzini@gnu.org>
11799         PR bootstrap/14522
11800         * configure.in: Cope with shells that do not support unquoted ^
11801         * configure: Regenerate.
11803 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11804             Paolo Bonzini  <bonzini@gnu.org>
11806         PR bootstrap/14522
11807         * configure.in: Cope with shells that do not support nesting
11808         quotes inside quoted backquote substitutions.
11809         * configure: Regenerate.
11811 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11813         PR bootstrap/14522
11814         * configure.in: Fix escaping of $.
11815         * configure: Regenerate.
11817 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11819         * configure: Regenerate, since I forgot to while committing Paolo's
11820         changes.
11822 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11824         PR ada/14131
11825         Move language detection to the top level.
11826         * configure.in: Find default values for the tools as
11827         soon as possible.  Disable ada if GNAT is not found.
11828         Emit error message about missing languages.  Expand
11829         --enable-languages=all for the gcc subdirectory.
11831 2004-03-10  Ben Elliston  <bje@gnu.org>
11833         * MAINTAINERS: Update my email address.
11835 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11837         * ltconfig: Disable building static libraries if building shared
11838         libraries on AIX 5L.
11840 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11842         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11843         and disable libgcj.
11844         * configure: Regenerated.
11846 2004-03-01  Brian Booth  <bbooth@redhat.com>
11848         * MAINTAINERS: Add myself to write-after-approval.
11850 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11852         * MAINTAINERS: Add myself to write-after-approval.
11854 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11856         PR bootstrap/7087
11857         * Makefile.tpl: Guard XFOO sed statements better.
11858         * Makefile.tpl: Add dependency for configure-target-libada.
11859         * Makefile.in: Regenerate (incidentally fixes broken
11860         commit when libada-branch was merged).
11862 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
11864         * MAINTAINERS: Add myself to write-after-approval.
11866 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
11868         * MAINTAINERS: Add Nicola Pero and myself as libobjc
11869         maintainers.
11871 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11873         * config.guess: Update from version 2003-10-16 to 2004-02-16.
11874         * config.sub: Update from version 2003-11-03 to 2004-02-16.
11876 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11878         PR bootstrap/11932
11879         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11881 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
11883         * MAINTAINERS: Added myself to write-after-approval.
11885 2004-02-14  Michael Koch  <konqueror@gmx.de>
11887         * MAINTAINERS: Added myself to write-after-approval.
11889 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
11891         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
11892         some OS port maintainers to OS port maintainers section.
11894 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11896         * MAINTAINERS: Add self.
11898 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11900         * MAINTAINERS: Alphabetize.
11902 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11904         * MAINTAINERS: Remove myself.
11906 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
11908         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11909         (rs6000-*-aix*): Same.
11910         * configure: Regenerate.
11912 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11914         * configure.in (host): Add in missing $noconfigdirs to defines.
11915         * configure: Regenerate.
11917 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11918             Nathanael Nerode  <neroden@gcc.gnu.org>
11920         PR ada/6637, PR ada/5911
11921         Merge with libada-branch:
11922         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11923         with appropriate dependencies. Add --enable-libada configure switch.
11924         * configure, Makefile.in: Regenerate.
11926 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11928         * MAINTAINERS: Add myself to write-after-approval.
11930 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11932         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11933         * configure: Regenerate.
11935 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11937         Merge from upstream:
11939         * ltmain.in: When setting IFS to '~', be careful about user
11940         arguments that contain '~'.
11942         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11944         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11945         Also test $base_compile against $CC with escaped arguments. Bug
11946         reported by Geoff Keating <geoffk@apple.com>.
11948 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11950         * MAINTAINERS: Remove i960 port.
11952 2004-01-23  DJ Delorie  <dj@redhat.com>
11954         * Makefile.def (target_modules) [libiberty]: Don't stage.
11955         * Makefile.in: Rebuilt.
11957 2004-01-20  Caroline Tice  <ctice@apple.com>
11959         * MAINTAINERS: Add myself to write-after-approval.
11961 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11963         * MAINTAINERS: Update my email address.
11965 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11967         * MAINTAINERS: Add myself to write-after-approval.
11969 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11971         * MAINTAINERS: Remove entries without email address.
11973 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11975         * MAINTAINERS: Add myself to write-after-approval.
11977 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11979         * MAINTAINERS: Update my email address.
11981 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11983         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11984         * Makefile.tpl (configure-target-[+module+]): Support stage.
11985         * Makefile.in: Rebuilt.
11987 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11989         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11991 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11993         * MAINTAINERS: Add myself as a MIPS maintainer.
11995 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11997         * configure.in: Use ./config.cache, not config.cache.
11998         * configure: Regenerate.
11999         * Makefile.tpl: Special-casing not needed for GCC any more.
12000         * Makefile.in: Regenerate.
12002         * configure.in: Don't share a cache file for host dirs.
12003         * configure: Regenerate.
12005         * config-ml.in: Don't mess with the cache file.
12007 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12009         * MAINTAINERS: Move myself from 'Write After Approval' to
12010         'CPU Port Maintainers' section as SPARC maintainer.
12012 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12014         * Makefile.tpl: Make GCC use a separate config.cache.
12015         * Makefile.in: Regenerate.
12017         PR bootstrap/11932, PR bootstrap/11933
12018         (I don't know if it will fix either of them, but it relates
12019         to them.)
12020         * configure.in: Don't use shared config.cache for target
12021         directories.
12022         * configure: Regenerate.
12024 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
12026         * MAINTAINERS: Add myself to 'Write After Approval' section.
12028 2003-12-31  Roger Sayle  <roger@eyesopen.com>
12030         * configure.in (ia64*-*-hpux*): Disable building java libraries.
12031         * configure: Regenerated.
12033 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
12035         * MAINTAINERS: Remove the mn10200 maintainer.
12037 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
12039         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12040         * configure: Regenerated.
12042 2003-12-16  Jan Hubicka  <jh@suse.cz>
12044         * MAINTAINERS: Add myself as callgraph maintainer.
12046 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
12048         * configure.in (raw_libstdcxx_flags): Remove the leading space.
12049         * configure: Regenerate.
12051 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
12053         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12054         'Write After Approval' section. Update email.
12056 2003-12-01  James Lemke  <jim@wasabisystems.com>
12058         * MAINTAINERS (Write After Approval): Add myself.
12060 2003-11-20  Matt Thomas  <matt@3am-software.com>
12062         * MAINTAINERS: Add myself as a vax port maintainer.
12064 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
12066         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12067         (configure-build-[+module+], configure-[+module+]): Likewise.
12068         (configure-target-[+module+], configure-gcc, config.status): Likewise.
12069         * Makefile.in: Regenerate.
12071 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
12073         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12074         shared/dylibed libraries.
12075         * ltmain.sh: Likewise.
12076         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12077         * ltcf-cxx.sh: Likewise.
12078         * ltcf-gcj.sh: Likewise.
12079         * ltconfig: Likewise.
12081 2003-11-17  Stan Cox  <scox@redhat.com>
12083         * MAINTAINERS: Add myself as iq2000 port maintainer.
12085 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
12087         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12088         * Makefile.in: Regenerate.
12090 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
12092         * config.sub: Update to 2003-11-03 version.
12094 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12096         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
12097         * configure:  Regenerate.
12099 2003-10-20  Nicolas Pitre  <nico@cam.org>
12101         * MAINTAINERS: Add myself to 'Write After Approval' section.
12103 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
12105         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12107 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
12109         * MAINTAINERS: Update my email address.
12111 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12113         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12115 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
12117         * MAINTAINERS: Add myself to 'Write After Approval' section.
12119 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
12121         * config.guess: Update to 2003-10-16 version.
12122         * config.sub: Update to 2003-10-16 version.
12124 2003-10-15  David Daney  <ddaney@avtrex.com>
12126         * MAINTAINERS: Added myself to 'Write After Approval' section.
12128 2003-10-15  Falk Hueffner  <falk@debian.org>
12130         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12131         'Write After Approval' section. Update email.
12133 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12135         * MAINTAINERS: Move myself from 'Write After Approval' to
12136         'Various Maintainers' section as middle-end maintainer.
12138 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12140         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12141         HOST_FLAGS_TO_PASS.
12142         * Makefile.in: Regenerate.
12144 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
12146         * config.guess: Update to 2003-10-07 version.
12147         * config.sub: Update to 2003-10-07 version.
12149 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12151         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12152         * ltconfig (irix5*, irix6*): Don't override version_type.
12154 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
12156         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12157         * configure: Rebuilt
12158         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12159         * Makefile.in: Rebuilt
12161 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
12163         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12165 2003-09-30  Carlo Wood  <carlo@alinoe.com>
12167         * MAINTAINERS (Write After Approval): Add myself.
12169 2003-09-29  Paul Koning  <ni1d@arrl.net>
12171         * MAINTAINERS: Move myself from "Write After Approval"
12172         to CPU platform maintainers for pdp11 platform.
12174 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
12176         * MAINTAINERS: Move myself from 'Write After Approval' to
12177         'Various Maintainers' section as libffi testsuite maintainer.
12179 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
12181         * configure.in: Pass a computed --program-transform-name
12182         to subconfigures.
12183         * configure: Regenerated.
12185 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12187         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12188         * Makefile.in: Regenerate.
12190         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12191         * Makefile.in: Regenerate.
12193 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
12195         * MAINTAINERS: Move myself from 'Write After Approval'
12196         to 'Various Maintainers' (objective-c) section.
12198 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
12200         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12201         quoting.
12202         * configure: Regenerated.
12204 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
12206         * MAINTAINERS (Write After Approval): Add myself to write after
12207         approval list.
12209 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
12211         * MAINTAINERS (Write After Approval): Add myself.
12213 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
12215         * MAINTAINERS: Update my e-mail address.
12217 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
12219         * libtool.m4 (LD): Correct powerpc64 host match.
12221 2003-09-06  James E Wilson  <wilson@tuliptree.org>
12223         * MAINTAINTERS: Update my affiliation and email address.
12225 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12227         * MAINTAINERS (Write After Approval): Add myself.
12229 2003-09-04  DJ Delorie  <dj@redhat.com>
12231         * configure: Regenerate.
12233 2003-09-04  Robert Millan  <robertmh@gnu.org>
12235         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12237 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12239         * configure.in: Ensure arguments to sed are properly spaced.
12240         * configure: Regenerate.
12242 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
12244         * MAINTAINERS: Update my e-mail address.
12246 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12248         * MAINTAINERS (Write After Approval): Add myself.
12250 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12252         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12253         * configure: Regenerated.
12255 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12257         * MAINTAINERS: Update my email address.
12259 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12261         * configure.in:  Use newline instead of semicolon when assuming
12262         shell arguments in a for loop.
12263         * configure:  Regenerated.
12265 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12267         * MAINTAINERS: Resurrect the i860 maintainer.
12269 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12271         PR 8180
12272         * configure.in: When testing with_libs and with_headers, treat
12273         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12274         * configure: Regenerate.
12276         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12277         make, shell, etc.
12278         (baseargs): Likewise.
12279         * configure: Regenerate.
12281 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12283         * MAINTAINERS (Write After Approval): Add myself.
12285 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12287         * configure.in: Disable libgcj for darwin not on powerpc.
12288         * configure: Rebuild.
12290 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12292         * config-ml.in, symlink-tree: Add license.
12294 2003-08-03  Richard Stallman  <rms@gnu.org>
12295             Eben Moglen  <moglen@columbia.edu>
12297         * README.SCO: New file.
12299 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12301         * Makefile.tpl (check, check-c++): Express dependencies using
12302         dependencies rather than commands.
12303         * Makefile.in: Regenerate.
12305 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12307         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12308         * configure: Ditto.
12310 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12312         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12313         * Makefile.in: Update.
12315 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12317         * configure.in: Enable libgcj for darwin.
12318         * configure: Rebuild.
12320 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12322         * config-ml.in:  Use ac_configure_args directly instead of
12323         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12324         actually seen.
12326 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12328         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12329         creating target and build subdirs to build all parent dirs as needed.
12330         * Makefile.in: Rebuild.
12331         * configure.in: Don't build dirs explicitly here.
12332         * configure: Rebuild.
12334 2003-07-26  Paul Brook  <paul@nowt.org>
12336         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12338 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12340         * Makefile.tpl (all-make): Depend on intl.
12341         * Makefile.in: Rebuilt.
12343 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12345         * install-sh:  Update to newer upstream versions (associated with
12346         aclocal 1.7).
12347         * mkinstalldirs:  Likewise.
12348         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12350 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12352         * MAINTAINERS: Move self from Bug database only accounts
12353         to write-after-approval.
12355 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12357         * config.if: Remove unused libc_interface determination.
12359 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12361         * MAINTAINERS: Move self from write-after-approval to
12362         build machinery (*.in).
12364 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12366         PR bootstrap/11273
12367         PR bootstrap/11408
12368         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12369         unused INSTALL_PROGRAM_ARGS.
12370         * configure.in: Use AC_PROG_INSTALL.
12371         * Makefile.in: Regenerate.
12372         * configure: Regenerate.
12374 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12376         * MAINTAINERS: Alphabetize.
12378 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12380         * configure: Rebuilt.
12381         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12382         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12383         newlib nor libgloss.
12384         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12385         * configure.in (am33_2.0-*-linux*): Added.
12387 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12389         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12390         * configure: Regenerate.
12392 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12394         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12395         * Makefile.in: Regenerate.
12397 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12399         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12400         * Makefile.in: Regenerate.
12402 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12404         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12405         * Makefile.in: Regenerated.
12407         * config-ml.in: Replace PWD with PWD_COMMAND.
12409 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12411         * intl: New directory; see intl/ChangeLog for details.
12412         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12413         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12414         * Makefile.in: Regenerate.
12416 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12418         * configure.in: Clean up config-lang.in handling.  Delete
12419         useless assignment to "subdirs".
12420         * configure: Regenerate.
12422 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12424         * configure.in: Rename 'target_libs' to 'target_libraries'.
12425         Remove useless reference to 'target_libs'.
12426         * configure: Regenerate.
12428 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12430         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12431         * Makefile.in: Regenerate.
12433 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12435         * Makefile.def: Introduce flags_to_pass.
12436         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12437         * Makefile.in: Regenerate.
12439 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12441         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12442         and target-libgloss.
12443         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12444         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12445         * configure: Regenerate.
12447 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12449         * configure.in: Update testsuite_flags to new location.
12450         * configure. Regenerate.
12452 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12454         * Makefile.tpl: Remove BUILD_CC stuff.
12455         * Makefile.in: Regenerate.
12457 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12459         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12461 2003-06-16  Graeme Peterson  <gp@qnx.com>
12463         * MAINTAINERS (Write After Approval): Add myself.
12465 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12467         * config.guess: Update to 2003-06-12 version.
12468         * config.sub: Update to 2003-06-13 version.
12470 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12472         * config.guess: Update to 2003-06-06 version.
12473         * config.sub: Update to 2003-06-06 version.
12475 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12477         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12478         * configure. Regenerate.
12480 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12482         * configure.in: Disable serial configure by default.
12483         * configure: Regenerate.
12484         * Makefile.tpl: Abolish .NOTPARALLEL.
12485         * Makefile.in: Regenerate.
12487         * Makefile.tpl: Replace {build,host,target}_canonical by
12488         {build,host,target}.
12489         * Makefile.in: Regenerate.
12491         * Makefile.tpl: Fix stupid pasto.
12492         * Makefile.in: Regenerate.
12494 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12496         * Makefile.tpl: Remove bogus conditional.
12497         * Makefile.in: Regenerate.
12499 2003-06-05  Jan Hubicka  <jh@suse.cz>
12501         * Makefile.tpl (profiledbootstrap): New target.
12502         * Makefile.in (profiledbootstrap): New target.
12504 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12506         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12507         Pinski. Remove user names from other bugzilla-only maintainers.
12509 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12511         * Makefile.tpl: Make 'recursive targets' using autogen rather
12512         than shell loop.  Remove duplicate 'clean' targets and false
12513         comments.
12514         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12515         Add systematic method of specifying missing targets in subdirs.
12516         Add copyright boilerplate.
12517         * Makefile.in: Regenerate.
12518         * configure.in: Add 'recursive targets' to maybe list.
12519         * configure: Regenerate.
12521         * MAINTAINERS: "GNATS only" -> "Bug database only".
12523         * Makefile.tpl: Rename [+target+] to [+make_target+].
12524         * Makefile.def: Rename 'target' to 'make_target'.
12526 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12528         * MAINTAINERS: Add self as options handling maintainer.
12530 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12532         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12533         been too long since I touched those ports.
12535 2003-05-28  DJ Delorie  <dj@redhat.com>
12537         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12538         * Makefile.in: Regenerate.
12540 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12542         * configure.in: Use curly braces in the definition of tooldir.
12543         * configure: Regenerate.
12545 2003-05-21  DJ Delorie  <dj@redhat.com>
12547         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12548         newlib or libgloss.
12549         * Makefile.in: Regenerate.
12551 2003-05-21  DJ Delorie  <dj@redhat.com>
12553         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12554         * Makefile.in: Regenerate.
12556 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12558         * MAINTAINERS: Update my e-mail address.
12560 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12562         * configure.in: Switch more things to use maybe dependencies.
12563         * Makefile.tpl: Switch more things to use maybe dependencies.
12564         Factor out common code from autogen IF statements.
12565         * configure: Regenerate.
12566         * Makefile.in: Regenerate.
12568 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12570         * configure.in: Accept i[3456789]86 for machine type.
12571         * configure: Regenerate.
12573 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12575         * configure.in: Switch more things to use maybe dependencies.
12576         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12577         * configure: Regenerate.
12578         * Makefile.tpl: Switch more things to use maybe dependencies.
12579         * Makefile.in: Regenerate.
12581 2003-05-16  Andreas Schwab  <schwab@suse.de>
12583         * Makefile.tpl (install-opcodes): Define.
12584         * Makefile.in: Rebuild.
12586 2003-05-13  Andreas Jaeger  <aj@suse.de>
12588         * config.guess: Update to 2003-05-09 version.
12589         * config.sub: Update to 2003-05-09 version.
12591 2003-05-13  Michael Eager  <eager@mvista.com>
12593         * configure.in: Correct sed script so that options in quotes are not
12594         deleted.
12595         * configure: Rebuild.
12597 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12599         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12600         and $$s/newlib/libc/sys/cygwin32 include paths.
12601         * configure: Ditto.
12603 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12605         * MAINTAINERS: Update my email addresses.
12607 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12609         * config-ml.in: Propagate INSTALL variables.
12611 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12613         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12615 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12617         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12618         * Makefile.in: Regenerate.
12620 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12622         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12624 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12626         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12628 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12630         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12631         * Makefile.in: Regenerated.
12633 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12635         * MAINTAINERS (Write After Approval): Upgrade myself from
12636         GNATS only to write-after-approval. Update my mail address.
12638 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12640         (OS Port Maintainers: freebsd): Add myself.
12642 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12644         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12646 2003-04-22  Kean Johnston  <jkj@sco.com>
12648         * MAINTAINERS (SCO ports): Added myself.
12650 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12652         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12654 2003-04-19  Kean Johnston  <jkj@sco.com>
12656         * MAINTAINERS (Write After Approval): Add myself.
12658 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12660         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12661         * Makefile.in: Regenerate.
12663 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12665         * configure.in (powerpc64*-*-linux*): Remove.
12666         * configure: Rebuilt.
12668 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12670         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12671         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12672         and restrap.
12673         * Makefile.in:  Regenerate.
12675 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12677         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12678         * configure: Regenerated.
12680 2003-04-15  DJ Delorie  <dj@redhat.com>
12682         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12684 2003-04-13  Nick Clifton  <nickc@redhat.com>
12686         * config-ml.in: Remove support for --disable-aix removing
12687         call-aix multilibs.
12689 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12691         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12692         * */configure: Rebuilt.
12694 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12696         * MAINTAINERS: Add my email address.
12698 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12700         * MAINTAINERS (Write After Approval): Add myself.
12702 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12704         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12705         * Makefile.in: Regenerate.
12707 2003-03-14  Michael Chastain  <mec@shout.net>
12709         * Makefile.in: Regenerate with correct Makefile.def.
12711 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12713         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12714         Make macro.
12715         * Makefile.in: Regenerate.
12716         * configure.in: Clean up gxx_include_dir logic.
12717         * configure: Regenerate.
12719 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12721         * MAINTAINERS (Write After Approval): Add myself.
12723 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12725         * MAINTAINERS: Update my mail address.
12727 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12729         * configure.in (gxx_include_dir): Fix typo.
12730         * configure: Regenerated.
12732 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12734         * Makefile.tpl: Reindent.
12735         * Makefile.in: Regenerate.
12736         * configure.in: Reindent.  Don't set unused variables.
12737         * configure: Regenerate.
12739 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12741         * configure.in: Include $(build_tooldir)/sys-include in
12742         FLAGS_FOR_TARGET.
12743         * configure: Regenerated.
12745 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12747         * Makefile.tpl: Always pass down RANLIB.
12748         * Makefile.in: Regenerate.
12750         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12751         * Makefile.in: Regenerate.
12752         * configure.in: Remove unused logic relating to --enable-shared
12753         and --enable-threads.  Remove bogus comments.  Remove redundant
12754         noconfigdirs.
12755         * configure: Regenerate.
12757         * configure.in: Replace ${libstdcxx_version} by its value.
12758         Remove reference to mh-dgux.
12759         * configure: Regenerate.
12761 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12763         * MAINTAINERS (Write After Approval): Add myself.
12765 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12767         * Makefile.tpl: Rearrange.
12768         * Makefile.in: Regenerate.
12770 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12772         * configure.in: Add support for kaOS as cross build target system.
12773         * configure: Regenerated.
12775 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12777         * MAINTAINERS (Write after approval): Add myself.
12779 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12781         * MAINTAINERS: Update my email address.
12783 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12785         * MAINTAINERS: Add self to blanket write privs. section.
12787 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12789         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12790         configure-target-* as some target builds may require additional
12791         flags for preprocessor tests.
12792         * Makefile.in: Regenerated.
12794 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12796         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12797         * ltconfig: Handle it.
12798         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12799         auto-detecting it.
12801         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12802         it is used as argument to $CC.
12803         * ltcf-gcj.sh: Likewise.
12805         * configure.in: Introduce --enable-maintainer-mode.
12806         * configure: Rebuilt.
12807         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12808         for maintainer mode.
12809         * Makefile.in: Rebuilt.
12811 2003-02-18  Jason Merrill  <jason@redhat.com>
12813         * Makefile.tpl (check-c++): Allow parallelism.
12815 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12817         * MAINTAINERS: Remove John Carr (who never actually had access to
12818         gcc.gnu.org).
12820 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12822         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12823         don't configure target-libobjc.
12824         * configure: Regenerate.
12826 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12828         * Makefile.tpl (RANLIB): Define.
12829         * Makefile.in: Regenerate.
12831 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12833         * MAINTAINERS: Update my email.
12835 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12837         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12838         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12839         * Makefile.in: Regenerated.
12840         * configure.in: Remove all traces of snavigator, db, and grep.
12841         * configure: Regenerated.
12843 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12845         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12846         After Approval.
12848 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12850         * MAINTAINERS (Write after approval): Add myself.
12852 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12854         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12855         * Makefile.in: Regenerated.
12857 2003-01-30  Roger Sayle  <roger@eyesopen.com>
12859         * config.guess: Updated to 2003-01-30's version.
12860         * config.sub: Updated to 2003-01-28's version.
12862 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
12864         * config.if: If gcc_version is already set, just use it.  Don't set
12865         gcc_version_trigger if it's already set, otherwise set it to
12866         gcc/version.c, but only if the file exists.  If it is not set and
12867         gcc/version.c does not exist, try to extract the version number from
12868         $CC.
12870 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
12872         * MAINTAINERS: Add myself to write-after-approval list.
12874 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
12876         * configure.in:  Revert 24Jan change.
12877         * configure:  Regenerate.
12879 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12881         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
12882         entry of HJ Lu.
12884 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12886         * configure.in: Revert previous change.
12887         * configure: Regenerate.
12889 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12891         * configure.in: Make rda native-only.
12892         * configure: Regenerate.
12894 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12896         * MAINTAINERS: Move myself from GNATS-only-accounts to
12897         write-after-approval.
12899 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12901         * configure.in: Add missing \.
12902         * configure: Rebuilt.
12904 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
12906         * configure.in (baseargs): Avoid using \| in sed regular
12907         expressions.
12908         * configure: Rebuilt.
12910 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12912         * configure.in (baseargs): Remove all supported forms of
12913         --cache-file, --srcdir, --host, --build and --target options
12914         from argument lists.
12915         * configure: Rebuilt.
12917 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12919         * MAINTAINERS: Add myself to write-after-approval list.
12921 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12923         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12924         * configure: Rebuilt.
12926 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12928         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12929         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12930         * Makefile.in: Regenerate.
12931         * configure: Regenerate.
12933 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12935         * configure.in: Remove Makefile in build, host and target modules
12936         unless configure was run with --no-recursion.
12937         * configure: Rebuilt.
12939 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12941         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12942         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12943         * Makefile.in: Regenerate.
12945 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12947         * config.guess: Update to 2003-01-03 version.
12948         * config.sub: Update to 2003-01-03 version.
12950 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12952         * configure: Regenerate with proper autoconf 2.13.
12954 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12956         * configure.in: Add AC_PREREQ for consistency.
12957         * configure: Regenerate.
12959 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12961         * configure.in (GDB_TK): Add tcl directories conditional on
12962         gdb/gdbtk directory being present.
12963         * configure: Regenerate.
12965 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12967         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12968         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12969         * configure: Rebuilt.
12971 2002-12-31  Tom Tromey  <tromey@redhat.com>
12973         * Makefile.in: Rebuilt.
12974         * Makefile.def (target_modules) [libffi]: Allow installation.
12976 2002-12-31  Andreas Schwab  <schwab@suse.de>
12978         * configure.in: Fix use of $program_transform_name.
12979         * configure: Regenerated.
12981 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12983         * configure.in (baseargs): Don't remove first configure argument.
12984         * configure: Regenerated.
12986 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12988         * Makefile.tpl (local-distclean): Don't remove...
12989         (multilib.ts): ... this.  Moved into...
12990         (multilib.out): ... this.  Don't use sub-make.
12991         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12992         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12993         (configure-build-[+module+], configure-[+module+],
12994         configure-target-[+module+], configure-gcc): ... these.  Test
12995         for Makefile existence.  Drop config.status from dependencies.
12996         * Makefile.in: Rebuilt.
12997         * configure.in: Move gcc-version-trigger to the end of
12998         ac_configure_args.  Add comments to maybedep.tmp and
12999         serdep.tmp.  Introduce --disable-serial-configure.  Remove
13000         nonopt from baseargs, matching and removing corresponding
13001         whitespace while at it.
13002         * configure: Rebuilt.
13004 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
13006         * configure.in (host_configargs): Replace reference to
13007         no-longer-defined buildopts with --build=${build_alias}.
13008         * configure: Rebuilt.
13010         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
13011         program_transform_name to standard idiom.
13012         (AUTOGEN, AUTOCONF): Define.
13013         (Makefile.in): Use $(AUTOGEN).
13014         (Makefile): Depend on config.status, and use autoconf-style rule to
13015         build it.  Move original commands to...
13016         (config.status): ... this new target.
13017         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
13018         $(AUTOCONF).
13019         * Makefile.in: Rebuilt.
13021 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13023         * Makefile.tpl: Fix dramatic bustage due to change in
13024         program_transform_name.
13025         * Makefile.in: Regenerate.
13027         * configure.in: Remove unnecessary PATH setting.
13028         * configure: Regnerate.
13030         * configure.in: Don't default to unprefixed tools unless
13031         the native tools will work.
13032         * configure: Regenerate.
13034         * configure.in: Convert to autoconf script.  Blow away lots
13035         of now-redundant Makefile fragments.
13036         * configure: Generate using Autoconf.
13037         * Makefile.tpl: Rewrite to reflect autoconfiscation.
13038         * Makefile.in: Regenerate.
13040 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
13042         * configure: Fix stupid bug where RANLIB was mistakenly included.
13044         * configure.in: Rename (buildargs, hostargs, targargs) to
13045         (build_configargs, host_configargs, target_configargs).
13047         * configure.in: Move logic out of sed statement.
13049         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
13050         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13052 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
13054         * config.sub: Import from master repository
13055         * config.guess: Ditto
13057 2002-12-24  Andreas Schwab  <schwab@suse.de>
13059         * Makefile.tpl (multilib.out): Fix missing space.
13060         * Makefile.in: Regenerate.
13062 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13064         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
13065         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
13066         * Makefile.in: Regenerate.
13067         * configure.in: Remove unnecessary leftovers.
13069 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
13071         * configure.in (extra_ranlibflags_for_target): New variable.
13072         (*-*-darwin): Add -c to ranlib commands.
13073         * configure (tooldir): Handle extra_ranlibflags_for_target.
13075 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13077         * Makefile.tpl: Revert HJL's change.
13078         * Makefile.in: Regenerated.
13079         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13080         always.
13082 2002-12-19  Andreas Schwab  <schwab@suse.de>
13084         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13085         * Makefile.in: Regenerate.
13087 2002-12-18  H.J. Lu  <hjl@gnu.org>
13089         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13090         * Makefile.in: Regenerated.
13092         * configure.in (build_prefix): New. Substitute.
13094 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
13096         * Makefile.tpl: Don't let real targets depend on phony targets.
13097         * Makefile.in: Regenerate.
13099         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13100         * Makefile.in: Regenerate.
13102 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
13104         * config.sub: Import from master repository
13105         * config.guess: Ditto
13107 2002-12-16  Jason Merrill  <jason@redhat.com>
13109         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13110         previous 'make bootstrap'.
13111         * Makefile.in: Regenerate.
13113 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
13115         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13117 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13119         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13120         * Makefile.in: Regenerate.
13122 2002-12-13  Jason Merrill  <jason@redhat.com>
13124         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
13125         library tests.
13126         (check-c++): Just depend on it and check-target-libstdc++-v3.
13127         * Makefile.in: Regenerate.
13129 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13131         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13132         * Makefile.in: Rebuilt.
13134 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13136         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13138 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13140         * configure: Fix bug put in by gremlins.
13142         * Makefile.tpl: Substitute more autoconfily.
13143         * configure: Substitute more autoconfily.
13144         * Makefile.in: Regenerate.
13146 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
13148         * config.sub: Import from master repository
13149         * config.guess: Ditto
13150         * MAINTAINERS: Added Svein Seldal under write after approval
13152 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
13154         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13155         * Makefile.in (all-sim): Ditto.
13157 2002-12-06  DJ Delorie  <dj@redhat.com>
13159         * Makefile.tpl: Change configure dependencies to not have real
13160         targets depend on phony targets.
13162 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
13164         * configure.in: Revert unintentional change.
13166         * Makefile.tpl: Change dependency for */multilib.out so that
13167         it works when gcc isn't in the tree.
13169         * configure.in: Substitute more.
13170         * configure: Run subconfigures from the Makefile.
13171         * Makefile.tpl: Run subconfigures from the Makefile; add a few
13172         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
13174 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13176         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13178 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13180         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13181         and corresponding dependencies.
13182         * Makefile.in: Regenerate.
13184         * configure.in (host_tools): Order binutils, gas and ld for
13185         convenience in running the testsuites.
13187         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13188         * Makefile.in: Regenerate.
13189         * configure.in: Introduce rules to serialize subconfigure runs.
13191         * configure.in: Introduce BASE_CC_FOR_TARGET.
13192         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
13193         Realize configure-build-* targets.  Realize configure-target-* targets.
13194         * Makefile.in: Regenerate.
13196 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13198         * configure: Move gcc_version_trigger stuff from here...
13199         * configure.in: ...to here.
13201         * configure.in: Separate subconfigure options added by this file from
13202         options given by the user.  Add machinery to put args for host
13203         subconfigures into the Makefile.
13205         * Makefile.tpl: Remove 'vault' targets.
13206         * Makefile.tpl: Reorder and comment dependencies.
13207         * Makefile.in: Regenerate.
13209 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13210         * configure.in: Fix my broken commit of previous patch. (sigh)
13212 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13214         * configure.in: Move host-specific darwin noconfigdirs into
13215         the host-specific section.
13217 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13219         * configure.in: Move host-specific darwin noconfigdirs into
13220         the host-specific section.
13222 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13224         * configure: Remove skip-this-dir support.
13225         * Makefile.tpl: Remove skip-this-dir support.
13227         * Makefile.tpl: Remove leftover support for non-autoconfiscated
13228         subdirectories.
13229         * Makefile.in: Regenerate.
13231         * Makefile.tpl: Strip out useless setting of 'dir'.
13232         * Makefile.in: Regenerate.
13234 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13236         * configure.in: Fix deeply stupid bug.
13238         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13239         shell code in CXX_FOR_TARGET
13240         * Makefile.def: Introduce raw_cxx.
13241         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13242         RAW_CXX_FOR_TARGET.
13243         * Makefile.in: Regenerate.
13245 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13247         * Makefile.tpl: Remove unnecessary ifs.
13248         * Makefile.in: Regenerate.
13250         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13251         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13252         targets for 'no_install' modules.
13253         * configure: Move GDB_TK substitution to configure.in.  Move
13254         build_modules stuff to configure.in.
13255         * configure.in: Implement soft dependency machinery.  Maybe-ize
13256         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13257         * Makefile.in: Regenerate.
13259 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13261         * Makefile.tpl: Make all-target, install-target behave similarly
13262         to all, install (only hitting configured targets).  Eliminate
13263         unused macro defintions.
13265         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13266         build != host.
13268         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13270         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13272         * configure.in: Produce lists of subdir targets we're actually
13273         configuring.  Remove references to "dosrel".
13274         * Makefile.tpl: Let configure set which subdir targets are hit.
13275         Remove install-cross; clean up install; remove ALL.  Remove
13276         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13277         Autogenerate host module targets.  Remove empty dependency lines
13278         and redundant dependency; rearrange slightly.
13279         * Makefile.def: Add host-side libtermcap, utils.
13281         * Makefile.in: Regenerate.
13283 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13285         * ltconfig (osf[345]): Append $major to soname_spec.
13286         Reflect this in library_names_spec.
13287         * ltmain.sh (osf): Prefix $major with . for use as extension.
13289 2002-11-19  Andreas Jaeger  <aj@suse.de>
13291         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13292         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13293         and sparc64 GNU/Linux systems.
13295 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13297         * MAINTAINERS: Update email.
13299 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13301         * MAINTAINERS: Complete James Dennett's entry.
13303 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13305         * MAINTAINERS (Write After Approval): Add myself.
13307 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13309         * Makefile.tpl: syntactic cleanup
13311 2002-11-13  Stuart Hastings  <stuart@apple.com>
13313         * MAINTAINERS: Add myself to write-after-approval list.
13315 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13317         * Makefile.def: Add list of recursive targets to autogenerate.
13318         Add build_modules.
13319         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13320         targets.  Autogenerate *-build-* targets.
13321         * Makefile.in: Regenerate.
13323 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13325         * configure: More autoconf-style substitutions.
13326         * Makefile.tpl: More autoconf-style substitutions.
13327         * Makefile.in: Regenerate.
13329 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13331         * configure: Substitute more variables in a more autoconf-friendly
13332         way.  Simplify slightly.
13333         * Makefile.tpl: Make more variables substitutable in an
13334         autoconf-friendly way.
13335         * Makefile.in: Regenerate.
13337 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13339         * MAINTAINERS (Write After Approval): Add myself.
13341 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13343         * configure.in (v810*): Remove special setting of tools.
13345         * configure: Add support for extra required flags for ar or nm.
13346         * configure.in (aix4.3+): Use above support for target-specific
13347         issues, rather than using config/mt-aix43.
13349 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13351         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13352         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13353         with $srcdir.  Reformat indentation.  Substitute some variables
13354         formerly hard-coded in the Makefile for build=host.
13355         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13356         * Makefile.def: Autogenerate more.
13357         * Makefile.in: Regenerate.
13359 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13361         * MAINTAINERS (Write After Approval): Add myself.
13363 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13365         * Makefile.def (host_modules): Add rda.
13366         * Makefile.in: Regenerate.
13367         * configure.in (target_tool): Add target-rda to list.
13369 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13371         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13373 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13375         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13376         and restrap targets to this rule.
13377         * Makefile.in:  Regenerate.
13379 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13381         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13382         GNATS only accounts.
13384 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13386         * configure.in (i[3456]86-*-linux*): Add check to disable
13387         ${libgcj} for glibc1.
13389 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13391         * MAINTAINERS: Add myself as ip2k port maintainer.
13393 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13395         * configure.in: Add tic4x target.
13397 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13399         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13400         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13401         * Makefile.in: Regenerate.
13403         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13404         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13405         * Makefile.in: Regenerate.
13407 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13409         * MAINTAINERS: Add myself as web pages co-maintainer.
13411 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13413         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13414         * Makefile.in: Regenerate.
13416 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13418         * MAINTAINERS: Add myself and Nathan Sidwell
13419         <nathan@codesourcery.com> as VxWorks maintainers.
13421 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13423         * Makefile.def: Remove order dependency comments.
13424         * Makefile.tpl: Add explicit install-install dependencies.
13425         * Makefile.in: Regenerate.
13427         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13428         * Makefile.in: Regenerate.
13430         * Makefile.tpl: Add configure-target (for src-release in src)
13431         * Makefile.in: Regenerate.
13433 2002-09-30  Nick Clifton  <nickc@redhat.com>
13435         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13437 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13439         * configure.in (s390*-*-linux*): Enable libgcj.
13441 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13443         * configure: Revert accidentally applied changes.
13445         * Makefile.tpl: Make more autoconf-friendly.
13446         * Makefile.in: Regenerate.
13447         * configure: Make substitution more autoconf-like.
13449 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13451         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13452         single entry to handle all these.
13453         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13454         libjava on arm-*-elf.
13456 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13458         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13459         things that depend on them.
13461 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13463         * Makefile.tpl: Make subsituted variables more autoconfy.
13464         * Makefile.in: Regenerate.
13465         * configure: Make seds more autoconfy.
13467 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13469         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13470         * Makefile.in: Regenerate.
13471         * configure.in: Rewrite sed statements to look autoconfy.
13473         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13474         all-target-foo on configure-target-foo.
13475         * Makefile.def: Ditto.
13476         * Makefile.in: Rebuild.
13478 2002-09-25  Andrew Haley  <aph@redhat.com>
13480         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13482 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13484         * Makefile.def: New file.
13485         * Makefile.tpl: New file.
13486         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13487         * contrib/gcc_update: Note that Makefile.in is a generated file.
13489         * configure.in: Minor rearrangement.  Simplify tests.
13491 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13493         * configure.in (with_headers): Skip copy if value is "yes".
13494         (with_libs): Likewise.
13496 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13498         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13499         * configure.in (sh*-*-pe*): Ditto.
13500         * configure.in (mips*-*-pe*): Ditto.
13501         * configure.in (*arm-wince-pe): Ditto.
13503         * configure.in: Rearrange.
13505 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13507         * MAINTAINERS: Update my email address.
13509 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13511         * MAINTAINERS: (Write After Approval): Add myself.
13513 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13515         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13517 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13519         * MAINTAINERS: Change my mailing address.
13521 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13523         * MAINTAINERS (Write After Approval): Remove myself.
13524         (Various Maintainers: c++ runtime libs): Add myself.
13526 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13528         * MAINTAINERS (Write After Approval): Remove myself.
13529         (Various Maintainers: c++ runtime libs): Add myself.
13531 2002-08-15  Eric Christopher  <echristo@redhat.com>
13533         * config.sub: Import from master repository.
13534         * config.guess: Ditto.
13536 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13538         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13539         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13540         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13542 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13544         * MAINTAINERS: Add self to rs6000 vector extensions.
13546 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13548         * libiberty/configure: Reverted unintended yesterday's check in.
13550 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13552         * boehm-gc/configure, libf2c/configure: Rebuilt.
13553         * libffi/configure, libiberty/configure: Ditto.
13554         * libjava/configure, libobjc/configure: Ditto.
13555         * libstdc++-v3/configure, zlib/configure: Ditto.
13556         Merged from binutils:
13557         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13558         From Steve Ellcey <sje@cup.hp.com>:
13559         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13560         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13561         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13562         IA64.
13563         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13564         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13565         soname_spec, sys_lib_search_path_spec): Ditto.
13567 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13569         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13571 2002-08-04  H.J. Lu  (hjl@gnu.org)
13573         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13575 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13577         * MAINTAINERS (Write After Approval): Add myself.
13579 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13581         * configure.in: Move generic linux case to end.  Copy generic
13582         linux noconfigdirs to mips*-*-linux* entry and new
13583         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13585 2002-07-19  Michael Matz  <matz@suse.de>
13587         * MAINTAINERS: Add myself as ra* maintainer.
13589 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13591         * config.guess: Update to 2002-07-09 version.
13592         * config.sub: Update to 2002-07-03 version.
13594 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13596         * MAINTAINERS: Fix typo in a maintainer email address.
13598 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13600         * configure.in: Remove two redundant tests.
13602 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13604         * configure.in (mips*-*-irix6*o32): Enable stabs.
13606 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13608         * configure.in: Don't build grez.
13609         * Makefile.in: Ditto.
13611         * Makefile.in: Remove references to bsp, cygmon, libstub.
13612         * configure.in: Ditto.
13614         * configure.in: Remove leftover reference to gdbtest.
13616 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13618         * configure.in (gxx_include_dir):  Change to match versioned
13619         C++ headers if --enable-version-specific-runtime-libs is used.
13621 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13623         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13625 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13627         * configure.in: Make --without-x work.
13629 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13631         * configure.in: Rearrange target Makefile fragment collection.
13633         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13634         cvs[src].
13635         * configure.in: Ditto.
13637 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13639         * MAINTAINERS (Write After Approval): Update my e-mail address.
13641 2002-06-24  Ben Elliston  <bje@redhat.com>
13643         * configure.in (host_tools): Remove cgen.
13645         * Makefile.in (all-cgen): Remove; runs from its source directory.
13646         (check-cgen, install-cgen, clean-cgen): Likewise.
13647         (all-opcodes): Do not depend on all-cgen.
13648         (all-sim): Likewise.
13650 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13652         * Makefile.in: Eliminate 'apache' targets.
13653         * configure.in: Eliminate 'apache' targets.
13655         * configure.in: Eliminate redundant tests.  Reorganize.
13657         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13659         * config-ml.in: Eliminate references to Cygnus configure.
13661         * Makefile.in: Eliminate references to building emacs.
13663 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13665         * MAINTAINERS: Update my email address.
13667 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13669         * config.if (libstdcxx_incdir): Version C++ headers.
13670         (cxx_incdir): Remove.
13672 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13674         * MAINTAINERS (Write After Approval): Add self.
13676 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13678         * configure.in: Add support for ip2k.
13680 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13682         * configure.in: Fix AIX configury bug.
13684 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13686         * MAINTAINERS (Write After Approval): Add self.
13688 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13690         * configure.in: replace ${topsrcdir} with ${srcdir}
13692         * configure.in: Move definition of libstdcxx_flags
13693         right above usage, rather than waaay earlier.
13695         * configure.in: Pull definition of is_cross_compiler earlier.
13697         * configure.in: Rearrange a little.
13699         * configure.in: Remove references to librx.
13700         * Makefile.in: Remove references to librx.
13702 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13704         * config.sub: Add support for avr target.
13705         Import from master sources, rev 1.255
13707 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13709         * configure, .cvsignore:  Revert previous change...
13710         * Makefile:  ...delete.
13712 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13714         * configure.in: Eliminate ${gasdir} variable.
13716 2002-06-18  Dave Brolley  <brolley@redhat.com>
13718         * configure.in: Add support for frv.
13719         * config.sub: Add support for frv.
13721 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13723         * configure:  Remove garbage from previous commit.
13725 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13727         * configure:  For in-source builds, make a subdir and re-exec there.
13728         * Makefile:  New file.  Pass targets through to build directory.
13729         * .cvsignore:  No longer ignore "Makefile".
13731 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13733         * MAINTAINERS (Write After Approval): Add self.
13735 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13737         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13739 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13741         * configure.in (vax-*-netbsd*): Re-enable gas.
13743 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13745         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13746         BUILD_PREFIX_1, to correct nomenclature.
13747         * configure: Likewise.
13749         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13750         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13752 2002-05-31  Olaf Hering  <olh@suse.de>
13754         * config-ml.in: Propogate DESTDIR also.
13756 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13758         * configure.in (vax-*-netbsd*): Don't build gas for this
13759         platform.
13761 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13763         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13764         and libgcj for AVR.
13766 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13768         * MAINTAINERS (Write After Approval): Add myself.
13770 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13772         * config.guess: Update to 2002-05-22 version.
13773         * config.sub: Likewise.
13775 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13777         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13778         * config-ml.in: Likewise.
13779         * configure: Likewise.
13780         * configure.in: Likewise.
13782 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13784         * MAINTAINERS: Update my email address.
13786 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13788         * configure.in: Simplify makefile fragment collection.
13790         * configure.in: Remove code to build emacs.
13792         * configure.in : Remove --srcdir argument from targargs and buildargs
13793         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13795         * configure: Move some logic to configure.in.
13796         * configure.in: Move some logic from configure.
13798 2002-05-11  Tom Tromey  <tromey@redhat.com>
13800         * MAINTAINERS: Reflect libgcj reality.
13802 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13804         * Makefile.in: Honour DESTDIR.
13806 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13808         * config.guess: Import 2002-03-20 version.
13809         * config.sub: Import 2002-04-26 version.
13811 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13813         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13815 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13817         * MAINTAINERS: Add self.
13819 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13821         * ltmain.sh: Detect and handle object name conflicts
13822         while piecewise linking a static library.
13824 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13826         * configure.in (noconfigdirs): Don't disable libgcj on
13827         sparc64-*-solaris* and sparcv9-*-solaris*.
13829 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13831         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13833 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13835         * configure.in (FLAGS_FOR_TARGET): Do not add
13836         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13837         on i[3456]86-*-linux*.
13839 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13841         * configure.in (noconfigdirs): Replace [ ] with test.
13843         * configure.in (noconfigdirs): Do not add target-newlib if
13844         target == i[3456]86-*-linux*, and host == target.
13846 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13848         * configure.in: delete reference to absent file
13850         * configure.in: replace '[' with 'test'
13852         * configure.in: Eliminate references to gash.
13853         * Makefile.in: Eliminate references to gash.
13855         * configure.in: remove useless references to 'pic' makefile fragments.
13857         * configure.in: (*-*-windows*) Finish removing.
13859         * configure.in: Eliminate redundant test for libgui.
13861 2002-04-29  Roger Sayle  <roger@eyesopen.com>
13863         * MAINTAINERS: Add self and realphabetize.  Update entries
13864         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
13865         entry for a29k port maintainer.
13867 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
13869         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13870         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13872 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
13874         * configure.in: remove references to dead files
13876 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
13878         * MAINTAINERS: Add information about purpose of this file.
13880 2002-04-18  Tom Tromey  <tromey@redhat.com>
13882         * configure.in: Disallow configuring libgcj when it is already
13883         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
13884         Solaris 2.8 by default.  For PR libgcj/6158.
13886 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13888         * configure.in:  Move default CC setting out of config/mh-* fragments
13889         directly into here.
13891 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13893         * configure.in: don't even try to configure or make a subdirectory
13894         if there's no configure script for it.
13896 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
13898         * MAINTAINERS: Remove chill maintainers.
13899         * Makefile.in (CHILLFLAGS): Remove.
13900         (CHILL_LIB): Remove.
13901         (TARGET_CONFIGDIRS): Remove libchill.
13902         (CHILL_FOR_TARGET): Remove.
13903         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13904         CHILL_LIB.
13905         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13906         (CHECK_TARGET_MODULES): Likewise.
13907         (INSTALL_TARGET_MODULES): Likewise.
13908         (CLEAN_TARGET_MODULES): Likewise.
13909         (configure-target-libchill): Remove.
13910         (all-target-libchill): Remove.
13911         * configure.in (target_libs): Remove target-libchill.
13912         Do not compute CHILL_FOR_TARGET.
13913         * libchill: Remove directory.
13915 2002-04-11  DJ Delorie  <dj@redhat.com>
13917         * Makefile.in, configure.in: Sync with binutils, entries
13918         follow...
13920 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13922         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13923         (do-tar, do-bz2): New rules.
13924         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13925         (gdb-tar): New rule.
13926         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13927         (insight_dejagnu.tar): New rule.
13928         (insight.tar): New rule.
13929         (gdb+dejagnu.tar): New rule.
13930         (gdb.tar): New rule.
13932 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13934         * Makefile.in: Add all-tix to deps for all-snavigator
13935         so that tix is built when building snavigator.
13937 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13939         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13940         ld and gdb are not supported.
13942 2002-01-07  Mark Salter  <msalter@redhat.com>
13944         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13945         Allow target-libgloss to be built for arm, strongarm, and xscale.
13947 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13949         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13950         options for i[3456]86-pc-linux* native builds.
13952 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13954         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13955         files from .po files for a distribution.
13957 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13959         * configure.in: Enable libstdc++-v3 for h8300 targets.
13961 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13963         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13964         version from bfd/.
13966 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13968         * Makefile.in (VER): When present, extract the version number from
13969         the file version.in.
13971 2001-05-24  Tom Rix  <trix@redhat.com>
13973         * configure.in : enable ld for aix
13975 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13977         * config.guess: Add linux target for S/390.
13979 2000-11-07  Philip Blundell  <pb@futuretv.com>
13981         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13983 2000-11-03  Philip Blundell  <pb@futuretv.com>
13985         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13986         files.
13988 2001-01-15  Ben Elliston  <bje@redhat.com>
13990         * configure.in (host_tools): Add sid.
13991         Always configure cgen.
13993 2000-11-24  Nick Clifton  <nickc@redhat.com>
13995         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13997 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13999         * Makefile.in (ALL_MODULES): Add all-cgen.
14000         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14001         (all-cgen): New target.
14002         (all-opcodes,all-sim): Depend on all-cgen.
14003         * configure.in (host_tools): Add cgen.
14004         Only configure cgen if --enable-cgen-maint.
14006 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
14008         * configure.in: Add *-*-freebsd* configurations.
14010 2002-04-08  Tom Tromey  <tromey@redhat.com>
14012         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14013         Fixes PR libgcj/6068.
14015 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
14017         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14019 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14021         * configure.in (alpha*-dec-osf*): Enable libgcj.
14023 2003-03-27  Matthew Gingell  <gingell@gnat.com>
14025         * MAINTAINERS (Write After Approval): Add myself.
14027 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
14029         Fix for: PR bootstrap/3591, target/5676
14030         * configure.in (mcore-pe): Disable the configuration of
14031         libstdc++-v3 since exceptions are not supported.
14033 2002-03-20  Anthony Green  <green@redhat.com>
14035         * configure.in: Enable libgcj for xscale-elf target.
14037 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
14039         * MAINTAINERS:  Update my email address.
14041 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
14043         * ltmain.sh (relink_command): Fix typo in previous change.
14045 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
14047         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
14048         (relink_command): Added --tag flags.
14049         (mode=install): If relinking fails; error out.
14051 2002-03-12  Richard Henderson  <rth@redhat.com>
14053         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
14054         .NOTPARALLEL tag.
14055         (do-check): Rename from check.
14056         (check): Allow parallel check.
14058 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14060         * MAINTAINERS: Add myself as maintainer for xtensa port.
14061         Fix alphabetical order in CPU port maintainer list.
14062         Remove myself from Write After Approval list.
14064 2002-03-11  Richard Henderson  <rth@redhat.com>
14066         * Makefile.in (.NOTPARALLEL): Add fake tag.
14068 2002-03-07  H.J. Lu  (hjl@gnu.org)
14070         * configure.in: Enable gprof for mips*-*-linux*.
14072 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
14074         * MAINTAINERS (Write After Approval): Add myself.
14076 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
14078         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14079         libjava.
14080         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14082 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
14084         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14085         because its Makefile is there; test for the executable instead.
14087 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14089         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14090         libstdc++-v3 and libjava.
14092 2002-02-11  Adam Megacz  <adam@xwt.org>
14094         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14095         boehm-gc
14097 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14099         * config.guess: Updated to 2002-01-30's version.
14100         * config.sub: Updated to 2002-02-01's version.
14101         Contribute sh64-elf.
14102         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14103         * configure.in: Added sh64-*-*.
14105 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
14107         * MAINTAINERS: Belatedly add myself to write after approval list.
14109 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
14111         * MAINTAINERS: Put self in as maintainer for x86-64 port.
14112         Remove self as Write After Approval.
14114 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
14116         * MAINTAINERS: Put self in as maintainer for contrib/regression
14117         directory.
14119 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
14121         * MAINTAINERS:  Update my email address.
14123 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
14125         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
14126         target-libiberty, and target-libgloss.  Skip Java-related
14127         libraries if not supported for NetBSD on target CPU.
14129 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
14131         * install-sh: Use _inst.$$_ for temp file name.
14133 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
14135         * MAINTAINERS (Write After Approval): Move my contact info
14136         from here...
14137         (OS Port Maintainers): ...to here (netbsd).
14139 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
14141         * MAINTAINERS (Write After Approval): Add myself.
14143 2002-01-17  H.J. Lu  <hjl@gnu.org>
14145         * Makefile.in (all-fastjar): Also depend on all-libiberty.
14146         (all-target-fastjar): Also depend on all-target-libiberty.
14148 2002-01-16  H.J. Lu  (hjl@gnu.org)
14150         * config.guess: Import from master sources, rev 1.225.
14151         * config.sub: Import from master sources, rev 1.238.
14153 2002-01-16  Kazu Hirata  <kazu@hxi.com>
14155         * MAINTAINERS (Write After Approval): Remove myself.
14157 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
14159         * MAINTAINERS (Write After Approval): Add myself.
14161 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14163         * MAINTAINERS: Add self as docs co-maintainer.
14165 2001-12-11  Matthias Klose  <doko@debian.org>
14167         * MAINTAINERS (Write After Approval): Add myself.
14169 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
14171         * MAINTAINERS: Update my email address.
14173 2001-12-07  Turly O'Connor  <turly@apple.com>
14174         * MAINTAINERS (Write After Approval): Add myself.
14175         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14176         (rs6000_initialize_trampoline): Call __trampoline_setup for
14177         ABI_DARWIN too.
14178         * darwin-tramp.asm: New file, implements __trampoline_setup.
14179         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14181 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
14183         * MAINTAINERS (Write After Approval): Add myself.
14185 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
14187         * configure, configure.in: Use temp file for long sed commands.
14189 2001-12-03  Laurent Guerby  <guerby@acm.org>
14191         * config.sub: Update to version 1.232 on subversion.
14193 2001-12-03  Ben Elliston  <bje@redhat.com>
14195         * MAINTAINERS: Update mail address for config.* patches.
14197 2001-11-27  DJ Delorie  <dj@redhat.com>
14198             Zack Weinberg  <zack@codesourcery.com>
14200         When build != host, create libiberty for the build machine.
14202         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14203         CONFIG_ARGUMENTS.
14204         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14205         New variables.
14206         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14207         and rules.
14208         (all.normal): Depend on ALL_BUILD_MODULES.
14209         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14210         (all-build-libiberty): Depend on configure-build-libiberty.
14212         * configure: Calculate and substitute proper value for
14213         ALL_BUILD_MODULES.
14214         * configure.in: Create the build subdirectory.
14215         Calculate and substitute TARGET_CONFIGARGS (formerly
14216         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14218 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
14220         * MAINTAINERS (write-after-approval): Add self.
14222 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14224         * MAINTAINERS (GNATS only accounts): Remove self.
14226 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
14228         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14229         libf2c.
14231 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14233         * MAINTAINERS (Write After Approval): Add self.
14235 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14237         * MAINTAINERS: mips and s390 are also CPU ports.
14239 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14241         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14243 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
14245         * MAINTAINERS: Alphabetize.
14247 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14249         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14251 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14253         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14255 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14257         * configure.in (--enable-languages): Be more permissive about
14258         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14260 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14262         * config.sub: Import from master sources, rev. 1.230.
14263         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14265 2001-11-07  Laurent Guerby  <guerby@acm.org>
14267         * MAINTAINERS (Write After Approval): Add self.
14269 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14271         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14273 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14275         * config.sub: Import from master sources, rev 1.226.
14276         * config.guess: Import from master sources, rev 1.216.
14278 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14280         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14281         * MAINTAINERS: Add self as maintainer of MMIX port.
14282         Remove old after-approval entry.
14284 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14286         * ChangeLog, configure: Fix spelling errors.
14288 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14290         * MAINTAINERS: Tweak my address.
14292 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14294         * MAINTAINERS: Update my email address.
14296 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14298         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14299         * MAINTAINERS: Add self as maintainer of CRIS port.
14301 2001-10-10  Geert Bosch  <bosch@gnat.com>
14303         * MAINTAINERS (Various maintainers: Ada front end):
14304         Added Robert Dewar.
14306 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14308         * MAINTAINERS (Write After Approval): Added self
14310 2001-10-02  Geert Bosch  <bosch@gnat.com>
14312         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14314 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14316         * configure: Handle temporary files securely using mkdir.
14318 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14320         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14322 2001-09-26  Will Cohen  <wcohen@redhat.com>
14324         * configure.in (*-*-linux*): Disable configuration of target-newlib
14325         and target-libgloss.
14327 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14329         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14330         RANLIB.
14332 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14334         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14335         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14336         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14337         avoid quotes nesting problems.
14338         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14339         (DO_X): Export only variables that are set.
14341 2001-09-19  Ben Elliston  <bje@redhat.com>
14343         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14344         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14345         semantics.  Use the shell built-in "type" command instead.
14347 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14349         Merged from gcc-3_0-branch:
14350         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14351         * ltcf-c.sh: Use $objext, not $ac_objext.
14352         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14353         * ltcf-cxx.sh: Add support for GNU.
14354         2001-07-22  Timothy Wall  <twall@redhat.com>
14355         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14356         default settings if using GNU tools with that configuration.
14357         * ltcf-cxx.sh: Ditto.
14358         * ltcf-gcj.sh: Ditto.
14359         2001-07-21  Michael Chastain  <chastain@redhat.com>
14360         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14361         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14362         * ltmain.sh: Mark as gcc-local.
14364 2001-08-30  Eric Christopher  <echristo@redhat.com>
14365             Jason Eckhardt  <jle@redhat.com>
14367         * config.guess: Merge from master sources.
14368         * config.sub: Merge from master sources, add support for mipsisa32.
14370 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14371         * config.sub: Merge from master sources, rev 1.219.
14372         * MAINTAINERS: Add self as contact for stormy16 port.
14374 2001-08-14  Zack Weinberg  <zackw@panix.com>
14376         * config.sub: Merge from master sources, rev 1.218.
14377         * config.guess: Merge from master sources, rev 1.209.
14379 2001-08-11  Graham Stott  <grahams@redhat.com>
14381         * Makefile.in (check-c++): Add missing semicolon.
14383 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14385         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14387 2001-07-30  Eric Christopher  <echristo@redhat.com>
14389         * MAINTAINERS (Various maintainers: mips port): Added myself.
14391 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14393         * configure.in (sh-*-linux*): New.
14395 2001-07-27  Richard Henderson  <rth@redhat.com>
14397         * .cvsignore: Add LAST_UPDATED.
14399 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14401         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14403 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14405         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14407 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14409         * MAINTAINERS (Write After Approval): Added myself.
14411 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14413         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14414         and libgcj on m68hc11/m68hc12.
14416 2001-06-27  H.J. Lu  (hjl@gnu.org)
14418         * Makefile (CFLAGS_FOR_BUILD): New.
14419         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14421 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14423         * README: Remove version number.
14425 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14427         * INSTALL/README: Update wrt. to the installation instructions now
14428         residing in gcc/doc/install.texi.
14430 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14432         * README: Replace with a cut-down and updated version of gcc/README.
14434 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14436         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14437         multilibs to be disabled.
14439 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14441         * MAINTAINERS (Write After Approval): Add myself.
14443 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14445         * config.guess: Import CVS version 1.195.
14446         * config.sub: Import CVS version 1.212.
14448 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14450         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14451         gcc/xgcc is built, use -print-prog-name to find out the program
14452         name to use.
14454 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14456         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14457         appear to also be in the master copy.
14458         * config.sub:  Import CVS version 1.211.
14460 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14462         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14463         with_gcc]: Use `gcc -shared' to build a shared library.
14465 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14467         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14468         archives.
14470 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14472         * MAINTAINERS (Write After Approval): Add myself.
14474 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14476         * configure.in (libstdcxx_flags): Do not try to execute
14477         libstdc++-v3/testsuite_flags until it exists.
14479 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14481         * MAINTAINERS: Update my email address.
14483 2001-05-31  Graham Stott  <grahams@redhat.com>
14485         * MAINTAINERS (Write After Approval): Add myself.
14487 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14489         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14490         libraries when using g++ with native linker.
14492 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14494         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14496 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14498         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14499         [aix4*|aix5*]: Prepend blank.
14501 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14503         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14504         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14505         of subdir/configure scripts to use the new libtool.m4.
14507 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14509         * MAINTAINERS (Write After Approval): Add myself.
14511 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14513         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14515 2001-05-11  Ben Elliston  <bje@redhat.com>
14517         * Makefile.in (all-sid): New target.
14518         (check-sid, clean-sid, install-sid): Likewise.
14520 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14522         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14524 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14526         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14527         libgcj.
14529 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14531         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14532         gcc/xgcc is built, use -print-prog-name to find out the program
14533         name to use.
14535 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14537         * configure.in (noconfigdirs): Don't reset it from scratch in the
14538         target case; only append to it.
14540         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14541         sparc-*-solaris2.8]: Disable ${libgcj}.
14543 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14545         * configure.in (libgcj_saved): Copy from $libgcj.
14546         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14547         --disable-libgcj.
14549 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14551         * MAINTAINERS: Remove self as MIPS maintainer and
14552         C front end maintainer.
14554 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14556         * configure.in: Move *-chorusos target case to the proper switch.
14557         Disable libgcj.
14559 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14561         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14562         1.641.2.228.
14564 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14566         * Makefile.in (STAGE1_CFLAGS): Pass down.
14568 2001-04-13  Alan Modra  <amodra@one.net.au>
14570         * config.guess: Add hppa64-linux support.  Note for next import that
14571         this is already in the master file.
14572         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14574 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14576         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14577         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14579 2001-04-11  Stan Shebs  <shebs@apple.com>
14581         * MAINTAINERS: Add self as Darwin port maintainer.
14583 2001-04-11  Alan Modra  <amodra@one.net.au>
14585         * MAINTAINERS: Update my email address.
14587 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14589         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14590         recent versions of FreeBSD (release 3 or later).
14591         * ltconfig: On FreeBSD, -lc must not be provided when building
14592         a shared library or else the standard -pthread gcc option is
14593         rendered worthless to later users of the built library.
14595 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14597         * MAINTAINERS: Add self and RTH as C front end maintainers.
14599 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14601         * config.sub: Make sure to match an already-canonicalized
14602         machine name (eg. mn10300-unknown-elf).
14604 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14606         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14607         New macros.
14608         (bootstrap, cross): Use RECURSE_FLAGS.
14609         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14611 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14613         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14615 2001-03-22  Colin Howell  <chowell@redhat.com>
14617         * Makefile.in (DO_X): Do not backslash single-quotes in
14618         backquotes (two places).
14620 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14622         Re-installed:
14623         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14624         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14625         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14626         * ltcf-cxx.sh: Likewise.
14627         * ltcf-gcj.sh: Likewise.
14629 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14631         * MAINTAINERS: Add myself as "documentation co-maintainer".
14633 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14635         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14636         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14638 2001-03-19  Tom Tromey  <tromey@redhat.com>
14640         * config-ml.in: Handle GCJ and GCJFLAGS.
14642 2001-03-21  Michael Chastain  <chastain@redhat.com>
14644         * Makefile.in: all-m4 depends on all-texinfo.
14646 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14648         * MAINTAINERS: Add myself to write after approval list.
14650 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14652         * Makefile.in (DO_X): Quote nested quotes.
14654 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14656         * MAINTAINERS: Add myself to write after approval list.
14658 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14660         * Makefile.in (DO_X): Use double quotes for quoting
14661         "RANLIB=$${RANLIB}".
14663 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14665         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14667 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14669         * configure.in: Only use `lang_requires' for languages athat are
14670         actually enabled.
14672 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14674         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14676 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14678         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14680 2001-03-07  Tom Tromey  <tromey@redhat.com>
14682         * configure.in: Allow config-lang.in to set `lang_requires' to list
14683         of other required languages.
14685 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14687         * Makefile.in: Remove RANLIB definition. Use RANLIB
14688         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14689         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14691 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14692             Alexandre Oliva  <aoliva@redhat.com>
14694         * Makefile.in (check-c++): Use tabs, not spaces.
14696 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14698         * MAINTAINERS: add myself to Write After Approval list.
14700 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14702         * Makefile.in (check-c++): New rule.
14704         * configure.in (target_libs): Remove libg++.
14705         (noconfigdirs): Remove libg++.
14706         (noconfigdirs): Same.
14707         (noconfigdirs): Same.
14708         (noconfigdirs): Same.
14710         * config-ml.in: Remove libg++ references.
14712         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14713         (ALL_TARGET_MODULES): Same.
14714         (configure-target-libg++): Remove.
14715         (all-target-libg++): Remove.
14716         (configure-target-libio): Remove.
14717         (all-target-libio): Remove.
14718         (check-target-libio): Remove.
14719         (.PHONY): Remove.
14720         (libg++.tar.bz2): Remove.
14721         (all-target-cygmon): Remove libio.
14722         (all-target-libstdc++): Remove.
14723         (configure-target-libstdc++): Remove.
14724         (TARGET_LIB_PATH): Remove libstdc++.
14725         (ALL_GCC_CXX): Remove libstdc++.
14726         (all-target-gperf): Correct.
14728 2001-02-16  Nick Clifton  <nickc@redhat.com>
14730         * configure.in (noconfigdirs): Allow configuration of texinfo
14731         for Cygwin hosts.
14733 2001-02-15  Anthony Green  <green@redhat.com>
14735         * configure: Introduce GCJ_FOR_TARGET.
14736         * configure.in: Ditto.
14737         * Makefile.in: Ditto.
14739 2001-02-13  Andreas Schwab  <schwab@suse.de>
14741         * MAINTAINERS: Update mail address.
14743 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14745         * config.guess: Add linux target for S/390.
14746         * config.sub: Likewise.
14748 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14750         * configure.in: for *-chorusos, don't config target-newlib and
14751         target-libgloss.
14753 2001-02-06  Ben Elliston  <bje@redhat.com>
14755         * configure: Output host type to stdout, not stderr.
14757 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14759         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14760         * ltcf-cxx.sh: Likewise.
14762         * config.if: Assume enable_libstdcxx_v3 is defined.
14764 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14766         Remove V2 C++ library.
14767         * configure.in: Remove --enable-libstdcxx_v3 support.
14769 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14771         * include/demangle.h: Add prototype for java_demangle_v3.
14773 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14775         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14777 2001-01-27  Richard Henderson  <rth@redhat.com>
14779         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14781 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14783         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14784         Don't unset, it's non-portable and no longer necessary, set to empty
14785         instead.
14787 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14789         * ltconfig: Shell portability fix for the tagname validity check.
14791 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14793         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14794         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14796 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14798         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14800 2001-01-26  Tom Tromey  <tromey@redhat.com>
14802         * configure.in: Allow libgcj to be built on Sparc Solaris.
14804 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14806         * ltcf-c.sh: Add aix5 case.
14807         * ltcf-cxx.sh: Likewise.
14808         * ltconfig: Likewise.
14810 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14812         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14813         keep at least one of build_libtool_libs or build_old_libs set to
14814         yes.
14816         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14817         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14819 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14821         * configure.in: Enable libgcj on several additional platforms.
14823 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14825         * configure.in: Enable libgcj for linux targets.
14827 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14829         * MAINTAINERS (Write After Approval): Add myself.
14831 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14833         * MAINTAINERS: Add myself as vax port maintainer.
14835 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14837         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14839 2001-01-09  Mike Stump  <mrs@wrs.com>
14841         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14842         failures of subdirectories.
14844 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14846         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14847         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14848         * ltcf-cxx.sh: Likewise.
14849         * ltcf-gcj.sh: Likewise.
14850         * ltconfig.sh: Fix typo.
14852 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14854         * configure: handle DOS-style absolute paths.
14856 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14858         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14860 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
14862         * MAINTAINERS: Add myself as avr port co-maintainer.
14864 2000-12-28  Ben Elliston  <bje@redhat.com>
14866         * MAINTAINERS: Add myself under ``Write After Approval''.
14868 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
14870         * texinfo: Remove directory from GCC.
14872 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14874         * COPYING: Update to current
14875         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14876         to 19yy as example year in copyright notice).
14878 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
14880         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14881         (libstdcxx_incdir): Pass down.
14882         * config.if: Remove expired bits for cxx_interface, add stub.
14883         (libstdcxx_incdir): Add variable for g++ include directory.
14884         * configure.in (gxx_include_dir): Use it.
14886 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14888         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
14889         with old-email address from ``Write After Approval''.
14891 2000-12-15  Andreas Jaeger  <aj@suse.de>
14893         * configure.in: Handle lang_dirs.
14895 2000-12-14  Tom Tromey  <tromey@redhat.com>
14897         * MAINTAINERS: Removed brads.
14899         * MAINTAINERS: Added gcj developers.
14901 2000-12-13  Anthony Green  <green@redhat.com>
14903         * configure.in: Disable libgcj for any target not specifically
14904         listed.  Disable libgcj for x86 and Alpha Linux until compatible
14905         with g++ abi.
14907 2000-12-13  Mike Stump  <mrs@wrs.com>
14909         * Makefile.in (local-distclean): Also remove fastjar.
14911 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14913         * contrib/gcc_update: Add fastjar --touch entries.
14915 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14917         * configure.in: Disable language-specific target libraries for
14918         languages that aren't enabled.
14920 2000-12-10  Anthony Green  <green@redhat.com>
14922         * configure.in: Define libgcj.  Disable libgcj target libraries for
14923         most targets.
14925 2000-12-10  Neil Booth  <neilb@earthling.net>
14927         * MAINTAINERS: Update mail address, remove from WAA list.
14929 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14931         * libjava: Imported from /cvs/java.
14932         * libffi: Likewise.
14933         * Boehm-gc: Likewise.
14935 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14937         * configure.in (target_libs): Revert 2000-12-08 patch.
14938         (noconfigdirs): Added target-libjava.
14940 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14942         * djunpack.bat: removed.
14944 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14946         * Makefile.in: handle DOS-style absolute paths.
14947         * config-ml.in: likewise.
14948         * symlink-tree: likewise.
14950 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14952         * fastjar: Imported.
14954 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14956         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14957         libjava.
14958         * configure.in (target_libs): Removed `target-libjava'.
14960 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14962         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14963         (ALL_MODULES): Added fastjar.
14964         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14965         (all-target-libjava): all-fastjar replaces all-zip.
14966         (all-fastjar): Added.
14967         (configure-target-fastjar, all-target-fastjar): Likewise.
14968         * configure.in (host_tools): Added fastjar.
14970 2000-12-07  Mike Stump  <mrs@wrs.com>
14972         * Makefile.in (local-distclean): Remove leftover built files.
14974 2000-11-24  Nick Clifton  <nickc@redhat.com>
14976         * configure.in (xscale-elf): Add target.
14977         (xscale-coff): Add target.
14979 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14981         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14982         recent versions of FreeBSD (release 3 or later).
14983         * ltconfig: On FreeBSD, -lc must not be provided when building
14984         a shared library or else the standard -pthread gcc option is
14985         rendered worthless to later users of the built library.
14987 2000-11-16  Fred Fish  <fnf@be.com>
14989         * configure.in (enable_libstdcxx_v3): Fix typo,
14990         libstd++ -> libstdc++.
14992 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14994         * MAINTAINERS: Add self to Write After Approval list.
14996 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14998         * MAINTAINERS: Update my email address.  Add myself to global write
14999         privs list.
15001 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
15003         * Makefile.in: Merge with src and libgcj.
15004         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
15005         configure-target-<library> when their configure scripts need the C
15006         or C++ library to have already been built to work properly.
15007         (do_proto_toplev): Set them to an empty string.
15009         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15010         (REALLY_SET_LIB_PATH): Use them.
15012 2000-11-17  Stan Shebs  <shebs@apple.com>
15014         * MAINTAINERS: Add self to Write After Approval list.
15016 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15018         * configure: Provide the original toplevel configure arguments
15019         (including $0) to subprocesses in the environment rather than
15020         through gcc/configargs.h.
15022 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15024         * MAINTAINERS: Remove references to cccp. Change C9X reference to
15025         C99.  Alphabetise "Write After Approval" list.
15027 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
15029         * configure: Turn on libstdc++ V3 by default.
15031         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15032         if we've got GCC.
15034 2000-11-11  Philip Blundell  <philb@gnu.org>
15036         * MAINTAINERS: Add self to Write After Approval list.
15038 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
15040         * ltcf-c.sh (aix4): Improve shared library configuration; require
15041         exporting symbols.
15042         * ltcf-cxx.sh (aix4): Define.
15043         * ltconfig (aix4): Define library and soname specs appropriate for
15044         AIX.  Define command to create export symbols list.
15046 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
15048         * config.sub: Add support for Sun Chorus
15050 2000-10-31  Nick Clifton  <nickc@redhat.com>
15052         * MAINTAINERS: Rename <name>@cygnus.com addresses to
15053         <name>@redhat.com.  Also installed new email address for Clint
15054         Popetz.
15056 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
15058         * etc: Remove directory from GCC.
15060 2000-10-16  Michael Meissner  <meissner@redhat.com>
15062         * configure (gcc/configargs.h): Only create if there is a build GCC
15063         directory created.
15065 2000-10-16  Matthias Klose  <doko@debian.org>
15067         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15068         when configured for libstdc++-v3.
15070 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
15072         * configure: Save configure arguments to gcc/configargs.h.
15074 2000-10-04  Philipp Thomas  <pthomas@suse.de>
15076         * config.guess: Import CVS version 1.157.
15077         * config.sub: Import CVS version 1.181.
15079 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
15081         * Makefile.in (bootstrap): avoid recursion if subdir missing
15082         (cross): ditto
15083         (do-proto-toplev): ditto
15085 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
15087         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15088         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15090         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15091         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
15092         all affected `configure' scripts.
15094 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
15096         * MAINTAINERS: Add self as cpplib co-maintainer.
15098 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
15100         * MAINTAINERS: Add self to Write After Approval list.
15102 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15104         * INSTALL/README: egcs -> GCC update.
15106 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
15108         * MAINTAINERS: Add myself to Write After Approval list.
15110 2000-09-15  Kazu Hirata  <kazu@hxi.com>
15112         * MAINTAINERS: Add myself to Write After Approval list.
15114 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
15116         * configure.in: Do not build byacc for hppa64.  Provide paths to the
15117         X11 libraries for hppa64.
15119 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15121         * MAINTAINERS: Add myself as 68hc11 port maintainer.
15123 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
15125         * Makefile.in (all-zlib): Added dummy target.
15127         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15128         ltcf-gcj.sh: Updated from libtool multi-language branch.
15130 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
15132         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15133         (bootstrap*): Depend on all-bootstrap.
15135 2000-09-05  Philipp Thomas  <pthomas@suse.de>
15137         * config.guess: Import CVS version 1.156.
15138         * config.sub: Import CVS version 1.179.
15140 2000-09-02  Anthony Green  <green@cygnus.com>
15142         * Makefile.in (all-gcc): Depend on all-zlib.
15143         (CLEAN_MODULES): Add clean-zlib.
15144         (ALL_MODULES): Add all-zlib.
15145         * configure.in (host_libs): Add zlib.
15147 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
15149         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15150         crosses, but add gcc/include to the header search path for them.
15152 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
15154         * MAINTAINERS: Add self to Write After Approval list.
15156 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15158         * config.guess: Import CVS version 1.152.
15159         * config.sub: Import CVS version 1.177.
15161 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
15163         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15164         $targargs to tell whether newlib is going to be built.
15166         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15167         $$r/TARGET_SUBDIR/libio for _G_config.h.
15169 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
15171         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15173 2000-08-22  DJ Delorie  <dj@redhat.com>
15175         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15177 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
15179         * config-ml.in (CC, CXX): Avoid trailing whitespace.
15180         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15181         sub-configures.
15183 2000-08-21  DJ Delorie  <dj@redhat.com>
15185         * MAINTAINERS: Add self as a libiberty maintainer
15187 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
15189         * configure.in (libstdcxx_flags): Use
15190         libstdc++-v3/src/libstdc++.INC.
15192 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
15194         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15196 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
15198         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15200         * configure: Make enable_threads and enable_shared defaults
15201         explicit.  Substitute enable_threads into generated Makefiles.
15202         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15203         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15205 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15207         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15209 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
15211         * config-ml.in (CC): Remove bogus duplicate quotation mark from
15212         previous delta.
15214 2000-08-11  Jason Merrill  <jason@redhat.com>
15216         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15217         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15218         (FLAGS_FOR_TARGET): Not here.
15219         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15221 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
15223         * config-ml.in (CC, CXX): Don't introduce a leading space.
15225 2000-08-07  DJ Delorie  <dj@delorie.com>
15227         * MAINTAINERS: Add self as a DJGPP maintainer
15229 2000-08-07  DJ Delorie  <dj@redhat.com>
15231         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15232         "if we're also building gcc, and it's a gcc that will run on the
15233         build machine, we want to use its includes instead of the system's
15234         default includes".
15236 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15238         * MAINTAINERS: Add self to Write After Approval list.
15240 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
15242         * configure.in (libstdcxx_flags): Don't use `"'.
15244         * config-ml.in: Adjust multilib search paths to the
15245         appropriate multilib tree.
15247 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15249         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15250         commas in $LANGUAGES.
15252 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15254         * configure.in: Re-enable all references to libg++ and librx.
15256 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15258         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15259         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15260         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15261         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15263         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15265 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15267         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15268         CXX_FOR_TARGET for sed.
15270 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15272         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15273         Do not override if already set in the environment or in configure.
15274         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15275         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15277 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15279         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15280         the libtool CVS tree multi-language branch.
15281         * ltconfig, ltmain.sh: Updated.
15283 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15285         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15286         (clean-target): Depend on it.
15288         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15289         (GCC_FOR_TARGET): Use it.
15290         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15291         * configure.in: ... here.
15292         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15293         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15295 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15297         * MAINTAINERS: Add self to Write After Approval list.
15299 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15301         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15302         (configure-target-libchill, configure-target-libobjc): Likewise.
15304         * configure.in: Use the same cache file for all target libs.
15305         * config-ml.in: But different cache files per multilib variant.
15307 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15309         * configure (topsrcdir): Don't use dirname.
15311 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15313         * MAINTAINERS: Add self to Write After Approval list.
15315 2000-07-20  Jason Merrill  <jason@redhat.com>
15317         * configure.in: Remove all references to libg++ and librx.
15319         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15321 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15323         * config.sub: Update to subversions version 2000-07-06.
15325 2000-07-12  Andrew Haley  <aph@cygnus.com>
15327         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15328         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15330 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15332         * symlink-tree:  Check number of arguments.
15334 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15336         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15337         search path for a g++ extracted from the build tree.  This
15338         will allow link tests run by configure scripts in
15339         subdirectories to succeed.
15341 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15343         * ltconfig: Add support for mips-dde-sysv4.2MP
15345 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15347         * MAINTAINERS: Add myself as loop discovery maintainer.
15349 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15351         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15352         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15354 2000-06-19  Timothy Wall  <twall@cygnus.com>
15356         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15357         * config.sub: Add tic54x target.
15359 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15361         * MAINTAINERS: Add self as Fortran maintainer,
15362         remove Craig Burley.
15364 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15366         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15367         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15369 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15371         * MAINTAINERS: Add self as i18n maintainer
15373 20000-05-21  H.J. Lu  (hjl@gnu.org)
15375         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15376         directory are used if they exist. Make sure
15377         $(build_tooldir)/include is searched for header files,
15378         $(build_tooldir)/lib/ for library files.
15379         (GCC_FOR_TARGET): Likewise.
15380         (CXX_FOR_TARGET): Likewise.
15382 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15384         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15386 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15388         * Makefile.in (configure-target-libiberty): Depend on
15389         configure-target-newlib.
15391 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15393         * configure.in, Makefile.in: Merge all libffi-related
15394         configury stuff from the libgcj tree.
15396 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15398         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15399         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15401 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15403         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15404         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15405         current version information.  Add to proto-toplev directory.
15406         (gdb-taz): Build do-djunpack.
15408 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15410         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15412 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15414         * MAINTAINERS: Add self to Write After Approval list.
15416 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15418         * ltmain.sh: Preserve in relink_command any environment
15419         variables that may affect the linker behavior.
15421 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15423         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15425 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15427         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15429 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15431         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15432         with the version name.
15434 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15436         * MAINTAINERS: Add self as bb-reorder maintainer.
15438 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15440         * config.if: Tweak.
15442 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15444         * djunpack.bat: New file.
15446 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15448         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15449         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15450         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15451         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15453 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15455         * config.sub (case $basic_machine): Change default for "ibm-*"
15456         to "openedition".
15458 2000-04-13  Andreas Jaeger  <aj@suse.de>
15460         * MAINTAINERS: Added myself.
15462 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15464         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15465         (do-md5sum): New target.
15466         (MD5PROG): Define.
15467         (PACKAGE): Default to TOOL.
15468         (VER): Default to a shell script.
15469         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15470         md5 checksum generation.
15471         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15472         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15473         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15474         insight.tar.bz2): Use gdb-taz to create archive.
15476 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15478         * configure (warn_cflags): Delete.
15480 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15482         * MAINTAINERS: Added myself.
15484 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15485             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15487         * configure.in (enable_libstdcxx_v3): Add.
15488         (target_libs): Add bits here to switch between libstdc++-v2 and
15489         libstdc++-v3.
15490         * config.if: And this file too.
15491         * Makefile.in: Add libstdc++-v3 targets.
15493 2000-04-05  Michael Meissner  <meissner@redhat.com>
15495         * config.sub (d30v): Add d30v as a basic machine type.
15497 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15499         * configure.in: -linux-gnu*, not -linux-gnu.
15501 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15503         * MAINTAINERS: Add self in write-after-approval section.
15505 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15507         * MAINTAINERS: Add self as ia64 port maintainer.
15509 2000-03-08  Neil Booth  <NeilB@earthling.net>
15511         * MAINTAINERS: Add self in write-after-approval section.
15513 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15515         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15516         (do-tar-bz2): Replace TOOL with PACKAGE.
15517         (gdb.tar.bz2): Remove GDBTK from GDB package.
15518         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15519         dejagnu.tar.bz2): New packages.
15521 2000-02-27  Andreas Jaeger  <aj@suse.de>
15523         * configure.in: Add entry for mips*-*-linux*, move catch all
15524         *-*-*linux* entry below this one.
15526 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15528         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15530 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15532         * config.sub: Support an OS of "wince".
15534 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15536         * config.guess, config.sub: Updated to match config's 2000-02-15
15537         version.
15539 2000-02-23  Linas Vepstas  <linas@linas.org>
15541         * config.sub: Add support for Linux/IBM 370.
15542         * configure.in: Likewise.
15544 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15546         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15548 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15550         * config.guess: Guess "cygwin" rather than "cygwin32".
15552 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15554         * configure (gcc_version): When setting, narrow search to
15555         lines containing `version_string'.
15557 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15559         * config.sub: Add support for avr target.
15561 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15563         * MAINTAINERS: Add maintainers for MCore port.
15565 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15567         * config.sub: Add mmix-knuth-mmixware.
15569 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15571         * MAINTAINERS: Pair cccp with cpplib maintainership.
15573 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15575         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15576         structure stuff to -L library search.
15577         (CXX_FOR_TARGET): Ditto.
15578         (CROSS_CHECK_MODULES): Fix spelling mistake.
15580 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15582         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15583         the C++ compiler.
15585 2000-01-12  Richard Henderson  <rth@cygnus.com>
15587         * configure.in: Don't build some bits for beos.
15589 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15591         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15592         as include files.
15594 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15596         * Add self as cpplib maintainer, as requested by Jason
15597         Merrill.  Correct my e-mail address.
15599 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15601         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15602         not mh-aix43.
15604 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15606         * MAINTAINERS: Add myself to "write after approval" list.
15608 1999-12-14  Richard Henderson  <rth@cygnus.com>
15610         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15611         * config.sub: Accept alphaev[78], alphaev8.
15613 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15615         * config.guess, config.sub: Update from autoconf.
15617 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15619         * MAINTAINERS:  update my playtime e-address.
15621 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15623         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15624         necessary libraries are missing.
15626 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15628         * MAINTAINERS: Add new 'write after approval' maintainer.
15630 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15632         * MAINTAINERS: Add new Java maintainer.
15634 1999-10-25  Andreas Schwab  <schwab@suse.de>
15636         * configure: Fix quoting inside arguments of eval.
15638 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15640         * config-ml.in: Allow suppression of some ARM multilibs.
15642 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15644         * config.guess: Add OS/390 match pattern.
15645         * config.sub: Add mvs, openedition targets.
15646         * configure.in (i370-ibm-opened*): New.
15648 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15650         * config.sub: Add support for configuring for pj.
15652 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15654         * config.sub (maybe_os): Add support for configuring for fr30.
15656 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15658         * configure.in: Do not configure or build ld for AIX
15659         platforms.  ld is known to be broken on these platforms.
15661 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15663         * config-ml.in: Pass compiler flag corresponding to multidirs to
15664         subdir configures.
15666 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15668         * Makefile.in (LDFLAGS): Define.
15670 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15672         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15673         noconfigdirs.
15674         (*-*-cygwin*): Likewise.
15676 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15678         * mkdep: New file.
15679         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15680         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15682         From Eli Zaretskii <eliz@is.elta.co.il>:
15683         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15684         long file name when using DJGPP on MS-DOS.
15686 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15688         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15690 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15692         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15693         dependency as this causes "make check" to globally "make all"
15695 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15697         * configure.in (target_libs): Added target-zlib.
15698         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15699         (CONFIGURE_TARGET_MODULES): Likewise.
15700         (CHECK_TARGET_MODULES): Likewise.
15701         (INSTALL_TARGET_MODULES): Likewise.
15702         (CLEAN_TARGET_MODULES): Likewise.
15703         (configure-target-zlib): New target.
15704         (all-target-zlib): Likewise.
15705         (all-target-libjava): Depend on all-target-zlib.
15706         (configure-target-libjava): Depend on configure-target-zlib.
15708         * Makefile.in (configure-target-libjava): Depend on
15709         configure-target-newlib.
15710         (configure-target-boehm-gc): New target.
15711         (configure-target-qthreads): New target.
15713         * configure.in (target_libs): Added target-qthreads.
15714         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15715         (CONFIGURE_TARGET_MODULES): Likewise.
15716         (CHECK_TARGET_MODULES): Likewise.
15717         (INSTALL_TARGET_MODULES): Likewise.
15718         (CLEAN_TARGET_MODULES): Likewise.
15719         (all-target-qthreads): New target.
15720         (configure-target-libjava): Depend on configure-target-qthreads.
15721         (all-target-libjava): Depend on all-target-qthreads.
15723         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15724         (CONFIGURE_TARGET_MODULES): Likewise.
15725         (CHECK_TARGET_MODULES): Likewise.
15726         (INSTALL_TARGET_MODULES): Likewise.
15727         (CLEAN_TARGET_MODULES): Likewise.
15728         (all-target-libjava): New target.
15729         (all-target-boehm-gc): Likewise.
15730         * configure.in (target_libs): Added libjava, boehm-gc.
15732 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15734         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15735         configure.bat in SUPPORT_FILES.
15736         (gas+binutils.tar.bz2): Likewise.
15738         * makeall.bat: Remove; obsolete.
15740 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15742         From Mark Elbrecht:
15743         * configure.bat: Remove; obsolete.
15745 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15747         * configure: Add -W -Wall to the default CFLAGS when compiling with
15748         gcc.
15750 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15752         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15754 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15756         * configure.in: Build ld on IRIX6.
15758 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15760         * Makefile.in: Change distribution targets to use bzip2 instead of
15761         gzip.
15762         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15763         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15765 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15767         * config.sub: Add mcore target.
15769 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15771         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15773 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15775         * config.guess (dummy): Changed to $dummy.
15777 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15779         * config.sub: Tidied up case statements.
15781 1999-05-22  Ben Elliston  <bje@cygnus.com>
15783         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15784         <jiro@din.or.jp>.
15786         * config.guess: Merge with FSF version. Future changes will be
15787         more accurately recorded in this ChangeLog.
15788         * config.sub: Likewise.
15790 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15792         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15794 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15796         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15798 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15800         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15802 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15804         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15805         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15806         Bad merge removed these two changes.
15808 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15809                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15811         * config.guess (interix Alpha): Add.
15813 1999-04-11  Richard Henderson  <rth@cygnus.com>
15815         * configure.in (i?86-*-beos*): Do config gperf; don't config
15816         gdb, newlib, or libgloss.
15818 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15820         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15821         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15822         from multidirs.
15824 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15826         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15828 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15830         * config.sub: Add support for mcore targets.
15832 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15834         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15835         not mt-ospace, in order to shut up assembler warning about using
15836         symbols that are named the same as registers.
15838 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15840         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15841         dependency list for all-target-cygmon.
15843 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15845         * config-ml.in: Check $host, not $target, for selective multilibs.
15846         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15847         thumb interworking, and underscore prefix multilibs.
15849 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15851         * missing: Update to version from current automake.
15853 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15855         * configure (gxx_include_dir): Removed.
15857         * configure.in (gxx_include_dir): Handle it.
15858         * Makefile.in: Likewise.
15860 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
15862         * config.sub (mips64vr4111,mips64vr4111el) Add.
15864 1999-03-21  Ben Elliston  <bje@cygnus.com>
15866         * config.guess: Correct typo for detecting ELF on FreeBSD.
15868 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
15870         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15871         config/mh-djgpp.
15873 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
15875         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15876         all-target-newlib to dependency list for all-target-bsp.
15878 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15880         * config.sub: Add i386-uwin support.
15881         * config.guess: Likewise.
15883 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15885         * configure.in: cleanup, add mh-*pic handling for arm, special
15886         case powerpc*-*-aix*
15888 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
15890         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15891         can be built.
15893 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
15895         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15896         targets.
15898 1999-03-02  Nick Clifton  <nickc@cygnus.com>
15900         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15902 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15904         * config.sub: Check for "cygwin*" rather than "cygwin32*"
15906 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15908         * config.sub: Fix typo in arm recognition.
15910 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15912         * configure.in (noconfigdirs): Changed target_configdirs to
15913         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15914         rather than m68k-*-* since it is not known to work on
15915         m68k-aout. Ditto for arm-*-*oabi.
15917 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15919         * configure.in (*-*-windows*): Remove, no longer used.
15921 1999-02-19  Ben Elliston <bje@cygnus.com>
15923         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15924         Smart and improved by Andrew Cagney.
15926 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15928         * config.guess: Recognize openbsd-*-hppa.
15930 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15932         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15933         only if it is not empty.
15935 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15937         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15939         * config.guess: Modified to recognize uname's armv* syntax.
15941         * config.sub: Modified to recognize uname's armv* syntax.
15943 1999-02-17  Mark Salter  <msalter@cygnus.com>
15945         * configure.in: Added target-bsp for sparclite.
15947 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15949         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15951 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15953         * configure.in: Add support for strongarm port.
15954         * config.sub: Add support for strongarm target.
15956 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15958         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15959         the old name config/mh-cygwin32.
15960         Enable texinfo.
15962 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15964         * configure.in: Do build ld for ix86 Solaris.
15966 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15968         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15969         $AR_FOR_TARGET.  Likewise for RANLIB.
15971 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15973         * config.sub (oabi):  Recognize.
15974         * configure.in (arm-*-oabi):  Handle.
15976 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15978         * config.guess: Improve detection of i686 on UnixWare 7.
15980 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15982         * config.guess: Add support for i386-pc-interix.
15983         * config.sub: Likewise.
15984         * configure.in: Likewise.
15986 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15988         * Makefile.in: Remove unneeded all-target-libio from
15989         from all-target-winsup target since it is now unneeded.
15990         Add all-target-libtermcap in its place since it is now
15991         needed.
15993 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15995         * configure.in: makefile stub for cygwin target is probably
15996         unnecessary.  Remove it for now.
15998 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
16000         * configure.in: libtermcap.a should be built when cygwin is the
16001         target as well as the host.
16002         * config.guess: Allow mixed case in cygwin uname output.
16003         * Makefile.in: Add libtermcap target.
16005 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
16007         * config.sub: Clean up handling of hppa2.0.
16009 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
16011         * config.guess: Use C code to identify more HP machines.
16013 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
16015         * config.sub: Handle hppa2.0.
16017 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
16019         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
16020         cygmon for all sparclite targets, regardless of object format.
16022 1998-12-15  Mark Salter  <msalter@cygnus.com>
16024         * configure.in: Added target-bsp for several target architectures.
16026         * Makefile.in: Added rules for bsp.
16028 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
16030         * config.guess: Improve detection of hppa2.0 processors.
16032 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
16034         * config.guess: Recognize FreeBSD using ELF automatically.
16036 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
16038         * configure (skip-this-dir): Add handling for new shell script, which
16039         might be created by a sub-directory's configure to indicate, this particular
16040         directory is "unwanted".
16041         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16043 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
16045         * ltconfig: import from libtool, after changing libtool to
16046         account for the cygwin name change.
16048 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
16050         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16051         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16053 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
16055         * configure.in: Add libtermcap to list of cygwin dependencies.
16057 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
16059         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16060         they include winsup/include when it's a cygwin target.
16062 1998-11-12  Tom Tromey  <tromey@cygnus.com>
16064         * configure.in (host_tools): Added zip.
16065         * Makefile.in (all-target-libjava): Depend on all-zip.
16066         (all-zip): New target.
16067         (ALL_MODULES): Added all-zip.
16068         (NATIVE_CHECK_MODULES): Added check-zip.
16069         (INSTALL_MODULES): Added install-zip.
16070         (CLEAN_MODULES): Added clean-zip.
16072 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
16074         * Makefile.in: lose "32" from comment about cygwin.
16076 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
16078         * configure.in: Use -Os to build target libraries for the fr30.
16080 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
16082         * config.sub: Add fr30.
16084 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
16086         * configure.in: drop "32" from config/mh-cygwin32.  Check
16087         cygwin* instead of cygwin32*.
16088         * config.sub: Check cygwin* instead of cygwin32*.
16090 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
16092         * config.guess: Match any version of Unixware7.
16094 1998-10-20  Syd Polk  <spolk@cygnus.com>
16096         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16097         if desired.
16099 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
16101         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16102         these if the appropriate directories and files to not exist.
16104 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
16106         * Makefile.in (DEVO_SUPPORT): Add config.if.
16108 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16110         * configure: Add pattern to replace "build_tooldir"'s
16111         definition in the generated Makefile with "tooldir"'s
16112         actual value.
16114 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
16116         * config.sub: Bring back lost sparcv9.
16118         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16120 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
16122         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16123         CC_FOR_TARGET and friends.
16125 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
16127         * Makefile.in (build_tooldir): New variable, same as tooldir.
16128         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16129         -B$(build_tooldir)/bin/.
16130         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16132 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16134         * README: Remove installation instructions and refer to the
16135         INSTALL directory instead.
16137 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
16139         * config.sub: Add support for i[34567]86-pc-udk.
16140         * configure.in: Likewise.
16142 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
16144         * Makefile.in: add bzip2 package building bits for user
16145         tools module
16146         * configure.in: ditto
16148 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
16150         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16151         (ALL_TARGET_MODULES): Add all-target-libobjc.
16152         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16153         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16154         (all-target-libchill): Add dependencies.
16155         * configure.in (target_libs): Add libchill.
16157 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
16159         * configure.in (target_subdir): Remove duplicate line.
16161 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
16163         * Makefile.in (all-automake): fix dependencies.
16165 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
16167         * configure.in: Minor cleanups for building in the $(target_alias)
16168         subdir.
16170 1998-09-22  Jim Wilson  <wilson@cygnus.com>
16172         * Makefile.in (bootstrap): Set r and s before make all.  Use
16173         BASE_FLAGS_TO_PASS in make all.
16174         (cross): Likewise.
16176 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
16178         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16180 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
16182         * config.sub: Fix typo in last change.
16184 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16186         * config.sub: Add support for C4x target.
16187         * configure.in: Likewise.
16189 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
16191         * config.sub: Recognize sparcv9 just like sparc64.
16193 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
16195         * config.guess: Match "Pent II" or "PentII" for OpenServer.
16197 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
16199         * config.guess: Correctly identify Pentium II sco boxes.
16201         * config.guess: Fix "tr" code.  From Weiwen Liu.
16203 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
16205         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16206         stabs.
16208 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
16210         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16211         (ALL_TARGET_MODULES): Add all-target-libchill.
16212         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16213         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16214         (all-target-libchill): Add dependencies.
16215         * configure.in (target_libs): Add libchill.
16217 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16219         * config.guess: Avoid assumptions about "tr" behaves when
16220         LANG is set to something other than English.
16222 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
16224         * configure (gxx_include_dir): Changed to
16225         '${prefix}/include/g++'-${libstdcxx_interface}.
16227         * config.if: New to determine the interfaces.
16229 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
16231         * config.guess: Detect and handle MPE/IX.
16232         * config.sub: Deal with MPE/IX.
16234 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
16236         * configure.in: Use mh-aix43.
16238 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
16240         * configure: Fix --without/--disable cases for gxx-include-dir.
16242 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
16244         * mdata-sh:  Imported.  Needed for automake support.
16246 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16248         * Makefile.in (taz): Try "chmod -R og=u ." before
16249         "chmod og=u `find . -print`".
16251 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16253         * configure.in: Add arm-elf and thumb-elf support.
16255 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16257         * Makefile.in: Undo previous patch.
16259 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16261         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16262         to here ...
16263         (install-no-fixedincludes): and here
16264         (INSTALL_MODULES): ... from here.
16266 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16268         * config.sub: Merge with FSF.
16270         * config.guess: Merge with FSF.
16272 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16274         * configure (extraconfigdirs): New variable.
16275         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16276         * Makefile.in (all): Move higher in file.
16277         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16278         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16279         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16280         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16281         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16283 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16285         * Makefile.in (all-target-libjava): Depend on all-gcc and
16286         all-target-newlib.
16287         (configure-target-libjava): Depend on $(ALL_GCC).
16289 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16291         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16292         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16294 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16296         * INSTALL/README: Fix typo.
16298 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16300         * ylwrap: Change absolute path checks to check for DOS style path
16301         names.
16303         * ylwrap: Don't use a full path name if the source file is in the
16304         same directory.  From hjl@lucon.org (H.J. Lu).
16306         * config-ml.in: Default to being verbose, to match Feb 18 change to
16307         configure.
16309 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16311         Brought over from egcs:
16313         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16315         * configure.in (target_subdir): Set to ${target_alias} instead
16316         of "libraries".
16318         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16320         * configure.in (target_subdir): Set to libraries if enable_multilib.
16322 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16324         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16325         multilibs, force reconfiguration the first time we create
16326         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16328 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16330         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16331         avoid confusion with --no-recursion.
16333 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16335         * configure.in: Win32 hosts shouldn't use install -x
16336         * install-sh: remove -x option, and special .exe-handling
16337         hack.
16339 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16341         * config.guess: Recognize i586-pc-beos.
16342         * configure.in: Don't build some bits for beos.
16344 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16346         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16347         CFLAGS default to -O2.
16349         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16350         when using GNU ld.
16352 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16354         * ltmain.sh: Correct install when using a different shell.
16356 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16358         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16360 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16362         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16363         target.
16365 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16367         * ltconfig: Update to correct AIX handling.
16369 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16371         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16373         * configure.in (target_subdir): Set to ${target_alias} instead
16374         of "libraries".
16376 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16378         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16379         (Makefile): Depend on $(gcc_version_trigger).
16381         * configure (gcc_version): Change default initializer to empty
16382         string.
16383         (gcc_version_trigger): New variable; pass this variable down
16384         to subdir configures to enable them checking gcc's version
16385         themselves. Emit make macros for both gcc_version vars.
16386         (topsrcdir): Initialize reliably.
16387         (recursion line): Remove --with-gcc-version=${gcc_version}.
16389 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16391         * configure (enable_version_specific_runtime_libs): Implement new flag
16392         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16393         in $(libsubdir); emit definition in each generated Makefile.
16394         (gxx_include_dir): Initialize depending on
16395         $enable_version_specific_runtime_libs.
16397 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16399         * configure (gcc_version): Initialize properly depending on
16400         how and where configure is started.
16401         (recursion line): Pass a --with-gcc-version=${gcc_version}
16402         to configures in subdirs.
16404 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16406         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16407         cygmon
16409 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16411         * configure.in: Add cygmon and libstub support for mn10200.
16413 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16415         * configure (gcc_version): Add new variable describing the
16416         particular gcc version we're building.
16417         * Makefile.in (libsubdir): Add new macro for the directory
16418         in which the compiler finds executables, libraries, etc.
16419         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16420         and libsubdir.
16422 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16424         * Makefile.in (local-clean): Remove *.log.
16425         (warning.log): Built with warn_summary from build.log.
16426         (mail-report.log): Run test_summary.
16427         (mail-report-with-warnings.log): Run test_summary including
16428         warning.log in the report.
16430 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16432         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16434 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16436         * Makefile.in (grep): Grep no longer depends on libiberty.
16438 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16440         * Makefile.in: all-snavigator needs all-libgui.
16442 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16444         * configure.in: Add cygmon and libstub support for mn10300.
16446 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16448         * missing: Update to version from automake 1.3.
16450         * ltmain.sh: On installation, don't get confused if the same name
16451         appears more than once in the list of library names.
16453 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16455         * config.sub: Accept m68060 and m5200 as CPU names.
16457 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16459         * configure: Use && rather than using -a in test, because odd
16460         strings can confuse test.
16461         * configure.in: Likewise.
16463 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16465         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16467 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16469         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16470         bootstrap4-lean): New targets.
16472 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16474         * mpw-* Delete.  Not used.
16476 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16478         * COPYING.LIB: Update FSF address.
16480 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16482         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16484         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16485         GAS_SUPPORT_DIRS.
16487 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16489         * ltconfig, ltmain.sh: Avoid producing a version number if
16490         -version-info was not used.
16492 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16494         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16495         building with newlib.
16497 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16499         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16500         Solaris `make' causes it to continue to next definition.
16502 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16504         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16505         the right GUI libraries and files are installed along with GDB.
16507 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16509         * configure.in: Change alpha to alpha* in several places.
16511 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16513         * config.sub: Recognize sparc86x.
16515 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16517         * configure.in (--enable-target-optspace): Remove debug echo.
16519 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16521         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16523 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16525         * ltconfig: Update cygwin32 support.
16527         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16528         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16529         (GDB_SUPPORT_DIRS): Likewise.
16531 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16533         * configure.in (target_makefile_frag): If --enable-target-optspace,
16534         use -Os to compile target libraries rather than -O2.  Default to
16535         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16536         not used.
16537         * configure.in (target_cflags): Ditto for d30v.
16539 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16541         * Makefile.in (all-bfd): Depend on all-intl.
16542         (all-binutils): Likewise.
16543         (all-gas): Likewise.
16544         (all-gprof): Likewise.
16545         (all-ld): Likewise.
16547 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16549         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16551 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16553         * Makefile.in (all-bfd): Depend upon all-libiberty.
16555         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16557 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16559         * Makefile.in: Add libstub.
16561         * configure.in: Ditto. Build libstub for targets that have cygmon
16562         support.
16564 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16566         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16568 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16570         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16571         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16573 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16575         * configure: Define DEFAULT_M4 by searching PATH.
16576         * Makfile.in: Use DEFAULT_M4.
16578 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16580         * ltconfig: Add cygwin32 support.
16582         * Makefile.in, configure.in: Add libtool as a native only directory
16583         to configure and build.
16585 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16587         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16589 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16591         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16593 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16595         * Makefile.in: add ash make rules
16596         * configure.in: add ash to native_only and host_tools lists
16598 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16600         * Makefile.in (all-gettext, all-intl): New targets.
16601         (ALL_MODULES): Added all-gettext, all-intl.
16602         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16603         (INSTALL_MODULES): Added install-gettext, install-intl.
16604         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16606         * configure.in (host_tools): Added gettext.
16607         (native_only): Likewise.
16608         (noconfigdirs) [various cases]: Likewise.
16609         (host_libs): Added intl.
16611 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16613         * configure: Do not disable building gdbtk for cygwin32 hosts.
16615 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16617         * configure.in: Add thumb-coff target.
16618         * config.sub: Add thumb-coff target.
16620 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16622         * Makefile.in: Revert yesterday's change.
16623         (all-target-winsup):  all-target-librx stays out of here.
16625 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16627         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16628         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16629         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16630         Remove references to librx and libg++.
16632 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16634         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16635         recursive makes
16637 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16639         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16640         for newlib directory.
16641         (CXX_FOR_TARGET): Likewise.
16643 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16645         * ltconfig: Update after libtool/ltconfig.in change for
16646         hpux11.
16648 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16650         * ltconfig, ltmain.sh: Update to libtool 1.2.
16652 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16654         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16655         (install-gcc-cross): Instead, override LANGUAGES here.
16657 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16659         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16660         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16662 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16664         * configure.in: Add Thumb-pe target.
16666 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16668         * Makefile.in - changed sn targets to snavigator
16669         * configure.in - changed sn targets to snavigator
16671 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16673         * config-ml.in: After building symlink tree call make distclean
16674         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16675         to be the case for libiberty.
16677 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16679         * configure: When making link, also check the current
16680         directory. The configure scripts may create one.
16682 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16684         * config.sub: Accept alphapca56 and alphaev6 properly.
16686 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16688         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16690 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16692         * config.sub (sco5): Fix typo.
16694 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16696         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16697         install-itcl.
16698         (install-itcl): Remove dependency on install-tcl.
16700 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16702         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16704 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16706         * configure.in: Don't build libgui for a cygwin32 target when not on
16707         a cygwin32 host.
16709 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16711         * configure (redirect): Set to null, so default behavior of
16712         configure is now --verbose.
16714 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16716         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16717         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16719 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16721         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16722         this change to sync Makefile.in with its ChangeLog entries.
16724 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16726         * ltmain.sh (mkdir): Check that the directory doesn't exist
16727         before we exit with error, so that we don't get races during
16728         parallel builds.
16730 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16732         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16734 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16736         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16737         PICFLAG_FOR_TARGET.
16738         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16740         * configure: Emit a definition for the new macro enable_shared
16741         into each Makefile.
16743 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16745         * configure.in (host_tools, native_only): Add libtool.
16747 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16749         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16750         Fix typo in ming config comment.
16752 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16754         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16756 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16758         * config.sub: Add tic30 cases, and map c30 to tic30.
16760 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16762         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16763         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16764         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16765         (CLEAN_TARGET_MODULES): Similarly
16766         (all-target-libf2c): Add dependences.
16767         * configure.in (target_libs): Add libf2c.
16769 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16771         * configure.in: Remove expect from noconfigdirs when target
16772         is cygwin32.  OK to build expect and dejagnu with Canadian
16773         Cross.
16775 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16777         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16778         host.
16780         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16781         and mingw32.
16783 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16785         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16786         here as it is not defined in the toplevel Makefile.
16788 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16790         * configure (package_makefile_rules_frag): New variable, which names
16791         a file with generic rules, ...
16792         Change comment to mention we now have FIVE parts.
16793         * configure: Undo last change.
16795 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16797         * config.guess: More accurate determination of HP processor types.
16798         * config.sub: More accurate determination of HP processor types.
16800 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16802         * configure (package_makefile_frag): Move inserting the
16803         ${package_makefile_frag} to where it should be according
16804         to the comment.
16806 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16808         * config.guess: Add support for Linux/ARM.
16810 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16812         * .cvsignore: Remove *-info and *-install since they match
16813         release-info and mpw-install, which we don't want to just ignore.
16815 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16817         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16819 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16821         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16822         local_prefix to sub-make invocations.
16824 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16826         * configure.in: Check makefile fragments in the source
16827         directory.
16829 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16831         * configure.in: Check whether host and target makefile
16832         fragments exist before adding them to *_makefile_frag.
16834 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16836         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16838 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16840         * configure.in: Make sure we only replace RPATH_ENVVAR on
16841         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16842         regexp to sed.
16844         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16845         to sub-makes.
16847 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16849         * config-ml.in (multi-do): LDFLAGS must include multilib
16850         designator.
16852 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16854         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16856 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
16858         * config.sub: Add mingw32 support.
16859         * configure.in: Likewise.
16861 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16863         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16865 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
16867         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16868         * configure (gxx_include_dir): Provide a definition for subdirs
16869         which do not use autoconf.
16871 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
16873         * config.guess: Sync with egcs.  Picks up new alpha support,
16874         BeOS & some additional linux support.
16876 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
16878         * config.guess: HP 9000/803 is a PA1.1 machine.
16880 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
16882         * configure.in: It's alpha*-...
16884 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16886         * configure.in (host_makefile_frag, target_makefile_frag):
16887         Handle multiple config files.
16888         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16889         alpha-*-*.
16891 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
16893         * mkdep: New file.
16895 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16897         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16899 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16901         * Makefile.in: Add libgui directory.
16902         (GDB_TK): Add all-libgui.
16903         * configure.in: Add libgui directory.
16904         * configure: Add all-libgui to GDB_TK.
16906 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16908         * config-ml.in (multidirs): Add m32r to multilib list.
16910 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16912         * Makefile.in (all-target-gperf): Change dependency to
16913         all-target-libstdc++.
16915 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16917         * config.guess: Add BeOS support.
16919 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16921         Source directory cvs renamed to cvssrc:
16922         * configure.in (host_tools): Change cvs to cvssrc.
16923         (native_only): Likewise.
16924         (noconfigdirs) [various cases]: Likewise.
16925         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16926         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16927         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16928         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16929         (all-cvssrc): Rename target from all-cvs.
16931 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16933         * configure (gxx_include_dir): Fix thinko.
16935 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16937         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16938         (install-cross, install-gcc-cross): New targets.
16940 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16942         * configure.in (noconfigdirs): Add support for Thumb target.
16944         * config.sub (maybe_os): Add support for Thumb target.
16946 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16948         * Makefile.in: Add rules for cygmon.
16950         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16952 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16954         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16955         * configure (gxx_include_dir): Provide a definition for subdirs
16956         which do not use autoconf.
16958 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16960         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16961         11/18/97 build
16963 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16965         * From Franz Sirl.
16966         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16967         found on RedHat Linux systems.
16969 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16971         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16972         guesses.
16974 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16976         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16978 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16980         * ltmain.sh: If mkdir fails, check whether the directory was created
16981         anyhow by some other process.
16983 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16985         * configure.in (d30v-*-*): Configure all directories.
16987 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16989         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16990         for the D30V.
16992 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16994         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16996 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16998         * include/libiberty.h: Add extern "C" { so it can be used with C++
16999         progrms.
17000         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
17001         programs.
17003 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
17005         * configure.in (d30v-*-*): Configure GCC now.
17007 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17009         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17010         is no longer needed.
17012 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
17014         * Makefile.in: check-target-libio depends on all-target-libstdc++.
17016 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
17018         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17019         targets using "$@" to provide support for similar but not identical
17020         targets without having to duplicate code.
17022 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
17024         * makefile.vms: Fix to work with DEC C.
17026 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
17028         * config.sub: Add mips-tx39-elf to marketing names.
17030 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
17032         * ltmain.sh: Handle symlinks in generated script.
17034 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
17036         * configure: Handle autoconf style directory options: --bindir,
17037         --datadir, --includedir, --infodir, --libdir, --libexecdir,
17038         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17039         --sysconfdir.
17040         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17041         (sharedstatedir, localstatedir, oldincludedir): New variables.
17042         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17043         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17044         sbindir, sharedstatedir, and sysconfdir.
17046 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17048         * Makefile.in (bootstrap-lean): New target.
17050 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
17052         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
17053         sn, and gnuserv from noconfigdirs.
17055 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
17057         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17059 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
17061         * Makefile.in (cross): New target.
17063 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
17064                           Jeff Law         <law@cygnus.com>
17066         * Makefile.in (bootstrap2, bootstrap3): New targets.
17067         (all-bootstrap): Remove outdated and confusing target.
17068         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17070 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17072         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17073         windows.  Consistent with gdb/configure.
17075 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
17077         * configure.in: Name Linux target fragment.
17079         * configure: Rewrite so that project Makefile fragment is inserted
17080         first and appears last in the resulting Makefile.
17082 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17084         * Makefile.in (install-itcl): Install tcl first.
17086 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
17088         * configure.in: remove bison from noconfigdirs for Cygwin32 host
17090 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17092         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17094         * configure.in (skipdirs): Add target-librx for Linux.
17095         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17097 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
17099         * Makefile.in (bootstrap): New target.
17101 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
17103         * config.sub: Accept 'amigados' for backward compatibility.
17105 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
17107         * config.guess: Merge with FSF.
17109 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
17111         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17113 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
17115         * config.sub: Add "marketing-names" patch.
17117 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
17119         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17121 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
17123         * config.sub: Handle v850-elf.
17125 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
17127         * .cvsignore (*-install): Remove.
17129 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
17131         * ltconfig: Set CONFIG_SHELL in libtool.
17132         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17134 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
17136         * configure.in (target_subdir): Set to libraries if enable_multilib.
17138 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
17140         * config.guess: Update from gcc directory.
17142 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17144         * Makefile.in (all-sim): Depends on all-readline.
17146 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
17148         * Makefile.in (BISON, YACC): Use $$s.
17149         (all-bison): Depend on all-texinfo.
17151 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
17153         * Makefile.in (BISON): Add -L flag.
17154         (YACC): Likewise.
17156 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17158         * configure.in (noconfigdirs): Add support for v850e target.
17160         * config.sub (maybe_os): Add support for v850e target.
17162 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17164         * configure.in (noconfigdirs): Add support for v850ea target.
17166         * config.sub (maybe_os): Add support for v850ea target.
17168 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
17170         * config.sub: Add mipstx39.  Delete r3900.
17172 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17174         * Makefile.in (all-autoconf): Depends on all-texinfo.
17176 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
17178         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17179         eabi targets.
17181 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
17183         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17185         * configure: When handling a Canadian Cross, handle YACC as well as
17186         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
17187         * Makefile.in (all-bison): Depend upon all-texinfo.
17189 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
17191         * Makefile.in (BISON): bison, not byacc or bison -y.
17192         (YACC): bison -y or byacc or yacc.
17193         (various): Add *-bison as appropriate.
17194         (taz): No need to mess with BISON anymore.
17196 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
17198         * configure: If OSTYPE matches *win32*, try to find a good value for
17199         CONFIG_SHELL.
17201 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
17203         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17204         configure.in if it is present.
17206 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
17208         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17210 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
17212         * config.sub: Recognize `arc' cpu.
17213         * configure.in: Likewise.
17214         * config-ml.in: Likewise.
17216 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
17218         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17220 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
17222         * configure: Changed sed delimiter from ':' to '|' when
17223         attempting to substitute ${config_shell} for SHELL. On
17224         NT ${config_shell} may contain a ':' in it.
17226 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
17228         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17230 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
17232         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17234 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17236         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17238         * ylwrap: If the program is a relative path, force it to be
17239         absolute.
17241 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17243         * configure (tooldir): Set BISON to `bison -y' and not just bison.
17245 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17247         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17248         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17249         for libraries.
17251 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17253         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17254         separated by spaces.
17256 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17258         * ylwrap: New file.
17259         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17261         * ltmain.sh: Handle /bin/sh at start of install program.
17263         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17265         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17266         * missing: New file, from automake 1.2.
17268 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17270         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17271         check-tk to CHECK_X11_MODULES.
17273 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17275         * config.sub: Merge with FSF.
17277 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17279         * config.guess: Merge with FSF.
17281 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17283         * configure: Treat msdosdjgpp like go32.
17284         * configure.in: Likewise.  Don't remove gprof for go32.
17286         * configure: Change Makefile.tem2 to Makefile.tm2.
17288 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17290         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17292 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17294         * install-sh (chmodcmd): Set to null if the DST directory already
17295         exists.  Same as Nov 11th change.
17297 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17299         * configure (GDB_TK): Needs itcl and tix.
17301 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17303         * config.guess: Update from FSF.
17305 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17307         * Makefile.in (GDB_TK): Depend on itcl and tix.
17309 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17311         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17312         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17313         (INSTALL_SCRIPT): New variable.
17314         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17315         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17316         to -x.
17317         * install-sh: Add support for -x option.
17319 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17321         * configure.in, Makefile.in: Treat tix like itcl.
17323 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17325         * Makefile.in (WINDRES): New variable.
17326         (WINDRES_FOR_TARGET): New variable.
17327         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17328         (EXTRA_HOST_FLAGS): Add WINDRES.
17329         (EXTRA_TARGET_FLAGS): Add WINDRES.
17330         (EXTRA_GCC_FLAGS): Add WINDRES.
17331         ($(DO_X)): Pass down WINDRES.
17332         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17333         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17334         DLLTOOL_FOR_TARGET.
17336 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17338         * configure.in: configure sim before gdb for win32-x-ppc
17340 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17342         Move gperf into the toplevel, from libg++.
17343         * configure.in (target_tools): Add target-gperf.
17344         (native_only): Add target-gperf.
17345         * Makefile.in (all-target-gperf): New target, depend on
17346         all-target-libg++.
17347         (configure-target-gperf): Empty rule.
17348         (ALL_TARGET_MODULES): Add all-target-gperf.
17349         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17350         (CHECK_TARGET_MODULES): Add check-target-gperf.
17351         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17352         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17354 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17356         * config.sub (mn10200): Recognize new basic machine.
17358 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17360         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17361         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17363 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17365         * configure.in: If we're building mips-sgi-irix6* native, turn on
17366         ENABLE_MULTILIB and set TARGET_SUBDIR.
17368 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17370         * Makefile.in (all-sn): Depend on all-grep.
17372 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17374         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17376         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17377         Makefile.  From Jeff Makey <jeff@cts.com>.
17378         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17380         * Makefile.in (DISTBISONFILES): Remove.
17381         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17382         $(DEFAULT_YACC).
17384         * configure.in: Build itl, db, sn, etc., when building for native
17385         cygwin32.
17387         * Makefile.in (LD): New variable.
17388         (EXTRA_HOST_FLAGS): Pass down LD.
17389         ($(DO_X)): Likewise.
17391 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17393         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17395 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17397         * configure.in (targargs): Strip out any supplied --build argument
17398         before adding our own. Always add --build.
17400 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17402         * configure.in (targargs): Pass --build if we're doing
17403         a cross-compile.
17405 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17407         * configure: Use '|' instead of ":" as the separator in
17408         sed. Otherwise sed chokes on NT path names with drive
17409         designators. Also look for "?:*" as the leading characters in an
17410         absolute pathname.
17412 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17414         * config.sub: Support for r3900.
17416 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17418         * configure.in: Use install-sh, not install.sh.
17420 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17422         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17423         apply it twice.
17425 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17427         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17428         install-binutils.
17430 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17432         * Makefile.in: Add automake targets.
17433         * configure.in (host_tools): Add automake.
17435 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17437         * configure: Default CXX to c++, not gcc.
17438         * Makefile.in (CXX): Set to c++, not gcc.
17439         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17441 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17443         * install-sh: try appending a .exe if source file doesn't
17444         exist
17446 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17448         * configure.in: Turn on multilib by default.
17449         (cross_only): Remove target-libiberty.
17451         * Makefile.in (all-gcc): Don't depend on libiberty.
17453 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17455         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17457 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17459         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17460         (DISTBISONFILES): Add ld/Makefile.in
17462 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17464         * configure.in: if target is cygwin32 but host isn't cygwin32,
17465         don't configure gdb tcl tk expect, not just gdb.
17467 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17469         * configure.in: Added gnuserv everywhere sn appears.
17471         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17472         (CROSS_CHECK_MODULES): Added check-gnuserv.
17473         (INSTALL_MODULES): Added install-gnuserv.
17474         (CLEAN_MODULES): Added clean-gnuserv.
17475         (all-gnuserv): New target.
17477 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17479         * config.guess: Fixes for MIPS OpenBSD systems.
17481 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17483         * Makefile.in (INSTALL_XFORM): Remove.
17484         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17486         * mkinstalldirs: New file, copied from automake.
17487         * Makefile.in (installdirs): Rename from install-dirs.  Use
17488         mkinstalldirs.  Change all users.
17489         (DEVO_SUPPORT): Add mkinstalldirs.
17491 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17493         * install-sh: Rename from install.sh.
17494         * Makefile.in (INSTALL): Change install.sh to install-sh.
17495         (DEVO_SUPPORT): Likewise.
17497         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17498         Graichen <graichen@rzpd.de>.
17500 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17502         * config.guess: Recognize OpenBSD systems correctly.
17504 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17506         * README, Makefile.in (ETC_SUPPORT): Remove references to
17507         cfg-paper*, configure.{texi,man,info*}._
17509 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17511         * Makefile.in (all.normal): Ensure that gcc is built after all
17512         the x11 - ie gdb - targets.
17514 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17516         * makefile.vms: Don't run conf-a-gas.
17518 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17520         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17522 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17524         * configure.in: Remove noconfigdirs case since gdb also
17525         configures and builds for tic80-coff.
17527 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17529         * configure: Set cache_file to config.cache.
17530         * Makefile.in (local-distclean): Remove config.cache.
17532 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17534         * COPYING: Update FSF address.
17536 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17538         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17539         noconfigdirs.
17541 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17543         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17544         MAKEDIRS, is empty.
17546 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17548         * config.sub: Tweak mn10300 entry.
17550 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17552         * configure.in (host_tools): Put sim before gdb, so gdb's
17553         configure.tgt can determine if the simulator was configured.
17555 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17557         * config.sub: Move BeOS $os case to be with other Cygnus
17558         local cases.
17560 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17562         * config.sub: Remove misplaced comment that broke Linux.
17564 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17566         * config.sub: Add BeOS support.
17568 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17570         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17572 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17574         * configure.in (noconfigdirs): Remove tcl and tk from
17575         noconfigdirs for cygwin32 builds.
17577 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17579         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17581 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17583         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17584         make-all.com, use makefile.vms instead.
17586 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17588         * config.sub: Accept -lnews*.
17590 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17592         * configure.in (noconfigdirs): Disable target-newlib,
17593         target-examples and target-libiberty for d30v.
17595 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17597         * configure.in (noconfigdirs): Enable ld for d30v.
17599 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17601         * configure.in (tic80-*-*): Build compiler.
17603 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17605         * configure.in (d30v-*): Remove sim directory from list of
17606         unsupported d30v directories
17608 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17610         * config.sub, configure.in: Add d30v target cpu.
17612 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17614         * makefile.vms: New file.
17615         * make-all.com: Remove.
17617 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17619         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17621 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17623         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17625 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17627         * Makefile.in (ALL_MODULES): Added all-db.
17628         (CROSS_CHECK_MODULES): Addec check-db.
17629         (INSTALL_MODULES): Added install-db.
17630         (CLEAN_MODULES): Added clean-db.
17632 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17634         * config.guess: Merge with latest FSF sources.
17636 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17638         * Makefile.in (ALL_MODULES): Added all-itcl.
17639         (CROSS_CHECK_MODULES): Added check-itcl.
17640         (INSTALL_MODULES): Added install-itcl.
17641         (CLEAN_MODULES): Added clean-itcl.
17643 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17645         * configure.in: build gdb for mn10200
17647 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17649         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17651 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17653         * configure.in (tic80-*-*): Turn off most targets right now.
17655 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17657         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17658         rather than the makeinfo program.
17659         (do-info): Depend upon all-texinfo.
17661 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17663         * configure.in: Remove uses of config/mh-linux.
17665         * config.sub, config.guess: Merge with latest FSF sources.
17667 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17669         * config.sub (case $basic_machine): Add tic80 entries.
17671 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17673         * config.sub, config.guess: Merge with latest FSF sources.
17675 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17677         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17678         * mpw-config.in: Test for NewFolderRecursive.
17679         * mpw-install: Use symbolic name for startup filename.
17680         * mpw-README: Add various additional details.
17682 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17684         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17686 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17688         * configure.in: Do build gcc and the target libraries for
17689         the mn10200.
17691 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17693         * configure.in: don't avoid building gdb for mn10300 any more
17694         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17695         instead of single-quoting it.
17697 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17699         * configure.in: Don't use --with-stabs on IRIX 6.
17701 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17703         * configure.in (m32r): Build gdb, libg++ now.
17705 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17707         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17708         directories from noconfigdirs.
17710 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17712         * config.sub (basic_machine): added mips16 configuration
17714 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17716         * config.sub: Handle d10v-unknown.
17718 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17720         * config.sub: Handle v850-unknown.
17722 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17724         * Makefile.in: add findutils
17725         * configure.in: add findutils to list of host_tools
17727 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17729         * config.sub: Handle mn10200 and mn10300.
17731 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17733         * configure.in (d10v-*): Do not build librx.
17735 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17737         * configure.in (mn10300): Build everything except gdb & libgloss.
17739 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17741         * config.guess:  Patch for Dansk Data Elektronik servers,
17742         from Niels Skou Olsen <nso@dde.dk>.
17744         For ncr, use /bin/uname rather than uname, since GNU uname does not
17745         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17747         Patch for MIPS R4000 running System V,
17748         from Eric S. Raymond <esr@snark.thyrsus.com>.
17750         Fix thinko for nextstep.
17752         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17754         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17755         * config.guess: Guess mips-dec-mach_bsd4.3.
17757         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17758         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17759         release numbers.
17760         * config.guess (mips-mips-riscos*):  Emit just enough of the
17761         release number.
17763         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17764         * config.guess (sparc-auspex-sunos*):  Added.
17765         (f300-fujitsu-*): Added.
17767         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17768         * config.guess:  Recognize a Tadpole as a sparc.
17770 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17772         * config.guess: Don't assume that NextStep version is either 2 or
17773         3.  NextStep 4 (aka OpenStep 4) has come out now.
17775 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17777         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17778         From Rik Faith <faith@cs.unc.edu>.
17780 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17782         * config.sub: Contributions from bug-gnu-utils to:
17783         Support plain "hppa" (no version given) architecture, reported by
17784         OpenStep.
17785         OpenBSD like NetBSD.
17786         LynxOs is not a hardware supplier.
17788         * config.guess: Contributions from bug-gnu-utils to add support for:
17789         OpenBSD like NetBSD.
17790         Stratus systems.
17791         More Pyramid systems.
17792         i[n>4]86 Intel chips.
17793         M680[n>4]0 Motorola chips.
17794         Use unknown instead of lynx for hardware manufacturer.
17796 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17798         * install.sh (chmodcmd): Set to null if the DST directory already
17799         exists.
17801 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17803         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17804         not use mt-ppc target Makefile fragment any more.
17806 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17808         * configure.in (*-*-windows):  Exclude everything but those dirs
17809         needed to build windows.
17811 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17813         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17815 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17817         * configure.in:  Exclude mmalloc from i386-windows.
17819 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17821         * Undo my previous change.
17823 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17825         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17826         unconditionally.
17827         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17829 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17831         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17832         host to add it's own flags.
17834 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17836         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17838 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17840         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17841         (CXX_FOR_TARGET): Likewise.
17842         (GCC_FOR_TARGET): Define.
17843         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17844         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17845         CC_FOR_TARGET was specified on the command line.
17846         (MAKEOVERRIDES): Don't define.
17848 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17850         * configure.in (m32r): Fix spelling of libg++ libs.
17852 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17854         * config.sub (-apple*): Remove, now redundant.
17856 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
17858         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17860         * configure: Rework yesterday's sed script patch.
17862         * config.sub: Merge with FSF.
17864 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
17866         * config.guess:  Merge from FSF.
17868         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
17869         * config.guess: Use pc instead of unknown, for pc clone systems.
17870         Change linux to linux-gnu.
17872         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17873         * config.guess: Avoid non-portable tr syntax.
17875 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
17877         * test-build.mk (HOLES): Add "xargs" for gdb.
17879         * configure: Avoid hpux10.20 sed bug.
17881 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
17883         * configure.in:  Add support for windows host
17884         (that is a build done under the Microsoft build environment).
17886 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
17888         * Makefile.in: Replace all uses of srcroot with s, to shrink
17889         command line lengths.
17891         Patches from Geoffrey Noer <noer@cygnus.com>:
17892         * configure.in: If configuring for newlib, pass --with-newlib to
17893         subdirectories.
17894         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17895         -Bnewlib/ and -Lwinsup to gcc.
17896         (CXX_FOR_TARGET): Likewise.
17898 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17900         * Makefile.in (ETC_SUPPORT): Add configure.
17902 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17904         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17905         host configuration file.
17907 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17909         * configure.in: Break mn10x00 support into separate
17910         mn10200 and mn10300 configurations.
17911         * config.sub: Likewise.
17913 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17915         * configure.in: Add lots of stuff to noconfigdirs for
17916         the mn10x00 targets.
17918         * config.sub, configure.in: Add mn10x00 support.
17920 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17922         * make-all.com: Call conf-a-gas, not config-a-gas.
17924 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17926         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17927         targets.
17929 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17931         * mpw-README: Add much more detail for native PowerMac.
17932         * mpw-install: New file.
17933         * mpw-configure: Add --norecursion and --help options.
17934         * mpw-config.in: Translate readme and install files when
17935         copying to objdir.
17936         * mpw-build.in: Don't always depend on byacc and flex.
17937         (install-only-top): New action.
17939 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17941         * configure.in:  You can now configure GDB for the v850.
17943 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17945         * configure.in (noconfigdirs): Don't configure any C++ dirs
17946         if targeting D10V.
17948 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17950         * config.sub: Recognize mips64vr5000.
17952 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17954         * configure.in: Use a single line for host_tools and native_only.
17956 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17958         * config.sub, configure.in: Add entries for m32r.
17960 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17962         * Makefile.in (inet-install): Don't run install-gzip.
17964 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17966         * configure.in:  Don't config lots of things for *-*-windows*.
17968 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17970         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17971         (host_libs, host_tools): Copy from configure.in.
17972         * mpw-configure: Don't complain about directories not found.
17974 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17976         * configure.in (i[345]86): Recognize i686 for pentium pro.
17977         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17978         file.
17980         * config.guess (i[345]86): Ditto.
17982 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17984         * configure.in (noconfigdirs): Removed gdb for D10V.
17986 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17988         * configure.in: Remove ld, target-libio, target-libg++, and
17989         target-libstdc++ from noconfigdirs.
17991 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17993         * configure: Fix three locations where shell scripts were
17994         being run directly rather than with config_shell.
17996 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17998         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17999         * config.sub (basic_machine): Recognize v850.
18001 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18003         * mpw-configure: Handle multiple enable/disable options and
18004         pass them down recursively, handle -c and -s flags appropriately
18005         depending on choice of compiler, add escape mechanism for
18006         quoted arguments to gC.
18008 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18010         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18011         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18012         so that -mrelocatable-lib and -mno-eabi are used.
18014         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18015         not support --print-multi-lib, don't abort.
18017 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
18019         * make-all.com: Run config-a-gas.
18020         * setup.com: Don't copy subdirectory files around.
18022 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
18024         * configure.in (*-*-ose): Remove exclusion of libgloss for this
18025         target, it now compiles correctly.
18027 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
18029         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18031 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18033         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
18035 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18037         * configure.in (native_only): Add prms.
18039 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
18041         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18042         (BINUTILS_SUPPORT_DIRS): Likewise.
18044 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18046         * configure.in (d10v-*-*): Don't configure ld or gdb until the
18047         d10v support is added.
18049 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18051         * configure.in (d10v-*-*): New target.
18053 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
18055         * config.guess (HP 9000/811): Recognize this as a PA1.1
18056         machine.
18058 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
18060         * Makefile.in (do-tar-gz): New target, split out from tail end of
18061         taz target.  Run each command separately, don't use pipes.
18062         (taz): Use it.
18064 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
18066         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18067         * mpw-build.in: No builds should depend on building byacc or flex,
18068         they are assumed to be installed already.
18070 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18072         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18073         variable that CC_FOR_TARGET needs.
18075 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18077         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18078         options have changed since the last time the subdirectory was
18079         configured, and if it has, reconfigure.
18080         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18081         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18083 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
18085         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18086         CLEAN_MODULES): Add bash.
18087         (all-bash): New target.
18089 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
18091         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18093 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18095         * config.sub (basic_machine): Recognize d10v as a valid processor.
18097 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
18099         * mpw-configure: Add support for --bindir.
18100         * mpw-build.in: Use a GCC-specific build script for GCC actions.
18102 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
18104         * configure.in: add bash, time, gawk to list of hosttools and things
18105         to only build for native toolchains
18107 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18109         * Makefile.in (docdir): Remove.
18111 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18113         * Makefile.in (datadir): Set to $(prefix)/share.
18115 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
18117         * configure.in: build diff and patch for cygwin32-hosted
18118         toolchains.
18120 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
18122         * config.sub: Accept -rtems*.
18124 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
18126         * configure.in: enable dosrel for cygwin32-hosted builds,
18127                 remove diff from the list of things not buildable
18128                 via Canadian Cross
18130 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
18132         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18133         don't get ". ".
18135 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
18137         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18139 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
18141         * Makefile.in (taz): Handle case where tex3patch didn't even get
18142         checked out.  Also, if it was found, put the symlink in a new util
18143         subdirectory.
18145 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18147         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18149 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
18151         * config.sub: Recognize -openvms.
18152         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18153         * make-all.com, setup.com: New files.
18155 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18157         * Makefile.in (taz): tex3patch moved to texinfo/util.
18159 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
18161         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18162         * configure.in: remove make from disable-if-Can-Cross list
18163                 enable gdb if ${host} and ${target} are cygwin32
18165 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
18167         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
18168         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18170 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18172         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
18173         distinguish sysv/svr4/bsd variants.
18174         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18176 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
18178         * configure.in: Added copyright notice.
18179         * move-if-change: Added copyright notice.
18181 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18183         * configure.in (powerpcle-*-solaris*): Until we get shared
18184         libraries working, don't build gdb, sim, make, tcl, tk, or
18185         expect.
18187 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
18189         * config.guess:  Merge with FSF:
18191         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18192         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18194         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
18195         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18197         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
18198         * config.guess:  Combine two OSF1 rules.
18199         Also recognize field test versions.  From mjr@zk3.dec.com.
18200         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
18201         because GNU uname does not support -p.  From pmr@pajato.com.
18203 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
18205         * Makefile.in (MAKEDIRS): Removed $(tooldir).
18207 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
18209         * mpw-README: Document GCCIncludes.
18211 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
18213         * configure.in (alpha-*-linux*): Set enable_shared to yes.
18215 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
18217         * mpw-configure: Handle --enable-FOO and --disable-FOO.
18219 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
18221         * configure.in (*-*-cygwin32): Configure make.
18223 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
18225         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18227 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
18229         * Makefile.in (all-inet): Depend on all-perl.
18231         * Makefile.in (inet-install): New target.
18233         * Makefile.in (all-inet): Depend on all-tcl.
18234         (all-inet): Depend on all-send-pr.
18236 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18238         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18239         temporarily.
18241 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
18243         * configure.in: Don't configure --with-gnu-ld on AIX.
18245 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18247         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18249 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18251         * Makefile.in (ALL_MODULES): Added all-inet.
18252         (CROSS_CHECK_MODULES): Added check-inet.
18253         (INSTALL_MODULES): Added install-inet.
18254         (CLEAN_MODULES): Added clean-inet.
18255         (all-indent): New target.
18257         * configure.in (host_tools): Added inet.
18258         (native_only): Added inet.
18259         (noconfigdirs): Added inet.
18261 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18263         * configure.in: Don't configure libgloss if we are not configuring
18264         newlib.
18266 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18268         * configure.in: Don't configure libgloss for unsupported
18269         architectures.
18271 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18273         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18275 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18277         * Makefile.in (ALL_MODULES): Include all-apache.
18278         (CROSS_CHECK_MODULES): Include check-apache.
18279         (INSTALL_MODULES): Include install-apache.
18280         (all-apache): New target.
18282         * configure.in: Added apache everywhere perl is seen.
18284 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18286         * Makefile.in: Add support for clean-{module} and
18287         clean-target-{module} rules.
18289 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18291         * configure.in (*-*-ose) do not build libgloss.
18293 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18295         * config.guess (prep*:SunOS:5.*:*): Turn into
18296         powerpele-unknown-solaris2.
18298 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18300         * configure.in: Permit --enable-shared to specify a list of
18301         directories.
18303 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18305         * configure.in (host==solaris): Pass only the first word of $CC
18306         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18308 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18310         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18312 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18314         * Makefile.in (ALL_MODULES): Include all-perl.
18315         (CROSS_CHECK_MODULES): Include check-perl.
18316         (INSTALL_MODULES): Include install-perl.
18317         (ALL_X11_MODULES): Include all-guile.
18318         (CHECK_X11_MODULES): Include check-guile.
18319         (INSTALL_X11_MODULES): Include install-guile.
18320         (all-perl): New target.
18321         (all-guile): New target.
18323         * configure.in (host_tools): Include perl and guile.
18324         (native_only): Include perl and guile.
18325         (noconfigdirs): Don't build guile and perl; no ports have been
18326         done.
18328 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18330         * configure (--enable-*): Handle quoted option lists such as
18331         --enable-sim-cflags='-g0 -O' better.
18333 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18335         * Makefile.in ({,inst}all-target): New rule so we can make and
18336         install all of the target directories easily.
18338 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18340         * configure.in: Add missing global flag in sed substitution when
18341         deleting `target-' from ${configdirs}.
18343 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18345         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18346         option.
18348         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18349         config/mh-necv4.
18351         * install.sh: Correct misspelling of transformbasename.
18353         * config.guess: Recognize mips-*-sysv*.
18355 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18357         * config.sub: Recognize mon960.
18359 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18361         * configure: Restore Canadian Cross handling of BISON and LEX,
18362         removed in Feb 20 change.
18364 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18366         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18367         Mention make install.  Remove the old copyright date as well the
18368         clumsy and rather pointless copyright on the README file.
18370 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18372         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18373         Makefile after running symlink-tree, then run `make distclean' to
18374         avoid clobbering any generated files in srcdir.
18376 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18378         * configure.in (m68k-*-netbsd*): Build everything now.
18380 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18382         * Makefile.in (taz): Fix quoting.
18384 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18386         * configure.in (sparclet-*-*): Build everything now.
18388 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18390         * configure.in (m68k-*-linux*): New host.
18392 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18394         * configure: Check for bison before byacc.
18396 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18398         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18399         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18400         searching PATH.  These are used as fallbacks by Makefile.in if
18401         flex/bison/byacc aren't in objdir.
18403 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18405         * Makefile.in: Make everything which depends upon all-bfd also
18406         depend upon all-opcodes, in case --with-commonbfdlib is used.
18408 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18410         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18411         building NT native compilers on Unix.
18413 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18415         * configure.in: Don't get CC from the host Makefile fragment if we
18416         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18417         Solaris test for /usr/ucb/cc to the post target script, just after
18418         the compiler sanity test.
18420 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18422         * config.sub: Merge with FSF.
18424 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18426         * Makefile.in (RPATH_ENVVAR): New variable.
18427         (REALLY_SET_LIB_PATH): Use it.
18428         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18430 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18432         * config.sub, configure.in: Recognize sparclet cpu.
18434 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18436         * config.guess:  Support m68k-cbm-sysv4.
18438 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18440         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18441         m68k-unknown-linuxaout from linker help string.  Put quotes around
18442         $ld_help_string.
18444 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18446         * config.guess (powerpc-harris-powerunix): Add guess for port
18447         to new target.
18449 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18451         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18453 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18455         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18456         $(REALLY_SET_LIB_PATH) in Makefile.
18457         * Makefile.in (SET_LIB_PATH): New variable.
18458         (REALLY_SET_LIB_PATH): New variable.
18459         ($(DO_X)): Use $(SET_LIB_PATH).
18460         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18461         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18462         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18463         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18464         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18465         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18466         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18467         (install-dosrel): Likewise.
18468         (all-opcodes): Depend upon all-libiberty.
18470 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18472         * config.guess (*:CYGWIN*): New
18474 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18476         * Makefile.in (all-target-winsup): All all-target-libiberty.
18478 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18480         * configure.in (noconfigdirs): Add missing # in front of comment.
18482 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18484         * configure.in: add second pass to things added to noconfigdirs
18485         so *-gm-magic can exclude libgloss properly.
18487 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18489         * mpw-configure (extralibs_name, rez_name): Set correctly
18490         for MWC68K compiler.
18492         * mpw-README: Add more info on the necessary build tools.
18494 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18496         * configure.in, config.sub: Recognize cygwin32.
18498 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18500         * config.guess, config.sub: Recognize A/UX.
18502 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18504         * config.sub: Merge with gcc/config.sub.
18506 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18508         * mpw-build.in (do-binutils): Add build of stamps.
18510 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18512         * config.sub: Add recognition for mips64vr4100*-* targets.
18514 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18516         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18517         Add creation of gconfigargs with `--enable-shared' turned on.
18518         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18519         ($(host)-stamp-stage3-configured): Likewise.
18520         (HOLES): Add chatr and ldd.
18521         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18523 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18525         * configure: Pass --nfp to recursive configures.
18527 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18529         * Makefile.in (DLLTOOL): New.
18530         (DLLTOOL_FOR_TARGET): New.
18531         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18532         (EXTRA_TARGET_FLAGS): Ditto.
18533         (EXTRA_GCC_FLAGS): Ditto.
18534         (CONFIGURE_TARGET_MODULES): Ditto.
18535         (DO_X): Ditto.
18536         * configure: Add DLLTOOL.
18538 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18540         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18541         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18542         mh-sco, since old workarounds no longer needed, and don't
18543         build ld, since libraries have weak symbols in COFF.
18545 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18547         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18549 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18551         * configure.in: Make sure that ${CC} can be used to compile an
18552         executable.
18554 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18556         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18557         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18558         nothing depending on whether gdbtk is being built.
18560 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18562         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18564 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18566         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18567         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18569 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18571         * config-ml.in: Add support for
18572         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18573         Simplify setting of multidirs from --disable-foo.
18575 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18577         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18578         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18579         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18580         non-empty, pass them on to the  GCC make.
18581         (all-bootstrap): New rule that is like all-gcc, except it executes
18582         the GCC bootstrap rule instead of the GCC all rule.
18584 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18586         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18588 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18590         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18591         DG/UX support.
18593 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18595         * config.sub (i*86*) Change [345] to [3456]
18597 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18599         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18600         --with-gnu-ld=no.
18602 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18604         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18605         AIX multilibs get built.
18607 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18609         * configure.in (i386-win32): Don't build expect if we're not
18610         building the tcl subdir.
18612 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18614         * Makefile.in: (configure-target-examples, all-target-examples):
18615         New targets, configure and build example programs.
18617 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18619         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18620         use it as input to sedit the generated MPW makefile.
18621         * mpw-README: Add a suggestion about Gestalt.h.
18623 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18625         * config.sub: Accept *-*-ieee*.
18627 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18629         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18630         Ronald F. Guilmette <rfg@monkeys.com>.
18632 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18634         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18635         for powerpc-pe native.
18636         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18637         (target==powerpc-pe): duplicate i386-win32 entry.
18639 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18641         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18642         of vxworks, not just vxworks5.1.
18644 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18646         * mpw-configure: Add support for exec-prefix.
18648 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18650         * config.guess: Recognize HP model 816 machines as having
18651         a PA1.1 processor.
18653 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18655         * configure: Ignore new autoconf configure options.
18657 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18659         * config.guess:  Recognize Pentium under SCO.
18660         From Robert Lipe <robertl@arnet.com>.
18662 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18664         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18666 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18668         * configure.in: Don't configure gas for alpha-dec-osf*.
18670 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18672         * configure.in: Default to --with-stabs for some targets for which
18673         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18674         i[345]86*-*-unixware*.
18676 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18678         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18679         rather than basing it on the target.  Simplify handling of options
18680         controlling which directories to configure.  Remove extraneous
18681         slash in multi-clean target.
18683 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18685         * config-ml.in: Prefix more variables with ml_ so they don't collide
18686         with configure's.
18688 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18690         * configure: Don't turn -v into --v.
18692 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18694         * configure.in (targargs): Fix typo.
18696         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18698 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18700         * configure.in: Strip --host and --target options from
18701         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18702         --with-cross-host option when building with a cross-compiler.
18703         * configure: Canonicalize the arguments put into config.status by
18704         always using `=' for an option with an argument.  Pass a presumed
18705         --host or --target explicitly.
18707 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18709         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18710         into general OS recognition case.
18712 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18714         * configure.in (target_configdirs): add target-winsup only
18715         for win32 target systems.
18717 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18719         * Makefile.in (all-target-libgloss): Depend upon
18720         configure-target-newlib, since when libgloss is built it looks to
18721         see if the newlib directory exists.
18723 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18725         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18726         cfg-ml-*.in.
18728 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18730         * configure: Handle LD and LD_FOR_TARGET when configuring a
18731         Canadian Cross.
18733 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18735         * configure.in (target_libs): add target-winsup.
18736         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18737         (target==ppcle-pe): remove ld from $noconfigdirs.
18739 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18741         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18742         Preserve relative path names in $srcdir.  Build symlink tree if
18743         configuring cross target dir and srcdir=. (= no VPATH support).
18744         (configure-target-libg++): Depend on configure-target-librx.
18745         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18746         * config-ml.in: New file.
18747         * symlink-tree: New file.
18748         * configure: Ensure srcdir="." if that's what it is.
18750 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18752         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18753         includes and FLEX_SKELETON setting.
18754         * mpw-configure (--with-gnu-ld): New option, controls whether
18755         to use PPCLink or ld with PowerMac GCC.
18756         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18757         * mpw-config.in: Configure grez if targeting Mac.
18759         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18760         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18761         just macos.
18762         * configure.in: Configure grez resource compiler if targeting Mac.
18763         * Makefile.in (all-grez, install-grez): New targets.
18765 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18767         * configure: CXX defaults to gcc, not g++.  If we find
18768         gcc in the path, set CC to gcc -O2.
18770 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18772         * configure: Default ${build} correctly.  Avoid picking up extra
18773         spaces when reading CC and CXX from Makefile.  When doing a
18774         Canadian Cross, use plausible default values for numerous
18775         variables.
18776         * configure.in: When doing a Canadian Cross, don't try to
18777         configure tools whose configure script can't handle it.
18779 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18781         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18783 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18785         * configure:  Remove dubious bug reporting address.
18787 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18789         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18790         configure script, run that instead of this directory's configure.
18791         In either case, print a message that we're configuring the sub-dir.
18793 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18795         * configure.in: Before checking for the existence of various files,
18796         use sed to filter out "target-".
18798 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18800         * Makefile.in (DO_X): Split rule to decrease command line length
18801         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18802         (Philippe De Muyter).
18804 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18806         * Makefile.in (all-patch): depend on all-libiberty.
18808 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18810         * configure.in: If the only directory in target_configdirs which
18811         actually exists is libiberty, then set target_configdirs to empty,
18812         to avoid trying to build a target libiberty in a gas or gdb
18813         distribution.
18815 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18817         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18818         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18819         systems.
18821 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18823         * configure.in (copy_dirs): Use sys-include instead of include
18824         for --with-headers option.
18826 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18828         * Makefile.in, configure.in: Make winsup builds work with
18829         new scheme.
18831 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18833         * configure.in: Build the linker on AIX.
18835 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18837         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18838         where needed.
18840 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18842         * Makefile.in (all-gcc): Fix typo.
18844 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18846         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18848 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18850         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18851         to target-xiberty, to provide more flexibility.
18852         (target_subdir):  Define.  Create if cross.
18853         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18854         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18855         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18856         check-libFOO -> check-target-libFOO, etc.
18857         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18858         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18859         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18860         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
18861         allow ALL_GCC="" to only configure.
18862         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
18863         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
18864         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
18866 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
18868         * Makefile.in (taz): Build "info" in etc explicitly.
18870 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
18872         * configure.in:  Make sure that CC is undefined (as opposed to
18873         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
18874         problem with autoconf trying to configure on a host without GCC.
18876 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18878         * mpw-configure: Set host alias from choice of host compiler,
18879         only use generic MPW Makefile sed if present, edit a file
18880         named "hacked_Makefile.in" instead of "Makefile.in" if present.
18881         * mpw-README: Add problem notes about CW6 and CW7.
18883 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
18885         * Makefile.in (taz): Use ";" instead of ";;".
18887 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18889         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
18890         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18891         DISTDOCDIRS.
18892         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
18893         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
18895 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18897         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18898         and gnats, because they are now subsumed by DISTSTUFFDIRS.
18899         Move bfd to DISTSTUFFDIRS.
18901 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18903         * Makefile.in (X11_LIB): Removed.
18904         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18906         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18908 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18910         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18911         names.
18913 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18915         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18917 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18919         * configure.in (i[345]86-*-win32): Always build newlib.
18920         Don't configure cvs, autoconf or texinfo.
18921         * Makefile.in (LD_FOR_TARGET): New.
18922         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18923         Pass down LD_FOR_TARGET.
18925 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18927         * winsup: New directory.
18928         * Makefile.in: Build winsup.
18929         * configure.in: Winsup is configured when target is win32.
18930         Can only build win32 target GDB when native.
18932 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18934         * config.guess: Recognize HP model 819 machines as having
18935         a PA 1.1 processor.
18937 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18939         * configure: Fix sed loop which substitutes for CC and CXX to
18940         avoid bug found in various sed implementations.
18942 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18944         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18945         simulator.  Use standard powerpc-*-eabi*.
18947 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18949         * configure.in: Stop putting gas and binutils in noconfigdirs for
18950         powerpc-*-aix* and rs6000-*-*.
18952 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18954         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18955         -mcall-aixdesc libraries.
18957 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18959         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18961         * config.sub (arm | armel | armeb): Fix shell syntax.
18963 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18965         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18966         -msoft-float and -mcpu=common support.
18967         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18968         libraries.
18970 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18972         * configure.in: Allow configuration and build of emacs19 for the alpha.
18974 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18976         * configure.in (CC): Get ^CC, not just any old CC, from
18977         ${host_makefile_frag}.
18979 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18981         * configure.in (CC): Try to get CC from
18982         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18984 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18986         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18987         only if it exists in $(srcdir).
18989 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18991         * configure: If CC and CXX are not set in the environment, set
18992         them, based on either an existing Makefile or on searching for gcc
18993         in PATH.  Substitute for CC and CXX in Makefile.
18994         * configure.in: Remove libm from target_libs.  Separate
18995         target_configdirs from configdirs.  If CC is not set in
18996         environment, try to get it from a host Makefile fragment.  Rewrite
18997         changes of configdirs to use skipdirs instead.  A few minor
18998         tweaks.  Take directories out of target_configdirs as they are
18999         taken out of configdirs.  Remove existing Makefile files from
19000         subdirectories.  Substitute for TARGET_CONFIGDIRS and
19001         CONFIG_ARGUMENTS in Makefile.
19002         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19003         by configure.in.
19004         (CONFIG_ARGUMENTS): Likewise.
19005         (CONFIGURE_TARGET_MODULES): New variable.
19006         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19007         ($(CONFIGURE_TARGET_MODULES)): New target.
19008         (configure-libg++, configure-libio): New targets.
19009         (all-libg++): Depend upon configure-libg++.
19010         (all-libio): Depend upon configure-libio.
19011         (configure-libgloss, all-libgloss): New targets.
19012         (configure-libstdc++): New target.
19013         (all-libstdc++): Depend upon configure-libstdc++.
19014         (configure-librx, all-librx): New targets.
19015         (configure-newlib): New target.
19016         (all-newlib): Depend upon configure-newlib
19017         (configure-xiberty): New target.
19018         (all-xiberty): Depend upon configure-xiberty.
19020 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19022         * configure.in (host i[345]86-*-win32):  Expand the
19023         noconfigdirs again.
19025 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
19027         * mpw-configure: Fix sed command file name.
19029 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19031         * configure.in (host i[345]86-*-win32): Reduce the
19032         noconfigdirs again.
19034 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
19036         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19037         or powerpc*-*-pe*, since they are not yet supported.
19039 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19041         Add PowerMac support and many other enhancements.
19042         * mpw-configure: New option --cc to select compiler to use,
19043         paste options set according to --cc into the generated
19044         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19045         if mpw-make.sed is present.
19046         * mpw-config.in: Don't test for gC1, test for mpw-touch,
19047         add forward includes for PowerPC include files.
19048         * mpw-build.in: Build using Makefile.PPC if present.
19049         (do-byacc, etc): Remove separate version resource builds.
19050         (do-gas): Build "stamps" before "all".
19051         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19052         * mpw-README: Update to reflect --cc option, PowerMac support,
19053         and recently-reported compatibility problems.
19055 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
19057         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19058         embedded m68k systems (-aout, -coff, -elf, -vxworks).
19059         (--with-multilib-top): Pass to recursive invocations.
19061 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
19063         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19064         v810-*-*.
19066 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19068         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19069         gdb, ld and opcodes on v810-*-*.
19071 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19073         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19074         (local-maintainer-clean): New target.
19075         (maintainer-clean): New target.
19076         (realclean): Just depend upon maintainer-clean.
19078 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19080         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19082 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
19084         * configure.in: Build ld in mips*-*-bsd* case.
19086 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
19088         * config.sub: Accept -lites* OS.  From Ian Dall.
19090 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
19092         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19093         targets.
19095 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19097         * configure.in: treat i386-win32 canadian cross the same as
19098         i386-go32 canadian cross.
19100 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19102         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19103         running under the simulator to build a reduced set of libraries.
19104         (powerpc-*-eabiaix): Add fine grained multilib support added to
19105         other powerpc targets yesterday.
19107 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19109         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19110         -disable-softfloat, -disable-relocatable, -disable-aix, and
19111         -disable-sysv to control which multilib libraries get built.
19113 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19115         * configure: Add Makefile.tem to list of files to remove in trap
19116         handler.
19118 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19120         * config.guess (*Linux*):  Add missing "exit"s.
19121         Also, need specific check for alpha-unknown-linux (uses COFF).
19123 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19125         * config.guess:  Merge with FSF:
19127         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
19128         * config.guess (AIX4): More robust release numbering discovery.
19130         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
19131         * config.guess (i386-sequent-ptx): Properly get version number.
19133         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
19134         * config.guess (mips:*:4*:UMIPS): New case.
19136 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19138         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19139         (i386-win32 host): Likewise.  Don't build readline.
19141 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
19143         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
19144         SUPPORT_FILES to submakes.
19146 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
19148         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19149         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19150         mpw-configure.
19152 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
19154         * configure.in (appdirs): Use =, not ==, in test expression when
19155         trying to build the text to print in the warning message for
19156         Solaris users.
19158 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
19160         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19162 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19164         * config.guess: Recognize lynx-2.3.
19166 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
19168         * config.sub (z8ksim): Deleted
19169         (z8k-*-coff): New, this is the one true name of the target.
19171 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
19173         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19175 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
19177         * config.guess (*:Linux:*:*): First try asking the linker what the
19178         default object file format is (elf, aout, or coff).  Then if this
19179         fails, try previous methods.
19181 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19183         * configure.in: Don't build newlib for *-*-vxworks5.1.
19185 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19187         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19188         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19190 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
19192         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19194 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
19196         * cfg-ml-com.in: New file.
19197         * cfg-ml-pos.in: New file.
19199 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19201         * COPYING.NEWLIB: Add HP free copyright to list.
19203 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19205         * config.sub: Recognize -eabi* for the system, not just -eabi.
19207 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19209         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19210         * config.sub, configure.in (win32): New target and host.
19212 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19214         * configure.in: Add i386-pe configuration.
19216 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
19218         * mpw-build.in (install): Install GDB after LD.
19220 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
19222         * mpw-config.in (elf/mips.h): Always forward-include, needed
19223         for GDB to build.
19225 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19227         * testsuite: New directory for customer acceptance and whole tool
19228         chain tests.
19230 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19232         * configure: If per-host line isn't found, but AC_OUTPUT is found
19233         and a configure script exists, run it instead.
19235 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19237         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
19239 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19241         * configure: Set build_{cpu,vendor,os,alias} to host values when
19242         --build isn't specified.
19244 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19246         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19247         (FLAGS_TO_PASS): Pass them.
19248         (EXTRA_TARGET_FLAGS): Ditto.
19250 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19252         * Makefile.in (all-libg++): Depend on all-libstdc++.
19254 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19256         * configure.in (noconfigdirs): Enable all packages for
19257         i386-unknown-netbsd.
19259 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19261         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19262         hosted builds (DOS builds)
19264 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19266         Changes for ARM based on patches from Richard Earnshaw:
19267         * config.sub: Handle armeb and armel.
19268         * configure.in: Omit arm linker only for riscix.
19270 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19272         * config.guess:  Update from FSF.
19274 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19276         * config.sub: Recognize powerpcle as the little endian variant of
19277         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19278         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19279         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19280         temporarily.
19282 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19284         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19286 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19288         * config.sub: Accept -lites* as a basic system type.
19290 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19292         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19293         installed, and if so return linuxoldld as the system name.
19295 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19297         * config.guess: Add hppa1.1-hp-lites support.
19299 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19301         * configure.in: Don't build newlib for m68k-vxworks5.1.
19303 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19305         * configure.in (mips-sgi-irix6): Use mh-irix5.
19307 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19309         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19311 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19313         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19314         OSF/1.  Fix compiler flags.
19315         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19317 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19319         * configure.in: Recognize --with-newlib.
19320         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19322 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19324         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19325         to *_X11_MODULES due to gdbtk needing X include files et al.
19327 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19329         Merge in support for Mac MPW as a host.
19330         (Old change descriptions retained for informational value.)
19332         * mpw-config.in: Add generic include forwards for cpu-specific
19333         include files in aout and elf directories.
19335         * mpw-configure: Added copyright.
19336         * mpw-config.in: Check for presence of required build tools.
19337         (target_libs): Add newlib.
19338         (target_tools): Add examples.
19339         (Read Me): Generate as "Read Me for MPW" instead.
19340         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19341         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19342         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19344         * mpw-configure: Remove subdir-specific makefile hackery,
19345         delete mk.tmp after using it.
19347         * mpw-build.in (all): Display start and end times.
19349         * mpw-configure (host_canonical): Set.
19350         (target_cpu): Always add to makefiles.
19351         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19352         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19353         (mpw-mh-mpw): Look for in srcdir and srcroot.
19354         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19356         * mpw-build.in: (install-only): New target.
19358         * mpw-configure (host_alias, target_alias): Rename from hostalias
19359         and targetalias, add into generated Makefile.
19360         (mk.tmp): If present, add into generated Makefile.
19361         * mpw-build.in (all-gas): Build config.h first before gas proper.
19363         * mpw-configure (config.status): Write only if changed.
19364         * mpw-config.in (readline): Configure it (not built, just used for
19365         definitions).
19367         * mpw-config.in (elf/mips.h): Add a forward include.
19369         * mpw-config.in: Forward-include most .h files in include into
19370         extra-include.
19371         (readline): Don't build.
19372         mpw-build.in (install): Install GDB.
19374         * mpw-configure (prefix, mpw_prefix): Handle it.
19375         * mpw-config.in (mmalloc, readline): Don't configure.
19376         * mpw-build.in (thisscript): Rename to ThisScript.
19377         Use mpw-build instead of BuildProgram everywhere.
19378         (mmalloc, readline): Don't build.
19379         * mpw-README: New file, basic documentation about the MPW port.
19381         * mpw-config.in: Use forward-include to create include files.
19383         * mpw-configure: Add more things to the top of each configured
19384         Makefile, including contents of config/mpw-mh-mpw.
19385         * mpw-config.in (extra-include): Create this directory and fill it
19386         with Posix-like include files when configuring.
19388         * config.sub (apple, mac, mpw): Add various aliases.
19390         * mpw-build.in: New file, top-level build script fragment for MPW.
19391         * mpw-configure: New file, configure script for MPW.
19392         * mpw-config.in: New file, config fragment for MPW.
19394 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19396         * configure.in (host_libs): Remove glob, since it is gone from the
19397         sources.
19399 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19401         * Makefile.in: define empty GDB_NLM_DEPS var.
19403         * configure.in(target_makefile_frag): use config/mt-netware
19404         for netware targets.
19406 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19408         * config.sub: Merge in recent FSF changes.  Remove linux special
19409         cases.
19411 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19413         Revert this change:
19415         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19417                 * build-all.mk: Use CC=cc -Xs on Solaris.
19419 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19421         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19422         stop using it.
19423         * Makefile.in: Nuke all references to glob subdirectory.
19425 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19427         * configure.in: Fix --enable-shared logic in per-host.
19429 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19431         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19433 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19435         * configure.in (noconfigdirs): Don't build gas on AIX, for
19436         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19438 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19440         * configure: Fix --cache-file to work if the file argument is a
19441         relative path.
19443 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19445         * configure: If the --cache-file is used, pass it down to
19446         configure in subdirectories.
19448 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19450         * config.sub: add vxworks29k configuration.
19452 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19454         * Makefile.in (taz): Do "diststuff" part quietly.
19456 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19458         * config.sub: Mini-merge with gcc/config.sub.
19460 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19462         * config.guess (IRIX): Sed - to _.
19464 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19466         * Makefile.in (source-vault, binary-vault): New targets.
19468 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19470         * config.sub: Recognize -eabi as a basic system type.
19472 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19474         * configure.in (enable_shared stuff): Fix typo.
19476 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19478         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19480 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19482         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19484 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19486         * configure.in (rs6000-*-*): Don't build gas.
19488 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19490         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19491         reduce command line length.
19492         (AS_FOR_TARGET): Check for as.new, not Makefile.
19493         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19495 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19497         * config.guess:  Merge from FSF.
19499 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19501         * configure: Don't use $ when handling program_suffix.
19503 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19505         * configure.in:  Configure tk for hppa/hpux.
19507 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19509         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19511 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19513         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19514         to LIBCXXFLAGS.  Tests are better run without it.
19516 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19518         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19520 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19522         * configure.in (*-*-netware*): Don't configure xiberty.
19524 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19526         * configure.in:  Remove tk from native_only list.
19528 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19530         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19531         for special NCD build.
19533 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19535         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19536         makeall.bat, they're only useful for binutils snapshots.
19537         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19538         makeall.bat to specified SUPPORT_FILES.
19540 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19542         * build-all.mk: Add Ericsson targets to sun4 and solaris
19543         hosts.  Add  BNR's sun4 target to solaris host, so their
19544         build-from-source will be tested in-house first.
19546 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19548         * Makefile.in (LIBCFLAGS): New variable.
19549         (CFLAGS_FOR_TARGET): Ditto.
19550         (LIBCFLAGS_FOR_TARGET): Ditto.
19551         (LIBCXXFLAGS): Ditto.
19552         (CXXFLAGS_FOR_TARGET): Ditto.
19553         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19554         (BASE_FLAGS_TO_PASS): Pass them.
19555         (EXTRA_TARGET_FLAGS): Ditto.
19557         * configure.in: Support --enable-shared.
19559 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19561         * configure.in (target_libs):  Include libstdc++ again.
19562         * config.guess:  Update from FSF (for FreeBSD).
19564 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19566         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19567         makeall.bat.
19568         (DISTDOCDIRS): Add `etc'.
19569         (ETC_SUPPORT_PFX): New variable.
19570         (taz): Include anything from etc starting with a word in
19571         ETC_SUPPORT_PFX.
19573 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19575         * config.sub: Update for recent FSF changes.  Remove obsolete
19576         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19577         spacing changes.
19579 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19581         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19583         * config.guess:  Merge with FSF.
19584         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19586 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19588         * configure: Since the "trap 0" handler will override the exit
19589         status on many systems, only use it for "exit 1", and make it set
19590         a non-zero exit status; reset it before "exit 0".  Also, check
19591         exit status of config.sub, and error out if it failed.
19593 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19595         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19596         and install libgloss.
19598 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19600         * Makefile.in (all-binutils): Depend upon all-byacc.
19602         * configure.in: Don't build emacs on Irix 5.
19604 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19606         * configure.in (*-*-netware*): Add libio.
19608 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19610         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19611         (CHECK_TARGET_MODULES): Ditto.
19612         (INSTALL_TARGET_MODULES): Ditto.
19613         (TARGET_LIBS): Ditto.
19614         (all-libstdc++): Note dependencies.
19616 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19618         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19620 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19622         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19623         -fexternal-templates.
19625         * configure.in (target_libs): Add libstdc++.
19626         (noconfigdirs): Add libstdc++ as appropriate.
19628 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19630         * config.guess:  Update from FSF.
19632 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19634         * configure: Use ${config_shell} when running ${configsub}.
19636 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19638         * config.sub: No longer recognize h8300h.
19640 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19642         * config.sub: Remove extraneous differences between config.sub and
19643         gcc/config.sub.
19645 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19647         * Makefile.in (DISTSTUFFDIRS): Add gas.
19649 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19651         * COPYING.NEWLIB: New file.
19653 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19655         * config.guess (HP-UX):  Patch from Harlan Stenn
19656         <harlan@landmark.com> to also emit release level.
19658 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19660         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19662 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19664         * config.sub:  Merge nextstep cleanup from FSF.
19666 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19668         * configure.in (arm-*-*): Don't configure ld for this target.
19670 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19672         * configure.in (*-*-netware): don't configure libg++, libio,
19673         librx, or newlib.
19675 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19677         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19678         configure ld--it works, but it doesn't support shared libraries.
19680 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19682         * config.guess (*-unknown-freebsd*):  Get rid of possible
19683         trailing "(Release)" in version string.
19684         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19686 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19688         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19689         Fix type: *-next-neststep -> *-next-nextstep.
19691         * config.guess:  Merge from FSF:
19693         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19695         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19697         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19699         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19700         instead of UNIX_SV for UnixWare 1.0).
19702 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19704         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19705         to make gdb/nlm/* build after the compiler and linker.
19707 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19709         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19710         not just i[34]86.
19711         (m68k-atari-sysv4):  Relocate to match FSF version.
19713         * config.guess:  More merges from the FSF:
19715         Add a space before function call or macro invocation.
19717         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19719         * config.guess: Add trap cmd to remove dummy.c and dummy when
19720         interrupted.
19722         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19724         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19725         (dummy): Redirect stderr from compilation of dummy.c.
19727         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19729         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19731 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19733         * configure: Accept and ignore --cache*, for compatibility with
19734         new autoconf.
19736 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19738         * config.guess:  Merge from FSF:
19740         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19742         * config.guess (Pyramid*:OSx*:*:*): New case.
19743         (PATH): Add /.attbin at end for finding uname.
19744         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19746         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19748         * config.guess (M88*:DolphinOS:*:*): New case.
19750         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19752         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19753         to select whether to use ELF or COFF.
19755         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19757         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19759         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19761         * config.guess: Guess the OS version for HPUX.
19763         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19765         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19767 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19769         * configure.in: Recognize --with-headers, --with-libs, and
19770         --without-newlib.
19771         * Makefile.in (all-xiberty): Depend upon all-ld.
19773 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19775         * configure.in: Change i[34]86 to i[345]86.
19777 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19779         * configure (version): A few more tweaks to help message.
19781 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19783         * Makefile.in:  Remove (for now) librx as a host library,
19784         now that we're building it for target.
19786 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19788         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19789         (Karl Berry).
19791 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19793         * configure.in:  Also configure librx.
19795 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19797         * Makefile.in:  Update various rules to reflect that librx
19798         is now needed for libg++.
19800 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19802         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19804 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19806         * configure.in: Configure the examples directory.
19808 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19810         * configure: Simplify Jun 2 1994 change.
19812 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19814         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19815         /bin/gcc isn't good enough to build gcc.
19817 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19819         * Makefile.in (GDB_SUPPORT_FILES): Remove
19820         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19821         (gdb.tar.gz): Add new rule to use standard distribution building
19822         mechanism.
19824 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19826         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19827         Bill Cox <bill@cygnus.com>.
19829 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19831         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19833 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19835         * configure:  Search current dir first in .gdbinit.
19837 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19839         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19841 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19843         * config.sub:  Refer to NeXT's operating system as nextstep.
19845         * config.sub (case $basic_machine):  Re-order the cases, to match
19846         the order in the FSF version (which is mostly alphabethical).
19847         Merge in some additions and changes from the FSF.
19849 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19851         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19852         * config.sub: Recognize cxux7.
19853         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19855 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19857         * config.sub:  Fix typo powerpc -> powerpc-*.
19859 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
19861         * Makefile.in: `all-emacs19' depends on `all-byacc'.
19863         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19864         parallel with all-emacs and install-emacs).  Top-level command
19865         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19867 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19869         * test-build.mk ($(host)-stamp-stage2-installed): Remove
19870         $(relbindir)/make before doing ``make install'', and use
19871         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
19872         installing over running make binary.
19873         ($(host)-stamp-stage3-installed): Likewise.
19875 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19877         * config.guess: Recognize Mach.
19879 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19881         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19882         see whether --exec-prefix was used.
19884 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19886         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
19888 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19890         * Makefile.in: Add all-librx target similar to all-libproc.
19892 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
19894         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19895         with post 1.2 uname bogosity.
19897 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19899         * configure: Remove temporary files on receipt of a signal.
19901 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19903         * configure: If there is a package_makefile_frag, remove
19904         ${subdir}/Makefile.tem after copying it in.
19906 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19908         * build_all.mk: support rs6000 lynx identifies itself as
19909         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19910         since /bin/gcc is too feeble to compile a modern gcc.
19912 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19914         * brought devo/test-build.mk update-to-date with progressive/
19915         test-build.mk. Add lynx targets and hppa flag info.
19917 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19919         * configure.in:  Use mh-ncrsvr43.  Patch from
19920         Tom McConnell <tmcconne@sedona.intel.com>.
19922 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19924         * config.guess (i386-unknown-bsdi):  No longer need to
19925         check #if defined(__bsdi__) && defined(__i386__).
19927 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19929         * configure: Set program_transform_nameoption correctly.
19931 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19933         * brought build-all.mk update-to-date with progressive build-all.mk,
19934         added new targets and hppa info.
19936 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19938         * configure: If config.guess result is a prefix of the user
19939         specified target, assume a native build and use the user specified
19940         target as the host alias.  Remove SunOS patch suffix removal hack.
19941         * configure.in: Remove SunOS patch suffix removal hack.
19943         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19944         in NATIVE_CHECK_MODULES.
19946 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19948         * Makefile.in: Rename HOST_ONLY to NATIVE.
19949         * configure: Delete SunOs patch suffix from host_canonical
19950         and build_canonical variables that are prepended to Makefiles.
19951         * configure.in: Add comments for easier maintenance.
19953 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19955         * Makefile.in: Add all-libproc target similar to all-gui.
19957 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19959         * Makefile.in (CHECK_MODULES): split into
19960         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19962 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19964         * config.guess (i386-unknown-bsdi): New system to guess.
19966 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19968         * Makefile.in: Add all-gui target (but not yet build by "all").
19970 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19972         * config.sub: Move deletion of patch suffix from here...
19973         * configure.in: To here, at Ian's suggestion.  The top-
19974         level scripts might need to know of a patch level.
19976 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19978         * config.sub: Strip off patch suffix so rtl is recognized
19979         as a sunos4.1.3 machine, even though it's been patched.
19981 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19983         * Makefile.in (INSTALL_LAST): Delete.
19984         (INSTALL_DOSREL): New.
19986 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19988         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19989         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19990         whether we pass down --with-gnu-ld anyhow.
19992 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19994         * Makefile.in (INSTALL_LAST): Change operation so it works
19995         on more flavors of make.
19996         * configure.in (go32): Don't build libg++ or libio.
19998 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
20000         * Makefile.in (Move HOST_PREFIX_1 and friends up so
20001         they can be overriden by templates.
20003 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
20005         * configure.in (target==go32): Don't build gdb.
20006         * dosrel: New directory.
20008 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
20010         * configure.in (host==go32): Configure dosrel too.
20011         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20012         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20013         be set by incoming names or templates.
20014         (INSTALL_LAST): New rule.
20016 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
20018         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20020 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20022         * configure.in (appdirs): New variable.  Currently empty, but will
20023         be used in gas distribution.  If nonempty, lists a set of
20024         directories at least one of which must get configured, or top
20025         level configuration is considered to have failed.
20026         (rs6000-*-lynxos*): Use new file name.
20028 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20030         Eliminate XTRAFLAGS.
20031         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20032         newlib include files using -idirafter, and also use -nostdinc.
20033         (CXX_FOR_TARGET): Likewise.
20034         (XTRAFLAGS): Removed.
20035         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20036         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20037         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20038         ($(DO_X)): Don't pass down XTRAFLAGS.
20040 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20042         * configure.in (mips*-dec-bsd*): New target; do build linker.
20043         (mips*-*-bsd*): New target; don't build linker.
20045 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20047         * configure.in: support rs6000-*-lynxos* configuration.
20048         support sunos4 as a cross target.
20050         * config.sub: look for lynx*, not lynx since the OS version may
20051         legitimately be part of the name.
20053 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20055         * configure.in (i[34]86-*-sco*): Move to be with other i386
20056         targets.
20057         (romp-*-*): New target.  Skip various binary utilities.
20058         (vax-*-*): New target.  Don't build newlib.
20059         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
20061 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20063         * configure.in: Only set host_makefile_frag if config
20064         directory exists.
20066 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20068         * install.sh: If $dstdir exists, don't check whether each
20069         component does.
20071 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20073         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20075 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20077         * configure.in (*-*-lynxos*): Don't configure newlib for either
20078         native or cross Lynx.
20080 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
20082         * config.sub (sparc64-elf): Fix os.
20083         (z8k): Remove duplicate.
20085 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20087         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20088         gcc/stmp-fixproto, to try to prevent fixproto from being run.
20090 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
20092         * configure: Make file links cleanly even if Lynx fails on
20093         an NFS symlink (at least fail cleanly).
20095 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
20097         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20098         -XNh2000.
20100 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20102         * configure: Unknown options are fatal again.
20104 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
20106         * configure: Ignore --x-includes and --x-libraries, for Autoconf
20107         compatibility.
20109 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
20111         * build-all.mk: Add `clean' target.
20113 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20115         * config.guess:  Add SINIX support.
20116         * configure.in:  Add mips-*-sysv4* support.
20118 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
20120         * build-all.mk: Document all useful targets.
20121         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20122         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20124 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20126         * configure: Support --silent, --quiet.
20128 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20130         * configure: Support --disable-FEATURE.
20132 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20134         * config.guess: Recognize NCR running SVR4.3.
20136 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20138         * config.guess:  Make BSDI generate i386-unknown-bsd386.
20139         Patch from Paul Eggert <eggert@twinsun.com>.
20141 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20143         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20145 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20147         * configure: Make unrecognized options give nonfatal warnings
20148         instead of fatal errors, and pass them to any subdirectory
20149         configures in case they recognize them.
20150         Make --x equivalent to --with-x.
20152 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20154         * configure: Add --enable-* options.  Clean up usage message and
20155         some comments.
20157 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
20159         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20161 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20163         * configure.in (hppa*-*-*): Enable binutils.
20165 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20167         * config.sub: Recognize cisco.
20169 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
20171         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20173 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20175         * config.guess: about target *-hitachi-hiuxwe2, don't print more
20176         than one configuration name.  Add comment.
20178 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
20180         * config.guess: about target *-hitachi-hiuxwe2, fixed
20181         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
20182         macro is incorrect.]
20184 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20186         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20187         than the "make ls" stuff which used to be here.
20189 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20191         * config.guess:  Recognize i[34]86-unknown-freebsd.
20192         From Shawn M Carey <smcarey@rodan.syr.edu>.
20194 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20196         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20198 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20200         * config.guess: Check for ptx.
20202 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
20204         * config.sub: Add os9k checking.
20206 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20208         * config.guess: Handle OSF1 running on HPPA processors
20210 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20212         * configure: If subdir configure fails, print out a message with
20213         subdirectory name, in case subdir's configure code didn't identify
20214         itself.
20216 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
20218         * configure.in: Remove embedded newlines from configdirs.
20219         Avoid mismatches of substrings.  Fix matching strings at end
20220         of configdirs.
20222 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
20224         * config.guess:  Add Lynx/rs6000 config support.
20226 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20228         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20230 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
20232         * configure.in (hppa*-*-osf*): Treat this just like most other
20233         PA configurations (eg no binutils or ld).
20234         (hppa*-*-*elf*): These configurations have binutils and ld.
20236 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20238         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
20240 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20242         * configure.in (rs6000-*-*): Build gas.
20244 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20246         * Makefile.in:  Avoid bug in losing hpux sed.
20248 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20250         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20251         for GDB and GDB has been fixed to not need it.
20253 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20255         * config.guess: Recognize vax hosts.
20257 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20259         * configure (while loop): Don't use "break 2" inside case
20260         statement -- the case statement isn't an enclosing loop.
20262 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20264         * config.guess:  Clean up NeXT support, to allow nextstep
20265         on Intel machines.  Make OS be nextstep.
20267 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20269         * config.guess: Add alternate forms for Convex.
20271 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20273         * configure:  Completely rewrite option processing.  Take
20274         advantage of pattern-matching to avoid invoking test frequently.
20275         Also clean up host and target defaulting logic.
20277 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20279         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20280         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20281         commands (plus user environment) will fit SCO limits.
20283 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20285         * configure.in: Don't issue warnings about directories which are
20286         not being configured if -norecursion is set.  Correct test for
20287         --with-gnu-as and --with-gnu-ld to not get confused by substring
20288         matches.
20290         * configure.in: Don't build gas for alpha-dec-osf1*.
20292 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20294         * configure:  Back out Per's change of 12/19/1993.  It changes the
20295         behavior of configure in unexpected and confusing ways.
20297         Also, use different delim char when calculating
20298         program_transform_name so that the name can contain slashes.
20300 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20302         * configure.in, config.sub: Add support for VSTa micro-kernel.
20304 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20306         * configure.in: Nuke hacks which were used to get a special
20307         version of GAS for HPPA configurations.
20309 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20311         * configure:  If only ${target_alias} is given, use that
20312         as the default for ${host_alias}.
20313         * configure:  Add missing back-slashes before nested quotes.
20315 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20317         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20319 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20321         * config.guess:  Recognize some Tektronix configurations.
20322         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20324 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20326         * config.sub: Match any flavor of SH.
20328 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20330         * configure.in: Don't try to configure newlib for Alpha.
20332 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20334         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20335         libg++ or libio for any Alpha target.
20337         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20339 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20341         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20342         default arguments -- so it tried to compress itself.
20344 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20346         * configure.in (notsupp): ensure that a space is always at the end
20347         of the configdirs list, since the grep checks for an explicit space
20349 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20351         * configure.in (target i386-sysv4.2): don't build ld, since static
20352         versions of many libraries are not available.
20354 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20356         * config.guess: Recognize Apollos (using environment variables).
20357         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20359 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20361         * config.guess: Recognize Sony news mips running newsos.
20363 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20365         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20366         "fi ; else" for bash.
20368 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20370         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20372 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20374         * config.sub: accept unixware as an alias for svr4.2.
20375         Fix some inconsistancies with the gcc version.
20377 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20379         * Makefile.in (DISTDOCDIRS):  Add gdb.
20381 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20383         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20385 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20387         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20388         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20389         this now.
20391 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20393         * config.sub: Accept hiux* as an OS name.
20395         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20396         etc/make-stds.texi.  The underscore came from gcc, and dje now
20397         agrees that RUNTESTFLAGS is the correct name.
20399 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20401         * install.sh:  Remove 'set -e'.  It makes any conditionals
20402         in the script useless.
20404         * config.guess: Automatically recognize arm-acorn-riscix
20405         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20407 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20409         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20411 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20413         * Makefile.in (DISTDOCDIRS): New variable.
20414         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20415         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20417 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20419         * configure.in (hppa target): check the source directory for the
20420         pagas sub-directory
20422 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20424         * config.sub: Allow -aout* and -elf*.
20426 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20428         * configure.in: Don't build ld on i386-solaris2, same as for
20429         sparc-solaris2.
20431 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20433         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20435 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20437         * configure.in:  Configure gdb for alpha.
20439 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20441         * Makefile.in (CXXFLAGS): Add -O.
20443 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20445         * config.guess: added support for DG Aviion
20447 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20449         * configure.in: Produce warning message for subdirectories not
20450         configurable for this host/target combination.  Don't try to
20451         configure gdb for vms.
20453 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20455         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20456         appropriate files before making "diststuff".
20457         (DISTBISONFILES): New var: list of files to be edited.
20458         (DISTSTUFFDIRS): Add binutils.
20460 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20462         * config.sub: also handle mipsel and mips64el (for little endian mips)
20464 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20466         * configure.in: Add * to end of all OS names.
20468 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20470         * configure.in: Build newlib for LynxOS native.
20472 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20474         * config.guess: Add support for delta 88k running SVR3.
20476         * configure.in: Add comment about HP compiler vs. emacs.
20478 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20480         * configure.in: don't build ld on solaris2 (not a viable option
20481         due to bugs in getpwnam & getpwuid)
20483 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20485         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20486         config.guess will produce a full version number.
20488 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20490         * configure.in: Build linker and binutils for alpha-dec-osf1.
20492 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20494         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20495         and gdb/testsuite/Makefile.in.
20497 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20499         * configure.in: recognize mips*- instead of mips-
20501 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20503         * config.sub: Accept linux*coff and linux*elf as operating
20504         systems.
20506 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20508         * config.sub: Recognize mips64, and mips3 as an alias for it.
20510 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20512         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20513         gdb knows how to handle OSF/1 shared libraries.
20515 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20517         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20518         * config.guess: Recognize Hitachi's HIUX.
20519         * config.sub: Recognize h3050r* and hppahitachi.
20520         Remove redundant cases for hp9k[23]*.
20522 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20524         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20525         if gas and ld are in the source tree and are in ${configdirs}.
20526         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20527         --with options (but still pass them down on the command line,
20528         if they were explicitly specified).
20530 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20532         * configure: substitute SHELL value in Makefile.in with
20533         ${CONFIG_SHELL}
20535 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20537         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20538         *-*-solaris2* targets.
20540 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20542         * Makefile.in: define M4, and pass it down to sub-makes;
20543         all-autoconf now depends on all-m4
20545 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20547         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20548         presence of {ar,ranlib} instead of a configured directory
20550 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20552         * config.guess: Accept 34?? as well as 33?? for NCR.
20554 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20556         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20557         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20559 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20561         * configure: grab values for $(CC) and $(CXX) from the
20562         environment, so that someone can do "CC=gcc configure; make" and
20563         have it work right (matching the way that autoconf works now)
20565         * configure.in, Makefile.in: add support for gash, the tcl
20566         interface to Galaxy
20568         * config.guess: add NetBSD variants (hp300, x86)
20570 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20572         * install.sh: Support -d option (in the manner of SunOS 4 install,
20573         as it is more deterministic than that of GNU install)
20574         (chmodcmd): Set file to mode 755 by default (should also do default
20575         chgrp and chown, but I don't feel like dealing with that now)
20577 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20579         * config.sub: Remove h8300hhms alias.
20581 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20583         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20585 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20587         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20588         as stmp-fixinc
20590 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20592         * config.sub: recognize m88110-bug-coff.
20594 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20596         * Makefile.in (all-libio): all dependencies on the toolchain used
20597         to build this (gcc, gas, ld, etc)
20599 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20601         * config.guess: Deal with OSF/1 1.3 on alpha.
20603 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20605         * install.sh: add some 'else true' clauses for portability
20607         * configure.in: don't build libio for h8[35]00-*-* targets
20609 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20611         * Makefile.in:  Add support for new libio.
20613 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20615         * install.sh: If one command fails, don't try the rest.  Don't try
20616         to remove $dsttmp (via trap) unless we have already created it.
20617         If $src doesn't exist, detect it and exit with an error.
20619         * config.guess: Recognize BSD on hp300.
20621 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20623         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20624         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20626 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20628         * Makefile.in (all-send-pr): depends on all-prms
20630 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20632         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20634 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20636         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20637         Added test for mips-mips-riscos5.
20639 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20641         * configure.in: use mh-hp300 for 68k HP hosts
20643 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20645         * configure: add support for CONFIG_SHELL, so that you can use
20646         some alternate shell for evaluating configure scripts
20648 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20650         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20651         in configure script to bug-gdb@prep.ai.mit.edu when building
20652         distribution archive.
20653         * Makefile.in (COMPRESS):  Remove def.
20654         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20655         gdb.tar.Z and make-gdb.tar.Z respectively.
20656         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20657         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20658         to convergence with 'taz' target in Makefile.in.
20660 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20662         * install.sh (dsttmp): use trap to ensure that tmp files go
20663         away on error conditions
20665 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20667         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20669 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20671         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20672         its parent is '/' not ''.
20674         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20676 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20678         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20679         that ${newsrcdir}/configure.in does.
20681 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20683         * test-build.mk: support for CONFIG_SHELL
20685 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20687         * config.sub (netware):  Add as a basic system type.
20689 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20691         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20692         $(srcdir)/ from the dependency on Makefile.in.
20694 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20696         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20697         (h8300hhms is temporary until multi-libraries are implemented).
20698         * configure.in: Handle h8300h too.
20700 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20702         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20704 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20706         * configure:  Remove extraneous output when guessing host type.
20707         * config.guess:  Remove extraneous output when guessing using C
20708         compiler rather than uname, or when guessing fails.
20710 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20712         * Makefile.in: remove all.cross and install.cross targets
20714         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20715         definitions
20717 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20719         * configure.in (target sh): Build gprof.
20721 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20723         * config.sub: change -solaris to -solaris2
20725 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20727         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20729 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20731         * configure: Correct error message for missing Makefile.in to
20732         print correct directory.
20734 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20736         * install.sh: kludge around 386BSD shell bug
20738 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20740         * config.guess:  Recognize NeXT.
20741         * config.guess:  Recognize i486-ncr-sysv4.
20742         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20744 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20746         * Makefile.in (MAKEINFOFLAGS): New variable.
20747         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20748         * build-all.mk, test-build.mk: Pass down --no-split as
20749         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20751 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20753         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20755 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20757         * Makefile.in (libg++.tar.z):  New rule.
20758         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20759         * Makefile.in (taz):  Only do a single chmod.
20761 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20763         * install.sh: don't use dirname anymore (replaced with sed usage)
20765 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20767         * Makefile.in:  Change extension for gzip'd files from '.z' to
20768         '.gz' per new FSF standard usage.
20770 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20772         * configure: put quotes around the final value of program_transform_name
20774 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20776         * Makefile.in: new install.sh support; update install-info rules
20778 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20780         * configure.in: Build diff for crosses, but not for go32 host.
20782         * configure.in: Build gprof only for native, and don't build it
20783         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20785 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20787         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20789 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20791         * configure.in (host_tools): Add prms.
20793 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20795         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20796         with $(FLAGS_TO_PASS) on the command line
20798         * config.sub: Recognize lynx and lynxos
20800 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20802         * config.sub: Accept -ecoff*, not just -ecoff.
20804 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20806         * Makefile.in (taz): Use .gz suffix instead of .z.
20807         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20808         names.
20810 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20812         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20814 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20816         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20817         that rebuilds that might happen during 'make install' don't get
20818         bogus gcc include files
20820 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20822         Change from Utah for HPPA support:
20823         * config.guess: Recognize hppa1.x-hp-bsd.
20825 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20827         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20828         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20830 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20832         * config.sub: Add support for rom68k and bug boot monitors.
20834 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20836         * Makefile.in: Make all-opcodes depend on all-bfd.
20838 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20840         * config.guess: Added special check for i[34]86-univel-sysv4*.
20842 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20844         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20845         the processor rather than assuming i486.
20847 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20849         * config.guess: Recognize SunOS6 as Solaris3.
20851 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20853         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20854         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20856 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
20858         * build-all.mk (all-cross): New target for Canadian Cross.
20859         Added Q2 go32 targets.
20860         * test-build.mk: Configure go32 cross sparclite-aout and
20861         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
20862         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20864 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20866         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20867         GO32 hosted toolchains
20869 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20871         * configure: change  so "-exec-prefix" gets passed down rather
20872         than "-exec_prefix" so autoconf generated Makefiles get the
20873         exec_prefix set right.
20875 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20877         * config.guess: get the Solaris2 minor version number
20879         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20881 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20883         * config.guess: Recognize some Sequent platforms.
20885 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20887         * Makefile.in: added the vault-install target
20889         * configure.in: actually use the Sun3 makefile fragment that's in
20890         config, also added the release dir to configdirs
20892 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20894         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20896 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20898         * configure.in: remove some program from Alpha targetted toolchains
20900 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20902         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20903         gprof.
20904         (taz): Run "make diststuff" in those directories instead of "make
20905         proto-dir".  Look for "VERSION=" only at start of line in subdir
20906         Makefile.  Use "gzip -9" for compression.
20907         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20908         (binutils.tar.z): New target.
20910 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20912         * Makefile.in (taz): Include gpl.texinfo.
20914 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20916         * Makefile.in (setup-dirs): Merged into "taz" target.
20917         (taz): Only do `proto-dir' stuff if a directory is actually needed
20918         for this target.
20920 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20922         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20923         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20924         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20925         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20926         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20928 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20930         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20931         config.sub, and move-if-change to gdb testsuite distribution
20932         archive, so the testsuite can be extracted, configured, and
20933         run separately from the gdb distribution.  Blow away the Chill
20934         tests that require a Chill compiled executable, since GNU Chill
20935         is not yet publically available.
20937 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20939         * test-build.mk: set environment variables in a single command,
20940         instead of a list of assignments and exports
20942         * config.guess: recognize Alpha/OSF1 systems
20944 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20946         * configure: Change help message to prefer --options rather than
20947         -options.
20949 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20951         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20952         zippy@ecst.csuchico.edu.
20953         * config.guess: Recognize miniframe.
20955 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20957         * Makefile.in: Use srcroot to find runtest rather than rootme.
20958         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20960 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20962         * test-build.mk: Extensive additions to support building on a
20963         machine other than the host.
20965 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20967         * configure (tooldir): Fix for i386-aix again.
20969 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20971         * configure, Makefile.in:  Change definition of $(tooldir)
20972         to match the FSF.
20974 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20976         * config.guess:  Recognize i[34]86/SVR4.
20978 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20980         * Makefile.in (all-gdb): gdb depends on sim.
20982 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20984         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20985         at the same time we make the prototype gdb directory.
20986         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20987         files at the same time as the gdb base release distribution.
20989 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20991         * Makefile.in (check): Use individual check targets rather than
20992         DO_X rule.
20993         (check-gcc): Added.
20995 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20997         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20998         for System V release 3.2.
21000 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21002         * config.sub: Recognize hppaosf.
21003         * configure.in: Do configure ld/binutils/gas for it.
21005 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21007         * configure (tooldir): Alter syntax used to set this, for systems
21008         where "\$" isn't handled right, like i386-aix.
21010 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21012         * configure: Pass program-transform-name, not
21013         program_transform_name, to recursive configures.
21015 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
21017         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21018         of gas+ld+binutils.
21020 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
21022         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
21024 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21026         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21028 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21030         * Makefile.in (PRMS): Set back to all-prms.
21032 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21034         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21035         targets, rather than for MIPS hosts.
21037 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21039         * configure.in: add comment for --with-x default values
21041         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21043         * Makefile.in: add check-* targets for each of the directories in
21044         the tree.  Add a definition of RUNTEST that will use the one we
21045         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
21047 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
21049         * configure.in: Removed obsolete references to bfd_target and
21050         target_makefile_frag.
21052         * build-all.mk: Set assorted targets for Q2.
21053         * config.sub: Recognize z8k-sim and h8300-hms.
21054         * test-build.mk: Really don't pass host to configure.
21055         (HOLES): Added uname.
21057 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
21059         * configure: Handle an empty program-prefix, program-suffix or
21060         program-transform-name correctly.
21062 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21064         * build-all.mk: -G 8 no longer required for MIPS targets.
21065         * test-build.mk: Don't pass host argument to configure; make it
21066         guess.
21068 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
21070         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
21071         * Makefile.in (COMPRESS):  New macro, like GZIP.
21073 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21075         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21077         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21078         with gas currently defaults to -G 0.
21080 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
21082         * Makefile.in (all-flex): flex depends on byacc.
21084         * build-all.mk: If host not specified, use config.guess.  Pass TAG
21085         to test-build.mk as RELEASE_TAG.
21086         * test-build.mk (configargs): New variable containing arguments to
21087         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
21088         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21090         * config.guess: Use /bin/uname when checking -X argument on SCO,
21091         to avoid invoking GNU uname which doesn't understand -X.
21093         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21095         * configure.in: Build gas for mips-*-*.
21097 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21099         * Makefile.in (all.normal): insert missing backslash.
21101 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21103         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21105         * Makefile.in: Complete overhaul to merge many almost identical
21106         targets.
21108 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21110         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21111         (gdb.tar.Z): Adjusted.
21113         * Makefile.in (setup-dirs, taz): New targets; should be general
21114         enough to adapt for gdb sometime.  Build only .z file.
21115         (gas.tar.z): New target.
21117 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
21119         * build-all.mk: Use CC=cc -Xs on Solaris.
21121 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
21123         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
21124         for handling BISON for FSF releases.
21126 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21128         * configure: Actually implement the change zoo just documented.
21130 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
21132         * configure: when using config.guess, only set target_alias when
21133         it's not already been set (ie, on the command line)
21135 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21137         * Makefile.in: add installcheck target, set PRMS to install-prms
21139 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21141         * configure: add support for package_makefile_fragment, handle the
21142         case where a directory has a configure.in file but no Makefile.in
21143         more gracefully (with an actual understandable error message, even);
21144         add support for --without (and add this to the usage message); also
21145         explicitly add a --host=${host_alias} to the command line when
21146         config.guess is used
21148 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21150         * configure: Must use both --host and --target in recursive calls.
21152 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21154         * Makefile.in: Change deja-gnu to dejagnu.
21156 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21158         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21160 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21162         * configure.in: canonicalize all instances to *-*-solaris2*,
21163         also strip out a number of tools to not build for go32 host
21165 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21167         * config.guess: add GPL.
21169         * Makefile.in, config.guess, config.sub, configure: bump
21170         copyrights to 93.
21172 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
21174         * Makefile.in (do-info): Removed obsolete check for existence of
21175         localenv file.
21177         * Makefile.in (MAKEOVERRIDES): Define to be empty.
21179 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21181         * Makefile.in: a couple of 'else true' for decstation,
21182         support for TclX
21184         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21186 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
21188         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21190 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
21192         * config.guess: Recognize i386-ibm-aix (PS/2).
21193         * configure.in: Use config/mh-aix386 file for it.
21195 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
21197         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21198         CC_FOR_TARGET instead.
21199         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21201 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
21203         * Makefile.in: Add sim to list of directories sent with gdb
21205 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
21207         * configure.in: Put back mips-dec-bsd* case.
21209 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
21211         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21212         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
21213         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21215 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21217         * configure.in: remove no-op mips-dec-bsd* in "case $target"
21219         * Makefile.in (dir.info): only run gen-info-dir if it exists,
21220         (install-info): install dir.info only if it exists,
21221         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21223 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
21225         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
21226         gas for mips-dec-bsd.
21228 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
21230         * configure (makesrcdir): If ${srcdir} is relative and not ".",
21231         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21233 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21235         * configure.in: Added "dejagnu" to hosttools list.
21237 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
21239         * config.sub, configure.in, config.guess:  Add support
21240         for Bosx, an AIX variant from Bull.
21241         Patches from F.Pierresteguy@frcl.bull.fr.
21243 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21245         * devo/dejagnu: Initial creation of devo/dejagnu.
21246         Migrated dejagnu testcases and support files for testing software
21247         tools to reside as subdirectories, currently called "testsuite",
21248         within the directory of the software tool.  Migrated all programs,
21249         support libraries, etc. beloging to dejagnu proper from
21250         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21251         with no modifications.  The changes to these files which will
21252         allow them to configure, build, and execute properly will be made
21253         in a future update.
21255 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21257         * Makefile.in: Change send_pr to send-pr.
21258         * configure.in: Likewise.
21259         * send_pr: Renamed directory to send-pr.
21261 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21263         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21265 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21267         * README:  Update for gdb-4.8 release.
21268         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21269         gdb-xxx.tar.z (gzip'd) file also.
21271 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21273         * Makefile.in: make all-diff depend on all-libiberty
21275 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21277         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21279 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21281         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21283 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21285         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21286         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21287         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21289 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21291         * Makefile.in:  makeinfo binary is in a new location
21293 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21295         * config.sub: Accept -ecoff as an OS.
21297         * Makefile.in: Various changes to eliminate a level of make
21298         recursion and reduce the required command line length.
21299         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21300         sub-makes.
21301         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21302         variables holding settings for specific sub-makes.
21303         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21304         in terms of BASE_FLAGS_TO_PASS.
21305         (TARGET_LIBS): New variable listing directories which use
21306         TARGET_FLAGS_TO_PASS.
21307         (subdir_do): Eliminated.
21308         (do-*): New set of targets to replace subdir_do.
21309         (various): All targets which used subdir_do now depend on do-*.
21310         (local-clean): Renamed from do_clean.
21311         (local-distclean): New target, dependency of distclean and
21312         realclean.
21313         (install-info): Don't create directories.  Depend on dir.info
21314         rather than calling make recursively.
21315         (install-dir.info): Eliminated.
21316         (install-info-dirs): Create all info directories here.
21317         (dir.info): Depend upon do-install-info.
21319         * test-build.mk (HOLES): Added false.
21321 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21323         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21325 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21327         * Makefile.in (info): remove dependency on all-texinfo.  The
21328         problem was really in texinfo/C, not at this level.
21330 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21332         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21334 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21336         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21337         GDB releases.
21339 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21341         * configure: Include srcdir in message about target of link not
21342         being found.  Don't convert `-' to `_' in `with' options being
21343         passed to subdirs.
21345 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21347         * configure.in: add uudecode to host_tools
21349         * Makefile.in: added {all,install}-uudecode targets, added them to
21350         the appropriate lists
21352 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21354         * Makefile.in (all-gcc): Added dependency on all-gas.
21356         * configure.in (mips-*-*): Build ld and binutils.
21358 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21360         * configure: check return code from mkdir, print error message and
21361         exit on failure.
21363 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21365         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21367 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21369         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21371 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21373         * config.sub (h8500):  Recognize this as a cpu type.
21375 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21377         * configure: source directory missing is no longer a warning
21379         * configure.in: recognize irix[34]* instead of irix[34]
21381         * Makefile.in: define and pass down X11_LIB
21383 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21385         * guess-systype: Renamed to ...
21386         * config.guess:  ... by popular request.
21387         * configure.in, Makefile.in:  Update accordingly.
21389 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21391         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21392         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21393         + Execute ./dummy instead of assuming . is in PATH.
21395 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21397         * guess-systype:  New shell script.  Attempts to guess the
21398         canonical host name of the executing host.
21399         Only a few hosts are supported so far.
21400         * configure:  Call guess-systype if no host is specified.
21402 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21404         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21405         gcc Makefile.
21407 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21409         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21410         (all-gcc, install-gcc, subdir_do): Use it.
21412 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21414         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21416 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21418         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21419         set exclusively by configure, using configure.in .
21421 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21423         * test-build.mk: set $PATH for all builds
21425         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21427 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21429         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21430         the one used in gcc/Makefile.in, so that a null expansion doesn't
21431         override the one needed to build gcc with a native cc.
21433 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21435         * configure: Accept -with arguments.
21437 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21439         * Makefile.in: added h8300sim
21441 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21443         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21444         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21445         (all-cygnus, native, build-cygnus): Make
21446         $(canonhost)-stamp-3stage-done, not $(host)....
21447         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21448         i386-sco3.2v4.  Added else true to if command.
21450 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21452         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21454 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21456         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21458 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21460         * configure.in: don't remove binutils from Solaris builds
21462 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21464         * Makefile.in: get rid of earlier definitions for *clean,
21465         also handle the recursive info rule better
21467 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21469         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21470         do more-or-less the right thing.
21472 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21474         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21475         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21477 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21479         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21480         $(host_canonical).
21482         * configure.in: split the configdirs list into 4 categories (native
21483         v. cross, library v. tool) and handle the cross-only and native-
21484         only in more reasonable (and correct!) way.
21486 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21488         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21489         configdirs anymore.
21491 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21493         * Makefile.in: extensive cleanup::  removed all of the explicit
21494         clean-* targets, collapsed many wrappers around subdir_do into
21495         one, added additional targets to satisfy standards.texi, deleted
21496         some old targets, some changes for consistency
21498 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21500         * configure.in: handle some programs as cross-only, and others as
21501         native only
21503         * test-build.mk: handle partial holes in a more generic manner
21505         * Makefile.in: m4 depends on libiberty
21507 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21509         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21510         time, wdiff, and find to configdirs
21512         * Makefile.in: all, clean, and install rules for the new programs
21513         added to configure.in
21515 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21517         * configure.in: use mh-sun for all *-sun-* hosts
21519 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21521         * Makefile.in: define flags for X11 include files and library file
21522         locations, pass them down to the programs that need this info
21524         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21526 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21528         * configure.in: start building libg++ for HP-UX targets
21530 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21532         * README:  Update references to files moved into etc/.
21534 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21536         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21537         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21539 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21541         * configure: accept dash as well as underscore in long option
21542         names for FSF compatibility.
21544 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21546         * config.sub: added -sco3.2v4 support from FSF.
21548 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21550         * configure.in: expand the section that adds or removes
21551         directories from the list of programs to build, to handle native
21552         vs. cross in addition to host v. native
21554 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21556         * Makefile.in:  Replace C++ in macro names with CXX.
21557         This is less likely to break ...
21559 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21561         * test-build.mk: add -w to GNU_MAKE
21563 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21565         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21566         add 'sparc' to list of recognized cpus.  This needed to make
21567         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21568         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21569         then changes that into $CPU-wrs-vxworks.
21571         * configure.in: remove most references to gdbtest, regularize
21572         target based program removal
21574         * test-build.mk: import from p3 tree (many fixes and changes)
21576 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21578         * Makefile.in: added rules to handle tcl, tk, and expect
21580         * configure.in: handle those directories if they exist
21582 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21584         * config.sub: removed bogus hppabsd and hppahpux names, since
21585         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21587 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21589         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21590         depends upon all-xiberty
21592         * Makefile.in: changes from p3, including:
21594         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21596         * Makefile.in (XTRAFLAGS): include newlib directories if
21597         newlib/Makefile exists, rather than if host != target.
21599         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21601         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21602         from the same source tree and not building a cross-compiler.  This
21603         matters for the libg++ configuration if reconfiguring a tree that
21604         has already been installed.
21606         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21608         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21609         pick up the machine and system specific header files.
21611         * Makefile.in: added AS_FOR_TARGET, passed down in
21612         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21613         the C compiler to use to create programs which are run in the
21614         build environment, set it to default to $(CC), and passed it down
21615         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21617         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21619         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21620         We need them for unusual native builds, like systems without
21621         ranlib.
21623         * configure: also define $(host_canonical) and
21624         $(target_canonical), which are the full, canonical names for the
21625         given host and target
21627 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21629         * Makefile.in:  Added separate definitions for C++.
21631 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21633         * configure.in (configdirs):  Add deja-gnu.
21635 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21637         * README:  Update for configure.texi and gdb-4.7 release.
21639 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21641         * Makefile.in:  Move "all" target to top of file.
21642         Previously, first target was ".PHONY" which caused BSD4.4 make
21643         to build .PHONY when make was run without arguments.
21645 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21647         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21648         Library-copylefted code in libiberty.
21650 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21652         * config.sub:  Replace m68kmote with plain old m68k.
21654 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21656         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21658 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21660         * config.sub: Complain if no argument is given.  Added support for
21661         386bsd as OS and target alias.
21663 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21665         * Makefile.in (XTRAFLAGS): include newlib directories if
21666         newlib/Makefile exists, rather than if host != target.
21668 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21670         * config.sub: recognize sparclite-wrs-vxworks.
21672         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21673         p3.) Added clean-xiberty to clean.
21675 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21677         * configure.in: use *-*-* instead of nested cases for host and target
21679 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21681         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21682         from the same source tree and not building a cross-compiler.  This
21683         matters for the libg++ configuration if reconfiguring a tree that
21684         has already been installed.
21686 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21688         * config.sub (i486v/i486v4):  Merge in from FSF version.
21690 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21692         * configure: only set PWD if it is already set.
21694 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21696         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21697         doesn't have unset and all success paths (and most error paths)
21698         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21699         to just ${PWD} to avoid confusion.)
21701 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21703         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21704         even for a native compilation.
21706 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21708         Changes to make the gdb.tar.Z rule work better.
21710         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21711         (DEVO_SUPPORT):  Add configure.texi.
21712         (bfd-ilrt.tar.Z):  Remove ancient rule.
21714 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21716         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21717         pick up the machine and system specific header files.
21719         * configure.in, config.sub: added new target m68010-adobe-scout,
21720         with alias of adobe68k.  Changed configure.in to check for
21721         -scout before -sco* to avoid a false match.
21723         * Makefile.in: added AS_FOR_TARGET, passed down in
21724         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21725         the C compiler to use to create programs which are run in the
21726         build environment, set it to default to $(CC), and passed it down
21727         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21729 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21731         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21732         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21733         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21734         FOR_TARGET variants, to newlib and libg++.
21736 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21738         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21739         first.
21741 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21743         * config.sub:  Accept `elf' as an environment.
21745 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21747         * Makefile.in (all-opcodes):  cd into the right directory
21749 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21751         * configure: added -program_transform_name option, used as
21752         argument to sed when installing programs.
21753         configure.texi: added documentation for -program_prefix,
21754         -program_suffix and -program_transform_name.
21756 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21758         * config.sub:  Accept i486 where i386 ok.
21760 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21762         * config.sub: accept we32k
21764 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21766         * config.sub, configure.in: accept OSE68000 and OSE68k.
21768         * Makefile.in: don't create all directories for ``make install'';
21769         let the subdirectories create the ones they need.
21771 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21773         * COPYING: new file, GPL v2
21775 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21777         * Makefile.in: use the new gen-info-dir, which needs a template
21778         argument (which also lives in texinfo)
21780         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21782 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21784         * config.sub (ncr3000):  Change i386 to i486.
21786 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21788         * Makefile.in: add install-rcs, install-grep to
21789         install-no-fixedincludes, removed install-bison and install-libgcc
21791 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21793         * configure.in: grab the HPUX makefile fragment if on HPUX
21795 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21797         * Makefile.in: eradicate bison spoor (ditto libgcc).
21798         configure.in: recognise m68{k,000}-ericsson-OSE.
21799         es1800 is alias for m68k-ericsson-OSE
21801 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21803         * configure.in: rearrange the parts that remove programs from
21804         configdirs, based now on HOST==TARGET or by canonical triple.
21806 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21808         * test-build.mk: recurse explicitly with -f test-build.mk when
21809         appropriate.  predicate stage3 and comparison on the existence
21810         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21811         On very clean, also remove ...stamp-co.  Build in-place before
21812         doing other builds.
21814 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21816         * Makefile.in, configure.in: add tgas
21818 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21820         * Makefile.in: a number of changes merged in from progressive.
21822         * configure.in: add libm.
21824         * .cvsignore: ignore some stuff that comes from test-build.mk.
21826 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21828         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21830 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21832         * configure: Add program_suffix (parallel to program_prefix)
21833         * Makefile.in: adjust directory-creating script for losing decstation
21835 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21837         * configure:  Minor $subdir-related fixes.
21839 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21841         * configure: fix various problems with propogating
21842         makefile_target_frag in subdirs.
21843         * configure.in: config libgcc if its there
21845 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21847         * config.sub:  HPPA merge.
21849 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21851         * Makefile.in:  Replace all-bison with all-byacc in all
21852         dependency lines for other tools (which now use byacc).
21854 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21856         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
21858 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
21860         * Makefile.in: make gprof rules similar to byacc rules (instead of
21861         vestigal $(unsubdir) that didn't work...)
21863 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
21865         * config.sub:  Add support for Linux.
21866         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
21867         (at least for libg++).
21869 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
21871         * configure.texi: fix doc for the -nfp option to configure
21873 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
21875         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21877 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
21879         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21880         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21881         * configure.in: added solaris* host_makefile_frag hook.
21883 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21885         * config.sub: changed recognition of m68000 so that various
21886         m68k types can be specified via m680[01234]0
21888 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21890         * config.sub (basic_machine): fix sed so that '-foo' isn't
21891         completely substituted out while .+'-foo' loses the '-foo'
21893 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21895         * config.sub ($os): Add -aout.
21897 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21899         * configure:  If host_makefile_frag is absolute, don't
21900         prefix ${invsubdir} (relevant to libg++ auto-configure).
21902 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21904         * Makefile.in (tooldir): Define it.
21905         (all-ld): Depend on all-flex.
21907 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21909         * Makefile.in (check):  Fix libg++ special case.
21911 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21913         * configure: do not bury `pwd` into config.status, thus do fewer
21914         pwd's.
21916         * configure: print the "Building in" message only when building in
21917         other than "." AND verbose.
21919         * configure: remove -s, rework -v to better accommodate guested
21920         configures.
21922         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21924 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21926         * Makefile.in: macroize flags passed on recursion.  remove
21927         fileutils.
21929 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21931         * configure: get makesrcdir right for subdirs deeper than 1.
21933         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21934         install.
21936 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21938         * Makefile.in: don't print subdir_do or recursion lines.
21940 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21942         * standards.texi: added menu item.
21944         * Makefile.in: build and install standards.info.
21946         * standards.texi: new file.
21948 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21950         * configure: test for and move config.status pieces from
21951         ${subdir}/.
21953 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21955         * configure:  Test for existance of files before trying to mv
21956         them, to avoid numerous non-existance messages.
21958 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21960         * configure: correct final line of config.status.
21962         * configure: patch from eggert.  Avoids a protection problem if
21963         the original Makefile.in is read only.
21965         * configure: use move-if-change from gcc to create config.status.
21966         Some makefiles depend on config.status to tell if a directory
21967         has been reconfigured for a different host.  This change
21968         prevents those directories from remaking everything in the case
21969         where the reconfig was only intended to rebuild a Makefile.
21971         * configure: test for config.sub with "config.sub sun4" rather
21972         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21973         host alias from a missing config.sub.
21975 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21977         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21978         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21980 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21982         * configure: mkdir ${subdir} as needed.
21984 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21986         * Makefile.in,configure.in: added autoconf.
21988 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21990         * Makefile.in: no longer pass against on recursion.
21992         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21993         definitions are not inherited.
21995         * configure: correct makesrcdir when subdir is .
21997 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21999         * configure:  Add support for 'subdirs' variable, which is
22000         like 'configdirs', except that configure doesn't re-invoke
22001         itself for subdirs, it just creates a Makefile for each subdir.
22002         * configure.texi:  Document subdirs.
22004 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22006         * configure.in: added flex to configdirs
22008 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
22010         * Makefile.in: remove clean-stamps from clean.
22012 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
22014         * configure.in:  Add gdbtest to configdirs.
22016 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
22018         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
22019         to recursive makes.
22020         * configure.in:  Recognize new ncr3000 config.
22022 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
22024         * Makefile.in, configure.in: removed references to gdbm.
22026 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
22028         * config.sub:  Don't canonicalize os value
22029         newsos* to bsd (readline needs to check for newsos).
22030         (This fix was earlier made Jan 31, but got re-broken.)
22032 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
22034         * configure.in:  sco is an os, not a vendor!
22036         * configure:  Quote $( better.  Keep various shells happy.
22038 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
22040         * Makefile.in: eliminate stamp-files.
22042 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
22044         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
22045         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
22047 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
22049         * config.sub:  fix iris/iris3.
22051 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
22053         * configure: re-add -rm.
22055 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
22057         * Maskefile.in: add .stmp-rcs to all.
22059         * configure.in: remove gas from rs6000 build, use aix host fragment.
22061 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
22063         * configure: pass down site_option during recursion.
22065 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
22067         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
22069 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
22071         * configure: Change exec_prefix so that it really defaults to prefix.
22073 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
22075         * Makefile.in, configure.in:  Add support for mmalloc library.
22077 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
22079         * Makefile.in: add stmp dependencies for a few more things.
22081 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
22083         * configure: adjusted error message on objdir/srcdir configure
22084         collision, per john's suggestion.
22086         * Makefile.in: add libiberty stmp to all and all.cross.
22088 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
22090         * Makefile.in: remove force dependencies, add grep to all.
22092 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
22094         * Makefile.in: drop flex.  make stamp files work.
22096         * configure: added test for conflicting configuration in srcdir,
22097         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
22098         gets cranky.  use relative paths for configure and srcdir
22099         whenever possible.  Send some error messages to stderr that were
22100         going to stdout.
22102 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
22104         * Makefile.in:  Fix libg++ rule to check for gcc directory
22105         before using gcc/gcc.  Also pass XTRAFLAGS.
22107 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
22109         * Makefile.in: added stmp-files so that directories aren't polled
22110         when they are already built.
22112         * configure.texi: fixed a node pointer problem.
22114 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
22116         * config.sub configure.in gdb/configure.in
22117         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22118         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22119         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
22121 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22123         * configure: -recurring becomes -silent.  corrected help message
22124         for -site= option.
22126         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22128 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22130         * configure: when building Makefile for crosses, replace
22131         tooldir and program_prefix.  default srcdir from location of
22132         config.sub.  remove "for host in hosts" and "for target in
22133         targets" loops.
22135 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22137         * Makefile.in: Do not pass bindir or mandir to cvs.
22139 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
22141         * Makefile.in, configure.in: removed traces of namesubdir,
22142         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
22143         copyrights to '92, changed some from Cygnus to FSF.
22145         * configure.texi: remove most references to multiple hosts,
22146         multiple targets, subdirs, etc.
22148         * configure.man: removed rcsid. reference config.sub not
22149         config.subr.
22151         * Makefile.in: mkdir $(infodir) on install-info.
22153 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
22155         * configure.texi:  Explain better about .gdbinit and about
22156         the environment that configure.in sections run in.
22158 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
22160         * configure.in:  Ultrix is only a decstation if it's a MIPS.
22162 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
22164         * README:  DOC.configure => cfg-paper.texi.
22166 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
22168         * config.sub (near case $os):  Don't convert newsos* to bsd!
22170 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
22172         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
22173         the number of copies of COPYING that go into the GDB tar file.
22175 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
22177         * bfd/configure.in, gdb/config/mh-i386sco,
22178         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22179         Fix SCO configuration stuff.
22181 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
22183         * Makefile.in:  For libg++, make sure the -I pointing
22184         to the gcc directory goes *after* all the libg++-local -I flags.
22185         Also, move just-gcc dependency from just-libg++ to all-libg++.
22187 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
22189         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
22191 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
22193         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
22195 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
22197         * config.sub:  Add stratus configuration frags.  Also
22198         submitted to FSF.
22200 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
22202         * Makefile.in (DEV_SUPPORT):  add configure.man.
22204         * config.sub(Decode manufacturer-specific):  add -none*.
22206 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
22208         * Makefile.in:  remove form feeds to make Sun's make happy.
22209         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
22211 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
22213         * Makefile.in (AR_FLAGS):  Make quieter.
22215 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
22217         * configure.in:  Add libg++.
22218         * configure:  When verbose, don't output the command line at each
22219         level; it will be unremarkably the same as the previous version,
22220         which will be the same as what the user typed.
22222 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
22224         * configure.in, Makefile.in: fix clean-info, add flex.  add
22225         fileutils.
22227         * configure: be less sensitive to spaces in Makefile.in.  Do not
22228         look for sources in "..".  Doing so breaks subdirectories that
22229         might have their own configure.  If a subdir has it's own
22230         configure script, use it.
22232 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
22234         * cfg-paper.texi: some changes suggested by rms.
22236 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
22238         * config.sub:  Merge in some small additions from the FSF version,
22239         taken from the gcc distribution, to bring the Cygnus and FSF
22240         versions into closer sync.
22242 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
22244         * configure.in:  Changed svr4 references to sysv4.
22246 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22248         * configure: added -V for version number option.
22250 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22252         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22253         renamed from DOC.configure to cfg-paper.texi.
22255 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22257         * configure, config.subr, config.sub: config.subr is now
22258         config.sub again.
22260 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22262         * configure.texi: new file, in progress.
22264         * Makefile.in: build info file and install the man page for
22265         configure.
22267         * configure.man: new file, first cut.
22269         * configure: find config.subr again now that configuration "none"
22270         has gone.  removed all traces of the -ansi option.  removed all
22271         traces of the -languages option.
22273         * config.subr: resync from rms.
22275 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22277         * configure, config.sub, config.subr: merge config.sub into
22278         config.subr, call the result config.subr, remove config.sub, use
22279         config.subr.
22281         * Makefile.in: revised install for dir.info.
22283 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22285         * configure.in: add decstation host makefile frag.
22287         * Makefile.in: BISON now bison -y again.  also install-gcc on
22288         install.  clean-gdbm on clean.  infodir belongs in datadir.
22289         Make directories for info install.  Build dir.info here then
22290         install it.
22292 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22294         * Makefile.in: fix for bad directory tests.
22296 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22298         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22299         regexp.  -srcdir relative was being handled incorrectly.
22301         * Makefile.in: unwrapped some for loops so that parallel makes
22302         work again and so one can focus one's attention on a particular
22303         package.
22305 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22307         * configure: added PWD as a stand in for `pwd` (for speed). use
22308         elif wherever possible.  make -srcdir work without -objdir.
22309         -objdir= commented out.
22311 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22313         * configure: +options become --options.  -subdirs commented out.
22314         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22315         Makefile now at top of generated Makefile.  Removed cvs log
22316         entries.  added -srcdir.  create .gdbinit only if there is one
22317         in ${srcdir}.
22319         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22320         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22321         and mandir now keyed off datadir by default.
22323 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22325         * Freshly created ChangeLog.
22328 Local Variables:
22329 mode: change-log
22330 left-margin: 8
22331 fill-column: 76
22332 version-control: never
22333 End: