Daily bump.
[official-gcc.git] / ChangeLog
blob1a4009c9576b6900bdc4988e4df148c6312f1d29
1 2024-02-28  Fangrui Song  <maskray@gcc.gnu.org>
3         * MAINTAINERS: Add myself.
5 2024-02-26  Juergen Christ  <jchrist@linux.ibm.com>
7         * MAINTAINERS: Add myself to write after approval and DCO.
9 2024-02-23  Xi Ruoyao  <xry111@xry111.site>
11         * configure.ac (ENABLE_GOLD): Remove loongarch*-*-* from target
12         list.
13         * configure: Regenerate.
15 2024-02-23  Monk Chiang  <monk.chiang@sifive.com>
17         * MAINTAINERS: Add myself.
19 2024-02-10  Alexander Westbrooks  <alexanderw@gcc.gnu.org>
21         * MAINTAINERS: Add myself to write after approval and DCO.
23 2024-02-03  Maciej W. Rozycki  <macro@orcam.me.uk>
25         * MAINTAINERS: Update my e-mail address.
27 2024-02-02  Sandra Loosemore  <sloosemore@baylibre.com>
29         * MAINTAINERS: Update my e-mail address.
31 2024-01-29  Kwok Cheung Yeung  <kcy@codesourcery.com>
33         * MAINTAINERS: Update my work email address.
35 2024-01-25  Chung-Lin Tang  <cltang@baylibre.com>
37         * MAINTAINERS: Update my work email address.
39 2024-01-24  Thomas Schwinge  <tschwinge@baylibre.com>
41         * MAINTAINERS: Update my work email address.
43 2024-01-23  Tobias Burnus  <tburnus@baylibre.com>
45         * MAINTAINERS: Update my email address.
47 2024-01-23  Andrew Stubbs  <ams@baylibre.com>
49         * MAINTAINERS: Update
51 2024-01-16  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
53         * Makefile.def: Add a dependency to libgrust for all-gcc.
54         * Makefile.in: Regenerate the file.
56 2024-01-16  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
58         * Makefile.def: Add libgrust target to bootstrap.
59         * Makefile.in: Regenerate.
61 2024-01-15  Andrew Pinski  <quic_apinski@quicinc.com>
63         * MAINTAINERS (DCO): Add myself.
65 2024-01-09  Siddhesh Poyarekar  <siddhesh@gotplt.org>
67         * SECURITY.txt: Drop "exploitable" in the hardening section.
69 2024-01-09  Tom Tromey  <tom@tromey.com>
71         * Makefile.in: Rebuild.
72         * Makefile.tpl (BASE_EXPORTS): Add GUILE.
73         (GUILE): New variable.
74         * Makefile.def (flags_to_pass): Add GUILE.
76 2024-01-08  Joseph Myers  <josmyers@redhat.com>
78         * MAINTAINERS: Update my email address.
80 2023-12-30  Joseph Myers  <jsm@polyomino.org.uk>
82         * MAINTAINERS: Update my email address.
84 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
85             Thomas Schwinge  <thomas@codesourcery.com>
87         * Makefile.def: Add libgrust as host & target module.
88         * configure.ac: Add libgrust to host tools list. Add libgrust to
89         noconfigdirs if we're not building target libstdc++.
90         * Makefile.in: Regenerate.
91         * configure: Regenerate.
93 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
94             Arthur Cohen  <arthur.cohen@embecosm.com>
96         * MAINTAINERS: Add maintainers for libgrust.
98 2023-12-13  Arsen Arsenović  <arsen@aarsen.me>
100         * Makefile.def (gettext): Disable (via missing)
101         {install-,}{pdf,html,info,dvi} and TAGS targets.  Set no_install
102         to true.  Add --disable-threads --disable-libasprintf.  Drop the
103         lib_path (as there are no shared libs).
104         * Makefile.in: Regenerate.
106 2023-12-12  Paul Iannetta  <piannetta@kalrayinc.com>
108         * MAINTAINERS: Add myself to write after approval
110 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
112         * MAINTAINERS: Update my email address
114 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
116         * MAINTAINERS: Add myself to write after approval
118 2023-11-23  Nathaniel Shead  <nathanieloshead@gmail.com>
120         * MAINTAINERS: Add myself to write after approval and DCO
122 2023-11-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
124         * libtool.m4: Fix stray call
126 2023-11-19  Lewis Hyatt  <lhyatt@gmail.com>
128         * Makefile.in: Regenerate.
129         * Makefile.tpl: Add dependency on site.exp to check-gcc-* targets
131 2023-11-18  Petter Tomner  <tomner@bahnhof.se>
133         * MAINTAINERS: Update my email address.
135 2023-11-18  Frederik Harwath  <frederik@harwath.name>
137         * MAINTAINERS: Change my address.
139 2023-11-16  Michal Jires  <mjires@suse.cz>
141         * MAINTAINERS: Add myself.
143 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
145         PR bootstrap/12596
146         * .gitignore: Add '/gettext*'.
147         * configure.ac (host_libs): Replace intl with gettext.
148         (hbaseargs, bbaseargs, baseargs): Split baseargs into
149         {h,b}baseargs.
150         (skip_barg): New flag.  Skips appending current flag to
151         bbaseargs.
152         <library exemptions>: Exempt --with-libintl-{type,prefix} from
153         target and build machine argument passing.
154         * configure: Regenerate.
155         * Makefile.def (host_modules): Replace intl module with gettext
156         module.
157         (configure-ld): Depend on configure-gettext.
158         * Makefile.in: Regenerate.
160 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
162         * intl/*: Remove.
164 2023-11-09  Jivan Hakobyan  <jivanhakobyan9@gmail.com>
166         * MAINTAINERS: Add myself.
168 2023-11-09  YunQiang Su  <yunqiang.su@cipunited.com>
170         * MAINTAINERS: Update my email address.
172 2023-11-06  Carl Love  <cel@linux.ibm.com>
174         * MAINTAINERS: Update my email address.
176 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
178         * .github/CONTRIBUTING.md: Wrap lines more tightly.
180 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
182         * .github/CONTRIBUTING.md: New file.
183         * .github/PULL_REQUEST_TEMPLATE.md: New file.
185 2023-10-22  Iain Sandoe  <iain@sandoe.co.uk>
187         * configure: Regenerate.
188         * configure.ac: Do not add default runpaths to GCC exes
189         when we are building -static-libstdc++/-static-libgcc (the
190         default).
191         * libtool.m4: Add 'enable-darwin-at-runpath'.  Act  on the
192         enable flag to alter Darwin libraries to use @rpath names.
194 2023-10-15  Mike Frysinger  <vapier@gentoo.org>
196         * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
197         * Makefile.in: Regenerate.
199 2023-10-11  Filip Kastl  <fkastl@suse.cz>
201         * MAINTAINERS: Fix name order.
203 2023-10-10  Christoph Müllner  <christoph.muellner@vrull.eu>
205         * MAINTAINERS: Add myself.
207 2023-10-06  Sergei Trofimovich  <siarheit@google.com>
209         PR bootstrap/111663
210         * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
211         * Makefile.in: Regenerate.
213 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
215         * SECURITY.txt: Fix up indentation.
217 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
219         * SECURITY.txt: Fix up commas.
221 2023-10-04  Siddhesh Poyarekar  <siddhesh@gotplt.org>
223         * SECURITY.txt: New file.
225 2023-09-18  Fei Gao  <gaofei@eswincomputing.com>
227         * MAINTAINERS: Add myself.
229 2023-09-15  Yang Yujie  <yangyujie@loongson.cn>
231         * config-ml.in: Remove unneeded loongarch clause.
232         * configure.ac: Register custom makefile fragments mt-loongarch-*
233         for loongarch targets.
234         * configure: Regenerate.
236 2023-09-12  Edwin Lu  <ewlu@rivosinc.com>
238         * MAINTAINERS: Add myself
240 2023-09-12  Thomas Schwinge  <thomas@codesourcery.com>
241             Chung-Lin Tang  <cltang@codesourcery.com>
243         PR testsuite/109951
244         * Makefile.tpl (BASE_TARGET_EXPORTS): Add
245         'SYSROOT_CFLAGS_FOR_TARGET'.
246         * Makefile.in: Regenerate.
248 2023-09-05  Yang Yujie  <yangyujie@loongson.cn>
250         * config-ml.in: Do not build the multilib library variant
251         that is duplicate with the toplevel one.
253 2023-08-29  Tsukasa OI  <research_trasio@irq.a4lg.com>
255         * MAINTAINERS: Add myself.
257 2023-08-22  Filip Kastl  <fkastl@suse.cz>
259         * MAINTAINERS: Update my email address.
261 2023-08-11  Eric Feng  <ef2648@columbia.edu>
263         * MAINTAINERS: Add myself.
265 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
267         * Makefile.def: Reflect that libsframe needs to installed before
268         libbfd.  Reorder a bit to better track libsframe dependencies.
269         * Makefile.in: Regenerate.
271 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
273         * Makefile.def: Add install dependency on libsframe for libbfd.
274         * Makefile.in: Regenerated.
276 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
278         * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
279         Solaris 11.
281 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
283         * configure: Regenerate.
284         * configure.ac: Add Haiku to list of ELF OSes
285         * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
287 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
289         * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
290         options, including options containing paths.
292 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
294         * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
295         NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
296         errors from nms that refuse to work on non-regular files.  Remove
297         other workarounds for this problem.  Strip out blank lines from the
298         nm output.
300 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
302         * configure.ac: Reinstate 32b PA-RISC HP-UX targets
303         * configure: Regenerate.
305 2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
307         * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
308         * configure: Re-generate.
309         * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
310         (PKG_CONFIG_PATH): New.
311         * Makefile.in: Re-generate.
313 2023-08-07  Luis Machado  <luis.machado@arm.com>
315         * configure.ac: Disable year2038 by default on 32-bit hosts.
316         * configure: Regenerate.
318 2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
320         * Makefile.def: Add gprofng module.
321         * configure.ac: Add --enable-gprofng option.
322         * Makefile.in: Regenerate.
323         * configure: Regenerate.
325 2023-08-07  Martin Liska  <mliska@suse.cz>
327         * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
328         * configure: Regenerate.
330 2023-08-07  Fangrui Song  <maskray@google.com>
332         * configure: Regenerate.
333         * configure.ac: Add --with-zstd.
335 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
337         * configure: Regenerate.
338         * configure.ac: Recover tilegx/tilepro targets.
340 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
342         * configure: Regenerated.
343         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
344         --plugin and rc before enabling --plugin.
346 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
348         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
349         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
350         * configure.ac: Include config/gcc-plugin.m4.
351         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
352         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
353         RANLIB if possible.
354         * Makefile.in: Regenerated.
355         * configure: Likewise.
357 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
359         * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
360         $(CFLAGS).
362 2023-08-07  David Faust  <david.faust@oracle.com>
364         * MAINTAINERS: Add the BPF port to my reviewer listing.
366 2023-08-02  Jan Beulich  <jbeulich@suse.com>
368         * MAINTAINERS: Correct my email address.
370 2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
372         * MAINTAINERS (Write After Approval): Add myself.
374 2023-08-01  Richard Ball  <richard.ball@arm.com>
376         * MAINTAINERS: Add myself.
378 2023-07-31  Andreas Schwab  <schwab@suse.de>
380         * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
381         * configure: Regenerate.
382         * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
384 2023-07-31  xuli  <xuli1@eswincomputing.com>
386         * MAINTAINERS: Add myself.
388 2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
390         * MAINTAINERS: List myself as "nvptx port" maintainer.
392 2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
394         * MAINTAINERS: Add myself to write after approval
396 2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
398         * MAINTAINERS: Add myself as a reviewer for the riscv port.
400 2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
402         * MAINTAINERS: Add myself as a reviewer for the riscv port.
404 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
406         * MAINTAINERS: Add Hao Liu to write after approval
408 2023-07-12  Ken Matsui  <kmatsui@gcc.gnu.org>
410         * MAINTAINERS: Add Ken Matsui to write after approval
412 2023-07-07  Eugene Rozenfeld  <erozen@microsoft.com>
414         * Makefile.in: Collect both kernel and user events for autofdo
415         * Makefile.tpl: Collect both kernel and user events for autofdo
417 2023-06-30  Rishi Raj  <rishiraj45035@gmail.com>
419         * MAINTAINERS: Added myself to Write After Approval and DCO
421 2023-06-29  Eugene Rozenfeld  <erozen@microsoft.com>
423         * Makefile.in: Remove -gtoggle for STAGEautoprofile
424         * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
426 2023-06-25  Lehua Ding  <lehua.ding@rivai.ai>
428         * MAINTAINERS: Add Lehua Ding to write after approval
430 2023-06-25  Iain Sandoe  <iain@sandoe.co.uk>
432         * Makefile.def: Pass the enable-host-pie value to GCC configure.
433         * Makefile.in: Regenerate.
434         * configure: Regenerate.
435         * configure.ac: Adjust the logic for shared and PIE host flags to
436         ensure that PIE is passed for hosts that require it.
438 2023-06-16  YunQiang Su  <yunqiang.su@cipunited.com>
440         * MAINTAINERS (Write After Approval): move Matthew Fortune
441         to Write After Approval.
443 2023-06-15  Marek Polacek  <polacek@redhat.com>
445         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
446         check.
447         * configure: Regenerate.
449 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
451         * MAINTAINERS: Add myself to write after approval
453 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
455         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
456         port maintainer.
457         (Write After Approval): Remove myself.
459 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
461         * MAINTAINERS (Write After Approval): Add myself.
463 2023-05-29  Martin Jambor  <mjambor@suse.cz>
465         * MAINTAINERS: Replace spaces with tabs.
467 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
469         * MAINTAINERS: New entry.
471 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
473         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
474         * Makefile.in: Regenerate
476 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
478         * Makefile.in: Disable warnings as errors for STAGEautofeedback
480 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
482         * MAINTAINERS: Sort.
484 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
486         * MAINTAINERS: Add myself.
488 2023-05-10  Pan Li  <pan2.li@intel.com>
490         * MAINTAINERS: Add myself.
492 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
494         * Makefile.in: Define PROFILE_MERGER
495         * Makefile.tpl: Define PROFILE_MERGER
497 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
499         * MAINTAINERS: Change my email address.
501 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
503         * MAINTAINERS: Add myself.
505 2023-04-26  Martin Liska  <mliska@suse.cz>
507         * MAINTAINERS: fix sorting
509 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
511         * MAINTAINERS (Write After Approval): Add myself.
513 2023-04-24  Martin Liska  <mliska@suse.cz>
515         * MAINTAINERS: Fix sorting.
517 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
519         * configure: Regenerate.
520         * configure.ac: Only create serdep.tmp if needed
522 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
524         * MAINTAINERS (Write After Approval): Add myself.
526 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
528         * MAINTAINERS (Write After Approval): Add myself.
529         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
531 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
533         * MAINTAINERS: Add myself.
535 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
537         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
539 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
541         * MAINTAINERS (Write After Approval): Add myself.
543 2023-02-16  Martin Liska  <mliska@suse.cz>
545         * MAINTAINERS: I'm stepping down from my positions.
547 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
549         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
551 2023-01-06  Clément Chigot  <chigot@adacore.com>
553         * configure.ac: Skip GMP and MPFR when --disable-gdb is
554         provided.
555         * configure: Regenerate.
557 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
559         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
561 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
563         * Makefile.def: Do not build shared libffi.
564         * Makefile.in: Regenerate.
566 2022-12-21  Andrew Pinski  <apinski@marvell.com>
568         * Makefile.def: Add configure-gdb dependencies
569         on all-gmp and all-mpfr.
570         * configure.ac: Split out MPC checking from MPFR.
571         Require GMP and MPFR if the gdb directory exist.
572         * Makefile.in: Regenerate.
573         * configure: Regenerate.
575 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
577         * configure.ac (target_libraries): Add target-libgm2.
578         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
579         Add GCC_TARGET_TOOL entry for gm2.
580         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
581         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
582         * Makefile.def (target_modules): Add libgm2.
583         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
584         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
585         (languages): Add entry for language=m2 with gcc-check-target=check-m2
586         and lib-check-target=check-target-libgm2.
587         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
588         (HOST_EXPORTS): Add definition for GM2.
589         (BASE_TARGET_EXPORTS): Add definition for GM2.
590         (GM2_FOR_BUILD): Defined.
591         (GM2FLAGS): Defined.
592         (GM2_FOR_TARGET): Defined.
593         (GM2FLAGS_FOR_TARGET): Defined.
594         (EXTRA_HOST_FLAGS): Defined.
595         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
596         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
597         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
598         * configure: Rebuilt.
599         * Makefile.in: Rebuilt.
601 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
603         * Makefile.def: Add Rust language.
604         * Makefile.in: Regenerate via autogen.
606 2022-12-09  Martin Liska  <mliska@suse.cz>
608         * MAINTAINERS: Fix spacing.
610 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
612         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
614 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
616         * Makefile.def: Pass host_libs_picflag to host dependent library
617         configures.
618         * Makefile.in: Regenerate.
619         * configure: Regenerate.
620         * configure.ac (host_libs_picflag): New configure variable set to
621         '--with-pic' when building 'host_shared'.
623 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
625         * Makefile.def: Add libsframe as new module with its dependencies.
626         * Makefile.in: Regenerated.
627         * configure.ac: Add libsframe to host_libs.
628         * configure: Regenerated.
630 2022-11-23  Marek Polacek  <polacek@redhat.com>
632         Revert:
633         2022-11-23  Marek Polacek  <polacek@redhat.com>
635         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
636         isl.
637         * Makefile.in: Regenerate.
638         * Makefile.tpl: Set PICFLAG.
639         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
640         check.
641         * configure: Regenerate.
643 2022-11-23  Marek Polacek  <polacek@redhat.com>
645         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
646         isl.
647         * Makefile.in: Regenerate.
648         * Makefile.tpl: Set PICFLAG.
649         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
650         check.
651         * configure: Regenerate.
653 2022-11-14  Martin Liska  <mliska@suse.cz>
655         Revert:
656         2022-11-09  Martin Liska  <mliska@suse.cz>
658         * doc/Makefile: New file.
659         * doc/_static/custom.css: New file.
660         * doc/baseconf.py: New file.
661         * doc/bsd.rst: New file.
662         * doc/contrib.rst: New file.
663         * doc/contribute.rst: New file.
664         * doc/cppdiropts.rst: New file.
665         * doc/cppenv.rst: New file.
666         * doc/cppopts.rst: New file.
667         * doc/cppwarnopts.rst: New file.
668         * doc/favicon.ico: New file.
669         * doc/funding.rst: New file.
670         * doc/gcc_sphinx.py: New file.
671         * doc/gnu.rst: New file.
672         * doc/gnu_free_documentation_license.rst: New file.
673         * doc/gpl-3.0.rst: New file.
674         * doc/indices-and-tables.rst: New file.
675         * doc/lgpl-2.1.rst: New file.
676         * doc/logo.pdf: New file.
677         * doc/logo.svg: New file.
678         * doc/md.rst: New file.
679         * doc/requirements.txt: New file.
681 2022-11-14  Martin Liska  <mliska@suse.cz>
683         Revert:
684         2022-11-09  Martin Liska  <mliska@suse.cz>
686         * doc/baseconf.py: Port to GCC sources.
688 2022-11-14  Martin Liska  <mliska@suse.cz>
690         Revert:
691         2022-11-14  Martin Liska  <mliska@suse.cz>
693         * configure: Regenerate.
694         * configure.ac: Support Sphinx based documentation.
696 2022-11-14  Martin Liska  <mliska@suse.cz>
698         Revert:
699         2022-11-09  Martin Liska  <mliska@suse.cz>
701         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
702         provide a default.
704 2022-11-14  Martin Liska  <mliska@suse.cz>
706         Revert:
707         2022-11-09  Martin Liska  <mliska@suse.cz>
709         * doc/bsd.rst:
710         Add trailing newline.
711         * doc/contrib.rst:
712         Add trailing newline.
713         * doc/contribute.rst:
714         Add trailing newline.
715         * doc/cppdiropts.rst:
716         Add trailing newline.
717         * doc/cppenv.rst:
718         Add trailing newline.
719         * doc/cppopts.rst:
720         Add trailing newline.
721         * doc/cppwarnopts.rst:
722         Add trailing newline.
723         * doc/funding.rst:
724         Add trailing newline.
725         * doc/gnu.rst:
726         Add trailing newline.
727         * doc/gnu_free_documentation_license.rst:
728         Add trailing newline.
729         * doc/gpl-3.0.rst:
730         Add trailing newline.
731         * doc/indices-and-tables.rst:
732         Add trailing newline.
733         * doc/lgpl-2.1.rst:
734         Add trailing newline.
735         * doc/md.rst:
736         Add trailing newline.
738 2022-11-14  Martin Liska  <mliska@suse.cz>
740         Revert:
741         2022-11-09  Martin Liska  <mliska@suse.cz>
743         * configure.ac: Use new install URL.
744         * configure: Regenerate.
746 2022-11-14  Martin Liska  <mliska@suse.cz>
748         Revert:
749         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
751         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
752         instead of just ``.''.
753         * doc/gcc_sphinx.py: Moved to...
754         * doc/modules/gcc_sphinx.py: ...here.
756 2022-11-14  Martin Liska  <mliska@suse.cz>
758         Revert:
759         2022-11-10  Martin Liska  <mliska@suse.cz>
761         * doc/baseconf.py: Modernize by using pathlib.
763 2022-11-14  Martin Liska  <mliska@suse.cz>
765         Revert:
766         2022-11-11  Martin Liska  <mliska@suse.cz>
768         * doc/Makefile: Disable -j auto.
770 2022-11-14  Martin Liska  <mliska@suse.cz>
772         Revert:
773         2022-11-11  Martin Liska  <mliska@suse.cz>
775         * doc/Makefile: Update comment.
777 2022-11-14  Martin Liska  <mliska@suse.cz>
779         Revert:
780         2022-11-11  Martin Liska  <mliska@suse.cz>
782         * doc/indices-and-tables.rst: Rename Indexes to Indices.
784 2022-11-14  Martin Liska  <mliska@suse.cz>
786         Revert:
787         2022-11-13  Martin Liska  <mliska@suse.cz>
789         PR web/107643
790         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
791         is set.
792         * doc/indices-and-tables.rst: Use include_todo tag.
794 2022-11-14  Martin Liska  <mliska@suse.cz>
796         Revert:
797         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
799         * doc/contrib.rst: Update Jeff Law's email address.
801 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
803         * doc/contrib.rst: Update Jeff Law's email address.
805 2022-11-13  Martin Liska  <mliska@suse.cz>
807         PR web/107643
808         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
809         is set.
810         * doc/indices-and-tables.rst: Use include_todo tag.
812 2022-11-11  Martin Liska  <mliska@suse.cz>
814         * doc/indices-and-tables.rst: Rename Indexes to Indices.
816 2022-11-11  Martin Liska  <mliska@suse.cz>
818         * doc/Makefile: Update comment.
820 2022-11-11  Martin Liska  <mliska@suse.cz>
822         * doc/Makefile: Disable -j auto.
824 2022-11-10  Martin Liska  <mliska@suse.cz>
826         * doc/baseconf.py: Modernize by using pathlib.
828 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
830         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
831         instead of just ``.''.
832         * doc/gcc_sphinx.py: Moved to...
833         * doc/modules/gcc_sphinx.py: ...here.
835 2022-11-09  Martin Liska  <mliska@suse.cz>
837         * configure.ac: Use new install URL.
838         * configure: Regenerate.
840 2022-11-09  Martin Liska  <mliska@suse.cz>
842         * doc/bsd.rst:
843         Add trailing newline.
844         * doc/contrib.rst:
845         Add trailing newline.
846         * doc/contribute.rst:
847         Add trailing newline.
848         * doc/cppdiropts.rst:
849         Add trailing newline.
850         * doc/cppenv.rst:
851         Add trailing newline.
852         * doc/cppopts.rst:
853         Add trailing newline.
854         * doc/cppwarnopts.rst:
855         Add trailing newline.
856         * doc/funding.rst:
857         Add trailing newline.
858         * doc/gnu.rst:
859         Add trailing newline.
860         * doc/gnu_free_documentation_license.rst:
861         Add trailing newline.
862         * doc/gpl-3.0.rst:
863         Add trailing newline.
864         * doc/indices-and-tables.rst:
865         Add trailing newline.
866         * doc/lgpl-2.1.rst:
867         Add trailing newline.
868         * doc/md.rst:
869         Add trailing newline.
871 2022-11-09  Martin Liska  <mliska@suse.cz>
873         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
874         provide a default.
876 2022-11-09  Martin Liska  <mliska@suse.cz>
878         * configure: Regenerate.
879         * configure.ac: Support Sphinx based documentation.
881 2022-11-09  Martin Liska  <mliska@suse.cz>
883         * doc/baseconf.py: Port to GCC sources.
885 2022-11-09  Martin Liska  <mliska@suse.cz>
887         * doc/Makefile: New file.
888         * doc/_static/custom.css: New file.
889         * doc/baseconf.py: New file.
890         * doc/bsd.rst: New file.
891         * doc/contrib.rst: New file.
892         * doc/contribute.rst: New file.
893         * doc/cppdiropts.rst: New file.
894         * doc/cppenv.rst: New file.
895         * doc/cppopts.rst: New file.
896         * doc/cppwarnopts.rst: New file.
897         * doc/favicon.ico: New file.
898         * doc/funding.rst: New file.
899         * doc/gcc_sphinx.py: New file.
900         * doc/gnu.rst: New file.
901         * doc/gnu_free_documentation_license.rst: New file.
902         * doc/gpl-3.0.rst: New file.
903         * doc/indices-and-tables.rst: New file.
904         * doc/lgpl-2.1.rst: New file.
905         * doc/logo.pdf: New file.
906         * doc/logo.svg: New file.
907         * doc/md.rst: New file.
908         * doc/requirements.txt: New file.
910 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
912         * Makefile.def: Remove module 'liboffloadmic'.
913         * Makefile.in: Regenerate.
914         * configure.ac: Remove 'liboffloadmic' handling.
915         * configure: Regenerate.
917 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
919         * MAINTAINERS: Update email address.
921 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
923         * configure.ac: Don't configure readline if --with-system-readline is
924         used.
925         * configure: Re-generate.
927 2022-10-12  Cui,Lili  <lili.cui@intel.com>
929         * MAINTAINERS (Write After Approval): Add myself.
931 2022-10-11  Olivier Hainque  <hainque@adacore.com>
933         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
934         and friends for rtp !large. Assume the linker has the required
935         abilities and set lt_cv_deplibs_check_method.
937 2022-09-30  Olivier Hainque  <hainque@adacore.com>
939         * configure.ac (*vxworks*): If enable_shared is not
940         set, set to "no" and add --disable-shared to target and
941         host_configargs.
942         * configure: Regenerate.
944 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
946         * MAINTAINERS: Update my email address and DCO entry.
948 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
950         * MAINTAINERS (Write After Approval): Add myself.
952 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
954         * MAINTAINERS (Write After Approval): Add myself.
956 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
958         * MAINTAINERS: Update my email address.
960 2022-09-07  Tom de Vries  <tdevries@suse.de>
962         * configure.ac: Set extra_host_libiberty_configure_flags and
963         extra_host_zlib_configure_flags in separate case statements.
964         * configure: Regenerate.
966 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
968         * MAINTAINERS: Update c-sky port maintainers' emails.
970 2022-08-31  Martin Liska  <mliska@suse.cz>
972         * configure: Regenerate.
973         * configure.ac: Delete hpux9 and hpux10.
975 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
977         * Makefile.def: Drop libelf module and gcc-configure dependency
978         on it.
979         * Makefile.in: Regenerate with 'autogen Makefile.def'.
980         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
981         LIBELFINC.
982         * configure: Regenrate.
983         * configure.ac (host_libs): Drop unused libelf.
985 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
987         * Makefile.in: Regenerate.
989 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
991         * MAINTAINERS: Add myself as AutoFDO maintainer.
993 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
994             Arnaud Charlet  <charlet@adacore.com>
996         * configure: Regenerate.
998 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
1000         PR bootstrap/106472
1001         * Makefile.def (dependencies): Make configure-target-libgo depend
1002         upon all-target-libbacktrace.
1004 2022-07-27  David Faust  <david.faust@oracle.com>
1006         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
1008 2022-07-27  Richard Biener  <rguenther@suse.de>
1010         * MAINTAINERS (Roger Sayle): Update e-mail address.
1012 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
1014         * MAINTAINERS (Write After Approval): Add myself.
1016 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
1018         * MAINTAINERS: Add myself as Ada front end co-maintainer.
1020 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
1022         * .gitignore: Do not ignore config.h.
1024 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
1026         * MAINTAINERS: Add myself to Write After Approval.
1028 2022-07-04  Martin Liska  <mliska@suse.cz>
1030         * MAINTAINERS: fix sorting of names
1032 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
1034         * MAINTAINERS: add myself.
1036 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
1038         * MAINTAINERS: Add myself to write after approval and DCO.
1040 2022-07-02  Tim Lange  <mail@tim-lange.me>
1042         * MAINTAINERS: Add myself.
1044 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
1046         * MAINTAINERS (Write After Approval): Add myself.
1048 2022-06-30  Cui,Lili  <lili.cui@intel.com>
1050         Revert:
1051         2022-06-30  Cui,Lili  <lili.cui@intel.com>
1053         * MAINTAINERS (Write After Approval): Add myself.
1055 2022-06-30  Cui,Lili  <lili.cui@intel.com>
1057         * MAINTAINERS (Write After Approval): Add myself.
1059 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
1061         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
1062         (EXTRA_GCC_FLAGS): Likewise.
1063         * Makefile.in: Rebuilt.
1065 2022-06-28  konglin1  <lingling.kong@intel.com>
1067         * MAINTAINERS (Write After Approval): Add myself.
1069 2022-06-27  Tom de Vries  <tdevries@suse.de>
1071         * configure.ac: Build libiberty pic variant for gdbserver.
1072         * configure: Regenerate.
1074 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
1076         * configure: Regenerate.
1077         * configure.ac: Correct use of $host.
1079 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
1081         * MAINTAINERS: Remove tilegx and tilepro entries.
1082         * configure.ac: Remove tilegx and tilepro stanzas.
1083         * configure: Rebuilt.
1085 2022-05-28  Bruce Korb  <bkorb@gnu.org>
1087         * .gitignore: Ignore vim swap files
1089 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
1091         * MAINTAINERS: Add myself to write after approval.
1093 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
1095         * MAINTAINERS: Remove myself from DCO section.
1097 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
1099         * MAINTAINERS: Update my email address.
1101 2022-05-09  Clément Chigot  <chigot@adacore.com>
1103         * MAINTAINERS: Update my email address.
1105 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
1107         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
1108         section.
1110 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
1112         * MAINTAINERS: Update my email address.
1114 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
1116         * MAINTAINERS: Update my email address.
1118 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1120         * MAINTAINERS: (CPU Port Maintainers): Add myself and
1121         Lulu as LoongArch port maintainer.
1123 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1124             Lulu Cheng  <chenglulu@loongson.cn>
1126         * configure.ac: Add LoongArch tuples.
1127         * configure: Regenerate.
1129 2022-03-28  Tom Tromey  <tromey@adacore.com>
1131         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
1132         * configure: Rebuild.
1134 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
1136         * MAINTAINERS: Change my information.
1138 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
1140         * MAINTAINERS: Add myself to DCO section.
1142 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
1144         * configure.ac: Fix incorrect option in comment.
1145         * configure: Regenerate.
1147 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
1149         * Makefile.def (dependencies): Make configure-sim depend on
1150         all-readline.
1151         * Makefile.in: Regenerate.
1153 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
1155         * MAINTAINERS (Write After Approval): Update my e-mail address.
1157 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
1159         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1161 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
1163         * MAINTAINERS: Update my email and add myself to the DCO list.
1165 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
1167         Revert:
1168         2021-09-16  Andrew Pinski  <apinski@marvell.com>
1170         PR bootstrap/67102
1171         * Makefile.def: Have configure-target-libffi depend on
1172         all-target-libstdc++-v3.
1173         * Makefile.in: Regenerate.
1175 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
1177         PR other/104181
1178         * build.log: Remove.
1180 2022-01-20  Martin Liska  <mliska@suse.cz>
1182         * MAINTAINERS: Adjust email address based on IRC request.
1184 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
1186         * MAINTAINERS: Update my email address.
1188 2022-01-17  Martin Liska  <mliska@suse.cz>
1190         * MAINTAINERS: Rename .c names to .cc.
1192 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
1194         * Makefile.am: Remove.
1196 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
1198         * Makefile.am: New file.
1200 2022-01-11  Martin Liska  <mliska@suse.cz>
1202         * MAINTAINERS: Sort 2 names.
1204 2022-01-10  Martin Liska  <mliska@suse.cz>
1206         * MAINTAINERS: Fix obvious issues with sorting.
1208 2022-01-07  liuhongt  <hongtao.liu@intel.com>
1210         * build.log: New file.
1212 2022-01-05  Nathan Sidwell  <nathan@acm.org>
1214         * MAINTAINERS: Add DCO entry.  Sort that list.
1216 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
1218         * MAINTAINERS: Change of email address in both DCO and
1219         Write After Approval list.
1221 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1223         * configure: Regenerate.
1225 2021-12-21  Martin Liska  <mliska@suse.cz>
1227         * config.sub: Change mode back to 755.
1229 2021-12-17  Martin Liska  <mliska@suse.cz>
1231         * config.sub: Sync from master.
1233 2021-12-17  Martin Liska  <mliska@suse.cz>
1235         Revert:
1236         2021-12-16  Matthias Seidel  <mseidel@apache.org>
1238         * config.sub: Fix typo.
1240 2021-12-16  Matthias Seidel  <mseidel@apache.org>
1242         * config.sub: Fix typo.
1244 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
1246         Revert:
1247         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1249         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1250         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1251         * configure.ac: Include config/gcc-plugin.m4.
1252         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1253         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1254         RANLIB if possible.
1255         * Makefile.in: Regenerated.
1256         * configure: Likewise.
1258 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1260         * Makefile.tpl (BUILD_CFLAGS): New.
1261         (CFLAGS): Append $(BUILD_CFLAGS).
1262         (CXXFLAGS): Likewise.
1263         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1264         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1265         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1266         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1267         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1268         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1269         (PGO-TRAINING-TARGETS): Likewise.
1270         (PGO_BUILD_TRAINING): Likewise.
1271         (all): Add '+' to the command line for recursive make.  Support
1272         the PGO build.
1273         * configure.ac: Add --enable-pgo-build[=lto].
1274         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1275         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
1276         * Makefile.in: Regenerated.
1277         * configure: Likewise.
1279 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1281         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1282         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1283         * configure.ac: Include config/gcc-plugin.m4.
1284         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1285         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1286         RANLIB if possible.
1287         * Makefile.in: Regenerated.
1288         * configure: Likewise.
1290 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
1292         * MAINTAINERS: Add myself to write after approval.
1294 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
1296         * MAINTAINERS: Adding myself.
1298 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
1300         * configure: Regenerate.
1301         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1302         $(CPP).
1304 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1306         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1307         libatomic.
1308         * Makefile.in: Regenerate.
1309         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1310         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1311         target-libphobos-bootstrap.
1312         (STAGE2_CONFIGURE_FLAGS): Likewise.
1313         * configure: Regenerate.
1314         * configure.ac: Add support for bootstrapping D front-end.
1316 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
1318         * MAINTAINERS: Add myself to DCO section and update email address.
1320 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
1322         * configure: Regenerate.
1323         * configure.ac: Ensure that PIC (shared) defaults are set
1324         correctly for Darwin.
1326 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
1328         * MAINTAINERS: Update my address.
1330 2021-11-12  Alan Modra  <amodra@gmail.com>
1332         * Makefile.def (configure-opcodes): Depend on configure-bfd.
1333         * Makefile.in: Regenerate.
1335 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
1337         * MAINTAINERS: Clarify the policy WRT the Write After Approval
1338         list.
1340 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1342         * MAINTAINERS (Reviewers, arc): Remove my entry.
1343         (Write After Approval): Add an entry for myself.
1345 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
1347         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1348         * Makefile.in: Regenerate.
1349         * configure: Regenerate.
1350         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1352 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
1354         * MAINTAINERS: Fix up Maciej's entries.
1356 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
1358         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1359         maintainer.
1361 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
1363         PR other/102663
1364         * Makefile.def: Handle install-dvi target.
1365         * Makefile.tpl: Likewise.
1366         * Makefile.in: Regenerate.
1368 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
1370         * MAINTAINERS: Add myself for write after approval.
1372 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
1374         * Makefile.def: Mark libcody, libdecnumber,
1375         c++tools, libgcc, and libobjc as missing TAGS
1376         targets.
1377         * Makefile.in: Regenerate.
1379 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
1381         * MAINTAINERS: Add myself to DCO section and update email
1382         address.
1384 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
1386         * MAINTAINERS: Add myself to DCO section.
1388 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1390         * configure: Regenerate.
1391         * configure.ac (skipdirs): Add the contents of target_configdirs if
1392         we are not building gcc.
1394 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1396         * Makefile.def: Back-port commits ba4d88ad892f and
1397         755ba58ebef0 from binutils-gdb repository.
1398         * Makefile.in: Regenerated.
1400 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
1402         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1404 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
1406         * Makefile.def: Add a jit check target for the jit
1407         language.
1408         * Makefile.in: Regenerate.
1410 2021-09-16  Andrew Pinski  <apinski@marvell.com>
1412         PR bootstrap/67102
1413         * Makefile.def: Have configure-target-libffi depend on
1414         all-target-libstdc++-v3.
1415         * Makefile.in: Regenerate.
1417 2021-09-10  Petter Tomner  <tomner@kth.se>
1419         * MAINTAINERS: Me added to DCO and write after approval
1421 2021-09-01  YunQiang Su  <syq@debian.org>
1423         * MAINTAINERS: Add myself for write after approval.
1425 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1427         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1428         * Makefile.in: Regenerate.
1430 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
1432         * MAINTAINERS: Add myself for write after approval.
1434 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
1436         * Makefile.in: Regenerate.
1437         * Makefile.tpl: Make the state of the configured host
1438         shared flag available to makefile fragements.
1440 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
1442         * MAINTAINERS (Write After Approval): Add myself.
1444 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1446         * .dir-locals.el (bug-reference-url-format): Use https.
1448 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1450         * .dir-locals.el (c-mode): Change fill-column to 79.
1452 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1454         * MAINTAINERS: Add myself to DCO section.
1456 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1458         * configure: Regenerate.
1459         * configure.ac: Adjust cases for which it is necessary to
1460         include the Darwin host config fragment.
1462 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1464         * MAINTAINERS: Add myself for write after approval and DCO.
1466 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1468         * Makefile.def: Add dsymutil defs.
1469         * Makefile.in: Regenerated.
1470         * Makefile.tpl: Add dsymutil to flags.
1471         * configure: Regenerated.
1472         * configure.ac: Add dsymutil to target and build recipes.
1474 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1476         * MAINTAINERS: Add myself for write after approval.
1478 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1480         * MAINTAINERS (Write After Approval): Add myself.
1482 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1484         * MAINTAINERS: Add myself for write after approval and DCO
1486 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1488         * .gitignore: Add entry for cscope.out.
1490 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1492         * MAINTAINERS: Remove my Write After Approval entry.
1494 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1496         * MAINTAINERS: Add myself as maintainer of the i386 vector
1497         extensions.
1499 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1501         * MAINTAINERS (Write After Approval): Add myself.
1503 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1505         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1506         as *vrp and ranger maintainers.
1508 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1510         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1511         not trigger testsuite failures.
1513 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1515         * MAINTAINERS: Add myself to DCO section with both email addresses.
1517 2021-06-03  Jason Merrill  <jason@redhat.com>
1519         * MAINTAINERS: Add DCO version number.
1521 2021-06-02  Jason Merrill  <jason@redhat.com>
1523         * MAINTAINERS: Add DCO section.
1525 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1527         * MAINTAINERS (Write After Approval): Add myself.
1529 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1531         * configure.ac: Add gnulib to configdirs for sim.
1532         * configure: Regenerate.
1534 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1536         * Makefile.def: Add configure-sim dependency on all-gnulib.
1537         * Makefile.in: Regenerated.
1539 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1541         * MAINTAINERS (Write After Approval): Add myself.
1543 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1545         * MAINTAINERS (Write After Approval): Add myself.
1547 2021-05-11  Martin Liska  <mliska@suse.cz>
1549         * MAINTAINERS: Remove entries for removed
1550         components (HSA, BRIG, libhsail-rt).
1551         Move Pekka to Write After Approval.
1553 2021-05-11  Martin Liska  <mliska@suse.cz>
1555         * Makefile.def: Remove libhsail-rt.
1556         * Makefile.in: Likewise.
1557         * configure.ac: Likewise.
1558         * configure: Regenerate.
1559         * libhsail-rt/ChangeLog: Removed.
1560         * libhsail-rt/Makefile.am: Removed.
1561         * libhsail-rt/Makefile.in: Removed.
1562         * libhsail-rt/README: Removed.
1563         * libhsail-rt/aclocal.m4: Removed.
1564         * libhsail-rt/configure: Removed.
1565         * libhsail-rt/configure.ac: Removed.
1566         * libhsail-rt/configure.tgt: Removed.
1567         * libhsail-rt/include/internal/fibers.h: Removed.
1568         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1569         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1570         * libhsail-rt/include/internal/workitems.h: Removed.
1571         * libhsail-rt/rt/arithmetic.c: Removed.
1572         * libhsail-rt/rt/atomics.c: Removed.
1573         * libhsail-rt/rt/bitstring.c: Removed.
1574         * libhsail-rt/rt/fbarrier.c: Removed.
1575         * libhsail-rt/rt/fibers.c: Removed.
1576         * libhsail-rt/rt/fp16.c: Removed.
1577         * libhsail-rt/rt/misc.c: Removed.
1578         * libhsail-rt/rt/multimedia.c: Removed.
1579         * libhsail-rt/rt/queue.c: Removed.
1580         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1581         * libhsail-rt/rt/segment.c: Removed.
1582         * libhsail-rt/rt/workitems.c: Removed.
1583         * libhsail-rt/target-config.h.in: Removed.
1585 2021-05-04  Nick Clifton  <nickc@redhat.com>
1587         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1588         * configure: Regenerate.
1590 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1591             Tobias Burnus  <tobias@codesourcery.com>
1593         * configure.ac (--enable-offload-defaulted): New.
1594         * configure: Regenerate.
1596 2021-04-23  David Faust  <david.faust@oracle.com>
1598         * MAINTAINERS (Write After Approval): Add myself.
1600 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1602         * MAINTAINERS (Write After Approval): Add myself.
1604 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1606         * MAINTAINERS: Add myself as pru port maintainer.
1608 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1610         * MAINTAINERS: Add myself as static analyzer maintainer.
1612 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1614         * MAINTAINERS: Update primary entry.
1616 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1618         * MAINTAINERS (Write After Approval): Add myself.
1620 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1622         * Makefile.def: Remove all-sim dependency on configure-gdb.
1623         * Makefile.in: Regenerated.
1625 2021-03-11  Jeff Law  <law@redhat.com>
1627         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1629 2021-03-11  Martin Liska  <mliska@suse.cz>
1631         * Makefile.tpl: The change was done Makefile.in which
1632         is generated file.
1634 2021-03-08  Jeff Law  <law@redhat.com>
1636         * MAINTAINERS: Update my email address
1638 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1640         * config.guess: Import latest upstream.
1641         * config.sub: Import latest upstream.
1643 2021-01-25  Martin Liska  <mliska@suse.cz>
1645         PR gcov-profile/98739
1646         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1647         for profiledbootstrap.
1649 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1651         * MAINTAINERS (Write After Approval): Add myself.
1653 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1655         * MAINTAINERS (Write After Approval): Update my e-mail address.
1657 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1659         * MAINTAINERS: Fix spacing.
1661 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1663         * MAINTAINERS (Write After Approval): Add myself
1665 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1667         * Makefile.def: Sync with binutils-gdb:
1668         (dependencies): all-ld depends on all-libctf.
1669         (host_modules): libctf is no longer no_install.
1670         No longer no_check.  Checking depends on all-ld.
1671         * Makefile.in: Regenerated.
1673 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1675         * libtool.m4: Match gnu* along other GNU systems.
1676         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1677         * libgo/configure: Re-generate.
1679 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1681         * MAINTAINERS: Update my email address.
1683 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1685         * MAINTAINERS (Write After Approval): Add myself.
1687 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1689         * Makefile.def
1690         * Makefile.in
1691         * Makefile.tpl
1692         * configure
1693         * configure.ac
1695 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1697         * Makefile.def: Add libcody.
1698         * configure.ac: Add libcody.
1699         * Makefile.in: Regenerated.
1700         * configure: Regenerated.
1702 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1704         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1706 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1708         PR target/97865
1709         * libtool.m4: Update handling of Darwin platform link flags
1710         for Darwin20.
1712 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1714         * .gitignore: Sync with binutils-gdb
1716 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1718         * MAINTAINERS: Add myself as arc port maintainer.
1720 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1722         PR d/87788
1723         * configure.ac: Don't disable D for *-*-darwin*.
1724         * configure: Regenerate.
1726 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1728         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1729         hppa64-*-hpux11*.
1731 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1733         * configure: Regenerate.
1734         * configure.ac: Add --bootstrap-hwasan option.
1736 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1738         * config.guess: Import latest upstream.
1739         * config.sub: Import latest upstream.
1741 2020-11-16  Martin Liska  <mliska@suse.cz>
1743         * .gitignore: Add cache as clangd uses it now.
1745 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1747         * MAINTAINERS (Write After Approval): add myself
1749 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1751         * MAINTAINERS (Write After Approval): Add myself.
1753 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1755         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1756         Remove FIXME comments.
1758 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1760         * MAINTAINERS: Update my email address.
1762 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1764         * MAINTAINERS (Write After Approval): Add myself.
1766 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1768         PR target/97302
1769         * configure.ac: Only set with_gmp to /usr/local
1770         if not building in tree.
1771         * configure: Regenerate.
1773 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1775         * MAINTAINERS (Write After Approval): Add myself.
1777 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1779         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1781 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1783         PR bootstrap/96612
1784         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1785         if not the same as ${host}.
1786         * configure: Regenerate.
1788 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1790         * MAINTAINERS (Write After Approval): Add myself.
1792 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1794         * MAINTAINERS: Update my email address.
1796 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1798         * MAINTAINERS (Write After Approval): Add myself.
1800 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1802         * MAINTAINERS (Write After Approval): Add myself.
1804 2020-06-12  Martin Liska  <mliska@suse.cz>
1806         * .gitignore: Add .clang-tidy.
1808 2020-06-08  Jason Merrill  <jason@redhat.com>
1810         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1811         * configure: Regenerate.
1813 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1815         * MAINTAINERS: Add myself as xtensa port maintainer.
1817 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1819         * configure.ac: Don't require --enable-host-shared when building
1820         for Mingw.
1821         * configure: Regenerate.
1823 2020-05-18  Jason Merrill  <jason@redhat.com>
1825         * configure.ac: Update bootstrap dialect to -std=c++11.
1827 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1829         * MAINTAINERS (Write After Approval): Add myself.
1831 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1833         PR target/92713
1834         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1835         (noconfigdirs): Add 'target-libstdc++-v3'.
1836         * configure: Regenerate.
1838 2020-04-21  Stephen Casner  <casner@acm.org>
1840         PR 25830
1841         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1842         * configure: Rebuild.
1844 2020-04-17  Martin Liska  <mliska@suse.cz>
1845             Jonathan Yong <10walls@gmail.com>
1847         PR gcov-profile/94570
1848         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1849         for CYGWIN.
1851 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1853         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1855 2020-04-09  Tom Tromey  <tom@tromey.com>
1857         * configure: Rebuild.
1858         * Makefile.in: Rebuild.
1859         * Makefile.def (gdbsupport, gdbserver): New host modules.
1860         (configure-gdb): Depend on all-gdbsupport.
1861         (all-gdb): Depend on all-gdbsupport, all-libctf.
1862         * configure.ac (host_tools): Add gdbserver.
1863         Conditionally build gdbserver and gdbsupport.
1865 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1867         * configure.ac: Build libgomp by default for amdgcn.
1868         * configure: Regenerate.
1870 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1872         * MAINTAINERS (Write After Approval): Add myself.
1874 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1876         * MAINTAINERS (Write After Approval) : Add myself.
1878 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1880         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1882 2020-02-14  Martin Sebor  <msebor@redhat.com>
1884         * doc/extend.texi (attribute alias): Mention type requirement.
1885         (attribute weak): Same.
1886         (attribute weakref): Correct invalid example.
1888 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1890         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1892 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1893             Jakub Jelinek  <jakub@redhat.com>
1895         * .gitattributes: Add *.md diff=md.
1897 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1899         The mentioned auto-generated file is no more part of the
1901         GCC sources, it's auto-generated in $(builddir) during build.
1903         PR target/92055
1904         * contrib/gcc_update (files_and_dependencies): Remove
1905         entry for gcc/config/avr/t-multilib.
1907 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1909         * MAINTAINERS: Update my email address.
1911 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1913         * README.MOVED_TO_GIT: Remove.
1915 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1917         * README.MOVED_TO_GIT: New file.
1919 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1921         * MAINTAINERS (Write After Approval): Add myself.
1923 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1925         * MAINTAINERS (write_after_approval): Add myself.
1927 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1929         * MAINTAINERS (write_after_approval): Add myself.
1931 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1933         * MAINTAINERS (write_after_approval): Add myself.
1935 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1937         * configure.ac: Factor out common cases for compare_exclusions.
1938         * configure: Regenerate.
1940 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1942         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1943         flag.
1945 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1947         * MAINTAINERS (Write After Approval): Add myself.
1949 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1951         PR middle-end/92463
1952         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1953         * configure: Regenerate
1955 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1957         * configure.ac: Use https for gcc.gnu.org.
1958         * configure: Regenerated.
1960 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1962         * MAINTAINERS (aarch64 port): Remove my name, move to...
1963         (Write After Approval): ...Here.
1965 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1967         * MAINTAINERS: Change my email address as maintainer.
1969 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1971         PR fortran/91828
1972         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1973         * configure: Regenerated.
1975 2019-10-21  Jason Merrill  <jason@redhat.com>
1977         * .gitattributes: Also check ChangeLog whitespace.
1979 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1981         * contrib/dg-extract-results.sh: Add support for KPASS.
1982         * contrib/dg-extract-results.py: Likewise.
1984 2019-10-17  Jason Merrill  <jason@redhat.com>
1986         * .gitattributes: Avoid {} in filename pattern.
1988 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1990         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1991         Approval section.
1993 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1995         * MAINTAINERS: Add myself to Write After Approval
1997 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1999         * MAINTAINERS: Add myself as an aarch64 maintainer.
2001 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2003         * MAINTAINERS: Add myself as aarch64 maintainer.
2005 2019-09-23  Carl Love  <cel@us.ibm.com>
2007         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
2008         New define_insn.
2009         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
2010         vsx_xxpermdi16_le_V16QI): Removed define_insn.
2012 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2014         * MAINTAINERS (Sam Tebbs): Update email address.
2016 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
2018         * MAINTAINERS: Update my email address.
2020 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
2022         * libtool.m4: Handle uclinuxfdpiceabi.
2024 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2026         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
2027         Remove myself from Write After Approval section.
2029 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2031         * configure.ac: Support for bpf-*-* targets.
2032         * configure: Regenerate.
2034 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2036         * config.sub: Import upstream version 2019-06-30.
2037         * config.guess: Import upstream version 2019-07-24.
2039 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
2041         * MAINTAINERS: Remove spu port maintainers.
2043 2019-08-28  Martin Liska  <mliska@suse.cz>
2045         * .gitignore: Add .clangd and compile_commands.json
2046         to .gitignore.
2048 2019-08-23  Michael Forney  <mforney@mforney.org>
2050         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
2051         * Makefile.in: Regenerate.
2053 2019-08-19  Tom Tromey  <tom@tromey.com>
2055         * configure: Rebuild.
2056         * configure.ac: Add --with-static-standard-libraries.
2058 2019-08-16  Alexandre Oliva <oliva@gnu.org>
2060         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
2062 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
2064         * MAINTAINERS (Write After Approval): Add myself.
2066 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2068         * MAINTAINERS (Write After Approval): Remove myself, already listed in
2069         RISC-V port maitainer.
2071 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2073         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
2075 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2077         * MAINTAINERS (Write After Approval): Add myself.
2079 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
2081         * MAINTAINERS (Write After Approval): Add myself.
2083 2019-06-25  Martin Liska  <mliska@suse.cz>
2085         contrib/filter-clang-warnings.py: Transform from
2086         filter-rtags-warnings.py.
2088 2019-06-15  Tom Tromey  <tom@tromey.com>
2090         * configure.ac (host_libs): Add gnulib.
2091         * configure: Rebuild.
2092         * Makefile.def (host_modules, dependencies): Add gnulib.
2093         * Makefile.in: Rebuild.
2095 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2097         * MAINTAINERS (Write After Approval): Add myself.
2099 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2101         * configure: Regenerate.
2102         * configure.ac: Add PRU target.
2104 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
2106         * MAINTAINERS (Write After Approval): Add myself.
2108 2019-06-11  Nick Clifton  <nickc@redhat.com>
2110         Import these changes from the binutils/gdb repository:
2112         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2114         * Makefile.def (dependencies): configure-libctf depends on all-bfd
2115         and all its deps.
2116         * Makefile.in: Regenerated.
2118         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2120         * Makefile.def (host_modules): Add libctf.
2121         * Makefile.def (dependencies): Likewise.
2122         libctf depends on zlib, libiberty, and bfd.
2123         * Makefile.in: Regenerated.
2124         * configure.ac (host_libs): Add libctf.
2125         * configure: Regenerated.
2127 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
2129         * MAINTAINERS (Write After Approval): Add myself.
2131 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
2133         * MAINTAINERS: Update my email address.
2135 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
2137         * MAINTAINERS (Write After Approval): Add myself.
2139 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
2141         * MAINTAINERS (Write After Approval): Add myself.
2143 2019-05-07  Jim Wilson  <jimw@sifive.com>
2145         * MAINTAINERS: Remove myself as IA-64 maintainer.
2147 2019-05-04  Roland Illig  <roland.illig@gmx.de>
2149         * MAINTAINERS (Write After Approval): Add myself.
2151 2019-05-02  Richard Biener  <rguenther@suse.de>
2153         PR bootstrap/85574
2154         * Makefile.tpl (compare target): Also compare extra-compare
2155         files.
2156         * Makefile.in: Regenerate.
2158 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
2160         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2161         as modulo-scheduler maintainer.
2163 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
2165         * MAINTAINERS: Add myself as co-maintainer for Darwin.
2167 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
2169         * MAINTAINERS: Update my email address.
2171 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
2173         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2174         * configure: Regenerate.
2176 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2178         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2179         * configure: Regenerate.
2181 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
2183         * configure.ac: Add target-zlib to target_libraries.
2184         * configure: Regenerate.
2186 2019-04-09  Martin Liska  <mliska@suse.cz>
2188         * Makefile.in: Regenerate.
2189         * Makefile.tpl: Pass GENERATOR_CFLAGS
2190         in all stages.
2192 2019-03-28  Martin Liska  <mliska@suse.cz>
2194         PR bootstrap/89829
2195         * Makefile.in: Revert r254150.
2196         * Makefile.tpl: Likewise.
2198 2019-03-28  Ben Elliston  <bje@gnu.org>
2200         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2201         related, and libdecnumber.
2203 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
2205         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2206         (Write After Approval): Remove myself.
2208 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
2210         * MAINTAINERS (Write After Approval): Add myself.
2212 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
2214         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2215         (Write After Approval): Remove myself and Julian.
2217 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
2219         * MAINTAINERS (Write After Approval): Add myself.
2221 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
2223         * MAINTAINERS (Write After Approval): Add myself.
2225 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2227         * ChangeLog: Replace space with tab.
2228         * MAINTAINERS: Delete 1 tab to keep alignment.
2230 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
2232         * MAINTAINERS (Write After Approval): Add myself.
2234 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
2236         * MAINTAINERS (Write After Approval): Add myself.
2238 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
2239             Kwok Cheung Yeung  <kcy@codesourcery.com>
2240             Julian Brown  <julian@codesourcery.com>
2241             Tom de Vries  <tom@codesourcery.com>
2242             Jan Hubicka  <hubicka@ucw.cz>
2243             Martin Jambor  <mjambor@suse.cz>
2245         * configure.ac: Likewise.
2246         * configure: Regenerate.
2247         * contrib/config-list.mk: Add amdgcn-amdhsa.
2249 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
2251         * MAINTAINERS (Write After Approval): Add myself.
2253 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2255         * MAINTAINERS (Write After Approval): Add myself.
2257 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2259         PR target/88535
2260         * config.guess: Import upstream version 2019-01-03.
2261         * config.sub: Import upstream version 2019-01-01.
2263 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2265         * MAINTAINERS (Write After Approval): Update my maintainer address.
2267 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
2269         * MAINTAINERS (Write After Approval): Add myself.
2271 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
2273         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2275 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
2277         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2278         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2279         (GCC_TARGET_TOOL): Likewise.
2280         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2281         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2282         OTOOL, OTOOL_FOR_TARGET: New substitutions.
2283         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2284         * configure: Regenerate.
2285         * Makefile.in: Likewise.
2287 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
2289         * MAINTAINERS (Write After Approval): Add myself.
2291 2018-11-13  Martin Liska  <mliska@suse.cz>
2293         * gcc.target/i386/pr87930.c: Move to ...
2294         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
2296 2018-11-10  Stafford Horne  <shorne@gmail.com>
2298         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2299         (Write After Approval): Remove myself.
2301 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2303         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2304         Append $INCICONV to it.
2306 2018-11-04  Stafford Horne  <shorne@gmail.com>
2308         * MAINTAINERS (Write After Approval): Add myself.
2310 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
2312         PR bootstrap/82856
2313         * multilib.am: New file.  From automake.
2315         Merge from binutils-gdb:
2316         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2318         * libtool.m4: Use AC_LANG_SOURCE.
2319         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2320         * ar-lib: New file.
2321         * test-driver: New file.
2322         * configure: Re-generate.
2324 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
2326         * MAINTAINERS (Write After Approval): Add myself.
2328 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
2330         PR bootstrap/87788
2331         PR d/87799
2332         * configure: Rebuild.
2333         * configure.ac: Disable D on systems where it is known not to work.
2335 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
2337         * Makefile.def (target_modules): Add libphobos.
2338         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2339         GDCFLAGS_FOR_TARGET.
2340         (dependencies): Make libphobos depend on libatomic, libbacktrace
2341         configure, and zlib configure.
2342         (language): Add language d.
2343         * Makefile.in: Rebuild.
2344         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2345         (HOST_EXPORTS): Add GDC.
2346         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2347         (BASE_TARGET_EXPORTS): Add GDC.
2348         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2349         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2350         (EXTRA_HOST_FLAGS): Add GDC.
2351         (STAGE1_FLAGS_TO_PASS): Add GDC.
2352         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2353         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2354         environment variables.
2355         * configure: Rebuild.
2356         * configure.ac: Add target-libphobos to target_libraries.  Set and
2357         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2359 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
2361         * MAINTAINERS (Write After Approval): Add myself.
2363 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2365         * MAINTAINERS (Write After Approval): Remove myself.
2367 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2369         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2371 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
2373         * MAINTAINERS: Update my email address.
2375 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
2377         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2378         maintainer.
2380 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
2382         * MAINTAINERS (Write After Approval): Add self.
2384 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2386         * MAINTAINERS (write after approval): Add myself.
2388 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
2390         * MAINTAINERS: Update my email address.
2392 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
2394         * MAINTAINERS (write after approval): Add myself.
2396 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
2398         * MAINTAINERS: Add self to global reviewers list.
2400 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
2402         MAINTAINERS: Add c-sky port maintainers.
2404 2018-08-10  Martin Liska  <mliska@suse.cz>
2406         * MAINTAINERS: Revert change in previous commit and
2407         join lines.
2409 2018-08-10  Martin Liska  <mliska@suse.cz>
2411         * MAINTAINERS: Remove extra line.
2413 2018-08-06  Naveen H.S  <naveenh@marvell.com>
2415         * MAINTAINERS: Update my email address.
2417 2018-07-19  DJ Delorie  <dj@redhat.com>
2419         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2420         as maintainer.
2422 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
2424         * MAINTAINERS: Adjust email address for me and my colleague Robin
2425         Dapp.
2427 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2428             Sunil K Pandey  <sunil.k.pandey@intel.com>
2430         PR target/84413
2431         * config/i386/i386.c (m_CORE_AVX512): New.
2432         (m_CORE_AVX2): Likewise.
2433         (m_CORE_ALL): Add m_CORE_AVX2.
2434         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2435         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2436         and remove the rest of m_SKYLAKE_AVX512.
2438 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2440         * config.sub: Sync with upstream version 2018-07-03.
2442 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2444         * config.guess: Sync with upstream version 2018-06-26.
2445         * config.sub: Sync with upstream version 2018-07-02.
2447 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2449         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2450         * ltmain.sh: Likewise.
2452 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2454         * contrib/config-list.mk: Remove powerpc-linux_paired.
2456 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2458         * configure.ac: Introduce support for @unless/@endunless.
2459         * Makefile.tpl (dep-kind): Rewrite with cond; return
2460         postbootstrap in some cases.
2461         (make-postboot-dep, postboot-targets): New.
2462         (dependencies): Do not output postbootstrap dependencies at
2463         first.  Output non-target ones changed for configure to depend
2464         on stage_last @if gcc-bootstrap, and the original deps @unless
2465         gcc-bootstrap.
2466         * configure.in, Makefile.in: Rebuilt.
2468 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2470         * MAINTAINERS (write after approval): Add myself.
2472 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2474         * MAINTAINERS (write after approval): Add myself.
2476 2018-06-19  Nick Clifton  <nickc@redhat.com>
2478         * zlib/configure.ac: Restore old behaviour of only enabling
2479         multilibs when a target subdirectory is defined.  This allows
2480         building with srcdir == builddir.
2481         * zlib/configure: Regenerate.
2483 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2485         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2486         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2487         * Makefile.in: Regenerate.
2489 2018-06-16  Ben Elliston  <bje@gnu.org>
2491         * config.guess: Import latest version.
2492         * config.sub: Likewise.
2494 2018-06-08  Martin Liska  <mliska@suse.cz>
2496         * MAINTAINERS: Remove MPX-related entries.
2497         * Makefile.def: Remove libmpx support.
2498         * Makefile.in: Regenerate.
2499         * configure.ac: Remove removed files.
2500         * configure: Regenerate.
2501         * libmpx/ChangeLog: Remove.
2502         * libmpx/Makefile.am: Remove.
2503         * libmpx/Makefile.in: Remove.
2504         * libmpx/acinclude.m4: Remove.
2505         * libmpx/aclocal.m4: Remove.
2506         * libmpx/config.h.in: Remove.
2507         * libmpx/configure: Remove.
2508         * libmpx/configure.ac: Remove.
2509         * libmpx/configure.tgt: Remove.
2510         * libmpx/libmpx.spec.in: Remove.
2511         * libmpx/mpxrt/Makefile.am: Remove.
2512         * libmpx/mpxrt/Makefile.in: Remove.
2513         * libmpx/mpxrt/libmpx.map: Remove.
2514         * libmpx/mpxrt/libtool-version: Remove.
2515         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2516         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2517         * libmpx/mpxrt/mpxrt.c: Remove.
2518         * libmpx/mpxrt/mpxrt.h: Remove.
2519         * libmpx/mpxwrap/Makefile.am: Remove.
2520         * libmpx/mpxwrap/Makefile.in: Remove.
2521         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2522         * libmpx/mpxwrap/libtool-version: Remove.
2523         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2525 2018-06-04  Martin Liska  <mliska@suse.cz>
2527         * MAINTAINERS: Add myself as gcov maintainer.
2529 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2531         * MAINTAINERS: Update my email address.
2533 2018-06-04  Tom de Vries  <tdevries@suse.de>
2535         * MAINTAINERS: Remove write-after-approval entries for component
2536         maintainers.
2538 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2540         * MAINTAINERS (write after approval): Add myself.
2542 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2544         * MAINTAINERS: Update my email address.
2546 2018-06-01  Tom de Vries  <tdevries@suse.de>
2548         * MAINTAINERS: Update my email address.
2550 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2552         * MAINTAINERS (loop-optimizer): Add myself.
2554 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2556         * configure.ac: Added "nfp" target.
2557         * configure: Regenerate.
2559 2018-04-30  Richard Biener  <rguenther@suse.de>
2561         PR bootstrap/85571
2562         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2563         (STAGE3_TFLAGS): Likewise.
2564         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2565         (STAGEtrain_TFLAGS): Likewise.
2566         * Makefile.in: Regenerate.
2568 2018-04-26  Richard Biener  <rguenther@suse.de>
2570         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2571         (STAGE2_CFLAGS): Likewise.
2572         (STAGE2_TFLAGS): Likewise.
2573         (STAGE3_CFLAGS): Add -fchecking.
2574         (STAGE3_TFLAGS): Likewise.
2575         (STAGEtrain_CFLAGS): Filter out -fchecking.
2576         (STAGEtrain_TFLAGS): Likewise.
2577         * Makefile.in: Re-generate.
2579 2018-04-25  Catherine Moore <clm@codesourcery.com>
2581         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2583 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2585         * MAINTAINERS (write after approval): Add myself.
2587 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2589         * MAINTAINERS: Update my email address.
2591 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2593         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2595 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2597         * MAINTAINERS: Update my email address and disambiguate myself
2598         a bit from Will Schmidt.
2600 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2602         * MAINTAINERS: Move maintainers of now-removed picochip and score
2603         ports to write after approval.
2605 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2607         * MAINTAINERS: Add entry for SVE maintainership.
2609 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2611         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2612         * configure: Regenerate.
2614 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2616         * MAINTAINERS (write after approval): Add myself.
2618 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2620         * MAINTAINERS (write after approval): Add myself.
2622 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2624         * MAINTAINERS (write after approval): Add myself.
2626 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2628         Update copyright years.
2630 2018-01-03  Ben Elliston  <bje@gnu.org>
2632         * config.guess: Import latest version.
2633         * config.sub: Likewise.
2635 2017-12-12  Stafford Horne  <shorne@gmail.com>
2637         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2638         * configure: Regenerate.
2640 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2642         * MAINTAINERS (Write After Approval): Add myself.
2644 2017-11-28  Julia Koval  <julia.koval@intel.com>
2645             Sebastian Peryt  <sebastian.peryt@intel.com>
2647         * Makefile.def (target_modules): Remove libcilkrts.
2648         * Makefile.in: Ditto.
2649         * configure: Ditto.
2650         * configure.ac: Ditto.
2652 2017-11-28  Julia Koval  <julia.koval@intel.com>
2654         * MAINTAINERS (Write After Approval): Add myself.
2656 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2658         * MAINTAINERS (Write After Approval): Add myself.
2660 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2662         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2663         Use my SiFive email address.
2665 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2667         * MAINTAINERS (write after approval): Add myself.
2669 2017-10-27  Martin Liska  <mliska@suse.cz>
2671         * Makefile.tpl: Use proper name of folder as it was renamed
2672         during transition to 4 stages.
2673         * Makefile.in: Regenerate.
2675 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2677         * MAINTAINERS (write after approval): Add myself.
2679 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2681         * MAINTAINERS: Add a note that maintainership also includes web
2682         pages, docs, and testsuite related to that area.
2684 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2686         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2688 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2690         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2692 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2694         * MAINTAINERS: Remove myself as a vxworks maintainer.
2696 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2698         * MAINTAINERS: Remove email address of Jim Norris.
2700 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2702         * MAINTAINERS (Reviewers): Move myself from here...
2703         (CPU Port Maintainers): ... to here.
2705 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2707         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2709 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2711         * MAINTAINERS (write after approval): Add myself.
2713 2017-07-28  Tony Reix  <tony.reix@atos.net>
2715         * configure.ac (target-libffi): Don't disable for AIX.
2716         (go): Don't add to unsupported_languages on AIX.
2717         (target-libgo): Don't disable for AIX.
2718         * configure: Regenerate.
2720 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2722         * MAINTAINERS: Add myself.
2724 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2726         * MAINTAINERS: Update my email address.
2728 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2730         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2731         arm-specific auto-generated header files.
2733 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2735         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2736         * configure: Rebuilt.
2738 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2740         * MAINTAINERS: Readd myself for c6x.
2742 2017-06-28  Martin Liska  <mliska@suse.cz>
2744         PR bootstrap/81217
2745         * Makefile.def: Remove superfluous bootstrap_target from
2746         bootstrap_stage.
2747         * Makefile.in: Re-generate the file.
2749 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2751         * MAINTAINERS: Add myself to Write After Approval
2753 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2755         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2757 2017-06-19  Martin Liska  <mliska@suse.cz>
2759         * Makefile.def: Define 4 stages PGO bootstrap.
2760         * Makefile.tpl: Define FLAGS.
2761         * Makefile.in: Regenerate.
2763 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2765         * Makefile.def: Add check-gotools to go check targets.
2766         * Makefile.in: Rebuild.
2768 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2770         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2772 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2774         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2775         * configure: Regenerate.
2777 2017-05-31  Martin Liska  <mliska@suse.cz>
2779         * configure.ac: Add handling of stage2_werror_flags to
2780         action-if-given and to action-if-not-given.
2781         * configure: Regenerate.
2783 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2785         * MAINTAINERS: Add self to Write After Approval
2787 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2789         * MAINTAINERS: Update my email address, and remove myself as
2790         maintainer in some areas.
2792 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2794         * MAINTAINERS: Add self to Write After Approval
2796 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2798         * configure.ac: Add --enable-languages=default to mean default and
2799         make --enable-languages=all mean all supported languages.
2800         * configure: Regenerated.
2802 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2804         * config.gcc (powerpc*-*-*spe*): New.
2805         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2806         (powerpc-*-rtems*spe*): New.
2807         (powerpc*-*-linux*spe*): New.
2808         (powerpc-wrs-vxworksspe): New.
2809         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2810         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2811         * config.host (powerpc*-*-*spe*): New.
2813 2017-05-19  Martin Liska  <mliska@suse.cz>
2815         * configure.ac: Add --enable-werror-always just for
2816         bootstrap-debug (or none build config) and do not add it
2817         when we are on a release branch.
2818         * configure: Regenerated.
2820 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2822         * MAINTAINERS: Add self to Write After Approval
2824 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2826         * MAINTAINERS: Move myself to Write After Approval section.
2828 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2830         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2831         ACCH registers.
2832         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2833         available.
2834         (umulsidi3): Likewise.
2835         (mulsidi3_700): Disable this pattern when we have advanced mpy
2836         instructions.
2837         (umulsidi3_700): Likewise.
2838         (maddsidi4): New pattern.
2839         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2840         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2841         (mpydu_imm_arcv2hs): Likewise.
2842         * config/arc/predicates.md (accl_operand): New predicate.
2844 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2845             Andrew Burgess <andrew.burgess@embecosm.com>
2847         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2848         case.
2849         (ARC_AUTOFP_IRQ_P): Likewise.
2850         (ARC_AUTO_IRQ_P): Likewise.
2851         (rgf_banked_register_count): New variable.
2852         (parse_mrgf_banked_regs_option): New function.
2853         (arc_override_options): Handle rgf_banked_regs option.
2854         (arc_handle_interrupt_attribute): Add firq option.
2855         (arc_compute_function_type): Return fast irq type when required.
2856         (arc_must_save_register): Handle fast interrupts.
2857         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2858         (arc_return_address_regs): Update.
2859         * config/arc/arc.h (arc_return_address_regs): Update.
2860         (arc_function_type): Add fast interrupt type.
2861         (ARC_INTERRUPT_P): Update.
2862         (RC_FAST_INTERRUPT_P): Define.
2863         * config/arc/arc.md (simple_return): Update for fast interrupts.
2864         (p_return_i): Likewise.
2865         * config/arc/arc.opt (mrgf-banked-regs): New option.
2866         * doc/invoke.texi (mrgf-banked-regs): Document.
2868 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2870         * config/arc/arc.c (irq_ctrl_saved): New variable.
2871         (ARC_AUTOBLINK_IRQ_P): Define.
2872         (ARC_AUTOFP_IRQ_P): Likewise.
2873         (ARC_AUTO_IRQ_P): Likewise.
2874         (irq_range): New function.
2875         (arc_must_save_register): Likewise.
2876         (arc_must_save_return_addr): Likewise.
2877         (arc_dwarf_emit_irq_save_regs): Likewise.
2878         (arc_override_options): Handle deferred options.
2879         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2880         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2881         arc_must_save_return_addr.
2882         (arc_compute_frame_size): Handle automated save and restore of
2883         registers.
2884         (arc_expand_prologue): Likewise.
2885         (arc_expand_epilogue): Likewise.
2886         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2887         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2888         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2890 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2891         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2893         PR bootstrap/77661
2894         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2895         in-tree build MPC.
2896         * Makefile.in: Regenerate.
2898 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2900         * configure.ac: Enable LTO by default on darwin >= 9.
2901         * configure: Regenerate.
2903 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2905         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2906         and Andrew Waterman as the RISC-V maintainers.
2908 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2910         * MAINTAINERS: Add self to Write After Approval
2912 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2914         * config.guess: Import latest from upstream.
2916 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2918         * MAINTAINERS (Write After Approval): Remove entries that are
2919         already covered under Reviewers.
2921 2017-03-08  Mark Wielaard  <mark@klomp.org>
2923         PR demangler/70909
2924         PR demangler/67264
2925         * include/demangle.h: Add d_printing to struct demangle_component
2926         and pass struct demangle_component as non const.
2928 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2930         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2932 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2934         * Makefile.tpl: Remove HOST_ISLVER.
2935         (HOST_EXPORTS): Remove ISLVER.
2936         * Makefile.in: Regenerate.
2938 2017-02-13  Richard Biener  <rguenther@suse.de>
2940         * configure: Re-generate.
2942 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2944         * MAINTAINERS: Adjust bug reporting URL.
2946 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2948         * MAINTAINERS (Write After Approval): Remove redundant entry
2949         for Andrew Burgess.
2951 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2953         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2954         32-bit hppa*-*-hpux*.
2955         * configure: Regenerate.
2957 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2959         * configure.ac: Moved the white list of enabling BRIG FE to
2960         libhsail-rt/configure.tgt.
2961         * configure: Regenerated.
2962         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2964 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2965             Martin Jambor  <mjambor@suse.cz>
2967         * Makefile.def (target_modules): Added libhsail-rt.
2968         (languages): Added language brig.
2969         * Makefile.in: Regenerated.
2970         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2971         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2972         * configure: Regenerated.
2974 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2976         PR other/79046
2977         * configure: Regenerated.
2979 2017-01-04  Alan Modra  <amodra@gmail.com>
2981         * configure: Regenerate.
2983 2016-12-29  Ben Elliston  <bje@gnu.org>
2985         * config.sub: Import latest version.
2987 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2989         * MAINTAINERS (Write After Approval): Add myself.
2991 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2993         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2994         includes bootstrap-mpx.
2995         * configure: Regenerated.
2997 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2999         * MAINTAINERS (Write After Approval): Add myself.
3001 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
3003         * configure: Regenerate.
3005 2016-12-01  Matthias Klose  <doko@ubuntu.com>
3007         * configure.ac: Don't use pkg-config to check for bdw-gc.
3008         * configure: Regenerate.
3010 2016-11-30  Matthias Klose  <doko@ubuntu.com>
3012         * Makefile.def: Remove reference to boehm-gc target module.
3013         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
3014         options and for the bdw-gc pkg-config module.
3015         * configure: Regenerate.
3016         * Makefile.in: Regenerate.
3018 2016-11-28  Nathan Sidwell  <nathan@acm.org>
3020         * MAINTAINERS (nvptx): Remove self.
3022 2016-11-25  Ben Elliston  <bje@gnu.org>
3024         * config.guess: Import latest version.
3025         * config.sub: Likewise.
3027 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
3029         * MAINTAINERS (Write After Approval): Add myself.
3031 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3033         * Makefile.def: Remove references to GCJ.
3034         * Makefile.tpl: Likewise.
3035         * Makefile.in: Regenerate.
3037 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3039         * config-ml.in: Remove references to GCJ.
3040         * configure.ac: Likewise.
3041         * configure: Regenerate.
3043 2016-11-01  Josh Conner  <joshconner@google.com>
3045         * MAINTAINERS (Write After Approval): Update email address,
3047 2016-10-27  Carl Love  <cel@us.ibm.com>
3049         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
3050         Approval list to make it alphabetical.
3052 2016-10-27  Carl Love  <cel@us.ibm.com>
3054         * MAINTAINERS (Write After Approval): Add myself.
3056 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
3058         * MAINTAINERS (Reviewers): Add myself.
3059         (Write After Approval): Add myself.
3061 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
3062             Ulrich Weigand  <uweigand@de.ibm.com>
3064         * MAINTAINERS: Update email address.
3066 2016-10-10  Nathan Sidwell  <nathan@acm.org>
3068         * MAINTAINERS: Update email address.
3070 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
3072         * configure.ac: Add aarch64-*-freebsd*.
3073         * configure: Regenerate.
3075 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
3077         * MAINTAINERS: Update email address after it got reverted.
3079 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3081         * configure.ac (target_libraries): Readd target-boehm-gc.
3082         Restore --enable-objc-gc handling.
3083         * configure: Regenerate.
3085 2015-10-03  Jeff Law  <law@redhat.com>
3087         * MAINTAINERS: Move several inactive maintainers to the
3088         write-after-approval section.
3090 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
3092         * configure.ac: Add target-libffi to target_libraries.
3093         Readd libgcj target disablings, modified to only target-libffi.
3094         Readd target addition of go to unsupported languages.
3095         * configure: Regenerated.
3097 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
3099         * MAINTAINERS: Update email address.
3101 2016-09-30  Andrew Haley  <aph@redhat.com>
3103         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
3104         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
3105         libgcj.
3107 2016-09-30  Andrew Haley  <aph@redhat.com>
3109         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
3110         write-after approval after GCJ deletion.
3112 2016-09-30  Andrew Haley  <aph@redhat.com>
3114         * Makefile.def: Remove libjava.
3115         * Makefile.tpl: Likewise.
3116         * Makefile.in: Regenerate.
3117         * configure.ac: Likewise.
3118         * configure: Likewise.
3119         * gcc/java: Remove.
3120         * libjava: Likewise.
3122 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
3124         * MAINTAINERS (Reviewers): Add myself.
3126 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3128         * configure.ac: Disable "sim" directory for arc*-*-*.
3129         * configure: Regenerated.
3131 2016-09-23  Tamar Christina <tamar.christina@arm.com>
3133         * MAINTAINERS (Write After Approval): Add myself.
3135 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
3137         * configure.ac: Check for the minimum in-tree MPFR version
3138         handled.
3139         * configure: Regenerate.
3141 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
3143         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3144         * configure: Regenerated.
3146 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
3148         * MAINTAINERS (Write After Approval): Add myself.
3150 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3152         * Makefile.def: Add autoprofiledbootstrap.
3153         * Makefile.tpl: Dito.
3154         * Makefile.in: Regenerate.
3156 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3158     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3159     * configure: Regenerate.
3161 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3163         * configure: Regenerate.
3164         * configure.ac: Remove support for avr-rtems.
3166 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3168         * MAINTAINERS (Write After Approval): Add myself.
3170 2016-06-16  Michael Collison  <michael.collison@arm.com>
3172         * MAINTAINERS (Write After Approval): Add myself.
3174 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
3176         * MAINTAINERS (Write After Approval): Update e-mail address.
3178 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
3180         * MAINTAINERS (Write After Approval): Add myself.
3182 2016-05-28  Alan Modra  <amodra@gmail.com>
3184         * Makefile.tpl (configure): Depend on m4 files included.
3185         * Makefile.in: Regenerate.
3187 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3189         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3190         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3192 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3194         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3195         special case builtin.
3196         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3197         support for ALTIVEC_BUILTIN_VEC_ADDEC.
3198         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3199         for __builtin_vec_addec.
3201 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3203         * config.guess: Import version 2016-04-02 (newest).
3204         * config.sub: Import version 2016-05-10 (newest).
3206 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
3208         * configure.ac: Add ARC support to libgloss.
3209         * configure: Regenerate
3211 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3213         * MAINTAINERS (Write After Approval): Add myself.
3215 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3217         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3218         * configure: Regenerated.
3219         * Makefile.def (gmp): Explicitly disable assembler.
3220         (mpfr): Adjust lib_path.
3221         (mpc): Likewise.
3222         * Makefile.in: Regenerated.
3224 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
3226         PR bootstrap/70704
3227         * configure.ac (--enable-stage1-checking): Add missing
3228         --enable-checking=.
3229         * configure: Regenerated.
3231 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3233         * config.guess: Revert r235676.
3234         * config.sub: Revert r235676.
3236 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3238         * config.guess: Remove SH5 support.
3239         * config.sub: Likewise.
3240         * configure: Likewise.
3241         * configure.ac: Likewise.
3243 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
3245         PR bootstrap/70704
3246         * configure.ac (--enable-stage1-checking): For --disable-checking or
3247         implicit --enable-checking, make sure extra flag matches in between
3248         stage1 and later checking.
3249         * configure: Regenerated.
3251 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3253         * .gitattributes: New file.
3255 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
3257         * MAINTAINERS (rs6000/powerpc port): Add myself.
3259 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
3261         PR bootstrap/70173
3262         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3263         and gotools directories.  Delete the stage_final file.
3264         * Makefile.in: Regenerate.
3266 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
3268         * MAINTAINERS (Write After Approval): Add myself.
3270 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
3272         * MAINTAINERS (Fortran maintainer): Remove myself.
3274 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
3276         * MAINTAINERS (Write After Approval): Add myself.
3278 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
3280         * MAINTAINERS (Write After Approval): Add myself.
3282 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3284         Sync with binutils-gdb:
3286         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3288         * configure.ac: Add mips and s390 to the gold target check.
3289         * configure: Regenerate.
3291 2016-03-01  DJ Delorie  <dj@redhat.com>
3293         * MAINTAINERS (mep): Remove myself as MeP maintainer.
3295 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
3297         * MAINTAINERS (libcpp): Add myself.
3298         (diagnostic messages): Likewise.
3300 2016-02-20  Tom de Vries  <tom@codesourcery.com>
3302         * MAINTAINERS: Fix whitespace.
3304 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
3306         * MAINTAINERS (Write After Approval): Add myself.
3308 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
3310         * config/isl.m4: Add comments about isl-0.16.
3311         * configure: Regenerate.
3313 2016-01-29  Martin Jambor  <mjambor@suse.cz>
3315         * MAINTAINERS (hsa maintainers): Add myself.
3317 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
3319         * MAINTAINERS: (Write After Approval): Add myself.
3321 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
3322             Sebastian Pop  <s.pop@samsung.com>
3324         * Makefile.in: Regenerate.
3325         * Makefile.tpl: Export ISLVER.
3326         * configure: Regenerate.
3327         * config/isl.m4: Detect isl-0.15.
3329 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
3331         PR bootstrap/69329
3332         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3333         * Makefile.in: Regenerate.
3335 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
3337         * configure.ac: Enable LTO for DJGPP
3338         * configure: Regenerate
3340 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3342         Sync with binutils-gdb:
3343         2015-10-21  Nick Clifton  <nickc@redhat.com>
3345         PR gas/19109
3346         * configure.ac: Note the 'none' is an acceptable argument to
3347         --enable-compressed-debug-sections.
3348         * configure: Regenerate.
3350 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3352         PR bootstrap/69134
3353         * Makefile.def (mpfr): Disable assembler.
3354         * Makefile.in: Regenerate.
3356 2016-01-01  Ben Elliston  <bje@gnu.org>
3358         * config.guess: Import version 2016-01-01.
3359         * config.sub: Likewise.
3361 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
3363         * MAINTAINERS (Write After Approval): Add myself.
3365 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
3367         * Makefile.in: Replace ISL with isl.
3368         * Makefile.tpl: Same.
3369         * config/isl.m4: Same.
3370         * configure.ac: Same.
3371         * contrib/download_prerequisites: Same.
3372         * configure: Regenerate.
3374 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
3376         * MAINTAINERS (Write After Approval): Add Myself.
3378 2015-12-17  Nathan Sidwell  <nathan@acm.org>
3380         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3381         * configure: Regenerate.
3383 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
3384             Sebastian Pop  <s.pop@samsung.com>
3386         * config/isl.m4 (ISL_CHECK_VERSION): Check for
3387         isl_ctx_get_max_operations.
3388         * configure: Regenerate.
3390 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
3392         * MAINTAINERS (Write After Approval): Add myself.
3394 2015-12-02  Ian Lance Taylor  <iant@google.com>
3396         PR go/66147
3397         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3398         * Makefile.in: Regenerate.
3400 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
3402         PR libffi/65726
3403         * Makefile.def (lang_env_dependencies): Make libffi depend
3404         on cxx.
3405         * Makefile.in: Regenerate.
3407 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
3409         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3410         symbols.
3412 2015-11-20  Tristan Gingold  <gingold@adacore.com>
3414         Sync with binutils-gdb:
3415         2015-11-20  Tristan Gingold  <gingold@adacore.com>
3417         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3418         * configure: Regenerate.
3420 2015-11-19  Martin Liska  <mliska@suse.cz>
3422         * .gitignore: Add .clang-format to ignored files.
3423         * Makefile.in: Add clang-format.
3424         * Makefile.tpl: Likewise.
3426 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3428         * configure.ac: Enable libmpx by default.
3429         * configure: Regenerated.
3431 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
3433         * MAINTAINERS: Update email address.
3435 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3437         * MAINTAINERS: Update email address.
3439 2015-10-23  Alan Hayward <alan.hayward@arm.com>
3441         * MAINTAINERS  (Write After Approval): Add myself.
3443 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3445         Sync with binutils-gdb:
3446         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3448         PR gas/19109
3449         * configure.ac: Add
3450         --enable-compressed-debug-sections={all,gas,gold,ld}.
3451         * configure: Regenerated.
3453 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3455         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3457 2015-10-09  Martin Liska  <mliska@suse.cz>
3459         * MAINTAINERS (Write After Approval): Add myself.
3461 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3463         * MAINTAINERS (Write After Approval): Add myself.
3465 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3467         * MAINTAINERS: Update email address.
3469 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3471         * MAINTAINERS  (Write After Approval): Add myself.
3473 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3475         * MAINTAINERS: Update email.
3477 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3479         * MAINTAINERS: Update my email address.
3481 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3483         * MAINTAINERS (ft32 port): Add myself.
3485 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3487         * MAINTAINERS: Add myself.
3489 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3491         * MAINTAINERS (Write After Approval): Add myself.
3493 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3495         PR libfortran/54572
3496         * Makefile.def: Make libgfortran depend on libbacktrace.
3497         * Makefile.in: Regenerate.
3499 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3501         * MAINTAINERS (Write After Approval): Add myself.
3503 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3505         PR other/67092
3506         * configure.ac: Remove --with_host_libstdcxx support.
3507         * configure: Regenerate.
3509 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3510             Jakub Jelinek  <jakub@redhat.com>
3512         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3513         nvptx*-*-*.
3514         * configure: Regenerate.
3516 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3518         * Makefile.def (libiconv): Define bootstrap=true.
3519         Mark pdf/html/info as missing.
3520         (configure-gcc): Depend on all-libiconv.
3521         (all-gcc): Ditto.
3522         (configure-libcpp): Ditto.
3523         (all-libcpp): Ditto.
3524         (configure-intl): Ditto.
3525         (all-intl): Ditto.
3526         * Makefile.in: Regenerate.
3528 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3530         * MAINTAINERS (loop ivopts): Add the entry and myself.
3532 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3534         * MAINTAINERS (nvptx): Add self.
3536 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3538         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3539         128-bit vector modes.
3541 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3543         * MAINTAINERS (Write After Approval): Add myself.
3545 2015-07-28  Ben Elliston  <bje@gnu.org>
3547         * config.sub, config.guess: Import from upstream.
3549 2015-07-24  Michael Darling  <darlingm@gmail.com>
3551         PR other/66259
3552         * config-ml.in: Reflects renaming of configure.in to configure.ac
3553         * configure: Likewise
3554         * configure.ac: Likewise
3556 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3558         * MAINTAINERS: Update my email address.
3560 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3562         Sync with binutils-gdb:
3563         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3565         * configure.ac (target_configdirs): Exclude target-zlib if
3566         target-libjava isn't built.
3567         * configure: Regenerated.
3569 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3571         Sync with binutils-gdb:
3572         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3574         * configure.ac: Disable configuration of GDB for HPUX targets.
3575         * configure: Regenerate.
3577         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3579         * configure.ac: Add --with-system-zlib.
3580         * configure: Regenerated.
3582         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3584         * configure.ac: Add FT32 support.
3585         * configure: Regenerate.
3587         2015-01-12  Anthony Green  <green@moxielogic.com>
3589         * configure.ac: Don't disable gprof for moxie.
3590         * configure: Rebuild.
3592 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3594         Sync with binutils-gdb:
3595         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3597         PR ld/18355
3598         * Makefile.def: Add extra_configure_flags to host zlib.
3599         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3600         to --enable-host-shared When bfd is to be built as shared
3601         library.  AC_SUBST.
3602         * Makefile.in: Regenerated.
3604 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3606         Sync with src:
3607         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3608         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3609         * Makefile.in: Regenerated.
3611 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3613         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3614         target.
3615         * configure: Regenerate.
3617 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3619         * MAINTAINERS (Write After Approval): Add myself.
3621 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3623         * MAINTAINERS (OS Port Maintainers): Add myself.
3624         (Various Maintainers): Remove myself from libffi testsuite.
3626 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3628         * MAINTAINERS (gen* on machine desc): Add self.
3630 2015-06-02  Jason Merrill  <jason@redhat.com>
3632         PR bootstrap/66319
3633         * configure.ac: Use -std=gnu++98.
3635 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3637         * MAINTAINERS (Write After Approval): Add myself.
3639 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3641         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3642         * configure: Regenerate.
3644 2015-05-26  Jason Merrill  <jason@redhat.com>
3646         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3647         * configure: Regenerate.
3649 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3651         * configure.ac: FT32 target added.
3652         * configure: Regenerated.
3654 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3656         * MAINTAINERS (Write After Approval): Add myself.
3658 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3660         * MAINTAINERS (Write After Approval): Add myself.
3662 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3664         * configure.ac: Fix typo.
3665         * configure: Regenerate.
3667 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3669         * MAINTAINERS (Write After Approval): Add myself.
3671 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3673         * configure.ac: Match $host configured with triplets.
3674         * configure: Regenerate.
3676 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3678         * Makefile.tpl: Remove surplus whitespace throughout.
3679         * Makefile.in: Regenerate.
3681 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3683         * MAINTAINERS (Various Maintainers): Add myself as instruction
3684         combiner maintainer.
3686 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3688         PR bootstrap/62077
3689         * configure.ac (--enable-stage1-checking): Default to
3690         release,misc,gimple,rtlflag,tree,types if --disable-checking
3691         or --enable-checking is not specified and DEV-PHASE is not
3692         experimental.
3693         * configure: Regenerated.
3695 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3697         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3698         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3699         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3700         * Makefile.in: Regenerate.
3702 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3704         * MAINTAINERS: Update my email address.
3706 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3708         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3710 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3712         * MAINTAINERS: Add myself as an arm port reviewer.
3714 2015-03-25  Martin Liska  <mliska@suse.cz>
3715             Yury Gribov  <y.gribov@samsung.com>
3717         * Makefile.in: Fix ln source location for vimrc file.
3718         * Makefile.tpl: Likewise.
3720 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3722         PR bootstrap/25672
3723         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3724         cross-compiling.  Similarly for CXX_FOR_TARGET.
3725         * configure: Regenerate.
3727 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3729         * Makefile.def: Add libmpx.
3730         * configure.ac: Add libmpx.
3731         * Makefile.in: Regenerate.
3732         * configure: Regenerate.
3734 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3736         * MAINTAINERS (CPU Port Maintainers): Add myself
3737         i386 vector ISA extns mantainer.
3739 2015-03-13  Jeff Law  <law@redhat.com>
3741         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3742         maintainer.
3743         Remove Richard Henderson as a maintainer for the x86 port.
3745 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3747         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3749 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3751         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3752         pointer bounds checker and i386 MPX maintainer.
3754 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3756         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3758 2015-02-26  Martin Sebor  <msebor@redhat.com>
3760         * MAINTAINERS (Various Maintainers): Add self.
3762 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3764         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3765         Make sure it contains lto.
3766         * configure: Regenerate.
3768 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3770         * configure: Regenerate.
3772 2015-02-06  Diego Novillo  <dnovillo@google.com>
3774         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3775         middle-end, docstring): Remove myself.
3776         (Write After Approval): Add myself.
3778 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3780         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3781         (Write After Approval): Update address.
3783 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3785         PR jit/64780
3786         * configure.ac: Require the user to explicitly specify
3787         --enable-host-shared if the jit is enabled.
3788         * configure: Regenerate.
3790 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3792         * MAINTAINERS (Write After Approval): Add myself.
3794 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3796         * MAINTAINERS: Make whitespace consistent.
3798 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3800         * MAINTAINERS (Write After Approval): Add myself.
3802 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3804         * MAINTAINERS: (Write After Approval): Add myself.
3806 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3808         * MAINTAINERS: (Write After Approval): Add myself.
3810 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3812         * MAINTAINERS: (Write After Approval): Add myself.
3814 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3816         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3817         objective-c/c++ front end maintainer.
3819 2015-01-13  Marek Polacek  <polacek@redhat.com>
3821         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3823 2015-01-12  Jeff Law  <law@redhat.com>
3825         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3826         a very long time.
3828 2015-01-09  Ian Lance Taylor  <iant@google.com>
3830         * configure.ac (host_tools): Add gotools.
3831         * Makefile.def (host_modules): Add gotools.
3832         (dependencies): Add dependency of all-gotools on all-target-libgo.
3834 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3836         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3837         * configure: Regenerate.
3839 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3841         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3842         all-target-libgomp.
3843         * Makefile.in: Regenerate.
3845 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3847         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3849 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3851         * configure.ac: Add Visium support.
3852         * configure: Regenerate.
3854 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3856         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3857         * configure: Regenerate.
3859 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3861         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3862         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3863         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3864         (OBJCOPY_FOR_TARGET): New variable.
3865         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3866         * Makefile.in: Regenerate.
3867         * configure.ac: Check for already installed target objcopy.
3868         Also GCC_TARGET_TOOL on objcopy.
3869         * configure: Regenerate.
3871 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3873         * config.sub: Update from upstream, to 2015-01-01 version.
3874         * config.guess: Ditto.
3876 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3878         * MAINTAINERS (RTEMS Ports): Add myself.
3880 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3882         * MAINTAINERS (Write After Approval): Add myself.
3884 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3886         * MAINTAINERS (Write After Approval): Add myself.
3888 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3890         * configure.ac (--enable-as-accelerator-for): Don't set
3891         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3892         * configure: Regenerate.
3894 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3896         PR bootstrap/64023
3897         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3898         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3899         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3900         to CXX.
3901         * Makefile.in: Regenerated.
3903 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3904             Yury Gribov  <y.gribov@samsung.com>
3906         * .gitignore: Added .local.vimrc and .lvimrc.
3907         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3908         * Makefile.in: Regenerate.
3910 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3912         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3913         * configure: Regenerated.
3915 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3917         * MAINTAINERS (nvptx port): New entry.
3919 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3921         * configure: Regenerate.
3923 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3925         * configure.ac: Merge with Binutils.
3927 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3929         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3930         * Makefile.in: Regenerate.
3932 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3934         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3935         missing flex.
3936         * Makefile.in: Regenerated.
3938 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3940         * Makefile.in: Regenerate.
3942 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3944         PR bootstrap/63784
3945         * libtool.m4: Add $pic_flag with -shared.
3947 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3949         * MAINTAINERS (Write After Approval): Added myself.
3951 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3953         * MAINTAINERS (write-after-approval): Add myself.
3955 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3957         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3958         from 2 years ago.
3960 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3962         Revert:
3963         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3965         * MAINTAINERS (Write After Approval): Added myself as line map
3966         maintainer.
3968 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3970         Revert:
3971         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3973         * MAINTAINERS (Write After Approval): Added myself.
3975 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3977         * MAINTAINERS (Write After Approval): Added myself.
3979 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3981         * MAINTAINERS (Write After Approval): Added myself as line map
3982         maintainer.
3984 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3986         * MAINTAINERS (Various Maintainers): Added myself as line map
3987         maintainer.
3989 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3991         * move-if-change: Sync from upstream gnulib.
3993 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3995         * compile: Sync with upstream Automake.
3996         * depcomp: Ditto.
3997         * install-sh: Ditto.
3998         * missing: Ditto.
3999         * mkinstalldirs: Ditto.
4000         * ylwrap: Ditto.
4002 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4004         * config.sub: Update from upstream config repo.
4005         * config.guess: Ditto.
4007 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
4009         * Makefile.def: Add liboffloadmic to target_modules.  Make
4010         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
4011         * Makefile.in: Regenerate.
4012         * configure: Regenerate.
4013         * configure.ac: Add liboffloadmic to target binaries.
4014         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
4015         Add liboffloadmic to noconfig list when C++ is not supported.
4017 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
4018             Thomas Schwinge  <thomas@codesourcery.com>
4019             Ilya Verbin  <ilya.verbin@intel.com>
4020             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4022         * configure: Regenerate.
4023         * configure.ac (--enable-as-accelerator-for)
4024         (--enable-offload-targets): New configure options.
4026 2014-11-11  Tobias Burnus  <burnus@net-b.de>
4028         * Makefile.def: Make all-gcc depend on all-isl.
4029         * Makefile.in: Regenerate.
4031 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
4033         * ChangeLog.jit: New.
4034         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
4036 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4038         PR target/63610
4039         * libtool.m4: Fix globbing of darwin versions.
4040         * configure: Regenerate.
4042 2014-11-11  Tobias Burnus  <burnus@net-b.de>
4044         * Makefile.def: Remove CLooG.
4045         * Makefile.tpl: Ditto.
4046         * configure.ac: Ditto.
4047         * configure: Regenerate.
4048         * Makefile.in: Ditto.
4050 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
4052         * configure.ac: Handle nvptx-*-*.
4053         * configure: Regenerate.
4055 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
4057         * MAINTAINERS (Write After Approval): Add myself.
4059 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
4061         * Makefile.def (libcc1): Remove bootstrap=true;.
4062         * Makefile.in: Regenerated.
4064 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4066         * configure.ac: Update comment.
4067         * configure: Regenerate.
4069 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
4071         * MAINTAINERS (Write After Approval): Add myself.
4073 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
4075         * configure.ac (extra_host_libiberty_configure_flags): Add
4076         --enable-shared also for libcc1's benefit.
4077         * configure: Regenerate.
4079 2014-10-29  Tristan Gingold  <gingold@adacore.com>
4081         * MAINTAINERS: Change my email address.
4083 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
4084             Tom Tromey  <tromey@redhat.com>
4086         * Makefile.def: Add libcc1 to host_modules.
4087         * configure.ac (host_tools): Add libcc1.
4088         * Makefile.in, configure: Rebuild.
4090 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
4092         * configure.ac (build_configargs): Don't share config.cache between
4093         build subdirs.
4094         * configure: Regenerate.
4096 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4098         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
4099         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
4100         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
4101         leon3v7 as leon3.
4102         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
4103         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
4104         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
4105         * config/sparc/sparc.md (cpu): Add leon3v7.
4106         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
4108 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4110         * MAINTAINERS (write-after-approval): Add myself.
4112 2014-10-23  Ian Lance Taylor  <iant@google.com>
4114         * configure.ac: Disable the Go frontend on systems where it is known
4115         to not work.
4116         * configure: Regenerate.
4118 2014-10-23  Richard Biener  <rguenther@suse.de>
4120         * Makefile.def: Add libcpp build module and dependencies.
4121         * configure.ac: Add libcpp build module.
4122         * Makefile.in: Regenerate.
4123         * configure: Likewise.
4125 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
4127         * MAINTAINERS (write-after-approval): Add myself.
4129 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
4131         * INSTALL/README: Do not mention CVS.
4133 2014-10-03  Jing Yu  <jingyu@google.com>
4135         * configure.ac: Add aarch64 to list of targets that support gold.
4136         * configure: Regenerate.
4138 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
4140         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
4142 2014-09-29  Catherine Moore  <clm@codesourcery.com>
4144         * MAINTAINERS:  Add myself as MIPS maintainer.
4146 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
4148         * MAINTAINERS: Move myself to MIPS maintainers.
4150 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4152         * MAINTAINERS: Put all email addresses between '<' and '>'.
4154 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4156         * MAINTAINERS: Move myself to reviewers (Fortran).
4158 2014-09-01  Andi Kleen  <ak@linux.intel.com>
4160         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4161         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
4162         * Makefile.in: Regenerate.
4164 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4166         * rtx-classes-status.txt: Delete
4168 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4170         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4172 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
4174         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4175         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4176         of checking for version number.
4177         * configure: Regenerated.
4178         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4180 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4182         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4183         is done; begin phase 6 (use extra rtx_def subclasses).
4185 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4187         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4188         done; begin phase 5 (additional rtx_def subclasses).
4190 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4192         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4194 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4196         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4197         SET_BB_HEADER are done.
4199 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4201         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4202         done.
4204 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4206         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4208 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4210         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4212 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4214         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4216 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4218         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4220 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4222         * rtx-classes-status.txt: Phase 3 (per-file commits within
4223         "config" subdirs) is done; begin phase 4 (removal of
4224         "scaffolding").
4226 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
4228         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4229         dir) is done; begin phase 3 (per-file commits within "config"
4230         subdirs).
4232 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
4234         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4235         phase 2 (per-file commits in main source dir).
4237 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
4239         * configure: Regenerated.
4241 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4243         * rtx-classes-status.txt (TODO): Add SET_BND_TO
4245 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4247         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4249 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4251         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4253 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4255         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4257 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4259         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4261 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
4263         * MAINTAINERS (Write After Approval): Add myself.
4265 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
4267         * MAINTAINERS: Remove myself
4269 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4271         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4273 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
4275         * MAINTAINERS (Write After Approval): Add myself.
4277 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4279         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4280         SET_BB_HEADER, SET_BB_FOOTER
4282 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4284         * rtx-classes-status.txt: New file
4286 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
4288         * configure.ac: Eliminate ClooG installation dependency.
4289         * configure: Regenerate.
4290         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4291         * Makefile.in: Regenerate.
4293 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
4295         * MAINTAINERS (Write After Approval): Add myself.
4297 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
4299         * MAINTAINERS (Write After Approval): Add myself.
4301 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
4303         * MAINTAINERS (Write After Approval): Add myself.
4305 2014-07-28  Anthony Green  <green@moxielogic.com>
4307         Import from savannah.gnu.org:
4308         * config.sub: Update to 2014-07-28 version.
4310 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
4312         * MAINTAINERS: Remove my MIPS maintainer entry.
4314 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
4316         PR target/47230
4317         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4318         * configure: Regenerate.
4320 2014-07-24  James Norris  <jnorris@codesourcery.com>
4322         * MAINTAINERS (Write After Approval): Add myself.
4324 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
4326         * configure.ac: Accept only CLooG 0.18.1.
4327         * configure: Regenerate.
4329 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
4331         * configure.ac: Don't accept isl 0.11.
4332         * configure: Regenerate.
4334 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4336         * MAINTAINERS (Write After Approval): Add myself.
4338 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4340         * configure.ac: Don't accept isl 0.10.
4341         * configure: Regenerate.
4343 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4345         Fix include path for in-tree cloog.
4346         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4347         * configure: Regenerate.
4349 2014-06-18  Richard Henderson  <rth@redhat.com>
4351         * .gitignore: Import gcc_update output.
4353 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4355         * config-ml.in: Robustify ac_configure_args parsing.
4357         * configure.ac (--enable-linker-plugin-configure-flags)
4358         (--enable-linker-plugin-flags): New flags.
4359         (configdirs): Conditionally add libiberty-linker-plugin.
4360         * configure: Regenerate.
4361         * Makefile.def (host_modules): Add libiberty-linker-plugin.
4362         (host_modules) <lto-plugin>: Pay attention to
4363         @extra_linker_plugin_flags@ and
4364         @extra_linker_plugin_configure_flags@.
4365         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4366         * Makefile.in: Regenerate.
4368         * Makefile.tpl (configure-[+prefix+][+module+])
4369         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4370         "module_srcdir" instead of "module" for locating a module's srcdir.
4371         * Makefile.in: Regenerate.
4373 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
4375         * MAINTAINERS (Write After Approval): Add myself.
4377 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
4379         * MAINTAINERS: Update my email address.
4381 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4383         * MAINTAINERS (Write After Approval): Add myself.
4385 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
4387         * MAINTAINERS (Write After Approval): Add myself.
4389 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
4391         PR libstdc++/61011
4392         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4393         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4394         * configure: Regenerate.
4396 2014-05-28  Pedro Alves  <palves@redhat.com>
4398         * MAINTAINERS (Write After Approval): Add myself.
4400 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4402         * MAINTAINERS: Update my affiliation/email.
4404 2014-05-19  Mike Stump  <mikestump@comcast.net>
4406         * MAINTAINERS: Add wide-int reviewers.
4408 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
4410         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4411         * configure: Regenerated.
4413 2014-05-15  Torvald Riegel  <triegel@redhat.com>
4415         * MAINTAINERS (libitm): Add myself as maintainer.
4417 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
4419         * MAINTAINERS (Write After Approval): Add myself.
4421 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
4423         * config.sub, config.guess: Import from upstream.
4425 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4427         * MAINTAINERS (Write After Approval): Put myself in correct order.
4429 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4431         * MAINTAINERS (Write After Approval): Add myself.
4433 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4435         * MAINTAINERS: Move myself from Reviewers to Write After Approval
4436         section.
4438 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4440         * MAINTAINERS (Write After Approval): Delete myself.
4442 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
4444         PR sanitizer/56781
4445         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4446         and -B* options with -Xcompiler.
4448 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4450         PR bootstrap/60620
4451         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4452         * Makefile.in: Regenerate.
4454 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4456         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4457         for WINDRES_FOR_TARGET in default-manifest.o rule.
4458         * Makefile.in: Regenerate.
4460 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4462         * MAINTAINERS (Write After Approval): Add myself.
4464 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4466         PR sanitizer/56781
4467         * Makefile.def: Set bootstrap=true; for host fixincludes.
4468         * configure.ac: Don't bootstrap host fixincludes unless
4469         --with-build-config=bootstrap-{a,ub}san.
4470         * Makefile.in: Regenerated.
4471         * configure: Regenerated.
4473 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4475         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4476         --enable-vtable-verify option parsing.  Don't add
4477         target-libsanitizer to bootstrap_target_libs unless
4478         --with-build-config=bootstrap-asan or
4479         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4480         to bootstrap_target_libs unless --enable-vtable-verify.
4481         * configure: Regenerated.
4483 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4485         * MAINTAINERS (Write After Approval): Add myself.
4487 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4489         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4491 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4493         PR bootstrap/58572
4494         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4495         -I for libstdc++-v3 includes if $(LEAN).
4496         * Makefile.in: Regenerated.
4498 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4500         * MAINTAINERS: Update my email address.
4502 2014-02-24  Walter Lee  <walt@tilera.com>
4504         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4505         (tilegx-*-*): Change to tilegx*-*-*.
4506         * configure: Regenerate.
4508 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4510         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4512 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4514         * MAINTAINERS (Write After Approval): Add myself.
4516 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4518         PR target/59788
4519         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4520         *solaris2*.
4522 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4524         * MAINTAINERS: Update my email address.
4526 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4528         * MAINTAINERS: Convert to UTF-8.
4529         Properly sort Xinliang David Li's entry.
4531 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4532             Sandra Loosemore  <sandra@codesourcery.com>
4534         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4535         nios2 port maintainers.
4537 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4539         * MAINTAINERS (Write After Approval): Add myself.
4541 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4543         * configure.ac: Add user-friendly check for native x86_64-linux
4544         multilibs.
4545         * configure: Regenerate.
4547 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4549         * MAINTAINERS: Add myself as sh maintainer.
4551 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4553         * MAINTAINERS: Add self as SLSR maintainer.
4555 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4557         * MAINTAINERS: Update my email address.
4559 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4561         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4563 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4565         * Makefile.in: Regenerate.
4567         * Makefile.tpl: Fix typo.
4568         * Makefile.in: Regenerate partially.
4570 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4572         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4573         supported.
4574         * configure: Regenerated.
4576 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4578         * MAINTAINERS (Write After Approval): Add myself.
4580 2013-10-30  Jason Merrill  <jason@redhat.com>
4582         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4583         --disable-build-format-warnings.
4585 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4587         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4588         depend on libstdc++ and libgcc.
4589         * configure: Regenerate.
4590         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4591         libcilkrts for POSIX and i*86, and x86_64 architectures.
4592         * Makefile.in: Added libcilkrts related fields to support building it.
4594 2013-10-26  Jeff Law  <law@redhat.com>
4596         * Makefile.def (target_modules): Remove libmudflap
4597         (languages): Remove check-target-libmudflap).
4598         * Makefile.in: Rebuilt.
4599         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4600         * configure.ac (target_libraries): Remove target-libmudflap.
4601         Remove checks which disabled libmudflap on some systems.
4602         * configure: Rebuilt.
4603         * libmudflap: Directory removed.
4605 2013-10-21  Cong Hou  <congh@google.com>
4607         * MAINTAINERS (Write After Approval): Add myself.
4609 2013-10-16  Mike Stump  <mikestump@comcast.net>
4611         * .dir-locals.el: Add.
4613 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4615         * configure.ac: Add --enable-host-shared
4616         * configure: Regenerate.
4618 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4620         Import from savannah.gnu.org:
4621         * config.guess: Update to 2013-06-10 version.
4622         * config.sub: Update to 2013-10-01 version.
4624 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4626         Changes to build configuration to allow big endian ARC ELF toolchain
4627         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4628         * configure: Regenerate.
4630 2013-09-20  Alan Modra  <amodra@gmail.com>
4632         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4633         ppc host match.  Support little-endian powerpc linux hosts.
4635 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4637         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4638         maintainer.
4640 2013-09-12  DJ Delorie  <dj@redhat.com>
4642         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4643         maintainers.
4645 2013-09-03  Richard Biener  <rguenther@suse.de>
4647         * configure.ac: Also allow ISL 0.12.
4648         * configure: Regenerated.
4650 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4652         * MAINTAINERS (Write After Approval): Add myself.
4654 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4656         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4658 2013-08-26  Caroline Tice  <cmtice@google.com>
4660         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4661         "Various Reviewers" to libvtv "Various Maintainers".
4663 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4665         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4667 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4669         * MAINTAINERS: Update name, email.
4671 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4673         * MAINTAINERS (Write After Approval): Add myself.
4675 2013-08-12  Caroline Tice  <cmtice@google.com>
4677         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4678         address in the Write After Approval section.
4680 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4682         * MAINTAINERS (Write After Approval): Update email.
4684 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4686         * configure.ac: Adjust to check VTV_SUPPORTED.
4687         * configure: Regenerated.
4689 2013-08-02  Caroline Tice  <cmtice@google.com>
4691         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4692         on non-linux systems; add target-libvtv to noconfigdirs; add
4693         libsupc++/.libs to C++ library search paths.
4694         * configure: Regenerated.
4695         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4696         libstdc++ and libgcc.
4697         * Makefile.in: Regenerated.
4699 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4701         * MAINTAINERS (Write After Approval): Add myself.
4703 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4704             Shiva Chen  <shiva0217@gmail.com>
4706         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4707         nds32 port maintainers.
4709 2013-07-17  Tim Shen  <timshen91@gmail.com>
4711         * MAINTAINERS (Write After Approval): Add myself.
4713 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4715         * configure.ac: Sync from binutils.
4716         * configure: Regenerate.
4718 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4720         * MAINTAINERS (Write After Approval): Add myself.
4722 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4724         * MAINTAINERS (Write After Approval): Add myself.
4726 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4728         * MAINTAINERS (Write After Approval): Add myself.
4730 2013-04-30  Brooks Moses  <bmoses@google.com>
4732         * MAINTAINERS: Update my email; move myself from Fortran
4733         reviewer to Write After Approval.
4735 2013-04-16  Andreas Schwab  <schwab@suse.de>
4737         * configure.ac (aarch64-*-*): Don't disable java.
4738         * configure: Regenerate.
4740 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4742         * MAINTAINERS (Write After Approval): Add myself.
4744 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4746         * Makefile.def (target_modules): Don't install libffi.
4747         * Makefile.in: Regenerate.
4749 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4751         * MAINTAINERS (Write After Approval): Add myself.
4753 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4755         * MAINTAINERS (Write After Approval): Add myself.
4757 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4759         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4760         * configure: Regenerated.
4762 2013-02-05  Ian Lance Taylor  <iant@google.com>
4764         PR go/55969
4765         * configure.ac: Disable libgo on some systems where it does not
4766         work.
4768 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4770         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4771         Remove Geoff Keating as rs6000 port maintainer, at his request.
4773 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4775         * MAINTAINERS: Update my email.
4777 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4779         * configure: Re-generate.
4781 2013-01-15  Richard Biener  <rguenther@suse.de>
4783         PR other/55973
4784         * configure: Re-generate.
4786 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4788         * Makefile.def (install-target-libsanitizer): Depend on
4789         install-target-libstdc++-v3.
4790         * Makefile.in: Regenerate.
4792 2013-01-14  Richard Biener  <rguenther@suse.de>
4794         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4795         * configure: Re-generate
4797 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4799         * config.sub: Update from config repo.
4801 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4803         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4804         * Makefile.in: Regenerate.
4806 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4808         * MAINTAINERS (arc): Add new port maintainership for myself.
4810 2013-01-09  Jason Merrill  <jason@redhat.com>
4812         * .gitignore: Import from gdb repository.
4814 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4816         * Makefile.def (configure-gcc): Depend on all-gmp.
4817         (all-gcc): Remove dependency on all-gmp.
4818         * Makefile.in: Regenerated.
4820 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4822         * config.sub: Merge from config repo.
4823         * config.guess: Ditto.
4825 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4827         * Makefile.def: Merge from binutils.
4828         * Makefile.in: Ditto.
4830 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4832         * MAINTAINERS: Update my email.
4834 2012-12-29  Ben Elliston  <bje@gnu.org>
4836         * config.guess: Update to 2012-12-29 version.
4837         * config.sub: Likewise.
4839 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4841         * Makefile.def (install-target-libgfortran): Depend on
4842         install-target-libquadmath, install-target-libgcc.
4843         (install-target-libsanitizer): Depend on install-target-libgcc.
4844         (install-target-libjava): Depend on install-target-libgcc.
4845         (install-target-libitm): Depend on install-target-libgcc.
4846         (install-target-libobjc): Depend on install-target-libgcc.
4847         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4848         * Makefile.in: Regenerate.
4850 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4852         * Makefile.def (install-target-libgo): Depend on
4853         install-target-libatomic.
4854         * Makefile.in: Regenerate.
4856 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4858         PR go/55201
4859         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4860         * Makefile.in: Regenerate.
4862 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4864         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4865         * configure: Regenerate.
4867 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4869         * config.sub: Merge from config repo.
4871 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4873         * Makefile.def (target_modules): Add bootstrap=true and
4874         raw_cxx=true to libsanitizer.
4875         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4876         * Makefile.in: Regenerated.
4877         * configure: Likewise.
4879 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4881         * MAINTAINERS: Remove self as RTL optimization maintainer.
4883 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4885         * MAINTAINERS (Write After Approval): Add myself.
4887 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4889         * Makefile.def (target_modules): Remove bootstrap=true and
4890         raw_cxx=true from libsanitizer.
4891         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4892         * Makefile.in: Regenerated.
4893         * configure: Likewise.
4895 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4897         * Makefile.def (target_modules): Add bootstrap=true and
4898         raw_cxx=true to libsanitizer.
4899         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4900         * Makefile.in: Regenerated.
4901         * configure: Likewise.
4903 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4905         PR bootstrap/54279
4906         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4907         * configure: Regenerate.
4908         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4909         * Makefile.in: Regenerate.
4911 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4913         * configure.ac: Disable libsanitizer if we're not building C++.
4914         * configure: Regenerate.
4916 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4918         * MAINTAINERS (Write After Approval): Add myself.
4920 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4922         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4923         Kostya Serebryany (kcc@google.com) and
4924         Jakub Jelinek (jakub@redhat.com).
4925         Rename area for Dodji Seketeli (dodji@redhat.com).
4927 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4929         * MAINTAINERS: (asan.c, related): Add myself.
4931 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4933         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4934         * configure: Regenerate.
4936 2012-11-13  Richard Henderson  <rth@redhat.com>
4938         * configure.ac: Move libsanitizer logic to subdirectory.
4939         * configure: Regenerate.
4941 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4943         * configure.ac: Enable libsanitizer just on x86 linux for now.
4944         * configure: Re-generate.
4946 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4948         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4949         sections.
4950         * configure: Regenerate.
4952 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4954         * configure.ac: Add section for configdirs for libsanitizer.
4955         Disable for cris-*-* and mmix-*-*.
4956         * configure: Regenerate.
4958 2012-11-12  Wei Mi <wmi@google.com>
4960         * configure.ac: Add libsanitizer to target_libraries.
4961         * Makefile.def: Ditto.
4962         * configure: Regenerate.
4963         * Makefile.in: Regenerate.
4964         * libsanitizer: New directory for asan runtime.  Contains an empty
4965         tsan directory.
4967 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4969         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4970         against Mingw64 w32api.
4971         * configure: Regenerate.
4973 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4975         * configure: Regenerated.
4977 2012-11-03  Robert Mason  <rbmj@verizon.net>
4979         * configure.ac: add --disable-libstdcxx configure option
4980         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4982 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4984         * MAINTAINERS (Write After Approval): Add myself.
4986 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4988         * MAINTAINERS (Write After Approval): Add myself.
4990 2012-10-24  Sharad Singhai  <singhai@google.com>
4992         * MAINTAINERS (Write After Approval): Add myself.
4994 2012-10-24  Eric Christopher  <echristo@gmail.com>
4996         * MAINTAINERS: Update email address.
4998 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
5000         PR bootstrap/54820
5001         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
5002         * configure: Regenerate.
5004 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
5006         * MAINTAINERS (aarch64): Add Marcus and myself.
5008 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
5010         PR bootstrap/54820
5011         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
5012         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
5013         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
5014         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
5015         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
5016         * Makefile.in: Regenerate.
5017         * configure.ac (have_static_libs): New variable and associated check.
5018         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
5019         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
5020         * configure: Regenerate.
5022 2012-10-10  Richard Biener  <rguenther@suse.de>
5024         * MAINTAINERS: Adjust for changed surname.
5026 2012-10-04  Lawrence Crowl  <crowl@google.com>
5028         * MAINTAINERS (Write After Approval): Add myself.
5030 2012-10-01  Cary Coutant  <ccoutant@google.com>
5032         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
5034 2012-09-28  Ian Lance Taylor  <iant@google.com>
5036         * Makefile.def: Make all-target-libgo depend on
5037         all-target-libbacktrace.
5038         * Makefile.in: Rebuild.
5040 2012-09-26  Ian Lance Taylor  <iant@google.com>
5042         * Makefile.def: Make all-gcc depend on all-libbacktrace.
5043         * Makefile.in: Rebuild.
5045 2012-09-20  Walter Lee  <walt@tilera.com>
5047         * configure.ac: Add tilegx to list of targets that support gold.
5048         * configure: Regenerate.
5050 2012-09-20  Marek Polacek  <polacek@redhat.com>
5052         * MAINTAINERS (Write After Approval): Add myself.
5054 2012-09-19  Steve Ellcey  <sellcey@mips.com>
5056         * configure.ac: Add mips*-mti-elf* target.
5057         * configure: Regenerate.
5059 2012-09-17  Ian Lance Taylor  <iant@google.com>
5061         * MAINTAINERS (Various Maintainers): Add libbacktrace.
5062         * configure.ac (host_libs): Add libbacktrace.
5063         (target_libraries): Add libbacktrace.
5064         * Makefile.def (host_modules): Add libbacktrace.
5065         (target_modules): Likewise.
5066         * configure, Makefile.in: Rebuild.
5068 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
5070         PR target/38607
5071         Merge upstream change.
5072         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
5074         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
5075         Add libgomp*.o to compare_exclusions for AIX.
5076         * configure: Regenerate.
5078 2012-09-06  Diego Novillo  <dnovillo@google.com>
5080         * configure.ac: Bump minimum GMP version to 4.2.3.
5081         * configure: Re-generate.
5083 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
5085         PR target/54461
5086         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
5087         target-libgloss if not configured --with-avrlibc=no.
5088         * configure: Regenerate.
5090 2012-09-04  Jason Merrill  <jason@redhat.com>
5092         * configure.ac: Fix --enable-languages=all.
5094 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
5096         * MAINTAINERS (Write After Approval): Add myself.
5098 2012-09-03  Richard Guenther  <rguenther@suse.de>
5100         PR bootstrap/54138
5101         * configure.ac: Re-organize ISL / CLOOG checks to allow
5102         disabling with either --without-isl or --without-cloog.
5103         * configure: Regenerated.
5105 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
5107         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
5108         * configure: Regenerate.
5110 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
5112         * MAINTAINERS: Fix my email address.
5114 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
5116         PR binutils/4970
5117         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
5118         and opcodes.
5119         * Makefile.in: Regenerated.
5121 2012-08-26  Art Haas <ahaas@impactweather.com>
5123         * configure: Regenerate.
5125 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
5127         * INSTALL/README: Also refer to the online installation
5128         instructions.
5130 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5132         * MAINTAINERS (Write After Approval): Add myself.
5133         (Picochip port): Remove myself.
5135 2012-08-14   Diego Novillo  <dnovillo@google.com>
5137         Merge from cxx-conversion branch.
5139         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
5140         POSTSTAGE1_CONFIGURE_FLAGS.
5141         * Makefile.in: Regenerate.
5142         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
5143         Force C++ when bootstrapping.
5144         * configure: Regenerate.
5146 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
5148         * MAINTAINERS (Write After Approval): Add myself.
5150 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
5152         * README: Document use of ranges of years in copyright notices.
5154 2012-07-06  Richard Guenther  <rguenther@suse.de>
5156         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5157         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5158         --with-gmp=system.
5159         * Makefile.in: Regenerated.
5160         * configure: Likewise.
5162 2012-07-06  Richard Guenther  <rguenther@suse.de>
5164         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5165         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5166         supply V=1 as extra_make_flags.
5167         * configure: Regenerated.
5168         * Makefile.in: Likewise.
5170 2012-07-04  Tristan Gingold  <gingold@adacore.com>
5172         * configure: Regenerate.
5174 2012-07-03  Richard Guenther  <rguenther@suse.de>
5176         * Makfile.def (isl): Remove not necessary extra_exports and
5177         extra_make_flags.
5178         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5179         * Makefile.in: Regenerated.
5181 2012-07-03  Richard Guenther  <rguenther@suse.de>
5183         * Makefile.def (cloog): Add V=1 to extra_make_flags.
5184         * configure.ac: If either the ISL or the CLooG check failed
5185         do not try to build in-tree versions.
5186         * Makefile.in: Regenerated.
5187         * configure: Regenerated.
5189 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5191         * configure: Regenerate.
5193 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
5195         * MAINTAINERS (Various Maintainers): Add myself as testsuite
5196         maintainer.
5198 2012-07-02  Richard Guenther  <rguenther@suse.de>
5200         * configure: Regenerated.
5202 2012-07-02  Richard Guenther  <rguenther@suse.de>
5203         Michael Matz  <matz@suse.de>
5204         Tobias Grosser <tobias@grosser.es>
5205         Sebastian Pop <sebpop@gmail.com>
5207         * Makefile.def: Add ISL host module, remove PPL host module.
5208         Adjust ClooG host module to use the proper ISL.
5209         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5210         * configure.ac: Include config/isl.m4.  Add ISL host library,
5211         remove PPL.  Remove PPL configury, add ISL configury, adjust
5212         ClooG configury.
5213         * Makefile.in: Regenerated.
5214         * configure: Likewise.
5216 2012-07-02  Richard Guenther  <rguenther@suse.de>
5218         Merge from graphite branch
5219         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5221         * configure: Regenerated.
5222         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5223         both cloog.org and legacy versions. The only supported version will
5224         be CLooG with the isl backend.
5226         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5228         * configure: Regenerated.
5229         * configure.ac: Require cloog isl 0.17.0
5231         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5233         * configure: Regenerated.
5234         * config/cloog.m4: Do not define CLOOG_ORG
5236 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
5238         * configure.ac: Skip C if explicitly selected.
5239         * configure: Regenerate.
5241 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
5243         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5244         they contain -O2.
5245         * configure: Regenerate.
5247 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
5249         PR debug/53740
5250         * df.h, df-problems.c, dce.c: Revert last patch.
5252 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
5254         * MAINTAINERS (Write After Approval): Update my email address.
5256 2012-06-21  Meador Inge  <meadori@codesourcery.com>
5258         * MAINTAINERS (Write After Approval): Add myself.
5260 2012-06-20  Jason Merrill  <jason@redhat.com>
5262         * Makefile.tpl (check-target-libgomp-c++): New.
5263         (check-target-libitm-c++): New.
5264         * Makefile.def (c++): Add them.
5265         * Makefile.in: Regenerate.
5267 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
5269         * MAINTAINERS (Write After Approval): Add myself.
5271 2012-05-16  Olivier Hainque  <hainque@adacore.com>
5273         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5274         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5275         (install-no-fixedincludes): Adjust accordingly.
5276         * Makefile.in: Regenerate.
5278 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5280         Merge upstream change
5281         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5283 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
5285         * MAINTAINERS (Write After Approval): Add myself.
5287 2012-05-09  Nick Clifton  <nickc@redhat.com>
5288             Paul Smith  <psmith@gnu.org>
5290         PR bootstrap/50461
5291         * configure.ac (mpfr-dir): When using in-tree MPFR sources
5292         allow for the fact that from release v3.1.0 of MPFR the source
5293         files were moved into a src sub-directory.
5294         * configure: Regenerate.
5296 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
5298         * configure.ac: Bump minimum MPFR version to 2.4.0.
5299         * configure: Regenerated.
5301 2012-05-01  Richard Henderson  <rth@redhat.com>
5303         * Makefile.def (libatomic): New target_module.
5304         * configure.ac (target_libraries): Add libatomic.
5305         (noconfigdirs): Check if libatomic is supported.
5306         * Makefile.in, configure: Rebuild.
5308 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
5310         * MAINTAINERS (Write After Approval): Add myself.
5312 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
5314         * config.sub: Update to 2012-04-18 version from official repo.
5316 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
5318         * MAINTAINERS (Write After Approval): Add myself.
5320 2012-04-11  Steve Ellcey  <sellcey@mips.com>
5322         * MAINTAINERS: Changed email address.
5324 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
5326         PR target/52737
5327         * contrib/gcc_update (files_and_dependencies):
5328         Remove gcc/config/avr/t-multilib from touch data.
5330 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5332         * MAINTAINERS (OS Port Maintainers): Remove irix.
5333         * configure.ac (enable_libgomp): Remove *-*-irix6*.
5334         (unsupported_languages): Remove mips-sgi-irix6.*.
5335         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5336         (with_stabs): Remove.
5337         * configure: Regenerate.
5339 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5341         * MAINTAINERS (OS Port Maintainers): Remove osf.
5342         * configure.ac (enable_libgomp): Remove *-*-osf*.
5343         (with_stabs): Remove alpha*-*-osf*.
5344         * configure: Regenerate.
5346 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5348         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5349         * configure: Regenerate.
5351 2012-02-17  Walter Lee  <walt@tilera.com>
5353         * MAINTAINERS: (Write After Approval): Delete myself.
5355 2012-02-14  Walter Lee  <walt@tilera.com>
5357         * MAINTAINERS (tilegx port): Add myself.
5358         (tilepro port): Add myself.
5359         (Write After Approval): Add myself.
5361 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
5363         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5364         and Joseph Myers as docstring relicensing maintainers.
5366 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5368         * MAINTAINERS (write-after-approval): Add myself.
5370 2012-02-08  Ira Rosen <irar@il.ibm.com>
5372         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5373         maintainer.
5375 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5377         * MAINTAINERS (Write After Approval): Move myself to
5378         maintain alphabetical order.
5380 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5382         * MAINTAINERS (Write After Approval): Add myself.
5384 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
5386         * MAINTAINERS (Write After Approval): Add myself.
5388 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5389             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5391         * configure.ac (cr16-*-*): Remove nonconfigdirs.
5392         * configure: Regenerate.
5394 2012-01-23  Harshit Chopra  <harshit@google.com>
5396         * MAINTAINERS (Write After Approval): Add myself.
5398 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
5400         * configure.ac: Remove reference to mh-interix.
5401         * configure: Regenerate.
5403 2012-01-05  Richard Henderson  <rth@redhat.com>
5405         PR bootstrap/51072
5406         * configure.ac: Disable libitm if c++ is not enabled.
5407         * configure: Rebuild.
5409         * configure.ac: Fix regexp for same.
5410         * configure: Rebuild.
5412 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
5414         * MAINTAINERS (Write After Approval): Add myself.
5416 2012-01-02  Richard Guenther  <rguenther@suse.de>
5418         PR bootstrap/51686
5419         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5420         * Makefile.in: Regenerate.
5422 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
5424         * MAINTAINERS (Write After Approval): Add myself.
5426 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
5428         * configure: Regenerate.
5430 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
5432         * MAINTAINERS (picochip): Changed email address.
5434 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5436         * MAINTAINERS (write-after-approval): Add self.
5438 2011-11-29  DJ Delorie  <dj@redhat.com>
5440         * configure.ac (rl78-*-*) New case.
5441         * configure: Regenerate.
5442         * MAINTAINERS: Add myself as RL78 maintainer.
5444 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5446         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5448 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5450         * libtool.m4: Additional FreeBSD 10 fixes.
5452 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5454         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5455         Maintainers section, as Epiphany maintainer.
5457 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5459         PR target/49992
5460         * configure.ac: Remove ranlib special-casing for Darwin.
5461         * configure: Regenerate.
5463 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5465         * MAINTAINERS (Reviewers): Keep the list sorted.
5467 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5469         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5471 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5473         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5474         * configure: Rebuild.
5475         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5476         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5477         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5478         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5479         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5480         Add READELF.
5481         * Makefile.in: Rebuild.
5483 2011-11-09  Jason Merrill  <jason@redhat.com>
5485         * Makefile.def (language=c++): Remove check-c++0x.
5486         * Makefile.in (check-gcc-c++): Regenerate.
5488 2011-11-08  Richard Henderson  <rth@redhat.com>
5490         * configure.ac: Test for libitm directory present first.
5492         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5494         * configure.ac: Test libitm/configure.tgt to disable libitm.
5495         * configure: Rebuild.
5497 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5498             Richard Henderson  <rth@redhat.com>
5500         Merged from transactional-memory.
5502         * Makefile.def (lang_env_dependencies): libitm is c++.
5503         Add libitm target module.
5504         * configure.ac: Likewise.
5505         * config/mmap.m4: New file.
5506         * contrib/gcc_update: Add libitm to touch data.
5507         * Makefile.in, configure: Rebuild.
5509 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5511         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5512         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5513         * Makefile.in: Regenerate.
5515 2011-11-01  DJ Delorie  <dj@redhat.com>
5517         * config.sub: Update to version 2011-10-29 (added rl78)
5519 2011-10-27  Nick Clifton  <nickc@redhat.com>
5521         * config.sub: Import these changes from the config project:
5523         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5524             Ben Elliston  <bje@gnu.org>
5526         * config.sub (epiphany): New.
5528         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5529             Ben Elliston  <bje@gnu.org>
5531         * config.sub (hexagon, hexagon-*): New.
5533         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5535         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5536         64eb to be64.
5538         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5540         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5541         (nacl): Grok as alias for 32el-unknown-nacl.
5543 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5545         * MAINTAINERS (Write After Approval): Add myself.
5547 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5549         * MAINTAINERS (Write After Approval): Add myself.
5551 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5553         * MAINTAINERS (sparc port): Remove myself.
5555 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5557         * MAINTAINERS (Write After Approval): Add myself.
5559 2011-08-14  Yao Qi  <yao@codesourcery.com>
5561         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5562         * configure: Regenerate.
5564 2011-07-26  Ian Lance Taylor  <iant@google.com>
5566         * configure.ac: Set have_compiler based on whether gcc directory
5567         exists, rather than on whether gcc is in configdirs.
5568         * configure: Rebuild.
5570 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5572         * MAINTAINERS (Global Reviewers): Add self.
5574 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5576         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5577         link directories.
5578         * Makefile.in: Rebuild.
5580 2011-07-20  Ian Lance Taylor  <iant@google.com>
5582         PR bootstrap/49787
5583         * configure.ac: Move --enable-bootstrap handling earlier in file.
5584         If --enable-bootstrap and either --enable-build-with-cxx or
5585         --enable-build-poststage1-with-cxx, enable C++ automatically.
5586         * configure: Rebuild.
5588 2011-07-19  Ian Lance Taylor  <iant@google.com>
5590         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5591         make C++ a boot_language.  Set and substitute
5592         POSTSTAGE1_CONFIGURE_FLAGS.
5593         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5594         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5595         * configure, Makefile.in: Rebuild.
5597 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5599         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5600         maintainers.
5602 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5604         * MAINTAINERS (Global Reviewers): Add myself.
5606 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5608         * configure: Regenerate.
5610 2011-07-16  Jason Merrill  <jason@redhat.com>
5612         * Makefile.def (language=c++): Add check-c++0x and
5613         check-target-libmudflap-c++.
5614         * Makefile.tpl (check-target-libmudflap-c++): New.
5615         * Makefile.in: Regenerate.
5617 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5619         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5620         * Makefile.def (target_modules/libjava): Pass
5621         $(EXTRA_CONFIGARGS_LIBJAVA).
5622         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5623         if not configured with --enable-static-libjava.
5624         * Makefile.in: Regenerate.
5625         * configure: Likewise.
5627 2011-07-15  Jason Merrill  <jason@redhat.com>
5629         * Makefile.in (check-c++): Move check-gcc-c++0x after
5630         check-target-libstdc++-v3.
5632 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5634         * MAINTAINERS (c6x port): New entry.
5636 2011-07-13  Jason Merrill  <jason@redhat.com>
5638         * Makefile.in (check-gcc-c++0x): New.
5639         (check-c++): Depend on it.
5641 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5643         PR target/39150
5644         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5645         x86_64-*-solaris2.1[0-9]*.
5646         * configure: Regenerate.
5648 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5650         * MAINTAINERS (RTL optimizers): Add self.
5652 2011-06-27  Gabriel Charette  <gchare@google.com>
5654         * MAINTAINERS (Write After Approval): Add myself.
5656 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5658         PR regression/47836
5659         PR bootstrap/23656
5660         PR other/47733
5661         PR bootstrap/49247
5662         PR c/48825
5663         * configure.ac (target_libraries): Remove target-libiberty.
5664         Remove case-statement setting skipdirs=target-libiberty for
5665         multiple targets.  Remove checking target_configdirs and
5666         removing target-libiberty but keeping target-libgcc if
5667         otherwise empty.
5668         * Makefile.def (target_modules): Don't add libiberty.
5669         (dependencies): Remove all traces of target-libiberty.
5670         * configure, Makefile.in: Regenerate.
5672 2011-06-13  Walter Lee <walt@tilera.com>
5674         * configure.ac (tilepro-*-*) New case.
5675         (tilegx-*-*): Likewise.
5676         * configure: Regenerate.
5678 2011-06-06  Jing Yu  <jingyu@google.com>
5680         * configure.ac: Skip target-libiberty for
5681         arm*-*-linux-androideabi.
5682         * configure: Regenerated.
5684 2011-06-06  Nick Clifton  <nickc@redhat.com>
5686         * config.sub: Sync from upstream.
5688 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5690         * MAINTAINERS (Write After Approval): Add myself.
5692 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5694         * MAINTAINERS: Update my email address.
5696 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5698         * MAINTAINERS (Write After Approval): Update my email address.
5700 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5702         * MAINTAINERS (Write After Approval): Add myself.
5704 2011-05-08  Doug Kwan  <dougkwan@google.com>
5706         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5707         * configure: Regenerated.
5708         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5709         value from configure.
5710         * Makefile.in: Regenerated.
5712 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5714         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5715         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5716         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5717         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5718         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5719         *-*-vxworks*): Disable newlib and libgloss in separate case
5720         statement.
5721         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5722         to separate case statement.
5723         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5724         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5725         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5726         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5727         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5728         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5729         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5730         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5731         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5732         i[[3456789]]86-*-rdos*, m32r-*-*,
5733         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5734         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5735         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5736         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5737         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5738         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5739         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5740         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5741         and libgloss in main case over targets.  Remove most empty cases
5742         in main case over targets.
5743         * configure: Regenerate.
5745 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5747         * MAINTAINERS (Write After Approval): Add myself.
5749 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5751         * configure.ac: Remove code setting special library locations for
5752         hppa*64*-*-hpux11*.  Remove code setting compiler for
5753         sparc-sun-solaris2*.
5754         * configure: Regenerate.
5756 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5758         * configure.ac: Separate libgloss_dir settings from general case
5759         over targets.
5760         * configure: Regenerate.
5762 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5764         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5765         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5766         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5767         cases in libgcj-disabling case statement.
5768         (hppa*64*-*-linux*): Set unsupported_languages instead of
5769         disabling target-zlib.
5770         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5771         to hppa*64*-*-hpux*.
5772         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5773         hppa*-*-hpux*.
5774         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5775         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5776         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5777         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5778         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5779         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5780         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5781         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5782         libgcj-disabling case statement.
5783         * configure: Regenerate.
5785 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5787         * configure.ac: Disable Java for targets not supporting libffi.
5788         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5789         Remove cases in Java-disabling statement.
5790         (*arm-wince-pe): Change to arm-wince-pe.
5791         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5792         cases in Java-disabling statement.
5793         (bfin-*-*): Don't disable Java again.
5794         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5795         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5796         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5797         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5798         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5799         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5800         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5801         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5802         Java-disabling statement.
5803         (mmix-*-*): Don't disable Java again.
5804         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5805         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5806         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5807         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5808         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5809         statement.
5810         * configure: Regenerate.
5812 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5814         * configure.ac: Separate cases disabling Java and Java libraries
5815         from general case over targets.
5816         * configure: Regenerate.
5818 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5820         * MAINTAINERS: Update my email address.
5822 2011-04-20  Easwaran Raman  <eraman@google.com>
5824         * MAINTAINERS (Write After Approval): Add myself.
5826 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5828         PR lto/48086
5829         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5830         * configure: Regenerate.
5832 2011-04-16  Jim Meyering  <meyering@redhat.com>
5834         * MAINTAINERS (Write After Approval): Add myself.
5836 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5838         * MAINTAINERS: Update my email address.
5840 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5842         * MAINTAINERS (Write After Approval): Add myself.
5844 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5846         * MAINTAINERS (Write After Approval): Add myself.
5848 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5850         * MAINTAINERS (Write After Approval): Add myself.
5852 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5854         * configure.ac (build_tools): Remove build-byacc.
5855         (host_libs): Remove mmalloc.
5856         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5857         autoconf automake libtool diff rcs fileutils shellutils time
5858         textutils wdiff find uudecode hello tar gzip indent recode release
5859         sed perl gawk findutils gettext zip.
5860         (libgcj): Remove target-qthreads.
5861         (target_tools): Remove target-examples target-gperf.
5862         (YACC): Don't handle building byacc.
5863         * configure: Regenerate.
5864         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5865         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5866         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5867         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5868         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5869         handle building components.
5870         * Makefile.in: Regenerate.
5872 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5874         * MAINTAINERS: Update my email address as Xtensa maintainer.
5876 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5878         * config.sub: Sync from upstream.
5880 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5882         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5883         (microblaze*): Don't disable libssp.
5884         * configure: Regenerate.
5886 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5888         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5889         moveifchange.
5890         * configure: Regenerate.
5891         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5892         * Makefile.in: Regenerate.
5894 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5896         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5897         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5898         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5899         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5900         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5901         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5902         md_exec_prefix cases.
5903         * configure: Regenerate.
5905 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5907         * configure.ac: Separate cases disabling target-libssp,
5908         target-libiberty, target-libstdc++-v3 and Fortran from general
5909         case over targets.
5910         * configure: Regenerate.
5912 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5914         * configure.ac (*-*-chorusos): Don't disable libgcj.
5915         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5916         Remove case.
5917         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5918         (arm-*-coff): Don't disable libgcj.
5919         (arm*-*-linux-gnueabi): Remove useless assignment.
5920         (arm-*-riscix*): Don't disable libgcj.
5921         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5922         configuration.
5923         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5924         (c54x*-*-*): Remove case.
5925         (tic54x-*-*): Don't disable GCC or GCC libraries.
5926         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5927         to *.
5928         (d10v-*-*): Don't disable GCC libraries.
5929         (d30v-*-*): Don't disable libgcj.
5930         (h8500-*-*): Don't disable GCC libraries.
5931         (i960-*-*): Don't disable libgcj.
5932         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5933         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5934         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5935         libgcj.
5936         (m68k-*-coff*): Remove case.
5937         (mmix-*-*): Don't disable libgloss on host.
5938         (mn10200-*-*, mn10300-*-*): Remove cases.
5939         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5940         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5941         Don't disable libgcj.
5942         (romp-*-*): Remove case.
5943         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5944         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5945         case.
5946         (v810-*-*): Don't disable GCC libraries.
5947         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5948         (ip2k-*-*): Don't disable GCC libraries.
5949         * configure: Regenerate.
5951 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5953         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5954         libffi on host.
5955         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5956         on host.
5957         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5958         * configure: Regenerate.
5960 2011-03-26  John Marino  <binutils@marino.st>
5962         * configure.ac: Add support for *-*-dragonfly*
5963         * configure: Regenerate.
5965 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5967         * configure.ac (native_only): Remove.
5968         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5969         send-pr uudecode guile gnuserv on host.
5970         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5971         send-pr rcs guile perl texinfo libtool on host.
5972         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5973         automake send-pr rcs guile perl texinfo libtool on host.
5974         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5975         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5976         (alpha*-dec-osf*): Don't disable fileutils on target.
5977         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5978         texinfo send-pr expect dejagnu on target.
5979         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5980         target-qthreads on target.
5981         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5982         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5983         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5984         x86_64-*-mingw*): Don't disable expect on target.
5985         (*-*-cygwin*): Don't disable target-gperf on target.
5986         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5987         gnuserv on target.
5988         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5989         target.
5990         * configure: Regenerate.
5992 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5994         * configure.ac (target_tools): Remove target-groff.
5995         (native_only): Remove target-groff.
5996         (hppa*64*-*-*): Don't disable byacc.
5997         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5998         setting.
5999         (*-*-kaos*): Don't skip target-librx and target-groff.
6000         (*-*-netware*): Don't skip target-libmudflap.
6001         (*-*-tpf*): Don't skip target-libmudflap.
6002         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
6003         directories on the host.
6004         (ia64*-*-*vms*): Don't skip tix.
6005         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
6006         host.
6007         * configure: Regenerate.
6009 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
6011         * configure.ac: Remove references to mt-mep, mt-netware,
6012         mt-wince.
6013         * Makefile.def: Add all-utils soft dependencies.
6014         * Makefile.tpl: Remove GDB_NLM_DEPS.
6015         * configure: Regenerate.
6016         * Makefile.in: Regenerate.
6018 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6020         * configure.ac: Do not include mh-x86omitfp.
6021         * configure: Regenerate.
6023 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6025         * configure.ac: Remove empty cases.
6026         * configure: Regenerate.
6028 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6030         * Makefile.def: Add dependency from termcap to gdb.
6031         * Makefile.in: Regenerate.
6033 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6035         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
6036         * configure: Regenerate.
6037         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
6038         * Makefile.tpl: Likewise.
6039         * Makefile.in: Regenerate.
6041 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6043         * configure.ac: Remove all mentions of tentative_cc.
6044         * configure: Regenerate.
6046 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6048         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
6049         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
6050         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
6051         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
6052         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
6053         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
6054         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
6055         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
6056         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
6057         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
6058         *-*-rhapsody*): Remove host cases.
6059         * configure: Regenerate.
6061 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6063         * configure.ac (ppc*-*-pe): Remove host case.
6064         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
6065         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
6066         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
6067         cases.
6068         * configure: Regenerate.
6070 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6072         * config.sub: Update to version 2011-03-23.
6074 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6076         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
6077         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
6078         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
6079         * configure: Regenerate.
6081 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6083         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
6084         to Write After Approval.
6085         * config-ml.in: Don't handle arc-*-elf*.
6086         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
6087         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
6088         handle GCC libraries.
6089         * configure: Regenerate.
6091 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6093         PR bootstrap/48120:
6094         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
6095         Add -lstdc++ -lm to LIBS.
6096         * configure: Regenerate.
6098 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
6100         * config.guess: Update to version 2011-02-02
6101         * config.sub: Update to version 2011-02-24
6103 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
6105         PR lto/48086
6106         * configure.ac: Re-enable LTO on *-apple-darwin9.
6107         * configure: Regenerate.
6109 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
6111         PR lto/48086
6112         * configure.ac: Disable LTO on darwin due to an assembler change in
6113         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
6114         under 256.
6115         * configure: Regenerate.
6117 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
6119         * MAINTAINERS: Update myself as score backend maintainer,
6120         update my e-mail address.
6122 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
6124         * MAINTAINERS: Update my e-mail address.
6126 2011-03-06  Joey Ye  <joey.ye@arm.com>
6128         * MAINTAINERS: Update my e-mail address.
6130 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6132         * configure.ac: Adjust test of with_ppl.
6133         * configure: Regenerated.
6135 2011-03-02  Kai Tietz  <ktietz@redhat.com>
6137         * MAINTAINERS: Adjust my e-mail address.
6139 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6141         * configure.ac: Add -lpwl to ppllibs.
6142         * configure: Regenerated.
6144 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6146         * config/cloog.m4: Add -lisl to clooglibs.
6147         * configure: Regenerated.
6149 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6151         * MAINTAINERS (CPU Port maintainers): Add self.
6153 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6155         * MAINTAINERS: Add myself as testsuite maintainer.
6157 2011-02-15  Mike Stump  <mikestump@comcast.net>
6159         * MAINTAINERS: Add myself as testsuite maintainer.
6161 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6163         Import from Libtool and gnulib:
6165         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
6167         Prepare for supporting FreeBSD 10.
6168         * config.rpath: Remove handling of freebsd1* which soon would
6169         match FreeBSD 10.0.
6171         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
6173         Remove support for FreeBSD 1.x.
6174         * libtool.m4 (_LT_LINKER_SHLIBS)
6175         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6176         soon would incorrectly match FreeBSD 10.0.
6178 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6180         PR binutils/12283
6181         * move-if-change: Import version from gnulib.
6183 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
6185         PR lto/47225
6186         * Makefile.def (lto-plugin): Double dash for enable-shared.
6187         (configure-gcc): Depend on all-lto-plugin.
6188         * Makefile.in: Rebuilt.
6190 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6192         * configure.ac: Remove extra bracket.
6193         * configure: Regenerate.
6195 2011-02-08  Tobias Burnus  <burnus@net-b.de>
6197         * MAINTAINERS: Add myself as libquadmath maintainer.
6199 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
6201         * MAINTAINERS: Update my email address.
6203 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
6205         * MAINTAINERS (option handling): Add self.
6207 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
6209         PR lto/47225
6210         * Makefile.def: Add dependency for install-gcc
6211         on install-lto-plugin.
6212         * Makfile.in: Regenerated
6214 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
6216         * MAINTAINERS (CPU Port Maintainers): Add myself.
6218 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
6220         PR libgcj/44341
6221         * configure.ac: Discard --with-* flags for host when configuring
6222         target libraries for cross build.
6223         * configure: Rebuilt.
6225 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6227         * MAINTAINERS (linear loop transforms): Removed.
6229 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
6231         * configure.ac: If with_ppl is no, move setting with_cloog=no
6232         after CLOOG_REQUESTED check.
6233         * configure: Regenerated.
6235 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6237         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6238         CLooG has been requested.
6239         * configure: Regenerated.
6241 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6243         * configure: Regenerated.
6244         * configure.ac: Check for version 0.11 (or later revision) of PPL.
6246 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
6248         * configure: Regenerated.
6249         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6251 2011-01-21  Andreas Schwab  <schwab@redhat.com>
6253         * configure.ac: Use AS_HELP_STRING throughout.
6254         * configure: Regenerate.
6256 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
6258         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6259         * configure: Regenerate.
6261 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6263         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6265 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
6267         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6268         for ia64-hpux.
6269         * configure: Regenerate.
6271 2011-01-07  Jan Hubicka  <jh@suse.cz>
6273         PR lto/47225
6274         * Makefile.in: Regenerate.
6275         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6276         configure.
6278 2011-01-07  Jan Hubicka  <jh@suse.cz>
6280         * Makefile.in: Regenerate.
6281         * Makefile.def (gcc host module) and soft dependency on lto-plugin
6282         and configure dependency on lto-plugin configure.
6283         (lto-plugin module): Remove dependency on GCC; add dependency on
6284         liniberty.
6286 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
6288         * MAINTAINERS (Write After Approval): Add myself.
6290 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
6292         * configure: Regenerate.
6294 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
6296         * configure.ac: (picochip): Disable libiberty.
6298 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6300         * MAINTAINERS (Write After Approval): Add myself.
6302 2010-12-10  Ian Lance Taylor  <iant@google.com>
6304         PR bootstrap/46819
6305         * configure.ac: For --disable-libgcj clear libgcj_saved.
6306         * configure: Rebuild.
6308 2010-12-10  Tobias Burnus  <burnus@net-b.de>
6310         PR fortran/46540
6311         * configure.ac: Add --disable-libquadmath and
6312         --disable-libquadmath-support.
6313         * configure: Regenerate.
6315 2010-12-03  Ian Lance Taylor  <iant@google.com>
6317         * MAINTAINERS: Add myself as libgo maintainer.
6319 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
6321         PR libffi/46792
6322         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6323         * configure: Regenerate.
6325 2010-12-02  Ian Lance Taylor  <iant@google.com>
6327         * configure.ac: Always set default for poststage1_ldflags to
6328         -static-libstdc++ -static-libgcc.
6330 2010-11-29  Andreas Schwab  <schwab@redhat.com>
6332         * configure.ac: Move comment to remove extra space in last argument
6333         of GCC_TARGET_TOOL.
6335 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
6337         PR other/46026
6338         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6339         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6340         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6341         (BASE_FLAGS_TO_PASS): Use it.
6342         * configure: Rebuilt.
6343         * Makefile.in: Rebuilt.
6345 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
6347         PR binutils/12258
6348         * configure.ac: Correct comments for --enable-gold/--enable-ld.
6349         Properly check default linker.
6350         * configure: Regnerated.
6352 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6354         * configure.ac: For --enable-gold, handle value `default' instead of
6355         `both*'.  New configure option --{en,dis}able-ld.
6356         * configure: Regenerate.
6358 2010-11-20  Ian Lance Taylor  <iant@google.com>
6360         * configure.ac: Only disable a language library if no language needs
6361         it.  Don't let --disable-libgcj uncondtionally disable libffi.
6362         * configure: Rebuild.
6364 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6366         * Makefile.in: Regenerate.
6368         PR other/46202
6369         * configure.ac: Fix just-built in-tree STRIP name to be
6370         binutils/strip-new.
6371         * configure: Regenerate.
6372         * Makefile.def (install-strip-gcc, install-strip-binutils)
6373         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6374         (install-strip-sid): Mirror dependencies on non-strip variants
6375         of these targets on the respective -strip prerequisites.
6376         * Makefile.tpl (install-strip, install-strip-host)
6377         (install-strip-target): New targets.
6378         (install-strip-[+module+], install-strip-target-[+module+]):
6379         New targets.
6380         * Makefile.in: Regenerate.
6382 2010-11-19  Ian Lance Taylor  <iant@google.com>
6383             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6385         * configure.ac: Add target-libgo to target_libraries.  Set
6386         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6387         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6388         (HOST_EXPORTS): Add GOC.
6389         (BASE_TARGET_EXPORTS): Add GOC.
6390         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6391         (GOCFLAGS_FOR_TARGET): New variable.
6392         (EXTRA_HOST_FLAGS): Add GOC.
6393         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6394         * Makefile.def (target_modules): Add libgo.
6395         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6396         (dependencies): Add dependency from configure-target-libgo to
6397         configure-target-libffi and all-target-libstdc++-v3.  Add
6398         dependencies from all-target-libgo to all-target-libffi.
6399         (languages): Add go.
6400         * configure: Rebuild.
6401         * Makefile.in: Rebuild.
6403 2010-11-19  Ian Lance Taylor  <iant@google.com>
6405         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6406         compiler/flag environment variables.
6408 2010-11-18  Ian Lance Taylor  <iant@google.com>
6410         * configure.ac: Check for lang_requires_boot_languages in
6411         config-lang.in files.
6412         * configure: Rebuild.
6414 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6415             Tobias Burnus  <burnus@net-b.de>
6417         PR fortran/32049
6418         * Makefile.def: Add libquadmath; build it with language=fortran.
6419         * configure.ac: Add libquadmath.
6420         * Makefile.tpl: Handle multiple libs in check-[+language+].
6421         * Makefile.in: Regenerate.
6422         * configure: Regenerate.
6424 2010-11-16  Tom Tromey  <tromey@redhat.com>
6426         * MAINTAINERS: Moved myself to reviewers section.
6428 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
6430         * MAINTAINERS: Moved myself to reviewers section.
6432 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6434         * MAINTAINERS (Various Maintainers): Add self for build machinery.
6435         (Write After Approval): Remove self.
6437 2010-11-15  Andreas Schwab  <schwab@redhat.com>
6439         * configure.ac: Fix spelling in option names.
6440         * configure: Regenerated.
6442 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
6444         PR bootstrap/39622
6445         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6446         * configure: Regenerated.
6448 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6450         * MAINTAINERS: Update my email address.
6452 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6454         * configure: Regenerate.
6456 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6458         * configure: Regenerate.
6460 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6462         * configure: Regenerate.
6464 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6466         * configure: Regenerate.
6468 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6470         * configure.ac: Support official CLooG.org versions.
6471         * configure: Regenerate.
6472         * config/cloog.m4: New.
6474 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6476         * MAINTAINERS (Write After Approval): Add myself.
6478 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6480         * MAINTAINERS: Update my email address.
6482 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6484         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6485         * configure: Regenerate.
6487 2010-11-03  Ian Lance Taylor  <iant@google.com>
6488             Dave Korn  <dave.korn.cygwin@gmail.com>
6490         PR lto/46273
6491         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6492         and on other supported platforms whenever LTO is enabled.
6493         * configure: Rebuild.
6495 2010-11-02  Alan Modra  <amodra@gmail.com>
6497         PR binutils/12110
6498         * configure.ac: Error when source path contains spaces.
6499         * configure: Regenerate.
6501 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6503         * MAINTAINERS: Update my email address.
6505 2010-10-20  Ian Lance Taylor  <iant@google.com>
6507         * Makefile.def (target_modules): Set lib_path to src/.libs for
6508         libstdc++-v3 module.
6509         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6510         * Makefile.in: Rebuild.
6512 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6514         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6515         (Write After Approval): Remove myself.
6517 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6519         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6521 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6523         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6525 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6527         * configure.ac (build_lto_plugin): New shell variable.
6528         (--enable-lto): Turn on by default for all non-ELF platforms that
6529         have had LTO support added so far.  Set build_lto_plugin appropriately
6530         for both ELF and non-ELF.
6531         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6532         * configure: Regenerate.
6534 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6536         Sync from src:
6537         * configure.ac (v850 support): Remove target-libgloss from
6538         noconfigdirs.
6539         * configure: Regenerate.
6541 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6543         PR bootstrap/45326
6544         PR bootstrap/45174
6545         * configure.ac: Honor initial values of $build_configargs,
6546         $host_configargs, $target_configargs.  Mark the precious, so
6547         environment settings get recorded.
6548         * configure: Regenerate.
6550 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6552         PR bootstrap/45796
6553         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6554         Depend on all-build-libiberty.
6555         * Makefile.in: Regenerate.
6557 2010-09-30  Michael Eager  <eager@eagercon.com>
6559         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6560         * configure: Regenerate.
6562 2010-09-28  Michael Eager  <eager@eagercon.com>
6564         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6566 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6568         PR bootstrap/44621
6569         * configure.ac: Fix unportable shell quoting.
6570         * configure: Regenerate.
6572 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6574         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6575         targets and amend comment.
6576         * configure: Regenerate.
6578 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6580         * MAINTAINERS (Write After Approval): Add myself.
6582 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6584         * configure.ac: Enable LTO by default on Darwin.
6585         * configure: Regenerate.
6587 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6589         * MAINTAINERS (Write After Approval): Add myself.
6591 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6593         * MAINTAINERS (Write After Approval): Add myself.
6595 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6597         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6598         ports
6600 2010-07-28  David Yuste  <david.yuste@gmail.com>
6602         * MAINTAINERS (Write After Approval): Add myself.
6604 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6606         * configure.ac: Support all v850 targets.
6607         * configure: Regenerate.
6609 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6611         PR bootstrap/44455
6612         * configure.ac (extra_mpfr_configure_flags): Copy from
6613         extra_mpc_gmp_configure_flags.
6614         * configure: Re-generated.
6616 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6618         * MAINTAINERS (Write After Approval): Add myself.
6620 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6622         * MAINTAINERS (Write After Approval): Add myself.
6624 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6626         * MAINTAINERS (Write After Approval): Add myself.
6628 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6630         PR target/44862
6631         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6632         Provide -B option to allow for link spec %s substitutions for
6633         libstdc++.a on darwin.
6634         * Makefile.in: Regenerate.
6636 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6638         * MAINTAINERS (Reviewers): Update my e-mail address
6640 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6642         * Makefile.def (configure-gcc): Depend on all-libelf.
6643         * Makefile.in: Rebuild.
6645 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6647         * MAINTAINERS (Write After Approval): Add myself in the right place.
6649 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6651         * MAINTAINERS (Write After Approval): Add myself.
6653 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6655         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6657 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6659         * config.sub: Update to version 2010-05-21.
6660         * config.guess: Update to version 2010-04-03.
6662 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6664         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6665         * configure: Regenerate.
6667 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6669         * MAINTAINERS (Write After Approval): Add myself.
6671 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6673         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6674         a platform that supports LTO.
6675         * configure: Regenerate.
6677 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6679         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6680         * configure: Regenerated.
6682 2010-04-27  Roland McGrath  <roland@redhat.com>
6683             H.J. Lu  <hongjiu.lu@intel.com>
6685         * configure.ac (--enable-gold): Support both, both/gold and
6686         both/bfd to add gold to configdirs without removing ld.
6687         * configure: Regenerated.
6689         * Makefile.def: Add install-gold dependency to install-ld.
6690         * Makefile.in: Regenerated.
6692 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6694         PR lto/42776
6695         * configure.ac (--enable-lto): Refactor handling so libelf tests
6696         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6697         and allow LTO to be explicitly enabled on non-ELF platforms that
6698         are known to support it inside else-clause.
6699         * configure: Regenerate.
6701 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6703         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6704         * configure: Regenerate.
6706 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6708         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6709         * configure: Regenerate.
6711 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6713         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6714         separately.
6715         * configure: Regenerate.
6717 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6719         * MAINTAINERS (Write After Approval): Add myself.
6721 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6723         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6724         * configure: Regenerate.
6726 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6728         * configure: Regenerate after change to elf.m4.
6730 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6732         * MAINTAINERS (Write After Approval): Add myself.
6734 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6736         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6737         * configure: Regenerated.
6739 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6741         * configure.ac: Print "buggy but acceptable" when CLooG
6742         revision is less than 9.
6743         * configure: Regenerated.
6745 2010-04-01  Diego Novillo  <dnovillo@google.com>
6747         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6749 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6751         PR bootstrap/43615
6752         PR bootstrap/43328
6754         Revert:
6756         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6758         * configure.ac: Do not pass --enable-multilib nor
6759         --disable-multilib in baseargs.  Accept explicitly passed
6760         --enable_multilib.
6761         * configure: Regenerate.
6763 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6765         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6767 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6769         * MAINTAINERS: Remove myself.
6771 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6773         PR bootstrap/43328
6774         * configure.ac: Do not pass --enable-multilib nor
6775         --disable-multilib in baseargs.  Accept explicitly passed
6776         --enable_multilib.
6777         * configure: Regenerate.
6779 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6781         * MAINTAINERS (spu port): Remove me.
6783 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6785         * configure.ac (tic6x-*-*): New case.
6786         * configure: Regenerate.
6788 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6790         * config.sub: Update to version 2010-03-22.
6791         * config.guess: Update to version 2009-12-30.
6793 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6795         PR ada/42554
6796         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6797         * configure: Regenerate.
6799 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6801         * MAINTAINERS: Update my email address.
6803 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6805         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6806         (ghassan.shobaki@amd.com): Removed.
6808 2010-03-17  Alan Modra  <amodra@gmail.com>
6810         * MAINTAINERS: Update my email address.
6812 2010-03-16  Diego Novillo  <dnovillo@google.com>
6814         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6815         Matthews.
6817 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6819         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6820         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6822 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6824         * MAINTAINERS: Update my email address.
6826 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6828         * MAINTAINERS: Update my email address.
6830 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6832         * MAINTAINERS: Update my email address.
6834 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6836         * MAINTAINERS: Update my email address.
6838 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6840         PR libstdc++/32499
6841         * configure.ac (RANLIB): Default to true.
6842         (STRIP): Likewise.
6843         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6844         * configure: Regenerate.
6846 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6848         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6849         (Write After Approval): Update my email address.
6851 2010-02-17  Nick Clifton  <nickc@redhat.com>
6853         PR 11238
6854         * Makefile.tpl (local-distclean): Also remove config.cache files in
6855         sub-directories as there may not be Makefiles present in the
6856         sub-directories.
6857         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6858         the config.cache files found by the find command.
6860         * Makefile.in: Regenerate.
6861         * configure.ac: Revert previous delta.
6862         * configure: Regenerate.
6864 2010-02-15  Nick Clifton  <nickc@redhat.com>
6866         PR 11238
6867         * configure.ac: Delete config.cache files in sub-directories when
6868         deleting Makefiles.
6869         * configure: Regenerate.
6871 2010-02-12  Ben Elliston  <bje@gnu.org>
6873         * MAINTAINERS: Update my email address.
6875 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6877         * MAINTAINERS (spu port): Update my email address.
6879 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6881         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6883 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6885         * configure.ac: Add "recommended" version checks for GMP/MPC.
6886         Update recommended GMP/MPFR/MPC versions.
6887         * configure: Regenerate.
6889 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6891         * MAINTAINERS: Move my Embecosm email address into the
6892         write-after-approval section.
6894 2010-01-26  Ian Lance Taylor  <iant@google.com>
6896         * MAINTAINERS: Add myself as Go frontend maintainer.
6898 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6900         PR libstdc++/36101, PR libstdc++/42813
6901         * configure.ac (bootstrap_target_libs): Make inclusion of
6902         target-libgomp conditional on libgomb being in target_configdirs.
6903         * configure: Regenerate.
6905 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6907         PR libstdc++/36101, PR libstdc++/42813
6908         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6909         * configure: Regenerate.
6911 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6913         PR libstdc++/36101, PR libstdc++/42813
6914         * configure.ac (target_configdirs): Substitute.
6915         * Makefile.def: Bootstrap target module libgomp.
6916         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6917         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6918         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6919         * configure, Makefile.in: Regenerate.
6921 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6923         * MAINTAINERS: Adjust my details.
6925 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6927         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6929 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6931         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6933 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6935         * MAINTAINERS (Write After Approval): Add myself.
6937 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6939         * MAINTAINERS (Write After Approval): Add myself.
6941 2010-01-11  Richard Guenther  <rguenther@suse.de>
6943         PR lto/41569
6944         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6945         * Makefile.in: Regenerated.
6947 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6949         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6950         * configure: Regenerate.
6952 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6953             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6955         PR bootstrap/42424
6956         * configure.ac: Include libtool m4 files.
6957         (_LT_CHECK_OBJDIR): Call it.
6958         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6959         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6961         * configure: Regenerate.
6963 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6965         PR bootstrap/41818
6966         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6967         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6968         * Makefile.in: Regenerate.
6970 2010-01-02  Richard Guenther  <rguenther@suse.de>
6972         PR lto/41529
6973         * configure.ac: Include config/elf.m4.  Disable LTO if not
6974         builting for an elf target.
6975         * configure: Regenerate.
6977 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6979         * MAINTAINERS: Change my email address.
6981 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6983         * config.sub, config.guess: Update from upstream sources.
6985 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6987         * MAINTAINERS (Write After Approval): Add myself.
6989 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6991         PR middle-end/30447
6992         PR middle-end/30789
6993         PR other/40302
6995         * configure.ac: Require MPC.
6996         * configure: Regenerate.
6998 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7000         PR target/38384
7001         PR bootstrap/40972
7002         * libtool.m4: Sync from git Libtool.
7003         * ltoptions.m4: Likewise.
7004         * ltversion.m4: Likewise.
7005         * lt~obsolete.m4: Likewise.
7006         * ltmain.sh: Likewise.
7008 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7010         * configure.ac: Update minimum MPC version to 0.8.
7011         * configure: Regenerate.
7013 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
7015         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
7016         * configure: Regenerated.
7018 2009-11-21  Ian Lance Taylor  <iant@google.com>
7020         * configure.ac: Change default of poststage1_ldflags to be empty if
7021         poststage1_libs is set.  When poststage1_libs is empty, and
7022         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
7023         * configure: Rebuild.
7025 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
7027         * MAINTAINERS (Write After Approval): Update my email address.
7029 2009-11-20  Ben Elliston  <bje@au.ibm.com>
7031         * config.guess: Update from upstream sources.
7033 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
7035         * Makefile.def: Restore host and target settings for gmp.
7036         * Makefile.in: Rebuild.
7038 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
7040         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
7041         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
7042         Fix portability of test of C++ as bootstrap language.  Add
7043         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
7044         * configure: Rebuild.
7045         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
7046         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
7047         in-tree building.
7048         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
7049         (POSTSTAGE1_HOST_EXPORTS): Use it.
7050         (STAGE[+id+]_CXXFLAGS): New.
7051         (BASE_FLAGS_TO_PASS): Pass it down.
7052         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
7053         extra_exports.
7054         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
7055         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
7056         extra_exports.
7057         * Makefile.in: Rebuild.
7059 2009-11-17  Ben Elliston  <bje@au.ibm.com>
7061         * config.sub, config.guess: Update from upstream sources.
7063 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7065         * MAINTAINERS (Write After Approval): Add myself.
7067 2009-11-09  Jon Beniston  <jon@beniston.com>
7069         * MAINTAINERS (Write After Approval): Add myself.
7071 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
7073         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
7074         paths for *-w64-mingw* and x86_64-*mingw*.
7075         * configure: Regenerated.
7077 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
7079         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
7081 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
7083         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
7084         Phil Edwards to Write-After Approval.
7086 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
7088         * configure.ac: Disable target-winsup & co for
7089         x86_64-*-mingw* and *-w64-mingw* targets.
7090         * configure: Regenerated.
7092 2009-10-16  Nick Clifton  <nickc@redhat.com>
7094         * MAINTAINERS: Add myself as a maintainer for the RX port.
7096 2009-10-26  Johannes Singler  <singler@kit.edu>
7098         * MAINTAINERS (Write After Approval): Update my e-mail address.
7100 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7102         * configure.ac (CLooG test): Use = with test.
7103         * configure: Regenerate.
7105 2009-10-22  Richard Guenther  <rguenther@suse.de>
7107         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
7108         cloog if the ppl version check failed.  Move flags saving
7109         before setting in libelf check.
7110         * configure: Regenerate.
7112 2009-10-21  Richard Guenther  <rguenther@suse.de>
7114         * configure.ac: Adjust the ppl and cloog configure to work as
7115         documented.  Disable cloog if ppl was disabled.  Omit the version
7116         checks if they were disabled.
7117         * configure: Re-generate.
7119 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7121         * configure.ac: Add 'lto' to enable_languages, not
7122         new_enable_languages, and only if not already present.
7123         * configure: Regenerate.
7125 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
7127         * README: Refer to the various COPYING* files instead of just
7128         COPYING.
7129         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
7131 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
7133         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
7135 2009-10-07  Richard Guenther  <rguenther@suse.de>
7137         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
7138         and Richard Guenther as reviewers.
7139         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
7140         as reviewers.
7142 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
7144         * config.sub: Update from upstream sources.
7146 2009-10-06  Ian Lance Taylor  <iant@google.com>
7148         * Makefile.def: check-gold depends upon all-gas.
7149         * Makefile.in: Rebuild.
7151 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
7153         * MAINTAINERS (Write After Approval): Add myself.
7155 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
7157         * Makefile.def: all-lto-plugin depends on all-libiberty.
7158         set bootstrap=true for lto-plugin.
7159         Add lto-plugin.
7160         * Makefile.in: Regenerate.
7161         * configure.ac (host_libs): Add lto-plugin.
7162         * configure: Regenerate.
7164 2009-10-03  Diego Novillo  <dnovillo@google.com>
7166         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7167         (HOST_LIBELFLIBS): Define.
7168         (HOST_LIBELFINC): Define.
7169         * Makefile.in: Regenerate.
7170         * configure.ac: Add --enable-lto.
7171         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7172         If --enable-lto is used, add 'lto' to new_enable_languages.
7173         If --enable-lto is used and gold is enabled, add
7174         lto-plugin to configdirs.
7175         * configure: Regenerate.
7177 2009-10-03  Simon Baldwin  <simonb@google.com>
7179         * configure.ac: If --with-system-zlib, suppress local zlib and
7180         pass --with-system-zlib to subdir configure scripts.
7181         * configure: Regenerate.
7183 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
7184             Paolo Bonzini  <bonzini@gnu.org>
7186         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7187         $(srcdir).
7188         * Makefile.in: Rebuilt.
7190 2009-09-26  Gary Funck  <gary@intrepid.com>
7192         * MAINTAINERS (Write After Approval): Add myself.
7194 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7196         * configure.ac: Update minimum MPC version to 0.7.
7197         * configure: Regenerate.
7199 2009-09-25  Nick Clifton  <nickc@redhat.com>
7201         * configure.ac: Pass any --cache-file=/dev/null option on to
7202         subconfigures.
7203         * configure: Regenerate.
7205 2009-09-23  Nick Clifton  <nickc@redhat.com>
7207         * config.sub, config.guess: Update from upstream sources.
7209 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
7211         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7212         * Makefile.in: Rebuilt.
7214 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7216         PR bootstrap/32272
7217         * configure.ac: Error out if $srcdir isn't '.' but contains
7218         host-${host_noncanonical}.
7219         * configure: Regenerate.
7221 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7223         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7224         maintainer.
7226 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7228         * configure.ac: If bootstrapping a combined tree with
7229         --enable-gold, require c++ in stage1_languages.
7230         * configure: Regenerate.
7232         * configure.ac: Also add target_libs of stage1_languages to
7233         bootstrap_target_libs.
7234         * configure: Regenerate.
7236         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7237         with --enable-languages not containing c++.
7238         * configure: Regenerate.
7240 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
7242         * configure.ac: Disable java and boehm-gc for bfin-*-*.
7243         * configure: Regenerate.
7245 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
7247         * MAINTAINERS (Write After Approval): Update my e-mail address,
7248         and move from from here...
7249         (Waiting for paperwork): To here.
7251 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
7253         * MAINTAINERS (Reviewers): Add self as driver reviewer.
7255 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7257         * configure.ac: Do not use $extrasub for replacing @if/@endif
7258         parts in Makefile; instead, use additional arguments to
7259         AC_CONFIG_COMMANDS to do the replacement manually, with several
7260         sed invocations, to avoid HP-UX sed command limits.
7261         * configure: Regenerate.
7263 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
7265         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7266         blank before -L.
7268 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
7270         * configure.ac (with-build-config): Document.  Handle without.
7271         Handle missing argument.
7272         * configure: Rebuilt.
7274 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
7276         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
7277         Default to bootstrap-debug only if compare-debug works.
7278         * configure: Rebuilt.
7279         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7280         * Makefile.in: Rebuilt.
7282 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7284         * MAINTAINERS (OS Port Maintainers): Update my email address.
7286 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
7288         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7289         * Makefile.in: Rebuilt.
7291 2009-09-01  Chris Demetriou  <cgd@google.com>
7293         * MAINTAINERS (Write After Approval): Add myself.
7295 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
7297         PR debug/30161
7298         * include/dwarf2.h (enum dwarf_tag): Added
7299         DW_TAG_GNU_template_template_param
7300         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7302 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7304         * Makefile.tpl (AWK): Fix typo.
7305         * Makefile.in: Regenerate.
7307 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7309         * configure.ac: Detect awk and sed.
7310         * Makefile.def (flags_to_pass): Add AWK and SED.
7311         * Makefile.tpl (AWK, SED): New.
7312         (BASE_FLAGS_TO_PASS): Add AWK and SED.
7313         * configure: Regenerate.
7314         * Makefile.in: Regenerate.
7316 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7318         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7319         (collapseslashes): Likewise.
7321 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7323         * configure.ac (AC_PREREQ): Bump to 2.64.
7325 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7327         * configure.ac: Remove --with-datarootdir, --with-docdir,
7328         --with-pdfdir, --with-htmldir switches.
7329         * configure: Regenerate.
7331         * configure: Regenerate.
7333         * compile: Sync from Automake 1.11.
7334         * depcomp: Likewise.
7335         * install-sh: Likewise.
7336         * missing: Likewise.
7337         * mkinstalldirs: Likewise.
7338         * ylwrap: Likewise.
7340 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
7342         * ltmain.sh (func_normal_abspath): New function.
7343         (func_relative_path): Likewise.
7344         (func_mode_help): Document new -bindir option for link mode.
7345         (func_mode_link): Add new -bindir option, and use it to place
7346         output DLL if specified.
7348 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7350         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7351         (baseargs): Add --disable-option-checking.
7352         * configure: Regenerate.
7354         * Makefile.def (configure-target-libiberty): Depend on
7355         all-binutils and all-ld.
7356         (configure-target-newlib): Likewise.
7357         * Makefile.in: Regenerate.
7359 2009-08-17  Ben Elliston  <bje@au.ibm.com>
7361         * config.sub, config.guess: Update from upstream sources.
7363 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7365         Sync from src, merge:
7367         2009-07-02  Tristan Gingold  <gingold@adacore.com>
7369         * configure.ac: Do not exclude gas for i386-*-darwin.
7370         Add a case for x86_64-*-darwin.
7371         * configure: Regenerate.
7373 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
7375         * MAINTAINERS: Add my name to Write After Approval list.
7377 2009-08-06  Michael Eager  <eager@eagercon.com>
7379         * configure.ac: Add Microblaze target.
7380         * configure: Regenerate.
7382 2009-07-31  Christian Bruel  <christian.bruel@st.com>
7384         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7385         * configure: Regenerate.
7387 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
7389         * MAINTAINERS (Write After Approval): Update my e-mail address.
7391 2009-07-06  Ian Lance Taylor  <iant@google.com>
7393         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7394         * configure: Rebuild.
7396 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
7398         * MAINTAINERS: Move myself to the Graphite Reviewers.
7400 2009-06-30  Wei Guozhi  <carrot@google.com>
7402         * MAINTAINERS: Add my name to Write After Approval list.
7404 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
7406         PR bootstrap/40338
7407         * configure.ac (comparestring): Create new variable.
7408         * Makefile.tpl (comparestring): Use to skip some comparisions.
7409         * configure: Regenerate.
7410         * Makefile.in: Regenerate.
7412 2009-06-26  Doug Evans  <dje@sebabeach.org>
7414         * Makefile.def (host_modules): Add cgen.
7415         * Makefile.in: Regenerate.
7416         * configure.ac (host_tools): Add cgen.
7417         * configure: Regenerate.
7419 2009-06-23  DJ Delorie  <dj@redhat.com>
7421         * MAINTAINERS: Add myself as mep maintainer.
7423 2009-06-23  Ian Lance Taylor  <iant@google.com>
7425         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
7426         boot_languages.  Only bootstrap target libraries listed in
7427         target_libs for some boot language.  Add --with-stage1-ldflags,
7428         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
7429         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
7430         if not building with C++.
7431         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7432         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7433         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7434         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7435         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
7436         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7437         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7438         * configure, Makefile.in: Rebuild.
7440 2009-06-23  Li Feng  <nemokingdom@gmail.com>
7442         * MAINTAINERS: Added my name to write-after-approval list.
7444 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
7446         * configure.ac: Define is_elf for QNX Neutrino targets.
7447         * configure: Regenerate.
7449 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7451         * MAINTAINERS: Added my name to the write-after-approval list
7453 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7455         * configure.ac: Detect MPC in default directory.
7456         * configure: Regenerate.
7458 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7459             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7461         * Makefile.tpl (all): Avoid a trailing backslash.
7462         * Makefile.in: Regenerate.
7464 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7466         * config.sub, config.guess: Update from upstream sources.
7468 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7470         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7471         to noconfdirs.
7472         * configure: Regenerate.
7474 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7476         * Makefile.tpl ([+compare-target+]): Compare all stage
7477         directories, rather than just gcc.
7478         * Makefile.in: Rebuilt.
7480 2009-06-01  Doug Kwan  <dougkwan@google.com>
7482         * configure.ac: Support gold for target arm*-*-*.
7483         * configure: Regenerate.
7485 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7487         * Makefile.def: Add MPC support and dependencies.
7488         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7490         * Makefile.in, configure: Regenerate.
7492 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7494         * Makefile.tpl (all): Avoid harmless warning in make all when
7495         gcc-bootstrap is enabled but stage_last does not exist.
7496         * Makefile.in: Rebuilt.
7498 2009-05-24  Nicolas Roche  <roche@adacore.com>
7500         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7501         * Makefile.in: Regenerate.
7503 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7505         * MAINTAINERS: Update my e-mail address.
7507 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7509         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7510         * configure:  Regenerate.
7512 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7514         PR other/40159
7515         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7516         gcc-no-bootstrap are mutually exclusive.
7517         * Makefile.in: Rebuilt.
7519 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7521         PR other/40159
7522         * Makefile.tpl (all): Don't end with unconditional success.
7523         * Makefile.in: Rebuilt.
7525 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7527         PR target/37137
7528         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7529         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7530         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7531         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7532         stage_configureflags, stage_cflags and stage_libcflags into
7533         explicit Makefile macros.
7534         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7535         GFORTRAN.
7536         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7537         CC.  Set CC_FOR_BUILD from CC.
7538         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7539         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7540         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7541         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7542         and GFORTRAN.
7543         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7544         (_LIBCFLAGS): Renamed to _TFLAGS.
7545         (do-compare-debug, do-compare3-debug): Drop.
7546         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7547         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7548         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7549         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7550         (XGCC_FLAGS_FOR_TARGET): New.
7551         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7552         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7553         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7554         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7555         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7556         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7557         TFLAGS.
7558         (BUILD_CONFIG): Include if requested.
7559         (all): Set TFLAGS on bootstrap.
7560         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7561         (all-stageid-prefixmodule): Likewise.
7562         (do-clean, distclean-stageid): Set TFLAGS.
7563         (restrap): Fix whitespace.
7564         * Makefile.in: Rebuilt.
7566 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7568         * config.guess: Sync with src.
7570 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7572         * configure.ac ($with_ppl):  Default to no if not supplied.
7573         ($with_cloog):  Likewise.
7574         configure:  Regenerate.
7576 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7578         * MAINTAINERS: Update my e-mail address.
7580 2009-04-27  Nick Clifton  <nickc@redhat.com>
7582         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7584 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7586         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7587         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7588         * Makefile.in: Regenerate.
7590 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7592         PR bootstrap/39739
7593         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7594         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7596         * configure, Makefile.in: Regenerate.
7598 2009-04-21  Taras Glek  <tglek@mozilla.com>
7600         * include/hashtab.h: Update GTY annotations to new syntax
7601         * include/splay-tree.h: Likewise
7603 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7605         * config.sub, config.guess: Update from upstream sources.
7607 2009-04-15  Anthony Green  <green@moxielogic.com>
7609         * configure.ac: Add moxie support.
7610         * configure: Rebuilt.
7612 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7614         * configure.ac: Change copyright header to refer to version
7615         3 of the GNU General Public License and to point readers at the
7616         COPYING3 file and the FSF's license web page.
7617         * Makefile.def: Likewise.
7618         * Makefile.tpl: Likewise.
7619         * Makefile.in: Regenerate.
7621 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7623         * configure.ac: Restore match for darwin9 or later. Use double
7624         brackets since regeneration eats one pair.
7625         * configure: Regenerate.
7627 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7629         PR gas/10039
7630         * configure.ac: Require texinfo 4.7.
7631         * configure: Regenerated.
7633 2009-04-09  Nick Clifton  <nickc@redhat.com>
7635         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7636         the GCC Runtime Library Exception.
7638 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7640         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7641         * configure: Regenerate.
7643 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7645         * Makefil.def (languages): New entries.
7646         * Makefile.tpl (check-gcc-*): New generic target.
7647         * Makefile.in: Regenerate.
7649 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7651         * MAINTAINERS:  Update my email address.
7653 2009-03-18  Tom Tromey  <tromey@redhat.com>
7655         * configure: Rebuild.
7656         * configure.ac (host_libs): Add libiconv.
7657         * Makefile.in: Rebuild.
7658         * Makefile.def (host_modules): Add libiconv.
7659         (configure-gdb, all-gdb): Depend on libiconv.
7661 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7663         * configure.ac: Treat gdb as supported on x86_64-darwin.
7664         * configure: Regenerate.
7666 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7668         * configure.ac (--with-host-libstdcxx): New option.
7669         * configure: Regenerate.
7671 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7673         * MAINTAINERS:  Move myself into the write after approval list.
7675 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7677         * MAINTAINERS: Update e-mail address.
7679 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7681         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7683 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7685         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7687 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7689         Backport from git Libtool:
7691         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7692         Support GNU/kOpenSolaris.
7693         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7694         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7695         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7696         GNU/kOpenSolaris.
7698 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7700         * MAINTAINERS: Update e-mail address.
7702 2009-02-24  Michael Eager  <eager@eagercon.com>
7704         * MAINTAINERS (Write After Approval): Add self.
7706 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7708         * MAINTAINERS (Write After Approval): Add myself.
7710 2009-02-05  Andreas Schwab  <schwab@suse.de>
7712         * Makefile.tpl (stage_last): Define $r and $s before using
7713         $(RECURSE_FLAGS_TO_PASS).
7714         * Makefile.in: Regenerate
7716 2009-01-30  Ian Lance Taylor  <iant@google.com>
7718         * MAINTAINERS: Move myself to the Global Reviewers list.
7720 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7722         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7723         * configure: Regenerate.
7725 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7727         * MAINTAINERS: Make whitespace consistent.
7728         Remove Robert Millan from Write After Approval.
7730 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7732         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7733         (all-opcodes): Depend on all-libiberty.
7734         * Makefile.in: Regenerate.
7736 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7738         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7739         * configure: Regenerate.
7741 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7743         * MAINTAINERS (Write After Approval): Add myself.
7745 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7747         * MAINTAINERS: Add myself to reviewers (Fortran).
7749 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7751         PR tree-optimization/38515
7752         * configure.ac (cloog-polylib): Removed.
7753         (with_ppl, with_cloog): Test for "no".
7754         * configure: Regenerated.
7756 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7758         * MAINTAINERS: Moved myself to reviewers (Fortran).
7760 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7762         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7763         (Write After Approval): Remove myself.
7765 2009-01-03  Diego Novillo  <dnovillo@google.com>
7767         * MAINTAINERS: Remove myself from alias maintainership.
7769 2009-01-02  David Ayers  <ayers@fsfe.org>
7771         * MAINTAINERS: Update e-mail address.
7773 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7775         * MAINTAINERS: Make whitespace consistent.
7777 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7779         Backport from upstream Libtool:
7780         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7781         Add cache variables to tests that require the linker to work.
7782         For shlibpath_overrides_runpath, this also changes the semantics
7783         to let the result from the C compiler take precedence.
7785 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7787         * config.sub, config.guess: Update from upstream sources.
7789 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7791         * configure.ac (ppllibs): Add by default the lib flags.
7792         * configure: Regenerate.
7794 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7796         * MAINTAINERS:  Add myself to the write after approval list.
7798 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7800         * configure.ac: Add double brackets on darwin[912].
7801         * configure: Regenerate.
7803 2008-12-03  Daniel Kraft  <d@domob.eu>
7805         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7806         Approval to Reviewer section (for Fortran front-end).
7808 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7810         * configure.ac: Expand to darwin10 and later.
7811         * configure: Regenerate.
7813 2008-12-02  Andreas Schwab  <schwab@suse.de>
7815         * Makefile.def: configure-target-boehm-gc depends on
7816         all-target-libstdc++-v3.
7817         * Makefile.in: Regenerate.
7819 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7821         * MAINTAINERS:  Add myself as mingw maintainer.
7823 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7825         * config.sub, config.guess: Update from upstream sources.
7827 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7829         * README.SCO: Remove.
7831 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7833         * MAINTAINERS:  Add myself to the write after approval list.
7835 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7837         * MAINTAINERS:  Update my email address in WAA section.
7839 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7841         * MAINTAINERS: Update e-mail address.
7843 2008-11-27  Toon Moene  <toon@moene.org>
7845         * MAINTAINERS: Change e-mail address.
7847 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7849         * configure.ac: Build gdb for i?86-*-darwin*
7850         * configure: Regenerated.
7852 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7854         * MAINTAINERS: Added my full name.
7856 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7858         PR bootstrap/38014
7859         PR bootstrap/37923
7861         Revert:
7863         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7865         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7866         * Makefile.in: Regenerated.
7868         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7870         PR gdb/921
7871         PR gdb/1646
7872         PR gdb/2175
7873         PR gdb/2176
7875         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7876         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7877         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7878         (HOST_EXPORTS): Pass CPPFLAGS.
7879         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7880         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7881         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7882         * Makefile.in, configure: Regenerated.
7883         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7884         and CPPFLAGS_FOR_BUILD.
7886 2008-11-06  Jeff Law  <law@redhat.com>
7888         * MAINTAINERS: Add myself as middle end maintainer.
7890 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7892         * MAINTAINERS (Write after approval): Add myself.
7894 2008-11-05  Diego Novillo  <dnovillo@google.com>
7896         * MAINTAINERS (Global Reviewers): Add myself.
7897         (Non-Algorithmic Maintainers): Remove myself.
7899 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7901         * MAINTAINERS (Write after approval): Add myself.
7903 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7905         * MAINTAINERS (Write after approval): Add myself.
7907 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7909         * configure.ac (spu-*-*): Remove special case.
7910         * configure: Regenerate.
7912 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7914         * MAINTAINERS (Write after approval): Update my email address.
7916 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7918         * configure.ac [spu-*-*]: Do not set skipdirs.
7919         * configure: Re-generate.
7921 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7923         * MAINTAINERS (Various Maintainers): Add myself to reload.
7925 2008-10-25  Richard Guenther  <rguenther@suse.de>
7927         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7928         maintainer.  Remove myself as libgcc-math maintainer.
7929         (Non-Algorithmic Maintainers): Remove myself.
7931 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7933         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7934         * Makefile.in: Regenerated.
7936 2008-10-23  Cary Coutant  <ccoutant@google.com>
7938         * MAINTAINERS (Write after approval): Add myself.
7940 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7942         PR gdb/921
7943         PR gdb/1646
7944         PR gdb/2175
7945         PR gdb/2176
7947         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7948         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7949         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7950         (HOST_EXPORTS): Pass CPPFLAGS.
7951         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7952         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7953         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7954         * Makefile.in, configure: Regenerated.
7955         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7956         and CPPFLAGS_FOR_BUILD.
7958 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7960         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7961         Sebastian Pop.
7963 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7965         * MAINTAINERS (Write After Approval): Added myself.
7967 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7969         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7970         recommended version to 2.3.2.
7972         * configure: Regenerate.
7974 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7976         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7978 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7980         * MAINTAINERS (Write After Approval): Update e-mail address.
7982 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7984         * libtool.m4: Update to libtool 2.2.6.
7985         * lt~obsolete.m4: Update to libtool 2.2.6.
7986         * ltmain.sh: Update to libtool 2.2.6.
7987         * ltsugar.m4: Update to libtool 2.2.6.
7988         * ltversion.m4: Update to libtool 2.2.6.
7989         * ltoptions.m4: Update to libtool 2.2.6.
7990         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7992 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7994         * MAINTAINERS (Write After Approval): Add myself.
7996 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7998         * MAINTAINERS (Write After Approval): Update my name.
8000 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
8002         * MAINTAINERS: Add myself in "Write After Approval".
8004 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
8006         * MAINTAINERS: Add myself as ia64 maintainer.
8008 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
8010         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
8011         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
8012         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
8013         and Michael Tiemann from Write After Approval since they do not
8014         actually have access.
8016 2008-09-05  Richard Guenther  <rguenther@suse.de>
8018         * configure.ac: Initialize clooglibs to -lcloog.
8019         * configure: Re-generate.
8021 2008-09-04  Le-Chun Wu  <lcwu@google.com>
8023         * MAINTAINERS (Write After Approval): Add myself.
8025 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
8027         * configure.ac (--with-cloog-polylib): New.
8028         (--disable-cloog-version-check): New.
8029         (--disable-ppl-version-check): New.
8030         * configure: Re-generate.
8032 2008-09-03  Richard Guenther  <rguenther@suse.de>
8034         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
8035         cloog test.
8036         * configure: Re-generate.
8038 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
8040         Add picoChip port.
8041         * MAINTAINERS: Add picoChip maintainers.
8043 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
8044             Tobias Grosser  <grosser@fim.uni-passau.de>
8045             Jan Sjodin  <jan.sjodin@amd.com>
8046             Harsha Jagasia  <harsha.jagasia@amd.com>
8047             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8048             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
8049             Adrien Eliche  <aeliche@isty.uvsq.fr>
8051         Merge from graphite branch.
8052         * configure: Regenerate.
8053         * Makefile.in: Regenerate.
8054         * configure.ac (host_libs): Add ppl and cloog.
8055         Add checks for PPL and CLooG.
8056         * Makefile.def (ppl, cloog): Added modules and dependences.
8057         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
8058         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
8060 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8062         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
8063         (GCC_SHLIB_SUBDIR): New.
8064         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
8065         * configure: Regenerate.
8066         * Makefile.in: Regenerate.
8068 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8070         * MAINTAINERS: Consistently use tabs to separate columns.
8072 2008-08-29  Tristan Gingold  <gingold@adacore.com>
8074         * MAINTAINERS (Write after Approval): Add myself.
8076 2008-08-28  Tristan Gingold  <gingold@adacore.com>
8078         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
8079         Enable bfd, binutils and opcodes.
8080         * configure: Regenerate.
8082 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8084         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
8086 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8088         * MAINTAINERS:  Use correct Umlaut for last name.
8090 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8092         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
8094 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
8096         * MAINTAINERS: Update my email address.
8098 2008-08-16  Nicolas Roche  <roche@adacore.com>
8100         * Makefile.tpl: Add BOOT_ADAFLAGS.
8101         * Makefile.in: Regenerate.
8103 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8105         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
8106         * configure: Regenerate.
8108 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
8110         * configure.ac: Add makefile fragments for hpux.
8111         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
8112         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
8113         * configure: Regenerate.
8114         * Makefile.in: Regenerate.
8116 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
8118         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
8120 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
8122         * MAINTAINERS (Write after Approval): Add myself.
8124 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
8126         * MAINTAINERS (Write After Approval):  Add myself.
8128 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
8130         * MAINTAINERS (Write After Approval):  Add myself.
8132 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
8134         * MAINTAINERS: Update my email address.
8136 2008-06-25  Joey Ye  <joey.ye@intel.com>
8138         * MAINTAINERS (Write After Approval):  Add myself.
8140 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8142         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8143         * Makefile.in: Regenerate.
8144         * configure: Regenerate.
8146 2008-06-17  Daniel Kraft  <d@domob.eu>
8148         * MAINTAINERS (Write After Approval):  Add myself.
8150 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8152         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8153         "$@" is still intact with both Autoconf 2.59 and 2.62.
8154         * configure: Regenerate.
8156 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8158         * Makefile.tpl: Fix comment errors.
8159         * Makefile.in: Regenerate.
8161 2008-06-12  David S. Miller  <davem@davemloft.net>
8162             David Edelsohn  <edelsohn@gnu.org>
8164         * configure.ac: Add powerpc*-*-* to gold supported targets.
8165         * configure: Regenerate.
8167 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
8169         PR tree-optimization/36218
8170         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8171         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8172         (all prefix="build-"): Pass them to build-system sub-makes.
8173         * Makefile.in: Regenerate.
8175 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
8177         * MAINTAINERS (mt port): Remove.
8178         (sco5, unixware, sco udk): Remove.
8179         (Kean Johnston): Add to Write After Approval.
8181 2008-05-30  Julian Brown  <julian@codesourcery.com>
8183         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8184         of libobjc for ARM EABI Linux.
8185         * configure: Regenerate.
8187 2008-05-18  Xinliang David Li   <davidxl@google.com>
8189         * ChangeLog: Remove wrong ChangeLog entry.
8191 2008-05-17  Xinliang David Li   <davidxl@google.com>
8193         * MAINTAINERS (Write After Approval): Add myself.
8195 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
8197         * MAINTAINERS (Write After Approval): Add myself.
8199 2008-05-14  Rafael Espíndola  <espindola@google.com>
8201         * config-ml.in: don't handle --enable-shared and --enable-static.
8203 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
8205         * MAINTAINERS: Update my email address.
8207 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
8209         * MAINTAINERS: Update my email address.
8211 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
8213         * MAINTAINERS (Write After Approval): Add myself.
8215 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
8217         * MAINTAINERS (Write After Approval): Add myself.
8219 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
8221         * MAINTAINERS (crx): Add myself.
8223 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8225         Sync with src:
8226         2008-04-14  David S. Miller  <davem@davemloft.net>
8228         * configure.ac: Add sparc*-*-* to gold supported targets.
8229         * configure: Regenerate.
8231 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8233         PR bootstrap/35457
8234         * configure.ac: Include override.m4.
8235         * configure: Regenerate.
8237 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8239         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8240         * Makefile.in: Regenerate.
8242 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
8244         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
8245         as nonconfigurable directories list.
8246         * configure: Regenerate.
8248 2008-04-14  Ben Elliston  <bje@au.ibm.com>
8250         * config.sub, config.guess: Update from upstream sources.
8252 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
8254         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8255         * Makefile.in: Regenerate.
8257 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
8259         * configure.ac: Do not build libssp for the AVR.
8260         * configure: Regenerate.
8262 2008-04-07  Ian Lance Taylor  <iant@google.com>
8264         * Makefile.def: check-gold depends upon all-binutils.
8265         * Makefile.in: Regenerate.
8267 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
8269         * MAINTAINERS (Write After Approval): Add myself.
8271 2008-04-04  Nick Clifton  <nickc@redhat.com>
8273         PR binutils/4334
8274         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8275         builds.
8276         * configure: Regenerate.
8278 2008-04-04  NightStrike  <NightStrike@gmail.com>
8280         PR other/35151
8281         * configure.ac: Combine rules for mingw32 and mingw64.
8282         * configure: Regenerate.
8284 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
8286         * MAINTAINERS (Write After Approval): Add myself.
8288 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
8290         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8291         * Makefile.in (.NOTPARALLEL): Ditto.
8293 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
8295         * MAINTAINERS (Write After Approval): Add myself.
8297 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
8299         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8300         * Makefile.in (.NOTPARALLEL): Regenerate.
8302 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
8304         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8305         * Makefile.in: Regenerate.
8307 2008-03-26  Jakub Staszak  <kuba@et.pl>
8309         * MAINTAINERS (Write After Approval): Add myself.
8311 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8313         * MAINTAINERS:  Update e-mail address.
8315 2008-03-20  Ian Lance Taylor  <iant@google.com>
8317         * configure.ac: Add support for --enable-gold.
8318         * Makefile.def: Add gold as a directory like ld.
8319         * configure, Makefile.in: Regenerate.
8321 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8323         * configure.ac: m4_include config/proginstall.m4.
8324         * configure: Regenerate.
8326         Backport from upstream Libtool:
8328         2007-10-12  Eric Blake  <ebb9@byu.net>
8330         Deal with Autoconf 2.62's semantic change in m4_append.
8331         * ltsugar.m4 (lt_append): Replace broken versions of
8332         m4_append.
8333         (lt_if_append_uniq): Don't require separator to be overquoted,
8334         and avoid broken m4_append.
8335         (lt_dict_add): Fix typo.
8336         * libtool.m4 (_LT_DECL): Don't overquote separator.
8338 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
8340         * config.rpath: Add AIX 6 support.
8342 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
8344         * Makefile.def (stageprofile).  Remove -fprofile-generate
8345         from stage_libcflags.
8346         * Makefile.in: Regenerate.
8348 2008-03-13  Ben Elliston  <bje@au.ibm.com>
8350         * config.sub, config.guess: Update from upstream sources.
8352 2008-03-06  Tom Tromey  <tromey@redhat.com>
8354         * MAINTAINERS: Update for treelang deletion.
8356 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
8358         * MAINTAINERS: Update my email address.
8360 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
8362         * MAINTAINERS (darwin port): Add myself as a maintainer.
8363         (objective-c/c++): Add myself as a maintainer.
8365 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
8367         * MAINTAINERS (Write After Approval): Update my email address.
8369 2008-02-25  Tomas Bily  <tbily@suse.cz>
8371         * MAINTAINERS (Write After Approval): Add myself.
8373 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
8375         * MAINTAINERS (OpenMP): Add myself.
8377 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
8379         PR bootstrap/32009
8380         PR bootstrap/32161
8382         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8383         * configure: Regenerate.
8385         * Makefile.def: Define stage_libcflags for all bootstrap stages.
8386         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8387         STAGE4_LIBCFLAGS): New.
8388         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8389         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8390         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8391         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8392         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8393         for target modules.  Don't export LIBCFLAGS.
8394         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8395         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8396         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8397         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8398         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8399         * Makefile.in: Regenerate.
8401 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8403         PR libgcj/33085
8404         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8405         Do not use -DDLL_EXPORT.  Backport from upstream.
8407 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8409         * MAINTAINERS (Write After Approval): Add myself.
8411 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
8413         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8414         * configure: Regenerate.
8416 2008-01-31  Marc Gauthier  <marc@tensilica.com>
8418         * configure.ac (xtensa*-*-*): Recognize processor variants.
8419         * configure: Regenerate.
8421 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8423         PR bootstrap/34922
8424         * configure.ac (PARSE_ARGS): Push suitable setting of
8425         ac_subdirs_all, for `./configure --help=recursive'.
8426         Handle `+' in generic toplevel directory disabling.
8427         * configure: Regenerate.
8429 2008-01-28  Nick Clifton  <nickc@redhat.com>
8431         * MAINTAINERS (xstormy16): Take over maintainership.
8433 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
8435         * MAINTAINERS (c4x port): Remove.
8437 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
8439         * libtool.m4: Backport AIX 6 support from ToT Libtool.
8441 2008-01-23  Ben Elliston  <bje@au.ibm.com>
8443         * config.sub, config.guess: Update from upstream sources.
8445 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
8447         * MAINTAINERS (Write After Approval): Add myself.
8449 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8451         * MAINTAINERS: Update my email address.
8453 2008-01-09  Raksit Ashok  <raksit@google.com>
8455         * MAINTAINERS (Write After Approval): Add myself.
8457 2008-01-09  Raksit Ashok  <raksit@google.com>
8459         * MAINTAINERS (Write After Approval): Add myself.
8461 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8463         * config.sub, config.guess: Update from upstream sources.
8465 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8467         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8468         Change recommended MPFR from 2.2.1 -> 2.3.0.
8469         * configure: Regenerate.
8471 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8473         * MAINTAINERS: Update my email address.
8475 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8477         * MAINTAINERS: Update my email address.
8479 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8481         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8482         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8483         * Makefile.in: Regenerate.
8485 2007-12-10  Mark Heffernan  <meheff@google.com>
8487         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8488         misplaced entries.
8490 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8492         * configure.ac: Enable libjava for x86_64-*-darwin9.
8493         * configure: Regenerate.
8495 2007-12-07  Bill Maddox  <maddox@google.com>
8497         * MAINTAINERS (Write After Approval): Add myself.
8499 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8501         * config.sub, config.guess: Update from upstream sources.
8503 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8505         * config-ml.in: Remove 64bit configure tests.
8507 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8509         * config-ml.in: Robustify against white space in absolute file
8510         names.
8512         * config-ml.in (multi-clean): Substitute ${Makefile}.
8513         Remove superfluous ${Makefile} in list.
8515 2007-11-19  Thiemo Seufer  <ths@mips.com>
8517         * config-ml.in: Don't hardcode the Makefile name.
8519 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8521         * MAINTAINERS (Write After Approval): Add myself.
8523 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8525         * MAINTAINERS (Write After Approval): Add myself.
8527 2007-11-06  Doug Kwan  <dougkwan@google.com>
8529         * MAINTAINERS (Write After Approval): Add myself.
8531 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8533         * MAINTAINERS (mercury): Remove entry.
8534         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8536 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8538         * Makefile.def (dependencies): Make configure-gdb depend on
8539         all-intl.
8540         * Makefile.in: Regenerated.
8542 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8544         * MAINTAINERS (Fortran maintainer): Remove myself.
8546 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8548         * Makefile.def: To avoid problems running with parallel makes,
8549         build newlib before libgloss so that target specific header
8550         files are availble.
8551         * Makefile.in: Regenerate
8553 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8555         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8556         * Makefile.in: Regenerate.
8558 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8560         * MAINTAINERS (Register allocation reviewer): Add myself.
8562 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8564         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8565         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8566         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8567         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8568         * configure: Regenerate.
8570 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8572         * MAINTAINERS (Register allocation reviewer): Add myself.
8574 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8576         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8577         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8578         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8579         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8580         * configure.ac: Default them to host tools for $host = $build.
8581         Subst them.
8583         * configure: Regenerate.
8584         * Makefile.in: Regenerate.
8586 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8588         * MAINTAINERS (Register allocation reviewer): Add myself.
8590 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8592         * MAINTAINERS (Register allocation reviewer): Add myself.
8594 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8596         * MAINTAINERS (Write After Approval): Fix typo.
8598 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8600         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8601         * configure: Regenerate.
8603 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8605         PR bootstrap/31906
8606         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8607         they're already prefixed.
8609 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8611         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8612         libstdc++.
8613         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8614         * configure: Regenerate.
8615         * Makefile.in: Regenerate.
8617 2007-09-17  Andreas Schwab  <schwab@suse.de>
8619         * configure.ac: Raise minimum makeinfo version to 4.6.
8620         * configure: Regenerate.
8622 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8624         * MAINTAINERS (write-after-approval) add myself
8626 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8628         * configure.ac: Correct makeinfo version check.
8629         * configure: Regenerate.
8631 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8633         * MAINTAINERS: Update my email address.
8635 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8637         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8638         to $skipdirs and only disable gprof for newlib.  Use the normal
8639         mips*-elf* handling in other respects.
8640         * configure: Regnerate.
8642 2007-09-12  David Daney  <ddaney@avtrex.com>
8644         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8645         enabling libgcj.
8646         * configure: Regenerate.
8648 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8650         PR other/32154
8651         * configure.ac: For libgloss targets, point the linker to the linker
8652         script, startup code and simulator library.
8653         * configure: Regenerate.
8655 2007-09-07  Andrew Haley  <aph@redhat.com>
8657         * configure.ac (noconfigdirs): Remove target-libffi and
8658         target-libjava.
8659         * configure: Regenerate.
8661 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8663         PR target/33281
8664         * configure.ac: Use config/mh-mingw on mingw.
8665         * configure: Regenerate.
8667 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8669         * MAINTAINERS (Write After Approval): Add myself.
8671 2007-09-05  Richard Guenther  <rguenther@suse.de>
8673         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8674         nor --disable-checking is provided also turn on yes and types
8675         checking for stage1.
8676         * configure: Re-generate.
8678 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8680         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8681         (Write After Approval): Remove myself.
8683 2007-08-29  Nick Clifton  <nickc@redhat.com>
8685         * config.sub, config.guess: Update from upstream sources.
8687 2007-08-22  Bud Davis  <jmdavis@link.com>
8689         * MAINTAINERS (Write After Approval): Added myself.
8690         * MAINTAINERS (Reviewers): Removed myself.
8692 2007-08-18  Paul Brook  <paul@codesourcery.com>
8693             Joseph Myers  <joseph@codesourcery.com>
8695         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8696         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8697         * Makefile.in: Regenerate.
8698         * configure.ac (--with-debug-prefix-map): New.
8699         * configure: Regenerate.
8701 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8702             Nigel Stephens  <nigel@mips.com>
8704         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8705         as target_makefile_frag.
8706         * configure: Regenerate.
8708 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8710         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8711         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8712         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8713         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8714         (do-compare, do-compare3, do-compare-debug): New.
8715         ([+compare-target+]): Use them.
8717 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8719         * MAINTAINERS (Write After Approval): Change my email address.
8721 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8722             Ben Elliston  <bje@au.ibm.com>
8724         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8725         --silent if $silent.
8726         * configure: Regenerate.
8728 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8730         * MAINTAINERS (Various Maintainers): Add myself as
8731         loop infrastructure maintainer.  Update my e-mail
8732         address.
8734 2007-07-31  Diego Novillo  <dnovillo@google.com>
8736         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8737         Adjust description.
8739 2007-07-26  Richard Guenther  <rguenther@suse.de>
8741         * configure.ac: Add types checking to stage1 checking flags.
8742         * configure: Regenerate.
8744 2007-07-17  Nick Clifton  <nickc@redhat.com>
8746         * COPYING3: New file.  Contains version 3 of the GNU General
8747         Public License.
8748         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8749         Lesser General Public License.
8751 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8753         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8755 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8757         * MAINTAINERS (S/390 co-maintainer): Add myself.
8758         (Write After Approval): Remove myself.
8760 2007-07-13  Dan Hipschman  <dsh@google.com>
8762         * MAINTAINERS (Write After Approval): Add myself.
8764 2007-07-11  Nick Clifton  <nickc@redhat.com>
8766         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8767         WINDRES export.
8768         * Makefile.in: Regenerate.
8770 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8772         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8773         maintainer.
8775 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8777         * lt~obsolete.m4: New. Import from 20070318 libtool.
8779 2007-07-03  Julian Brown  <julian@codesourcery.com>
8781         * MAINTAINERS (Write After Approval): Add myself.
8783 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8785         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8786         * configure: Regenerate.
8788 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8790         * configure.ac: Add some missing m4 quotation.
8791         * configure: Regenerate.
8793 2007-07-02  Simon Baldwin  <simonb@google.com>
8795         * MAINTAINERS (Write After Approval): Add myself.
8797 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8799         * configure: Regenerate.
8801 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8803         * Makefile.def: Add windmc tool to build.
8804         * Makefile.tpl: Likewise.
8805         * configure.ac: Likewise.
8806         * Makefile.in: Regenerate.
8807         * configure: Regenerate.
8809 2007-06-28  DJ Delorie  <dj@redhat.com>
8811         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8812         not building newlib.
8813         * configure: Regenerated.
8815 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8817         * MAINTAINERS (Write After Approval): Add myself.
8819 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8821         * MAINTAINERS (Write After Approval): Add myself.
8823 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8825         * MAINTAINERS (Write After Approval): Add myself.
8827 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8829         * MAINTAINERS (Write After Approval): Add myself.
8831 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8833         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8834         * Makefile.in: Regenerated.
8836 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8838         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8839         bfin*-*-uclinux* targets.
8840         * configure: Regenerate.
8842 2007-06-14  Ian Lance Taylor  <iant@google.com>
8844         * MAINTAINERS: Add myself as non-algorithmic global write
8845         maintainer.
8847 2007-06-14  Diego Novillo  <dnovillo@google.com>
8849         * MAINTAINERS: Add self as middle-end maintainer and
8850         non-algorithmic global write maintainer.
8852 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8854         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8855         Move all Fortran maintainers except Paul Brook into the
8856         Non-Autopoiesis section.
8858 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8860         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8861         (distclean-stage[+id+]): Possibly delete stage_last.
8862         * Makefile.in: Regenerate.
8864 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8866         * MAINTAINERS (Various Maintainer): Fix typo.
8868 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8870         * MAINTAINERS (Various Maintainer): Add myself as
8871         dataflow maintainer.
8873 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8875         * config.sub, config.guess: Update from upstream sources.
8877 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8879         * Makefile.tpl: Fix spelling error.
8880         * Makefile.in: Regenerate.
8882 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8884         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8885         lt_cv_sys_max_cmd_len.
8887 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8889         * MAINTAINERS (Various Maintainers): Add myself as
8890         auto-vectorizer maintainer.
8892 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8894         PR libjava/32098
8895         * libtool.m4: Revert previous change.
8896         * ltgcc.m4: Put it here.
8898 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8900         * MAINTAINERS (Various Maintainers): Add myself as
8901         auto-vectorizer maintainer.
8903 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8905         PR libjava/32098
8906         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8908 2007-05-30  Richard Guenther  <rguenther@suse.de>
8910         * MAINTAINERS (Various Maintainers): Add myself as
8911         auto-vectorizer maintainer.
8913 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8915         PR bootstrap/29382
8916         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8917         * configure: Rebuilt.
8919 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8921         * MAINTAINERS (Write After Approval): Removed my name.
8923 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8925         * MAINTAINERS (Write After Approval): Remove myself.
8927 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8929         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8931 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8933         * ltmain.sh: Update from ToT Libtool.
8934         * libtool.m4: Update from ToT Libtool.
8935         * ltsugar.m4: New. Update from ToT Libtool.
8936         * ltversion.m4: New. Update from ToT Libtool.
8937         * ltoptions.m4: New. Update from ToT Libtool.
8938         * ltconfig: Remove.
8939         * ltcf-c.sh: Remove.
8940         * ltcf-cxx.sh: Remove.
8941         * ltcf-gcj.sh: Remove.
8943 2007-05-22  Ollie Wild  <aaw@google.com>
8945         * MAINTAINERS (Write After Approval): Add myself.
8947 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8949         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8950         stage_cflags.
8951         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8952         Remove CFLAGS/LIBCFLAGS.
8953         (configure-stage[+id+]-[+prefix+][+module+],
8954         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8955         * Makefile.in: Regenerate.
8957 2007-05-15  Diego Novillo  <dnovillo@google.com>
8959         * MAINTAINERS: Update e-mail address.
8961 2007-05-15  Revital Eres  <eres@il.ibm.com>
8963         * MAINTAINERS (Write After Approval): Add myself.
8965 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8967         * MAINTAINERS (Write After Approval): Updated my address.
8969 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8971         * MAINTAINERS (Write After Approval): Add myself.
8973 2007-05-11  Silvius Rus  <rus@google.com>
8975         * MAINTAINERS (Write After Approval): Add myself.
8977 2007-04-23  Tom Tromey  <tromey@redhat.com>
8979         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8981 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8983         * MAINTAINERS (cpplib): Rename to ...
8984         (libcpp): ... this.  Add C/C++ front end maintainers.
8986 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8988         * config-ml.in: Pass ${ml_config_env} to configure calls.
8990 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8992         * MAINTAINERS (Write After Approval): Add myself.
8994 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8996         * MAINTAINERS (Write After Approval): Add myself.
8998 2007-03-31  Tobias Burnus  <burnus@net-b.de>
9000         * MAINTAINERS (fortran 95 front end): Add myself.
9002 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
9004         * MAINTAINERS (Write After Approval): Add myself.
9006 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
9008         * MAINTAINERS (Modulo Scheduler): Add myself.
9010 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
9012         * MAINTAINERS (fortran 95 front end): Add myself.
9013         (c++ front end): whitespace fix.
9015 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
9017         * MAINTAINERS (Write After Approval): Add myself.
9019 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
9021         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
9022         of glob.  Quote arguments with single quotes too.
9023         * configure: Regenerate.
9025 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
9027         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
9028         * Makefile.in: Regenerate
9030 2007-03-07  Andreas Schwab  <schwab@suse.de>
9032         * configure: Regenerate.
9034 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
9036         * configure.ac: Add "--with-pdfdir" configure option,
9037         which defines pdfdir variable.
9038         * Makefile.def (target=fixincludes): Add install-pdf to
9039         missing targets.
9040         (recursive_targets): Add install-pdf target.
9041         (flags_to_pass): Add pdfdir.
9042         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
9043         target.
9044         * configure: Regenerate
9045         * Makefile.in: Regenerate
9047 2007-02-28  Eric Christopher  <echristo@apple.com>
9049         Revert:
9050         2006-12-07  Mike Stump  <mrs@apple.com>
9052         * Makefile.def (dependencies): Add dependency for
9053         install-target-libssp and install-target-libgomp on
9054         install-gcc.
9055         * Makefile.in: Regenerate.
9057 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
9059         * configure: Regenerate.
9060         * configure.ac: Move statements after variable declarations.
9062 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
9064         * MAINTAINERS: Add myself as sh maintainer.
9066 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
9068         * configure.ac: Adjust for loop syntax.
9069         * configure: Regenerate.
9071 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9073         * configure: Rebuilt.
9075 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9077         * configure.ac: Drop multiple occurrences of --enable-languages,
9078         and fix its quoting.
9079         * configure: Rebuilt.
9081 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
9082             Nathan Sidwell  <nathan@codesourcery.com>
9083             Vladimir Prus  <vladimir@codesourcery.com>
9084             Joseph Myers  <joseph@codesourcery.com>
9086         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
9087         * configure: Regenerate.
9089 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
9091         * ltconfig (freebsd*): Default to elf.
9093 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9095         * configure.ac (target_libraries): Move libgcc before libiberty.
9096         * configure: Regenerated.
9098 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9099             Paolo Bonzini  <bonzini@gnu.org>
9101         PR bootstrap/30753
9102         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
9103         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
9104         * configure: Regenerated.
9106 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
9108         * MAINTAINERS (Language Front End Maintainers): Update my mail
9109         address.
9111 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9113         PR bootstrap/30748
9114         * configure.ac: Correct syntax for Solaris ksh.
9115         * configure: Regenerated.
9117 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9119         * configure.ac: Sync with src.
9120         * configure: Regenerate.
9122 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9124         * Makefile.in: Regenerate.
9126 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9128         * config.sub: Sync with src.
9130 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9132         * Makefile.tpl (build_alias, host_alias, target_alias): Use
9133         noncanonical equivalents.
9134         * configure.in: Rename to...
9135         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
9136         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
9137         target_noncanonical.  Use them.  Rewrite removal of configure
9138         arguments for autoconf 2.59.  Discard variable settings.  Force
9139         program_transform_name for native tools.
9141         * Makefile.in: Regenerated.
9142         * configure: Regenerated with autoconf 2.59.
9144 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
9146         * MAINTAINERS (Write After Approval): Add myself.
9148 2007-01-31  Andreas Schwab  <schwab@suse.de>
9150         * Makefile.tpl (LDFLAGS): Substitute it.
9151         * Makefile.in: Regenerate.
9153 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
9155         * MAINTAINERS (Write After Approval): Add myself.
9157 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
9159         * MAINTAINERS (spu port): Add myself.
9161 2007-01-23  Richard Guenther  <rguenther@suse.de>
9163         PR bootstrap/30541
9164         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9165         * Makefile.tpl (GNATBIND): Substitute it.
9166         (GNATMAKE): Likewise.
9167         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9168         of STAGE_PREFIX.
9169         * Makefile.in: Regenerate.
9170         * configure: Regenerate.
9172 2007-01-18  Mike Stump  <mrs@apple.com>
9174         * configure.in: Re-enable -Werror for gcc builds.
9176 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
9178         * MAINTAINERS (Write After Approval): Add myself.
9180 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9182         * configure.in: Change == to = in test command.
9183         * configure: Regenerate.
9185 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9186             Nick Clifton  <nickc@redhat.com>
9187             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
9189         * configure.in (build_configargs, host_configargs, target_configargs):
9190         Remove build/host/target parameters.
9191         (host_libs): Add gmp and mpfr.
9192         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9193         * Makefile.def (gmp, mpfr): New.
9194         (gcc): Remove target.
9195         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9196         target_os, target_vendor): New.
9197         (configure): Add host_alias/target_alias arguments; adjust invocations.
9198         * configure: Regenerate.
9199         * Makefile.in: Regenerate.
9201 2007-01-11  Matt Fago  <fago@earthlink.net>
9203         * configure.in: Try to link to functions only in mpfr 2.2.x
9204         to improve robustness of configure tests.
9205         * configure: Regenerate.
9207 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
9209         * MAINTAINERS: Add myself as i386 maintainer.
9211 2007-01-08  Jan Hubicka  <jh@suse.cz>
9213         * MAINTAINERS: Add myself as i386 maintainer.
9215 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
9217         * configure.in: Add support for an x86_64-mingw* target.
9218         * configure: Regenerate.
9220 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
9222         * Makefile.tpl (all-target): Correct @if conditional for target
9223         modules.
9224         * configure.in: Omit libiberty if building only target libgcc.
9225         * configure, Makefile.in: Regenerated.
9227 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
9229         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
9230         * configure: Regenerate.
9232 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9234         * Makefile.def (target_modules): Add libgcc.
9235         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
9236         * Makefile.tpl (clean-target-libgcc): Delete.
9237         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9238         on gcc even for bootstrapped modules.  Rewrite handling of
9239         lang_env_dependencies to loop over target_modules.
9240         * configure.in (target_libraries): Add target-libgcc.
9241         * Makefile.in, configure: Regenerated.
9243 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9245         * configure.in: Reorganize recognition of languages.  Add
9246         --enable-stage1-languages.  Show supported languages for the chosen
9247         target rather than all recognized languages.
9248         * configure: Regenerate.
9250 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9252         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9253         * Makefile.in: Regenerate.
9255 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9257         * configure.in: Warn that MPFR 2.2.0 is buggy.
9258         * configure: Regenerate.
9260 2006-12-27  Ian Lance Taylor  <iant@google.com>
9262         * configure.in: When removing Makefiles to force a reconfigure, also
9263         remove prev-DIR*/Makefile.
9264         * configure: Regenerate.
9266 2006-12-22  Andreas Schwab  <schwab@suse.de>
9268         * configure: Regenerate with correct autoconf version.
9270 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
9272         * configure.in: add AC_SUBST for *_FOR_TARGET.
9273         * configure: Regenerate.
9275 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9277         * configure.in: Simplify logic for rejecting languages that cannot
9278         be built.  Separate the case when a language is unsupported,
9279         from the case when the user chooses not to build a language.
9281 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9283         * configure.in: Remove "$build" case for powerpc-*-darwin* since
9284         it only affects bootstrap and could be tested on "$host" as well.
9285         * configure: Regenerate.
9286         * config/mh-ppc-darwin: Add to the stage1 cflags here.
9288 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9290         PR bootstrap/29544
9291         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9292         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9293         move here comment from Makefile.tpl.
9294         * Makefile.tpl: Move some definitions higher in the file.
9295         (STAGE1_CHECKING): New.
9296         * configure.in: Add --enable-stage1-checking.
9297         * configure: Regenerate.
9298         * Makefile.in: Regenerate.
9300 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9302         * MAINTAINERS: Add myself as build system maintainer.
9304 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
9306         * MAINTAINERS (Write After Approval): Add myself.
9308 2006-12-13  Eric Christopher  <echristo@apple.com>
9310         * MAINTAINERS: Add myself as darwin maintainer.
9312 2006-12-11  Ian Lance Taylor  <ian@airs.com>
9314         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9316 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
9318         MAINTAINERS: Update my entry.
9320 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
9322         * configure.in:  Handle spu makefile frag.
9323         * Makefile.tpl (MAINT): Define
9324         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9325         * configure: Regenerate.
9326         * Makefile.in: Regenerate.
9328 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9330         * config.guess: Import latest version.
9331         * config.sub: Likewise.
9333 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9335         * configure.in (spu-*-*): Don't skip target-libiberty.
9336         * configure: Regenerate.
9338 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
9340         PR bootstrap/30134
9341         * configure.in: Correct x86 darwin support for libjava to powerpc
9342         and i?86 only.
9343         * configure: Regenerate.
9345 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
9347         * configure.in: Add x86 darwin support for libjava.
9348         * configure: Regenerate.
9350 2006-12-07  Mike Stump  <mrs@apple.com>
9352         * Makefile.def (dependencies): Add dependency for
9353         install-target-libssp and install-target-libgomp on
9354         install-gcc.
9355         * Makefile.in: Regenerate.
9357 2006-12-04  Richard Guenther  <rguenther@suse.de>
9359         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9360         (Non-Algorithmic Maintainers): Move over non-algorithmic
9361         loop optimizer maintainers, add myself as a non-algorithmic
9362         middle-end maintainer.
9364 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
9366         * MAINTAINERS (Write After Approval): Add myself.
9368 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9370         * configure.in: Update error message for missing GMP/MPFR.
9372         * configure: Regenerate.
9374 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9376         * configure.in: Update MPFR version in error message.
9378         * configure: Regenerate.
9380 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9382         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9383         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9384         --with-gmp-lib): New flags.
9386         * configure: Regenerate.
9388 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
9390         * MAINTAINERS (Write After Approval): Change my email address.
9392 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9394         * MAINTAINERS (Write After Approval): Add myself.
9396 2006-11-22  Philipp Thomas  <pth@suse.de>
9398         * MAINTAINERS (i18n): Update e-mail address.
9400 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9402         * MAINTAINERS (spu port): Add myself as maintainer.
9403         (Write After Approval): Remove myself.
9405 2006-11-22  Ben Elliston  <bje@au.ibm.com>
9407         * configure.in (skipdirs): Don't build libssp for SPU.
9408         * configure: Regenerate.
9410 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9412         * MAINTAINERS (spu port): Add myself as maintainer.
9413         (libobjc): Update my email address.
9415 2006-11-21  Andrea Bona  <andrea.bona@st.com>
9417         * MAINTAINERS (Write After Approval): Add myself.
9419 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9421         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9422         * configure : Rebuilt.
9424 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9426         * MAINTAINERS (Write After Approval): Add myself.
9428 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
9430         * MAINTAINERS (Write After Approval): Add myself.
9432 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9434         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9435         libmpfr.a.
9436         * configure: Regenerate.
9438 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9440         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9441         (unstage): Test for stage_last presence.
9443         PR bootstrap/29802
9444         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9445         STAGE_PREFIX.
9446         * Makefile.in: Regenerate.
9448 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9450         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9451         maintainers.
9453 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9455         * MAINTAINERS (Write After Approval): Add myself.
9457 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9459         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9460         and stageN-package/Makefile.
9461         * Makefile.in: Regenerated.
9463 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9465         * configure.in: Remove target-libgloss from noconfigdirs for
9466         bfin-*-*.
9467         * configure: Regenerated.
9469 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9471         * configure.in (have_gmp): Only error if the gcc directory exists.
9473         * configure: Regenerate.
9475 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9477         * configure.in: Robustify error message for missing GMP/MPFR.
9479         * configure: Regenerate.
9481 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9483         * MAINTAINERS (Write After Approval): Add myself.
9485 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9487         * MAINTAINERS: Change email address.
9489 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9491         * MAINTAINERS (Write After Approval): Add myself.
9493 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9495         * MAINTAINERS (Write After Approval): Add myself.
9497 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9499         * MAINTAINERS (Write After Approval): Move myself to
9500         Write After Approval section.
9502 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9504         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9505         need_gmp anymore.
9506         * configure: Regenerate.
9508 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9510         * MAINTAINERS (Write After Approval): Add myself.
9512 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9514         * config.guess: Import latest version.
9515         * config.sub: Likewise.
9517 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9519         * Makefile.def: Added pdf target handling.
9520         * Makefile.tpl: Added pdf target handling.
9521         * Makefile.in: Regenerated.
9523 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9525         * MAINTAINERS: Add self as score port maintainer.
9527 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9529         * MAINTAINERS (Write After Approval): Add myself.
9531 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9533         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9534         or newer.
9535         * configure: Regenerated.
9537 2006-09-27  Dave Brolley  <brolley@redhat.com>
9539         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9540         using $s instead of $r.
9541         * configure: Regenerated.
9543 2006-09-26  Thiemo Seufer  <ths@mips.com>
9545         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9546         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9547         * configure: Regenerate.
9549 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9551         * MAINTAINERS (Write After Approval): Remove myself.
9553 2006-09-22  Chao-ying Fu  <fu@mips.com>
9555         * MAINTAINERS (Write After Approval): Add myself.
9557 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9559         * MAINTAINERS: Add self as soft-fp maintainer.
9561 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9563         * MAINTAINERS: Add myself as avr maintainer.
9564         Remove Marek Michalkiewicz as avr maintainer.
9566 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9568         * MAINTAINERS (Write After Approval): Add myself.
9570 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9572         * configure.in: Never build newlib for a Mingw host.
9573         Never build newlib as Mingw target library.
9574         Test the existence of winsup/cygwin for building a Cygwin newlib,
9575         rather than just winsup.
9576         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9577         building a Mingw target.
9578         * configure: Regenerate.
9580 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9582         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9584 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9586         * config.guess: Import from src (was more updated).
9587         * config.sub: Likewise.
9589 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9591         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9592         * configure: Regenerated.
9594 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9596         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9597         for stages after the first.
9599 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9601         * Makefile.def: Add dependencies for configure-opcodes
9602         on configure-intl and all-opcodes on all-intl.
9603         * Makefile.in: Regenerated.
9605 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9607         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9609 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9611         Port to hosts whose 'sort' and 'tail' implementations
9612         treat operands with leading '+' as file names, as POSIX
9613         has required since 2001.  However, make sure the code still
9614         works on pre-POSIX hosts.
9615         * ltmain.sh: Don't assume "sort +2" is equivalent to
9616         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9618 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9620         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9622 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9624         * ltconfig: chmod 644 before ranlib during install.
9626 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9628         PR bootstrap/18058
9629         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9630         if the bootstrap compiler is a GCC version that supports it.
9631         * configure: Regenerate.
9633 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9635         * configure.in: Fix thinkos in previous check-in.
9636         * configure: Regenerate.
9638 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9640         PR other/27063
9641         * configure.in: Test subdir_requires and give an appropriate
9642         error message.
9643         * configure: Regenerate.
9645 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9647         * MAINTAINERS (Write After Approval): Add myself.
9649 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9651         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9653 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9655         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9657 2006-06-20  David Ayers  <d.ayers@inode.at>
9659         PR bootstrap/28072
9660         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9661         whether target-libjava is being configured instead of whether the
9662         java front end is enabled.
9663         * configure: Regenerate.
9665 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9667         PR target/27540
9668         * configure.in: Only enable libgomp on IRIX 6.
9669         * configure: Regenerate.
9671 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9673         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9674         too.
9675         * Makefile.in: Regenerate.
9677 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9679         * config-ml.in: Alter CCASFLAGS to include special
9680         multilib options the same as is done for CFLAGS.
9682 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9684         * configure.in: Don't enable libgomp on hpux10.
9685         * configure: Rebuilt.
9687 2006-06-12  David Ayers  <d.ayers@inode.at>
9689         PR bootstrap/27963
9690         PR target/19970
9691         * configure.in: Remove target-boehm-gc from noconfigdirs where
9692         ${libgcj} is specified.
9693         * configure: Regenerate.
9695 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9697         Sync from src:
9699         * configure.in: Sync.
9700         * configure: Regenerated.
9702         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9704         * Makefile.def: Added dependencies from sim and gdb on intl, and
9705         added configure dependencies to everything with an all dependency
9706         on intl.
9707         * Makefile.in: Regenerated.
9709 2006-06-06  David Ayers  <d.ayers@inode.at>
9711         PR libobjc/13946
9712         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9713         * Makefile.in: Regenerate.
9714         * configure.in: Add --enable-objc-gc at toplevel and have it
9715         enable boehm-gc for Objective-C.
9716         Remove target-boehm-gc from libgcj.
9717         Add target-boehm-gc to target_libraries.
9718         Add target-boehm-gc to noconfigdirs where ${libgcj}
9719         is specified.
9720         Assert that boehm-gc is supported when requested for Objective-C.
9721         Only build boehm-gc if needed either for Java or Objective-C.
9722         * configure: Regenerate.
9724 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9726         PR 27674
9727         * Makefile.tpl (configure-[+prefix+][+module+],
9728         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9729         Remove rule to unstage bootstrapped modules.
9730         (stage_current): New.
9731         * Makefile.in: Regenerate.
9733 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9735         * MAINTAINERS (Write After Approval): Update my e-mail address.
9737 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9739         * include/libiberty.h: Declare pex_run_in_environment.
9741 2006-05-31  Asher Langton  <langton2@llnl.gov>
9743         * MAINTAINERS (Write After Approval): Add myself.
9745 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9747         * Makefile.def (bfd, opcodes): Fix lib_path.
9748         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9749         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9750         * Makefile.in: Regenerate.
9752 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9754         * Makefile.in: Regenerate.
9756 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9758         * Makefile.def: Add install-html target. Add datarootdir
9759         docdir and htmldir to flags_to_pass.
9760         * Makefile.tpl: Add install-html target.
9761         * Makefile.in: Regenerate.
9762         * configure.in: Add --with-datarootdir, --with-docdir, and
9763         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9764         * configure: Regenerate.
9766 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9768         * configure.in: Enable gprof for cross builds.
9769         * configure: Regenerate.
9771 2006-05-22  Richard Guenther  <rguenther@suse.de>
9773         Revert
9774         2006-01-31  Richard Guenther  <rguenther@suse.de>
9775         Paolo Bonzini  <bonzini@gnu.org>
9777         * Makefile.def (target_modules): Add libgcc-math target module.
9778         * configure.in (target_libraries): Add libgcc-math target library.
9779         (--enable-libgcc-math): New configure switch.
9780         * Makefile.in: Re-generate.
9781         * configure: Re-generate.
9782         * libgcc-math: New toplevel directory.
9784 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9785             Andreas Tobler  <a.tobler@schweiz.ch>
9787         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9788         * configure: Rebuilt.
9790 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9792         * MAINTAINERS (Write After Approval): Add myself.
9794 2006-05-01  DJ Delorie  <dj@redhat.com>
9796         * configure.in: Restore CFLAGS if GMP isn't present.
9797         * configure: Regenerate.
9799 2006-05-01  Richard Guenther  <rguenther@suse.de>
9801         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9802         maintainer.
9804 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9806         * MAINTAINERS (Write After Approval): Add myself.
9808 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9810         * MAINTAINERS (Write After Approval): Add myself.
9812 2006-04-18  DJ Delorie  <dj@redhat.com>
9814         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9815         reference libgloss so that libssp can be built in a combined
9816         tree.
9817         * configure: Regenerate.
9819 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9821         * MAINTAINERS (Write After Approval): Add myself.
9823 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9825         * configure.in: Require makeinfo 4.4 or higher.
9826         * configure: Regenerate.
9828 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9830         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9831         Rearrange the entries of other libraries to have them in one place.
9833 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9835         * MAINTAINERS (Write After Approval): Remove myself.
9836         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9838 2006-03-14  Richard Guenther  <rguenther@suse.de>
9840         * configure: Regenerate with autoconf 2.13.
9842 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9844         * MAINTAINERS: Use my work address.
9846         * MAINTAINERS: Update my E-mail address.
9848 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9850         * configure.in: Handle --disable-<component> generically.
9851         * configure: Regenerate.
9853 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9855         PR libgcj/17311
9856         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9858 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9860         * MAINTAINERS (Write After Approval):  Remove myself.
9861         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9863 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9865         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9866         (TARGET_CONFIGDIRS): Remove.
9867         * configure.in: Remove AC_SUBST(target_configdirs).
9868         * Makefile.in, configure: Regenerated.
9870 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9872         * MAINTAINERS (Write After Approval):  Remove myself.
9873         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9875 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9877         PR bootstrap/25670
9879         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9881         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9882         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9883         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9884         BUILD_PREFIX, BUILD_PREFIX_1.
9885         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9887         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9888         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9890         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9891         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9892         of `cat stage_current`.  Always provide the `r' and `s' variables.
9893         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9894         a single shell execution.
9895         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9896         bootstrapped modules, make the stage1 module if the build was not
9897         started yet, else build the current stage.
9898         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9899         (all-build, all-host, all-target, [+make_target+]-host,
9900         [+make_target+]-target): Do not use \-continued lines.
9901         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9902         (current_stage, restrap, stage_last): New.
9904         * Makefile.in: Regenerate.
9905         * configure: Regenerate.
9907 2006-02-19  Bud Davis  <jmdavis@link.com>
9909         * MAINTAINERS (Write After Approval):  Remove myself.
9910         (Language Front End Maintainers):  Add myself as fortran 95
9911         maintainer and update e-mail address.
9913 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9915         * MAINTAINERS (Write After Approval):  Remove myself.
9916         (Language Front End Maintainers):  Add myself as fortran 95
9917         maintainer.
9919 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9921         * MAINTAINERS (Write After Approval): Add myself.
9923 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9925         * MAINTAINERS (Write After Approval):  Remove myself.
9926         (Language Front End Maintainers):  Add myself as
9927         fortran 95 maintainer.
9929 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9931         Sync from src:
9933         2005-12-27  Leif Ekblad  <leif@rdos.net>
9935         * configure.in: Add support for RDOS target.
9936         * configure: Regenerate.
9938 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9939             Andreas Schwab  <schwab@suse.de>
9941         * configure: Regenerate.
9943 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9945         * configure.in (enable_libgomp): Add AIX.
9946         * configure: Regenerate.
9948 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9950         * MAINTAINERS (Write After Approval): Add myself.
9952 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9954         * MAINTAINERS (Write After Approval): Add myself.
9956 2006-01-31  Richard Guenther  <rguenther@suse.de>
9957         Paolo Bonzini  <bonzini@gnu.org>
9959         * Makefile.def (target_modules): Add libgcc-math target module.
9960         * configure.in (target_libraries): Add libgcc-math target library.
9961         (--enable-libgcc-math): New configure switch.
9962         * Makefile.in: Re-generate.
9963         * configure: Re-generate.
9964         * libgcc-math: New toplevel directory.
9966 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9968         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9969         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9970         the assembler, linker and binutils.
9971         * configure: Regenerate.
9973 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9975         * MAINTAINERS (Write After Approval): Add myself.
9977 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9979         * configure: Regenerate.
9981 2006-01-18  Richard Henderson  <rth@redhat.com>
9982             Jakub Jelinek  <jakub@redhat.com>
9983             Diego Novillo  <dnovillo@redhat.com>
9985         * libgomp: New directory.
9986         * Makefile.def: Add target_module libgomp.
9987         * Makefile.in: Regenerate.
9988         * configure.in (target_libraries): Add target-libgomp.
9989         * configure: Regenerate.
9991 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9993         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9994         @ from continuation.
9995         * Makefile.in: Rebuilt.
9997 2006-01-04  Chris Lattner  <sabre@gnu.org>
9999         * MAINTAINERS (Write After Approval): Add myself.
10001 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
10003         PR bootstrap/24252
10005         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
10006         * Makefile.tpl (OBJDUMP): New.
10007         (EXTRA_HOST_FLAGS): Add it.
10008         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
10010         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
10011         to use symbolic links between directories.  Avoid race conditions
10012         or make them harmless.
10013         * configure.in: Do not try to use symbolic links between directories.
10015         * Makefile.def (LEAN): Pass.
10016         * Makefile.tpl (LEAN): Define.
10017         (stage[+id+]-start): Accept that the previous directory does not
10018         exist, if the bootstrap is lean.
10019         (stage[+id+]-bubble): Invoke lean bootstrap commands after
10020         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
10021         configure substitution.
10022         ([+compare-target+]): Likewise.
10023         ([+bootstrap-target+]-lean): New.
10024         * configure.in: Remove lean bootstrap support from here.
10026         * Makefile.in: Regenerate.
10027         * configure: Regenerate.
10029 2006-01-04  Ben Elliston  <bje@au.ibm.com>
10031         * MAINTAINERS (libdecnumber): Add myself.
10033 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
10035         * libtool-ldflags: New script.
10037 2006-01-02  Andreas Schwab  <schwab@suse.de>
10039         * configure.in: When reconfiguring remove Makefile in
10040         all stage directories.
10041         * configure: Regenerate.
10043 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
10045         * MAINTAINERS: Update my email address.
10047 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
10049         Revert Ada-related part of the previous change.
10051         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
10052         Do not pass.
10053         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
10054         * Makefile.in: Regenerate.
10055         * configure.in: Do not include mt-ppc-aix target fragment.
10056         * configure: Regenerate.
10058 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
10060         * configure.in: Select appropriate fragments for PowerPC/AIX.
10061         * configure: Regenerate.
10063         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
10064         BOOT_CFLAGS, BOOT_LDFLAGS.
10065         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
10066         BOOT_CFLAGS, BOOT_LDFLAGS.
10067         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
10068         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
10069         (stage): Fail if we cannot complete the work.
10070         * Makefile.in: Regenerate.
10072 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
10074         * configure.in: Replace ms1 with mt.
10075         * configure: Rebuilt.
10077 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
10079         * MAINTAINERS: Update my email address.
10081 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
10083         * Makefile.tpl (all, do-[+make_target+], do-check, install,
10084         install-host-nogcc): Don't invoke $(stage) at the end.
10085         * Makefile.in: Regenerate.
10087 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
10089         * configure.in: Flip the top-level bootstrap switch.
10090         * configure: Regenerate.
10092 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
10094         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
10095         $(stage) and $(unstage).
10096         (EXTRA_TARGET_FLAGS): Correct double-quoting.
10097         (all): Remove stray semicolon.
10098         (local-distclean): Don't handle multilib.tmp and multilib.out.
10099         (install.all): Set $s for consistency.
10100         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
10101         check_multilibs setting.  Always make the install directory.
10102         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
10103         Correct @if/@endif.
10104         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
10105         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
10106         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
10107         (multilib.out): Remove.
10108         * Makefile.in: Regenerated.
10110 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
10112         * MAINTAINERS (Write After Approval): Add myself.
10114 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
10116         * MAINTAINERS: Add myself as mt maintainer.
10118         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
10120 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
10122         * MAINTAINERS: Change email address.
10124 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
10126         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
10127         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
10128         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
10129         Find in-tree tools if available.
10130         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
10131         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
10132         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
10133         (COMPILER_*_FOR_TARGET): New.
10134         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
10135         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
10136         (CONFIGURED_*, USUAL_*): Remove.
10137         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
10138         STRIP): Use autoconf substitutions.
10139         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
10140         COMPILER_NM_FOR_TARGET): New.
10141         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10143         (all): Make all-host and all-target in parallel.
10144         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10145         that $$r and $$s are set before invoking a recursive make.
10146         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10147         ([+bootstrap-target+]): Inline most of the `all' target.
10149 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10151         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10152         from the gcc build directory.
10153         * Makefile.in: Regenerate.
10155 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10157         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
10158         depend on all-libdecnumber.
10159         * configure.in (host_libs): Include libdecnumber.
10160         * Makefile.in: Regenerate.
10161         * configure: Likewise.
10163 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10165         * libdecnumber: Import decNumber sources from the dfp-branch.
10167 2005-11-21  Kean Johnston  <jkj@sco.com>
10169         * config.sub, config.guess: Sync from upstream sources.
10171 2005-11-21  Ben Elliston  <bje@au.ibm.com>
10173         Import from Autoconf sources:
10175         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10176         * config/move-if-change: Don't output "$2 is unchanged";
10177         suggested by Ben Elliston.  Handle weird characters correctly.
10179 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
10181         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10182         to match upstream libtool for darwin.
10184 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
10186         * Makefile.def: Remove gdb dependencies for gdbtk.
10187         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10188         (configure-gdb, install-gdb): New rules.
10189         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10190         * Makefile.in, configure: Regenerated.
10192 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
10194         * MAINTAINERS (Write After Approval): Add myself.
10196 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
10198         * MAINTAINERS (Write After Approval): Add myself.
10200 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
10202         * MAINTAINERS (alias analysis): Add Daniel Berlin and
10203         Diego Novillo.
10205 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
10207         PR bootstrap/24297
10208         * Makefile.tpl (do-[+make-target+], do-check, install,
10209         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10210         are set before recursing.
10211         * Makefile.in: Regenerate.
10213 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
10215         PR bootstrap/18939
10216         * Makefile.def (gcc) <target>: Fix thinko.
10217         * Makefile.in: Regenerate.
10219 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
10221         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10222         * configure: Regenerate.
10224 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
10226         * MAINTAINERS (Write After Approval): Add self.
10228 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
10230         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10231         target-libffi, target-qthreads, target-libjava, and
10232         targetlibobjc.
10233         * configure: Regenerate.
10235 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
10237         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10238         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10239         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10240         (USUAL_OBJDUMP_FOR_TARGET): New.
10241         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10242         * configure.in: Check for $OBJDUMP_FOR_TARGET.
10243         * configure, Makefile.in: Regenerated.
10245 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10247         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10248         before other host packages.
10250 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
10252         * MAINTAINERS: Add self as sh libraries/configury maintainer.
10254 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10256         PR bootstrap/22340
10258         * configure.in (default_target): Remove.
10259         * Makefile.tpl (all): Do not use prerequisites as subroutines
10260         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10261         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10262         use prerequisites as subroutines.
10263         (check-host, check-target): New.
10264         (bootstrap configure & all targets): Do not use stage*-start
10265         if the directory layout is already ok.
10266         (non-bootstrap configure & all targets): Prepend a $(unstage).
10267         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
10268         (NOTPARALLEL): Remove.
10269         (unstage, stage variables): New variables.
10270         (unstage, stage targets): Simply expand to those variables.
10272         * configure: Regenerate.
10273         * Makefile.in: Regenerate.
10275 2005-10-04  James E Wilson  <wilson@specifix.com>
10277         * Makefile.def (lang_env_dependencies): Add libmudflap.
10278         * Makefile.in: Regenerate.
10280 2005-10-03  Andreas Schwab  <schwab@suse.de>
10282         Backport from libtool CVS:
10283         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
10285         * ltmain.sh: add support for installing into temporary
10286         staging area (e.g. 'make install DESTDIR=...')
10288 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10290         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10291         * configure: Regenerated.
10293 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
10295         * configure: Regenerate with the correct
10296         autoconf version.
10298 2005-09-30  Catherine Moore  <clm@cm00re.com>
10300         * configure.in (bfin-*-*): New.
10301         * configure: Regenerated.
10303 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
10305         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10306         (LIPO_FOR_TARGET): New.
10307         (CONFIGURED_LIPO_FOR_TARGET): New.
10308         (USUAL_LIPO_FOR_TARGET): New.
10309         (STRIP_FOR_TARGET): New.
10310         (CONFIGURED_STRIP_FOR_TARGET): New.
10311         (USUAL_STRIP_FOR_TARGET): New.
10312         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10313         STRIP_FOR_TARGET.
10314         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10315         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10316         * Makefile.in: Regenerate.
10317         * configure: Regenerate.
10319 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
10321         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10322         (rs6000-*-aix*): Same.
10323         * configure: Regenerate.
10325 2005-09-16  Tom Tromey  <tromey@redhat.com>
10327         * MAINTAINERS: Add self as java maintainer.
10329 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
10331         * configure.in: Recognize f95 in the --enable-languages option,
10332         and substitute it for fortran, issuing a warning.
10333         * configure: Regenerate.
10335 2005-08-30  Phil Edwards  <phil@codesourcery.com>
10337         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
10338         * configure:  Regenerated.
10340 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
10342         * MAINTAINERS: Add self as ms1 maintainer.
10344 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
10346         * Makefile.def (libssp): Add to lang_env_dependencies.
10347         * Makefile.in: Regenerate.
10349 2005-08-18  Ian Lance Taylor  <ian@airs.com>
10351         * MAINTAINERS: Add myself as middle-end maintainer.
10353 2005-08-17  Christian Groessler  <chris@groessler.org>
10355         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10356         * Makefile.in: Regenerate.
10358 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
10360         * MAINTAINERS (write after approval): Added myself.
10362 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
10364         * MAINTAINERS (Write After Approval): Add myself.
10366 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
10368         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10369         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10370         Look for alternate names of the target cc and c++
10371         * configure: Regenerate.
10373 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
10375         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10376         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10377         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10378         tools; remove code to manually set them.
10379         (Target tools): Look in the environment for them.
10380         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10381         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10382         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10383         build directory.
10384         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10385         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10386         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10387         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10388         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10389         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10390         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10391         * configure: Regenerate.
10392         * Makefile.in: Regenerate.
10394 2005-07-28  Ben Elliston  <bje@au.ibm.com>
10396         * MAINTAINERS: Update for removed CPU targets.
10398 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
10400         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10401         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10402         * Makefile.in: Regenerated.
10404 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
10406         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10407         (CFLAGS_FOR_TARGET): Use it.
10408         (CXXFLAGS_FOR_TARGET): Likewise.
10409         * Makefile.in: Regenerated.
10410         * configure.in (--with-build-sysroot): New option.
10411         * configure: Regenerated.
10413 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
10415         * Makefile.tpl: Wrap install between unstage and stage
10416         * Makefile.in: Regenerate.
10418 2005-07-21  Eric Christopher  <echristo@apple.com>
10420         * MAINTAINERS: Update affiliation.
10422 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
10424         * MAINTAINERS: Add self as crx port maintainer.
10426 2005-07-20  DJ Delorie  <dj@redhat.com>
10428         * MAINTAINERS: Add self as m32c maintainer.
10430 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
10432         * all files: Update FSF address.
10434 2005-07-15  Eric Christopher  <echristo@redhat.com>
10436         * MAINTAINERS: Change affiliation.
10438 2005-07-14  Jim Blandy  <jimb@redhat.com>
10440         * configure.in: Add cases for Renesas m32c.
10441         * configure: Regenerated.
10443 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10445         * COPYING.LIB: Update from fsf.org.
10447 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10449         * COPYING, compile, config.guess,
10450         config.sub, install-sh, missing, mkinstalldirs,
10451         symlink-tree, ylwrap: Sync from upstream sources.
10452         * config-ml.in: Update FSF address.
10454 2005-07-13  Eric Christopher  <echristo@redhat.com>
10456         * configure.in: Add toplevel noconfigdir support for tpf.
10457         * configure: Regenerate.
10459 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10461         PR ada/22340
10463         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10464         * Makefile.in: Regenerate.
10466 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10468         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10469         Brolley to write-after-approval.
10471 2005-07-07  Andreas Schwab  <schwab@suse.de>
10473         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10474         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10475         * Makefile.in: Regenerated.
10477 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10479         * configure.in: Don't build sim or rda when targetting darwin.
10480         * configure: Regenerate.
10482 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10484         * configure.in: Add --enable-libssp and --disable-libssp.
10485         * configure: Regenerate with autoconf-2.13.
10487 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10489         * Makefile.def (target_modules): Add libssp.
10490         * configure.in (target_libraries): Add target-libssp.
10491         * configure: Rebuilt.
10492         * Makefile.in: Rebuilt.
10494 2005-07-01  Zack Weinberg  <zackw@panix.com>
10496         * MAINTAINERS: Change email address.  Resign from maintainership.
10498 2005-07-01  Richard Guenther  <rguenther@suse.de>
10500         * MAINTAINERS: Change my e-mail address and affiliation.
10502 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10504         * Makefile.def (stagefeedback): Come after profile.
10505         Define profiledbootstrap target.
10506         * Makefile.tpl (profiledbootstrap): Remove.
10507         (stageprofile-end): Zap stagefeedback.
10508         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10509         * Makefile.in: Regenerate.
10511 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10513         * MAINTAINERS: Update my email address.
10515 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10517         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10518         In 'cpp' stanza, support '#line' as well as '# '.
10520 2005-06-08  Andreas Schwab  <schwab@suse.de>
10522         * MAINTAINERS: Move myself from 'Write After Approval' to
10523         'CPU Port Maintainers' section as m68k maintainer.
10525 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10527         * configure.in (unsupported_languages): New macro.
10528         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10529         non-ported target libraries in noconfigdirs.
10530         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10531         non-linux-gnu.  Remove libgcj_ex_libffi.
10532         <lang_frag loop>: Set add_this_lang=no if the language is in
10533         unsupported_languages.
10534         * configure: Regenerate.
10536 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10538         * configure.in: Fix typo in handling of --with-mpfr-dir.
10539         * configure: Regenerate.
10541 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10543         * MAINTAINERS: Update my email address.
10545 2005-06-02  Jim Blandy  <jimb@redhat.com>
10547         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10548         accepted into the master sources.)
10550 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10551             Michael Snyder  <msnyder@redhat.com>
10552             Stan Cox  <scox@redhat.com>
10554         * configure.in: Set noconfigdirs for ms1.
10556         * configure: Regenerate.
10558 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10560         * MAINTAINERS (Write After Approval): Add self.
10562 2005-06-01  Josh Conner  <jconner@apple.com>
10564         * MAINTAINERS (Write After Approval): Add self.
10566 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10568         * MAINTAINERS: Update my email address.
10570 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10572         * MAINTAINERS (Write After Approval): Add self.
10574 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10576         * MAINTAINERS (Write After Approval): Remove self.
10578 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10580         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10581         (Dependencies): Consider target modules for bootstrap dependencies.
10582         Make target bootstrap modules depend on each stage's gcc.
10583         * Makefile.in: Regenerate.
10585 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10587         * Makefile.def (configure-gcc): Depend on binutils having been built.
10588         (all-gcc): No need to do it here.
10589         * Makefile.in: Regenerate.
10591 2005-05-19  Paul Brook  <paul@codesourcery.com>
10593         * configure.in: Rewrite misleading error message when requested
10594         language cannot be built.
10595         * configure: Regenerate.
10597 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10599         * ylwrap: Import from Automake 1.9.5.
10601 2005-05-13  David Ung  <davidu@mips.com>
10603         * MAINTAINERS (Write After Approval): Add self.
10605 2005-05-09  Mike Stump  <mrs@apple.com>
10607         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10608         lt_cv_sys_max_cmd_len for now.
10610 2005-05-09  Stan Cox  <scox@redhat.com>
10612         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10614 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10616         * README.SCO: Update the URL.
10618 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10620         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10621         with_gnu_ld to libtool.
10622         * ltcf-c.sh (aix[45]): Define file_list_spec.
10623         * ltcf-cxx.sh (aix[45]): Same.
10624         * ltcf-gcj.sh (aix[45]): Same.
10625         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10626         exists, write list of input files to temporary file.
10628 2005-05-04  Mike Stump  <mrs@apple.com>
10630         * configure.in: Always pass --target to target configures as
10631         otherwise rebuilds that do --recheck will fail.
10632         * confiugure: Rebuilt.
10634 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10636         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10637         STAGE_HOST_EXPORTS.
10638         (configure, all): Add bootstrap support.
10639         (Host modules, target modules): Pass post-stage1 flags and exports.
10640         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10641         * Makefile.in: Regenerate.
10643 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10645         * configure: Regenerate.
10647 2005-04-27  Mike Stump  <mrs@apple.com>
10649         * MAINTAINERS: Add self as darwin maintainer.
10651 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10653         * config.sub: Update from master copy.
10655 2005-04-21  Mike Stump  <mrs@apple.com>
10657         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10658         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10660 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10662         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10663         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10664         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10665         "*-*-elf" and "*-*-linux*".
10666         * configure: Regenerate.
10668 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10670         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10672 2005-04-12  Mike Stump  <mrs@apple.com>
10674         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10676 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10678         * MAINTAINERS (Write After Approval): Add myself.
10680 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10682         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10684 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10686         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10687         (TARGET_CONFIGARGS): Include --with-target-subdir.
10688         (configure, all): New macros.  Use them throughout.
10689         * Makefile.in: Regenerate.
10691 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10693         * MAINTAINERS (Write After Approval): Add myself.
10695 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10697         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10699 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10701         * MAINTAINERS: Move John Carr to Write After Approval.
10703 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10705         * config/mh-mingw32: Delete.
10706         * configure.in: Don't use it.
10707         * configure: Regenerate.
10709 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10711         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10712         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10713         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10714         (HOST_LIB_PATH): Generate from Makefile.def.
10715         (TARGET_LIB_PATH): Likewise.
10716         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10717         * Makefile.in: Regenerate.
10718         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10719         (RPATH_ENVVAR): Include Darwin case.
10720         * configure: Regenerate.
10722 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10724         * MAINTAINERS (Various Maintainers): Remove self.
10725         (Write After Approval): Add self.
10727 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10729         * MAINTAINERS (Various Maintainers): Add self.
10731 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10733         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10734         * configure: Regenerate.
10736 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10738         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10739         gcc_version, and gcc_version_trigger from set of flags to pass.
10740         * Makefile.tpl: Remove definitions of above variables.
10741         (config.status): Remove dependency on $(gcc_version_trigger).
10742         * Makefile.in: Regenerate.
10743         * configure.in: Do not reference config/gcc-version.m4 nor
10744         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10745         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10746         * configure: Regenerate.
10748 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10749             Andrew Pinski  <pinskia@physics.uc.edu>
10751         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10752         * Makefile.in: Regenerate.
10754 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10756         * MAINTAINERS (Write After Approval): Add myself.
10758 2005-03-03  David Ayers  <d.ayers@inode.at>
10760         * MAINTAINERS (Write After Approval): Add myself.
10762 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10764         PR libgcj/20160
10765         * ltmain.sh: Avoid creating archives with components that have
10766         duplicate basenames.
10768 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10770         PR bootstrap/20250
10771         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10772         instead of check.
10773         * Makefile.in: Regenerate.
10775 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10777         * Makefile.in: Regenerate to fix conflict between the previous two
10778         patches.
10780 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10782         PR bootstrap/17383
10783         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10784         * Makefile.tpl (HOST_SUBDIR): New substitution.
10785         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10786         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10787         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10788         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10789         (Host modules, Bootstrapped modules): Use it.
10790         (Build modules, Target modules): Do not create symlink trees,
10791         always configure out-of-srcdir.
10792         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10793         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10794         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10795         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10797         * Makefile.in: Regenerate.
10798         * configure: Regenerate.
10800 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10802         Merged from libada-gnattools-branch:
10803         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10805         * gnattools: New directory.
10806         * Makefile.def: Add gnattools as a module, depending on target-libada.
10807         * Makefile.in: Regenerate.
10808         * configure.in: Include gnattools in host_tools; disable it if ada
10809         is disabled.
10810         * configure: Regenerate.
10812 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10814         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10815         treelang maintainer.
10816         (Write After Approval): Remove myself.
10818 2005-02-23  Paul Schlie  <schlie@comcast.net>
10820         * configure.in: Allow darwin targeted ports to build tk, itcl and
10821         libgui.
10822         * configure: Regenerate.
10824 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10826         PR libgcj/10353
10827         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10828         * configure: Regenerate.
10830 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10832         * MAINTAINERS (Write After Approval): Add myself.
10834 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10836         * MAINTAINERS: Update my e-mail address.
10838 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10840         * MAINTAINERS (Write After Approval): Add myself.
10842 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10844         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10845         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10846         target-libgloss when not *-*-elf and *-*-aout.
10847         * configure: Regenerate.
10849 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10851         * MAINTAINERS: Remove obsolete entries.
10853         * MAINTAINERS (Write After Approval): Add Michael Matz.
10855 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10857         * MAINTAINERS: Remove self as cpplib maintainer.
10859 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10861         * install-sh, config.sub: Import from upstream.
10863 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10865         PR bootstrap/18222
10866         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10867         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10868         * Makefile.in: Regenerate.
10870 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10872         * MAINTAINERS: Update my email address.
10874 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10875             Andreas Schwab  <schwab@suse.de>
10877         PR bootstrap/18033
10878         * config-ml.in: Eval option if surrounded by single quotes.
10880 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10882         Revert 2004-12-28 Makefile changes, a better fix will be
10883         applied to mainline and src after GCC 4.0 branches.
10885 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10887         PR bootstrap/17383
10889         * Makefile.def (target_modules): Remove stage parameter,
10890         it is always true now.
10891         * Makefile.tpl (configure-build-[+module+],
10892         configure-target-[+module+]): Always build symlink tree
10893         for the directory and for include.  BUILD_SUBDIR and
10894         TARGET_SUBDIR cannot be . anymore.
10895         * Makefile.in: Regenerate.
10897 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10899         Revert 2004-12-08 Makefile changes.
10901 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10903         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10904         cygwin, mingw.
10906 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10908         * configure.in (sh64-*-*): Reenable gprof.
10909         * configure: Regenerate.
10911 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10913         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10914         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10915         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10916         * Makefile.in: Regenerate.
10918 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10920         * MAINTAINERS: Update my email address.
10922 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10924         * Makefile.tpl: Generate normal dependencies if the LHS module is
10925         not bootstrapped.
10926         * Makefile.in: Regenerate.
10928 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10930         * configure.in: Include config/gxx-include-dir.m4.  Use
10931         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10932         * configure: Regenerate.
10934 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10936         * config.if: Delete.
10937         * configure.in: Set libstdcxx_incdir directly.
10938         * configure: Regenerate.
10940 2004-12-02  Eric Christopher  <echristo@redhat.com>
10942         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10943         * Makefile.in: Regenerate.
10945 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10947         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10948         * configure: Regenerate.
10950 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10952         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10953         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10954         * configure: Regenerate.
10956 2004-12-01  Eric Christopher  <echristo@redhat.com>
10958         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10959         of things to remove.
10961 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10963         * MAINTAINERS (Write After Approval): Update my e-mail address.
10965 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10967         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10968         from CVS libtool to always pass_all.
10970 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10972         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10973         (hppa*64*-*-*): Delete incorrect comment.
10974         * configure: Rebuilt.
10976 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10978         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10980 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10982         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10983         from CVS libtool to always pass_all.
10985 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10987         * install-sh, compile: Import from automake.
10989 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10991         * config.guess, config.sub:  Import from savannnah.
10993 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10995         * MAINTAINERS (Write After Approval): Add myself
10997 2004-11-12  Mike Stump  <mrs@apple.com>
10999         * Makefile.def: Add html support.
11000         * Makefile.tpl: Likewise.
11001         * Makefile.in: Regenerate.
11003 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
11005         PR 18423
11006         * configure.in: Remove all instances of build-fixincludes from
11007         noconfigdirs.
11008         (build_configargs): Supply --target to subdirectories.
11009         * configure: Regenerate.
11011         * Makefile.def: Make gcc install depend on fixincludes install.
11012         * Makefile.in: Regenerate.
11014 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
11016         * MAINTAINERS: Add myself as gcc testsuite maintainer.
11018 2004-11-11  Paul Brook  <paul@codesourcery.com>
11020         * MAINTAINERS: Add self as arm maintainer.  Update email address.
11022 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
11024         * configure.in (noconfigdirs) [mmix-*-*]: Disable
11025         target-libgfortran.
11026         * configure: Regenerate.
11028 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
11030         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
11031         like CC.
11033 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
11035         * Makefile.def (host fixincludes): Specify missing targets.
11036         * Makefile.in: Regenerate.
11038 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
11040         * MAINTAINERS: Add myself
11042 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
11044         * MAINTAINERS (Write After Approval): Add myself.
11046 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
11048         * Makefile.def: Build fixincludes for the host, too.
11049         * Makefile.in: Regenerate.
11050         * configure.in (host_tools): Add fixincludes.
11051         * configure: Regenerate.
11053 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
11055         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
11056         * configure: Regenerated.
11058 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
11060         PR other/17783
11061         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
11062         * configure: Regenerated.
11064 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
11066         * README.SCO: Update per FSF instructions.
11068 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
11070         PR target/18151
11071         * configure.in (case ${target}): Do not build fixincludes for avr.
11072         * configure: Regenerated.
11074 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
11076         * configure.in (case ${target}): Do not build fixincludes
11077         on platforms where it is not used.
11078         * configure: Regenerated.
11080 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
11082         * configure.in: Use an absolute path to install-sh.
11083         * configure: Regenerated.
11085 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
11087         * MAINTAINERS (Write After Approval): Add myself.
11089 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
11091         * MAINTAINERS: Remove from Write After Approval those that are
11092         already maintainers.
11094 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
11096         * MAINTAINERS:  Update my email address.
11098 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
11100         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
11101         * configure: Regenerate.
11103 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
11105         * MAINTAINERS:  Update my email address.
11107 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
11109         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
11110         entries belonging to this category.
11112 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
11114         * MAINTAINERS: Update my e-mail address.
11116 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
11118         Fix wrong conflict resolution in:
11120         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11122         * Makefile.in: Regenerate.
11123         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11124         in the recursive `make', instead of hardwiring `all'.
11125         (Autogenerated TARGET-* variables): New.
11127 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
11129         * configure.in: Enable target-libgloss for crx-*-*.
11130         * configure: Regenerate.
11132 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11134         * MAINTAINERS (Various Maintainers): Move the "windows,
11135         cygwin, mingw" maintainer to ...
11136         (OS Port Maintainers): ... here.
11138 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11140         * MAINTAINERS (Write After Approval): Remove those that are
11141         maintainers of some subsystem.
11143 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
11145         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11146         * ltcf-cxx.sh (tpf*): Likewise.
11147         * ltconfig (tpf*): Add TPF OS configuration support.
11149 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
11151         * MAINTAINERS: Change my email address to my new work account.
11153 2004-09-24  Michael Roth  <mroth@nessie.de>
11155         * configure.in (--without-headers): Add missing double quotes.
11156         * configure: Regenerate.
11158 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
11160         * ylwrap: Revert to previous version.
11162 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
11164         PR bootstrap/17369
11165         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11166         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11167         SET_GCC_LIB_PATH_CMD.
11168         (BASE_TARGET_EXPORTS): Likewise.
11169         * Makefile.in: Regenerated.
11171         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11172         * configure: Regenerated.
11174 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
11176         * config.guess: New upstream version
11177         * compile, depcomp, install-sh, ylwrap: Likewise.
11179 2004-09-19  Roger Sayle  <roger@eyesopen.com>
11181         * config/mh-x86omitfp: New host makefile fragment.  Add
11182         -fomit-frame-pointer to the default BOOT_CFLAGS.
11183         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11184         * configure: Regenerate.
11186 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
11188         PR target/11572
11189         * configure.in (*-*-darwin*): Renable libobjc.
11190         * configure: Regenerate.
11192 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
11194         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11196 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
11198         * Makefile.def: Remove libbanshee.
11199         * Makefile.tpl: Ditto.
11200         * configure.in: Ditto.
11201         * Makefile.in: Regen.
11202         * configure: Ditto.
11204 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
11206         * ltmain.sh: Use $pic_object as $non_pic_object if
11207         $non_pic_object=none.
11209 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
11211         * missing: Import latest version from master repository.
11213 2004-09-06  Nick Clifton  <nickc@redhat.com>
11215         * config.sub: Import latest version from master repository.
11216         * config.guess: Likewise.
11217         This includes these changes:
11219         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
11221         * config.sub: Handle crisv32, alias etraxfs.
11222         * config.guess (crisv32:Linux:*:*): Handle.
11224         2004-08-13  Brad Smith  <brad@comstyle.com>
11226         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11227         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11229         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11231         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11232         assume the processor is a powerpc.  This is because coreutils
11233         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11234         in this case, due to a MacOS X bug that causes
11235         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11236         to return a negative number.
11237         Problem reported by Petter Reinholdtsen in:
11238         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11240         2004-07-19  Ben Elliston  <bje@gnu.org>
11242         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11244         2004-06-24  Ben Elliston  <bje@gnu.org>
11246         * config.guess: Update copyright years.
11247         * config.sub: Likewise.
11249         2004-06-22  Robert Millan  <robertmh@gnu.org>
11251         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11252         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11254         2004-06-22  Stanley F. Quayle <stan@stanq.com>
11256         * config.guess (*:*VMS:*:*): New entry. Replaces
11257         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11258         manufacturer.
11260         2004-06-22  Ben Elliston  <bje@gnu.org>
11262         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11263         * config.sub: Likewise.
11265         2004-06-22  Ben Elliston  <bje@gnu.org>
11267         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11268         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11270         2004-06-11  Ben Elliston  <bje@gnu.org>
11272         * config.guess (pegasos:OpenBSD:*:*): Remove.
11274         2004-06-11  Ben Elliston  <bje@gnu.org>
11276         From Wouter Verhelst <wouter@grep.be>:
11277         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11279         2004-06-11  Ben Elliston  <bje@gnu.org>
11281         * config.guess (luna88k:OpenBSD:*:*): New.
11283         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11285         * config.guess (m32r*:Linux:*:*): New case.
11286         * config.sub: Handle m32rle.
11288         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
11290         From Jens Petersen  <petersen@redhat.com>:
11291         * config.sub: Handle sparcv8.
11293         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
11295         From Tom Smith <smith@cag.lkg.hp.com>:
11296         * config.guess: Version suffixes are equally significant on Tru64
11297         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
11298         prefix of "P" (patched kernel).
11300         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
11302         * config.sub: Add support for National Semiconductor CRX target.
11304 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
11306         * MAINTAINERS (Various Maintainers): Remove myself as web page
11307         maintainer, add myself as maintainer of build status lists.
11309 2004-09-03  Jan Beulich  <jbeulich@novell.com>
11311         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11312         *-*-netware, but add target-libmudflap.
11313         Consolidate *-*-netware targets (of which really only i?86 exists)
11314         into a single entry.
11315         * configure: Likewise.
11317 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
11319         * Makefile.tpl (sorry): Remove.
11320         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11321         (cleanstrap targets): Depend on distclean, not distclean-stage1.
11322         (do-clean): Clean per-stage directories too.
11323         (do-distclean): Run distclean-stage1 too.
11324         (.NOTPARALLEL): Enable during toplevel bootstrap.
11325         (stage[+id+]-bubble): Enable parallel execution during
11326         the recursive invocation.
11327         * Makefile.in: Regenerate.
11329         Fix previous checkin:
11331         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11332         include.
11333         * configure.in: Fix indentation.
11334         * configure: Regenerate.
11336 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
11338         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11339         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11340         * configure: regenerate
11341         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11342         -mdynamic-no-pic
11344 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
11346         * Makefile.def (build_modules): Add fixincludes.
11347         (dependencies): Make gcc depend on fixincludes.
11348         * configure.in (build_tools): Add fixincludes.
11349         (build_configdirs): Always include build_libs.
11350         * Makefile.in: Regenerate.
11351         * configure: Regenerate.
11353 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11355         * Makefile.def (bootstrap stages): Add 'lean' parameter.
11356         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11357         phony targets; do not generate timestamp files.
11358         (distclean-stageN): Remove references to their timestamp files.
11359         (restageN, touch-stageN): Remove.
11360         (stageN-bubble): Rewritten.
11361         (compare): Support lean bootstraps.
11362         * Makefile.in: Regenerate.
11364         * configure.in: Only warn when bootstrapping but
11365         build != host or build != target.  Support lean bootstraps.
11366         * configure: Regenerate.
11368 2004-08-26  Phil Edwards  <phil@codesourcery.com>
11370         * configure.in:  Give a better error message if GMP/MPFR are missing
11371         and a language needing them has been requested.
11372         * configure:  Regenerated.
11374 2004-08-25  Phil Edwards  <phil@codesourcery.com>
11376         * configure.in:  Print a list of available language front-ends if
11377         a requested one is missing.  Tidy stray tab characters.
11378         * configure:  Regenerated.
11380 2004-08-19  Michael Koch  <konqueror@gmx.de>
11382         * gcc/doc/install.texi: Update entry about automake for libjava.
11384 2004-08-17  Robert Millan  <robertmh@gnu.org>
11386         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11387         (instead of FreeBSD).
11388         * configure: Regenerate.
11390 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11392         * Makefile.in: Regenerate.
11393         * configure: Regenerate.
11395         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11396         stage_*_flags.
11397         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11398         for bootstrapped modules if toplevel bootstrap is going.
11399         (GCC bootstrap): Generate per-stage targets for all bootstrapped
11400         modules.  Adjust for changes in Makefile.def.  Enable several
11401         rules even in non-bootstrap mode, just to avoid peppering the
11402         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11403         (stage-[+prev+]-bubble): Remove.
11405         * Makefile.def (Dependencies): Depend on all-build-bison,
11406         all-build-flex, all-build-byacc, all-build-texinfo, rather
11407         than the host variations.
11408         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
11409         with BUILD_SUBDIR.
11410         (BISON): Update for recent Bisons.
11411         (YACC): Fix typo.
11412         (cross): Depend on all-build.
11413         (all): Do not depend on all-build.
11414         (prebootstrap): Remove.
11415         (dep-kind): Accept separate prefixes for MODULE and ON variables.
11416         (Prebootstrap dependencies): Add them to the per-stage targets
11417         and to all-prebootstrap.
11418         * configure.in (build_configdirs): Always enable build_tools.
11419         (BUILD_DIR_PREFIX): Remove.
11421         * Makefile.def (gcc): Add target variable.
11422         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11423         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11424         in the recursive `make', instead of hardwiring `all'.
11425         (Autogenerated TARGET-* variables): New.
11427 2004-08-13  Brian Booth  <bbooth@redhat.com>
11429         * MAINTAINERS: Remove myself from write-after-approval.
11431 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11433         * src-release: Stop distributing mmalloc with gdb (which doesn't
11434         use it).
11435         * Makefile.def: GDB doesn't depend on mmalloc anymore.
11436         * Makefile.in: Regenerate.
11438 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
11440         * configure.in (arm*-*-eabi*): New target.
11441         * configure: Regenerate.
11443 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
11445         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11446         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11447         (Dependencies): New section.
11448         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11449         (configure-target-[+module+]): Depend on maybe-all-gcc
11450         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11451         (toplevel profiledbootstrap): Fix dependencies.
11452         * Makefile.in: Regenerate.
11454 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11456         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11457         target-libiberty to noconfigdirs.
11458         * configure: Regenerate.
11460 2004-08-03  Paul Brook  <paul@codesourcery.com>
11462         * configure.in: Check for MPFR as well as GMP.
11463         * configure: Regenerate.
11465 2004-08-01  Robert Millan  <robertmh@gnu.org>
11467         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11468         libmudflap for all GNU-based systems (with Glibc).
11469         * configure: Regenerate.
11471 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11473         * Makefile.def (host-modules): Add gcc.
11474         * Makefile.in: Regenerate.
11475         * Makefile.tpl (sorry): New rule.
11476         (configure-host, all-host, [+make_target+]-host, do-check,
11477         install-host): Do not add gcc as a special case.
11478         (host modules): Add a small special-casing for gcc.  Export
11479         extra_make_flags through the environment.
11480         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11481         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11482         other recursive targets for gcc): Remove.
11484         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11485         (stage, unstage): New rules.
11486         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11487         distclean-stage[+id+]): Use stage_current.
11488         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11489         the stage*-start rules.
11491 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11493         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11494         use -all_load flag.
11496 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11498         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11499         * configure: Regenerate.
11501 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11503         * maintainer-scripts/gcc_release: Revert yesterday's change.
11505 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11507         * MAINTAINERS: Add myself to write-after-approval.
11509 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11511         * libf2c: Removed.
11512         * gcc/gccbug.in: Updated because of libf2c removal.
11513         * maintainer-scripts/gcc_release: Ditto.
11515 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11517         * configure.in: Build libmudflap by default on FreeBSD.
11518         * configure: Regenerated.
11520 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11522         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11523         systems.
11524         * configure: Regenerated.
11526 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11528         PR target/16344
11529         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11530         feedback based compiler.
11531         * Makefile.in: Rebuilt.
11533 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11535         * Makefile.def (host_modules): Set bootstrap=true for flex.
11536         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11537         * Makefile.in: Rebuilt.
11539 2004-07-07  Jan Hubicka  <jh@suse.cz>
11541         * MAINTAINERS: Add self as a profile feedback maintainer.
11543 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11545         * configure.in:  Do not prepend $srcdir to /dev/null in
11546         makefile fragments.
11547         * configure:  Regenerate.
11549 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11551         * Makefile.def (build_modules): Add bison, byacc, flex,
11552         m4, texinfo.
11553         (flags_to_pass): Add FLEX.
11554         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11555         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11556         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11557         DEFAULT_MAKEINFO): Remove.
11558         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11559         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11560         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11561         objdir or else use configured tool.
11562         (all-build): New.
11563         (all): Depend on it.
11564         (Build module dependencies): Add.
11565         * Makefile.in: Regenerate.
11566         * configure.in: Better support for multiple build modules,
11567         matching what is done for host/target modules.  Do not look
11568         for "plausible" locations of build tools if Canadian cross.
11569         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11570         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11571         * configure: Regenerate.
11573 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11575         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11576         * Makefile.in: Regenerate.
11578 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11580         * Makefile.tpl (configure-build-[+module+],
11581         configure-[+module+], configure-target-[+module+]): Pass
11582         [+extra_configure_args+].
11583         (all-build-[+module+], all-[+module+], check-[+module+],
11584         install-[+module+], [+make_target+]-[+module+],
11585         all-target-[+module+], check-target-[+module+],
11586         install-target-[+module+], [+make_target+]-target-[+module+]):
11587         Pass [+extra_make_args+].
11588         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11589         (GCC_HOST_EXPORTS): Remove.
11590         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11591         cross, check-gcc, check-gcc-c++, install-gcc,
11592         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11593         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11594         * Makefile.in: Regenerate.
11596 2004-06-21  Matthew Sachs  <msachs@apple.com>
11598         * MAINTAINERS: Added self to write-after-approval.
11600 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11602         * configure.in: Check for srcdir/winsup rather than build directory
11603         winsup.
11604         * configure: Regenerate.
11606 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11608         * configure.in: Don't build Cygwin native newlib if winsup
11609         directory is missing.  Emit warning instead.
11610         * configure: Regenerate.
11612 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11614         * Makefile.tpl (touch-stage[+id+]): New.
11615         (restage[+prev+]): Depend on touch-stage[+id+].
11617         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11618         Use it throughout.
11620         * Makefile.def: Add profile and feedback bootstrap stages.
11621         Remove next field from bootstrap stages.
11622         * Makefile.tpl (LN, LN_S): Substitute.
11623         (stageN-start, stageN-end): Use double-colon rules, to
11624         provide a hook for additional setup commands.
11625         (distclean-stageN-gcc, restageN): Create dependencies from
11626         [+prev+], not from [+next+].
11627         (stageN-bubble): Add commands for successive stages from
11628         [+prev+], using double-colon rules.
11629         (all-stageN-gcc): Fix typo.
11630         (stagefeedback-start, profiledbootstrap): New.
11631         * Makefile.in: Regenerate.
11632         * configure.in: Call ACX_PROG_LN.
11633         * configure: Regenerate.
11635 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11637         * MAINTAINERS (Write After Approval): Add myself.
11639 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11641         * MAINTAINERS (Write After Approval): Add myself.
11643 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11645         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11646         without gcc.
11647         * configure: Regenerate.
11649 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11651         * Makefile.tpl: Fix typo.
11652         * Makefile.in: Regenerate.
11654 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11656         * configure.in: Remove new- prefix from toplevel
11657         bootstrap targets.
11658         * configure: Regenerate.
11660 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11662         * Makefile.tpl (all.normal): Rename to all.
11663         (all): Replace with a rule to pick the default
11664         target from configure.
11665         (all-gcc, configure-gcc): Use conditionals to
11666         do nothing when toplevel bootstrap is going on.
11667         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11668         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11669         * configure.in: Support --enable-bootstrap.
11671         * Makefile.def: Remove new- prefix from toplevel
11672         bootstrap targets.
11673         * Makefile.tpl: Likewise.
11675         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11676         target.
11678         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11679         $(RECURSE_FLAGS) to recursive invocation of make.
11681         * Makefile.in: Regenerate.
11682         * configure: Regenerate.
11684 2004-05-30  Andreas Jaeger  <aj@suse.de>
11685             Jim Wilson  <wilson@specifixinc.com>
11687         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11688         like CC.
11690 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11692         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11693         * configure: Regenerate.
11695 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11697         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11698         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11699         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11700         targets.
11701         * Makefile.in: Regenerate.
11703 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11705         * configure.in: Test the ability to symlink directories.
11706         * configure: Regenerate.
11708         * Makefile.def (bootstrap-stage): New definitions.
11709         * Makefile.tpl (configure-stage1-gcc,
11710         configure-stage2-gcc, configure-stage3-gcc,
11711         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11712         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11713         new-restage3, compare): Autogenerate, see Makefile.in
11714         entry for behavioral changes.
11715         (distclean-stage1, new-stage1-start, new-stage1-end,
11716         new-stage1-bubble, distclean-stage2, new-stage2-start,
11717         new-stage2-end, new-stage2-bubble, distclean-stage3,
11718         new-stage3-start, new-stage3-end): New autogenerated targets.
11719         (objext, prebootstrap, BOOT_CFLAGS,
11720         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11721         targets.
11723         * Makefile.in: Regenerate.
11724         (distclean-stage1, new-stage1-start, new-stage1-end,
11725         new-stage1-bubble, distclean-stage2, new-stage2-start,
11726         new-stage2-end, new-stage2-bubble, distclean-stage3,
11727         new-stage3-start, new-stage3-end): New targets.
11728         (all-stage1-gcc): Move prebootstrap dependency from here...
11729         (configure-stage1-gcc): ...to here.
11730         (new-bootstrap): Use bubble targets.
11731         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11732         Use per-stage distclean targets.
11733         (configure-stage1-gcc, configure-stage2-gcc,
11734         configure-stage3-gcc, all-stage1-gcc,
11735         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11736         Use new-stageN-start to prepare the tree.
11738 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11740         * Makefile.def (host_modules): add libcpp.
11741         * Makefile.tpl: Add dependencies on and for libcpp.
11742         * Makefile.in: Regenerate.
11743         * configure.in: Add libcpp host module.
11744         * configure: Regenerate.
11746 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11748         * Makefile.tpl: Whenever a recursive target is defined, wrap
11749         it in a special @if/@endif block, and prepare its maybe
11750         dependency in the @if/@endif block
11751         * configure.in: Instead of writing maybe dependencies, remove
11752         the @if/@endif statements, and remove the @if/@endif blocks
11753         that remain.
11754         * configure: Regenerate.
11755         * Makefile.in: Regenerate.
11757 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11759         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11761 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11763         PR bootstrap/15120
11764         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11765         * */configure: Rebuilt.
11767 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11769         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11770         of libf2c.
11771         * configure, Makefile.in: Regenerate.
11773 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11775         * MAINTAINERS (Write After Approval): Add myself.
11777 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11779         Merge from tree-ssa-20020619-branch.
11781         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11782         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11783         (HOST_GMPLIBS): Define.
11784         (HOST_GMPINC): Define.
11785         (TARGET_LIB_PATH): Add libmudflap.
11786         (GFORTRAN_FOR_TARGET): Define.
11787         (configure-build*): Export GFORTRAN.
11788         (configure-gcc): Export GMPLIBS and GMPINC.
11789         (all-gcc): Add maybe-all-libbanshee.
11790         (configure-target-libgfortran): Define.
11791         * Makefile.in: Regenerate.
11792         * configure.in (host_libs): Add libbanshee.
11793         (target_libraries): Add target-libmudflap and target-libgfortran.
11794         Add --with-libbanshee.
11795         Handle --disable-libmudflap.
11796         (*-*-freebsd*): Use with_gmp.
11797         Add $(libgcj) to noconfigdirs.
11798         * configure: Regenerate.
11799         * depcomp: New file.
11800         * MAINTAINERS: Add tree-ssa maintainers.
11802 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11804         * MAINTAINERS (Various Maintainers): Add myself.
11806 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11808         * MAINTAINERS (Write After Approval): Add myself.
11810 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11812         * MAINTAINERS (Write After Approval): Add myself.
11814 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11816         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11817         * configure: Regenerate.
11819 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11821         Revert:
11822         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11824         * Makefile.def (flags_to_pass): Remove *dir variables that
11825         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11826         as well as prefix and exec_prefix.
11827         * Makefile.in: Regenerate.
11829 2004-04-26  Robert Millan  <robertmh@gnu.org>
11831         Add patches from libtool CVS.
11832         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11833         * ltconfig: Likewise.
11834         * ltcf-c.sh: Likewise.
11835         * ltcf-cxx.sh: Likewise.
11836         * ltcf-gcj.sh: Likewise.
11838 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11840         * Makefile.def (host_modules): Mark with the bootstrap
11841         flag packages on which gcc depends.
11842         * Makefile.tpl (all-bootstrap): Use it.
11843         * Makefile.in: Regenerate.
11845 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11847         * Makefile.def (flags_to_pass): Remove *dir variables that
11848         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11849         as well as prefix and exec_prefix.
11850         * Makefile.in: Regenerate.
11852 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11854         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11855         * configure: Regenerate.
11856         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11857         * gcc/Makefile.tpl (compare): Use the result of the test.
11858         * gcc/Makefile.in: Regenerate.
11860 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11862         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11863         Always relocate gcc and prev-gcc to the original names, even
11864         if the build fails.
11865         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11866         New targets.
11868 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11870         * MAINTAINERS: Update my email address.
11872 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11874         * configure.in (mips*-*-irix5*): Enable ld.
11875         * configure: Regenerate.
11877 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11879         * configure: Regenerate.
11881 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11883         * Makefile.tpl (configure-[+module+], configure-gcc,
11884         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11885         Set and export LDFLAGS.
11886         * Makefile.in: Regenerate.
11888 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11890         * MAINTAINERS: Add myself to write-after-approval.
11892 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11894         PR bootstrap/14871
11895         * Makefile.tpl: If we don't have built-in-tree target tools,
11896         use the ones found by configure rather than hacking around with
11897         program_transform_name.
11898         * configure.in: Give Makefile.tpl the information necessary
11899         to do that.
11900         * Makefile.in: Regenerate.
11901         * configure: Regenerate.
11903 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11905         PR bootstrap/14760
11906         * configure.in: When computing baseargs, strip *all* copies of
11907         offending options.  Also, don't match/substitute the trailing space,
11908         so that this actually works when two similar options are separated by
11909         only one space.
11910         * configure: Regenerate.
11912 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11914         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11915         (rs6000-*-aix*): Same.
11916         * configure: Regenerate.
11918 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11920         * MAINTAINERS: Add myself to write-after-approval.
11922 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11924         * MAINTAINERS: Add myself to write-after-approval.
11926 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11928         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11929         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11930         * Makefile.in: Regenerate.
11932         * configure.in (top level bootstrap support): Rework --enable-werror
11933         to set @stage2_werror_flag@.
11934         * configure: Regenerate.
11935         * Makefile.tpl (top level bootstrap support): Pass
11936         @stage2_werror_flag@ down to configure in stages 2 and 3.
11937         * Makefile.in: Regenerate.
11939 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11941         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11942         for stages 2 and 3 as well as in make.  As a consequence, remove
11943         OUTPUT_OPTION (now detected by configure) from the flags passed down
11944         to make.
11945         * Makefile.in: Regenerate.
11947         * Makefile.tpl (new-bootstrap): Fix typo.
11948         * Makefile.in: Regenerate.
11950 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11952         * Makefile.tpl: Rearrange by moving recursive_targets rules
11953         into their proper sections.
11954         * Makefile.tpl (top level bootstrap support): Move disabling
11955         of coverage flags from 'make' to 'configure'; improve comments.
11956         * Makefile.in: Regenerate.
11958         * Makefile.tpl (experimental top level bootstrap) Move stage1
11959         language setting from all- target to configure- target; disable
11960         intermodule optimization in stage 1; prevent gratuitous rebuilds
11961         of stage 1.
11962         * Makefile.in: Regenerate.
11963         * configure.in: Comma-separate stage 1 language list for top
11964         level bootstrap.
11965         * configure: Regenerate.
11967         * Makefile.tpl: Clean up experimental top level bootstrap support:
11968         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11969         prev-gcc in configure- targets as well as all- targets.
11970         * Makefile.in: Regenerate.
11972 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11974         * compile: New file imported from automake.
11976 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11978         * configure.in: Remove symbolic link section.
11979         * configure: Regenerate.
11980         * Makefile.tpl (links): Remove.
11981         * Makefile.in: Regenerate.
11983 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11984             Nathanael Nerode  <neroden@gcc.gnu.org>
11986         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11987         Set with AC_CHECK_PROGS.
11988         * configure.in: Fix comment typo from last patch.
11989         * configure: Regenerate.
11991 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11993         * Makefile.tpl: Introduce experimental top level bootstrap support.
11994         * Makefile.in: Regenerate.
11995         * configure.in: Introduce support for top level bootstrap.
11996         * configure: Regenerate.
11998 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11999             Paolo Bonzini  <bonzini@gnu.org>
12001         PR bootstrap/14522
12002         * configure.in: Cope with shells that do not support unquoted ^
12003         * configure: Regenerate.
12005 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
12006             Paolo Bonzini  <bonzini@gnu.org>
12008         PR bootstrap/14522
12009         * configure.in: Cope with shells that do not support nesting
12010         quotes inside quoted backquote substitutions.
12011         * configure: Regenerate.
12013 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
12015         PR bootstrap/14522
12016         * configure.in: Fix escaping of $.
12017         * configure: Regenerate.
12019 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12021         * configure: Regenerate, since I forgot to while committing Paolo's
12022         changes.
12024 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
12026         PR ada/14131
12027         Move language detection to the top level.
12028         * configure.in: Find default values for the tools as
12029         soon as possible.  Disable ada if GNAT is not found.
12030         Emit error message about missing languages.  Expand
12031         --enable-languages=all for the gcc subdirectory.
12033 2004-03-10  Ben Elliston  <bje@gnu.org>
12035         * MAINTAINERS: Update my email address.
12037 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
12039         * ltconfig: Disable building static libraries if building shared
12040         libraries on AIX 5L.
12042 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
12044         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
12045         and disable libgcj.
12046         * configure: Regenerated.
12048 2004-03-01  Brian Booth  <bbooth@redhat.com>
12050         * MAINTAINERS: Add myself to write-after-approval.
12052 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
12054         * MAINTAINERS: Add myself to write-after-approval.
12056 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12058         PR bootstrap/7087
12059         * Makefile.tpl: Guard XFOO sed statements better.
12060         * Makefile.tpl: Add dependency for configure-target-libada.
12061         * Makefile.in: Regenerate (incidentally fixes broken
12062         commit when libada-branch was merged).
12064 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
12066         * MAINTAINERS: Add myself to write-after-approval.
12068 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
12070         * MAINTAINERS: Add Nicola Pero and myself as libobjc
12071         maintainers.
12073 2004-02-20  Andrew Cagney  <cagney@redhat.com>
12075         * config.guess: Update from version 2003-10-16 to 2004-02-16.
12076         * config.sub: Update from version 2003-11-03 to 2004-02-16.
12078 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12080         PR bootstrap/11932
12081         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
12083 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
12085         * MAINTAINERS: Added myself to write-after-approval.
12087 2004-02-14  Michael Koch  <konqueror@gmx.de>
12089         * MAINTAINERS: Added myself to write-after-approval.
12091 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
12093         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
12094         some OS port maintainers to OS port maintainers section.
12096 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
12098         * MAINTAINERS: Add self.
12100 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12102         * MAINTAINERS: Alphabetize.
12104 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
12106         * MAINTAINERS: Remove myself.
12108 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
12110         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
12111         (rs6000-*-aix*): Same.
12112         * configure: Regenerate.
12114 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
12116         * configure.in (host): Add in missing $noconfigdirs to defines.
12117         * configure: Regenerate.
12119 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
12120             Nathanael Nerode  <neroden@gcc.gnu.org>
12122         PR ada/6637, PR ada/5911
12123         Merge with libada-branch:
12124         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
12125         with appropriate dependencies. Add --enable-libada configure switch.
12126         * configure, Makefile.in: Regenerate.
12128 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
12130         * MAINTAINERS: Add myself to write-after-approval.
12132 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12134         * configure.in: Don't pass --with-stabs on IRIX 5 either.
12135         * configure: Regenerate.
12137 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
12139         Merge from upstream:
12141         * ltmain.in: When setting IFS to '~', be careful about user
12142         arguments that contain '~'.
12144         2004-02-04  Peter O'Gorman  <peter@pogma.com>
12146         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12147         Also test $base_compile against $CC with escaped arguments. Bug
12148         reported by Geoff Keating <geoffk@apple.com>.
12150 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
12152         * MAINTAINERS: Remove i960 port.
12154 2004-01-23  DJ Delorie  <dj@redhat.com>
12156         * Makefile.def (target_modules) [libiberty]: Don't stage.
12157         * Makefile.in: Rebuilt.
12159 2004-01-20  Caroline Tice  <ctice@apple.com>
12161         * MAINTAINERS: Add myself to write-after-approval.
12163 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
12165         * MAINTAINERS: Update my email address.
12167 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
12169         * MAINTAINERS: Add myself to write-after-approval.
12171 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12173         * MAINTAINERS: Remove entries without email address.
12175 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
12177         * MAINTAINERS: Add myself to write-after-approval.
12179 2004-01-15  Steven Bosscher  <stevenb@suse.de>
12181         * MAINTAINERS: Update my email address.
12183 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
12185         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12186         * Makefile.tpl (configure-target-[+module+]): Support stage.
12187         * Makefile.in: Rebuilt.
12189 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
12191         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12193 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
12195         * MAINTAINERS: Add myself as a MIPS maintainer.
12197 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12199         * configure.in: Use ./config.cache, not config.cache.
12200         * configure: Regenerate.
12201         * Makefile.tpl: Special-casing not needed for GCC any more.
12202         * Makefile.in: Regenerate.
12204         * configure.in: Don't share a cache file for host dirs.
12205         * configure: Regenerate.
12207         * config-ml.in: Don't mess with the cache file.
12209 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12211         * MAINTAINERS: Move myself from 'Write After Approval' to
12212         'CPU Port Maintainers' section as SPARC maintainer.
12214 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12216         * Makefile.tpl: Make GCC use a separate config.cache.
12217         * Makefile.in: Regenerate.
12219         PR bootstrap/11932, PR bootstrap/11933
12220         (I don't know if it will fix either of them, but it relates
12221         to them.)
12222         * configure.in: Don't use shared config.cache for target
12223         directories.
12224         * configure: Regenerate.
12226 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
12228         * MAINTAINERS: Add myself to 'Write After Approval' section.
12230 2003-12-31  Roger Sayle  <roger@eyesopen.com>
12232         * configure.in (ia64*-*-hpux*): Disable building java libraries.
12233         * configure: Regenerated.
12235 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
12237         * MAINTAINERS: Remove the mn10200 maintainer.
12239 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
12241         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12242         * configure: Regenerated.
12244 2003-12-16  Jan Hubicka  <jh@suse.cz>
12246         * MAINTAINERS: Add myself as callgraph maintainer.
12248 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
12250         * configure.in (raw_libstdcxx_flags): Remove the leading space.
12251         * configure: Regenerate.
12253 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
12255         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12256         'Write After Approval' section. Update email.
12258 2003-12-01  James Lemke  <jim@wasabisystems.com>
12260         * MAINTAINERS (Write After Approval): Add myself.
12262 2003-11-20  Matt Thomas  <matt@3am-software.com>
12264         * MAINTAINERS: Add myself as a vax port maintainer.
12266 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
12268         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12269         (configure-build-[+module+], configure-[+module+]): Likewise.
12270         (configure-target-[+module+], configure-gcc, config.status): Likewise.
12271         * Makefile.in: Regenerate.
12273 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
12275         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12276         shared/dylibed libraries.
12277         * ltmain.sh: Likewise.
12278         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12279         * ltcf-cxx.sh: Likewise.
12280         * ltcf-gcj.sh: Likewise.
12281         * ltconfig: Likewise.
12283 2003-11-17  Stan Cox  <scox@redhat.com>
12285         * MAINTAINERS: Add myself as iq2000 port maintainer.
12287 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
12289         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12290         * Makefile.in: Regenerate.
12292 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
12294         * config.sub: Update to 2003-11-03 version.
12296 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12298         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
12299         * configure:  Regenerate.
12301 2003-10-20  Nicolas Pitre  <nico@cam.org>
12303         * MAINTAINERS: Add myself to 'Write After Approval' section.
12305 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
12307         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12309 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
12311         * MAINTAINERS: Update my email address.
12313 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12315         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12317 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
12319         * MAINTAINERS: Add myself to 'Write After Approval' section.
12321 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
12323         * config.guess: Update to 2003-10-16 version.
12324         * config.sub: Update to 2003-10-16 version.
12326 2003-10-15  David Daney  <ddaney@avtrex.com>
12328         * MAINTAINERS: Added myself to 'Write After Approval' section.
12330 2003-10-15  Falk Hueffner  <falk@debian.org>
12332         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12333         'Write After Approval' section. Update email.
12335 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12337         * MAINTAINERS: Move myself from 'Write After Approval' to
12338         'Various Maintainers' section as middle-end maintainer.
12340 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12342         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12343         HOST_FLAGS_TO_PASS.
12344         * Makefile.in: Regenerate.
12346 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
12348         * config.guess: Update to 2003-10-07 version.
12349         * config.sub: Update to 2003-10-07 version.
12351 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12353         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12354         * ltconfig (irix5*, irix6*): Don't override version_type.
12356 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
12358         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12359         * configure: Rebuilt
12360         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12361         * Makefile.in: Rebuilt
12363 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
12365         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12367 2003-09-30  Carlo Wood  <carlo@alinoe.com>
12369         * MAINTAINERS (Write After Approval): Add myself.
12371 2003-09-29  Paul Koning  <ni1d@arrl.net>
12373         * MAINTAINERS: Move myself from "Write After Approval"
12374         to CPU platform maintainers for pdp11 platform.
12376 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
12378         * MAINTAINERS: Move myself from 'Write After Approval' to
12379         'Various Maintainers' section as libffi testsuite maintainer.
12381 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
12383         * configure.in: Pass a computed --program-transform-name
12384         to subconfigures.
12385         * configure: Regenerated.
12387 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12389         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12390         * Makefile.in: Regenerate.
12392         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12393         * Makefile.in: Regenerate.
12395 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
12397         * MAINTAINERS: Move myself from 'Write After Approval'
12398         to 'Various Maintainers' (objective-c) section.
12400 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
12402         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12403         quoting.
12404         * configure: Regenerated.
12406 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
12408         * MAINTAINERS (Write After Approval): Add myself to write after
12409         approval list.
12411 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
12413         * MAINTAINERS (Write After Approval): Add myself.
12415 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
12417         * MAINTAINERS: Update my e-mail address.
12419 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
12421         * libtool.m4 (LD): Correct powerpc64 host match.
12423 2003-09-06  James E Wilson  <wilson@tuliptree.org>
12425         * MAINTAINTERS: Update my affiliation and email address.
12427 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12429         * MAINTAINERS (Write After Approval): Add myself.
12431 2003-09-04  DJ Delorie  <dj@redhat.com>
12433         * configure: Regenerate.
12435 2003-09-04  Robert Millan  <robertmh@gnu.org>
12437         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12439 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12441         * configure.in: Ensure arguments to sed are properly spaced.
12442         * configure: Regenerate.
12444 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
12446         * MAINTAINERS: Update my e-mail address.
12448 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12450         * MAINTAINERS (Write After Approval): Add myself.
12452 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12454         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12455         * configure: Regenerated.
12457 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12459         * MAINTAINERS: Update my email address.
12461 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12463         * configure.in:  Use newline instead of semicolon when assuming
12464         shell arguments in a for loop.
12465         * configure:  Regenerated.
12467 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12469         * MAINTAINERS: Resurrect the i860 maintainer.
12471 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12473         PR 8180
12474         * configure.in: When testing with_libs and with_headers, treat
12475         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12476         * configure: Regenerate.
12478         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12479         make, shell, etc.
12480         (baseargs): Likewise.
12481         * configure: Regenerate.
12483 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12485         * MAINTAINERS (Write After Approval): Add myself.
12487 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12489         * configure.in: Disable libgcj for darwin not on powerpc.
12490         * configure: Rebuild.
12492 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12494         * config-ml.in, symlink-tree: Add license.
12496 2003-08-03  Richard Stallman  <rms@gnu.org>
12497             Eben Moglen  <moglen@columbia.edu>
12499         * README.SCO: New file.
12501 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12503         * Makefile.tpl (check, check-c++): Express dependencies using
12504         dependencies rather than commands.
12505         * Makefile.in: Regenerate.
12507 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12509         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12510         * configure: Ditto.
12512 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12514         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12515         * Makefile.in: Update.
12517 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12519         * configure.in: Enable libgcj for darwin.
12520         * configure: Rebuild.
12522 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12524         * config-ml.in:  Use ac_configure_args directly instead of
12525         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12526         actually seen.
12528 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12530         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12531         creating target and build subdirs to build all parent dirs as needed.
12532         * Makefile.in: Rebuild.
12533         * configure.in: Don't build dirs explicitly here.
12534         * configure: Rebuild.
12536 2003-07-26  Paul Brook  <paul@nowt.org>
12538         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12540 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12542         * Makefile.tpl (all-make): Depend on intl.
12543         * Makefile.in: Rebuilt.
12545 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12547         * install-sh:  Update to newer upstream versions (associated with
12548         aclocal 1.7).
12549         * mkinstalldirs:  Likewise.
12550         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12552 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12554         * MAINTAINERS: Move self from Bug database only accounts
12555         to write-after-approval.
12557 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12559         * config.if: Remove unused libc_interface determination.
12561 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12563         * MAINTAINERS: Move self from write-after-approval to
12564         build machinery (*.in).
12566 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12568         PR bootstrap/11273
12569         PR bootstrap/11408
12570         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12571         unused INSTALL_PROGRAM_ARGS.
12572         * configure.in: Use AC_PROG_INSTALL.
12573         * Makefile.in: Regenerate.
12574         * configure: Regenerate.
12576 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12578         * MAINTAINERS: Alphabetize.
12580 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12582         * configure: Rebuilt.
12583         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12584         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12585         newlib nor libgloss.
12586         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12587         * configure.in (am33_2.0-*-linux*): Added.
12589 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12591         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12592         * configure: Regenerate.
12594 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12596         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12597         * Makefile.in: Regenerate.
12599 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12601         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12602         * Makefile.in: Regenerate.
12604 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12606         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12607         * Makefile.in: Regenerated.
12609         * config-ml.in: Replace PWD with PWD_COMMAND.
12611 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12613         * intl: New directory; see intl/ChangeLog for details.
12614         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12615         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12616         * Makefile.in: Regenerate.
12618 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12620         * configure.in: Clean up config-lang.in handling.  Delete
12621         useless assignment to "subdirs".
12622         * configure: Regenerate.
12624 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12626         * configure.in: Rename 'target_libs' to 'target_libraries'.
12627         Remove useless reference to 'target_libs'.
12628         * configure: Regenerate.
12630 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12632         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12633         * Makefile.in: Regenerate.
12635 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12637         * Makefile.def: Introduce flags_to_pass.
12638         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12639         * Makefile.in: Regenerate.
12641 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12643         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12644         and target-libgloss.
12645         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12646         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12647         * configure: Regenerate.
12649 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12651         * configure.in: Update testsuite_flags to new location.
12652         * configure. Regenerate.
12654 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12656         * Makefile.tpl: Remove BUILD_CC stuff.
12657         * Makefile.in: Regenerate.
12659 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12661         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12663 2003-06-16  Graeme Peterson  <gp@qnx.com>
12665         * MAINTAINERS (Write After Approval): Add myself.
12667 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12669         * config.guess: Update to 2003-06-12 version.
12670         * config.sub: Update to 2003-06-13 version.
12672 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12674         * config.guess: Update to 2003-06-06 version.
12675         * config.sub: Update to 2003-06-06 version.
12677 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12679         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12680         * configure. Regenerate.
12682 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12684         * configure.in: Disable serial configure by default.
12685         * configure: Regenerate.
12686         * Makefile.tpl: Abolish .NOTPARALLEL.
12687         * Makefile.in: Regenerate.
12689         * Makefile.tpl: Replace {build,host,target}_canonical by
12690         {build,host,target}.
12691         * Makefile.in: Regenerate.
12693         * Makefile.tpl: Fix stupid pasto.
12694         * Makefile.in: Regenerate.
12696 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12698         * Makefile.tpl: Remove bogus conditional.
12699         * Makefile.in: Regenerate.
12701 2003-06-05  Jan Hubicka  <jh@suse.cz>
12703         * Makefile.tpl (profiledbootstrap): New target.
12704         * Makefile.in (profiledbootstrap): New target.
12706 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12708         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12709         Pinski. Remove user names from other bugzilla-only maintainers.
12711 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12713         * Makefile.tpl: Make 'recursive targets' using autogen rather
12714         than shell loop.  Remove duplicate 'clean' targets and false
12715         comments.
12716         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12717         Add systematic method of specifying missing targets in subdirs.
12718         Add copyright boilerplate.
12719         * Makefile.in: Regenerate.
12720         * configure.in: Add 'recursive targets' to maybe list.
12721         * configure: Regenerate.
12723         * MAINTAINERS: "GNATS only" -> "Bug database only".
12725         * Makefile.tpl: Rename [+target+] to [+make_target+].
12726         * Makefile.def: Rename 'target' to 'make_target'.
12728 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12730         * MAINTAINERS: Add self as options handling maintainer.
12732 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12734         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12735         been too long since I touched those ports.
12737 2003-05-28  DJ Delorie  <dj@redhat.com>
12739         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12740         * Makefile.in: Regenerate.
12742 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12744         * configure.in: Use curly braces in the definition of tooldir.
12745         * configure: Regenerate.
12747 2003-05-21  DJ Delorie  <dj@redhat.com>
12749         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12750         newlib or libgloss.
12751         * Makefile.in: Regenerate.
12753 2003-05-21  DJ Delorie  <dj@redhat.com>
12755         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12756         * Makefile.in: Regenerate.
12758 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12760         * MAINTAINERS: Update my e-mail address.
12762 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12764         * configure.in: Switch more things to use maybe dependencies.
12765         * Makefile.tpl: Switch more things to use maybe dependencies.
12766         Factor out common code from autogen IF statements.
12767         * configure: Regenerate.
12768         * Makefile.in: Regenerate.
12770 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12772         * configure.in: Accept i[3456789]86 for machine type.
12773         * configure: Regenerate.
12775 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12777         * configure.in: Switch more things to use maybe dependencies.
12778         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12779         * configure: Regenerate.
12780         * Makefile.tpl: Switch more things to use maybe dependencies.
12781         * Makefile.in: Regenerate.
12783 2003-05-16  Andreas Schwab  <schwab@suse.de>
12785         * Makefile.tpl (install-opcodes): Define.
12786         * Makefile.in: Rebuild.
12788 2003-05-13  Andreas Jaeger  <aj@suse.de>
12790         * config.guess: Update to 2003-05-09 version.
12791         * config.sub: Update to 2003-05-09 version.
12793 2003-05-13  Michael Eager  <eager@mvista.com>
12795         * configure.in: Correct sed script so that options in quotes are not
12796         deleted.
12797         * configure: Rebuild.
12799 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12801         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12802         and $$s/newlib/libc/sys/cygwin32 include paths.
12803         * configure: Ditto.
12805 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12807         * MAINTAINERS: Update my email addresses.
12809 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12811         * config-ml.in: Propagate INSTALL variables.
12813 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12815         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12817 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12819         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12820         * Makefile.in: Regenerate.
12822 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12824         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12826 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12828         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12830 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12832         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12833         * Makefile.in: Regenerated.
12835 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12837         * MAINTAINERS (Write After Approval): Upgrade myself from
12838         GNATS only to write-after-approval. Update my mail address.
12840 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12842         (OS Port Maintainers: freebsd): Add myself.
12844 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12846         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12848 2003-04-22  Kean Johnston  <jkj@sco.com>
12850         * MAINTAINERS (SCO ports): Added myself.
12852 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12854         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12856 2003-04-19  Kean Johnston  <jkj@sco.com>
12858         * MAINTAINERS (Write After Approval): Add myself.
12860 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12862         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12863         * Makefile.in: Regenerate.
12865 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12867         * configure.in (powerpc64*-*-linux*): Remove.
12868         * configure: Rebuilt.
12870 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12872         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12873         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12874         and restrap.
12875         * Makefile.in:  Regenerate.
12877 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12879         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12880         * configure: Regenerated.
12882 2003-04-15  DJ Delorie  <dj@redhat.com>
12884         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12886 2003-04-13  Nick Clifton  <nickc@redhat.com>
12888         * config-ml.in: Remove support for --disable-aix removing
12889         call-aix multilibs.
12891 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12893         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12894         * */configure: Rebuilt.
12896 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12898         * MAINTAINERS: Add my email address.
12900 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12902         * MAINTAINERS (Write After Approval): Add myself.
12904 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12906         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12907         * Makefile.in: Regenerate.
12909 2003-03-14  Michael Chastain  <mec@shout.net>
12911         * Makefile.in: Regenerate with correct Makefile.def.
12913 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12915         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12916         Make macro.
12917         * Makefile.in: Regenerate.
12918         * configure.in: Clean up gxx_include_dir logic.
12919         * configure: Regenerate.
12921 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12923         * MAINTAINERS (Write After Approval): Add myself.
12925 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12927         * MAINTAINERS: Update my mail address.
12929 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12931         * configure.in (gxx_include_dir): Fix typo.
12932         * configure: Regenerated.
12934 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12936         * Makefile.tpl: Reindent.
12937         * Makefile.in: Regenerate.
12938         * configure.in: Reindent.  Don't set unused variables.
12939         * configure: Regenerate.
12941 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12943         * configure.in: Include $(build_tooldir)/sys-include in
12944         FLAGS_FOR_TARGET.
12945         * configure: Regenerated.
12947 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12949         * Makefile.tpl: Always pass down RANLIB.
12950         * Makefile.in: Regenerate.
12952         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12953         * Makefile.in: Regenerate.
12954         * configure.in: Remove unused logic relating to --enable-shared
12955         and --enable-threads.  Remove bogus comments.  Remove redundant
12956         noconfigdirs.
12957         * configure: Regenerate.
12959         * configure.in: Replace ${libstdcxx_version} by its value.
12960         Remove reference to mh-dgux.
12961         * configure: Regenerate.
12963 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12965         * MAINTAINERS (Write After Approval): Add myself.
12967 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12969         * Makefile.tpl: Rearrange.
12970         * Makefile.in: Regenerate.
12972 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12974         * configure.in: Add support for kaOS as cross build target system.
12975         * configure: Regenerated.
12977 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12979         * MAINTAINERS (Write after approval): Add myself.
12981 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12983         * MAINTAINERS: Update my email address.
12985 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12987         * MAINTAINERS: Add self to blanket write privs. section.
12989 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12991         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12992         configure-target-* as some target builds may require additional
12993         flags for preprocessor tests.
12994         * Makefile.in: Regenerated.
12996 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12998         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12999         * ltconfig: Handle it.
13000         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
13001         auto-detecting it.
13003         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
13004         it is used as argument to $CC.
13005         * ltcf-gcj.sh: Likewise.
13007         * configure.in: Introduce --enable-maintainer-mode.
13008         * configure: Rebuilt.
13009         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
13010         for maintainer mode.
13011         * Makefile.in: Rebuilt.
13013 2003-02-18  Jason Merrill  <jason@redhat.com>
13015         * Makefile.tpl (check-c++): Allow parallelism.
13017 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13019         * MAINTAINERS: Remove John Carr (who never actually had access to
13020         gcc.gnu.org).
13022 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
13024         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
13025         don't configure target-libobjc.
13026         * configure: Regenerate.
13028 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13030         * Makefile.tpl (RANLIB): Define.
13031         * Makefile.in: Regenerate.
13033 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
13035         * MAINTAINERS: Update my email.
13037 2003-02-06  Keith R Seitz  <keiths@redhat.com>
13039         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
13040         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
13041         * Makefile.in: Regenerated.
13042         * configure.in: Remove all traces of snavigator, db, and grep.
13043         * configure: Regenerated.
13045 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13047         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
13048         After Approval.
13050 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13052         * MAINTAINERS (Write after approval): Add myself.
13054 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
13056         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
13057         * Makefile.in: Regenerated.
13059 2003-01-30  Roger Sayle  <roger@eyesopen.com>
13061         * config.guess: Updated to 2003-01-30's version.
13062         * config.sub: Updated to 2003-01-28's version.
13064 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
13066         * config.if: If gcc_version is already set, just use it.  Don't set
13067         gcc_version_trigger if it's already set, otherwise set it to
13068         gcc/version.c, but only if the file exists.  If it is not set and
13069         gcc/version.c does not exist, try to extract the version number from
13070         $CC.
13072 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
13074         * MAINTAINERS: Add myself to write-after-approval list.
13076 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
13078         * configure.in:  Revert 24Jan change.
13079         * configure:  Regenerate.
13081 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13083         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
13084         entry of HJ Lu.
13086 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13088         * configure.in: Revert previous change.
13089         * configure: Regenerate.
13091 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13093         * configure.in: Make rda native-only.
13094         * configure: Regenerate.
13096 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13098         * MAINTAINERS: Move myself from GNATS-only-accounts to
13099         write-after-approval.
13101 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13103         * configure.in: Add missing \.
13104         * configure: Rebuilt.
13106 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
13108         * configure.in (baseargs): Avoid using \| in sed regular
13109         expressions.
13110         * configure: Rebuilt.
13112 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
13114         * configure.in (baseargs): Remove all supported forms of
13115         --cache-file, --srcdir, --host, --build and --target options
13116         from argument lists.
13117         * configure: Rebuilt.
13119 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
13121         * MAINTAINERS: Add myself to write-after-approval list.
13123 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
13125         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
13126         * configure: Rebuilt.
13128 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13130         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
13131         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
13132         * Makefile.in: Regenerate.
13133         * configure: Regenerate.
13135 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
13137         * configure.in: Remove Makefile in build, host and target modules
13138         unless configure was run with --no-recursion.
13139         * configure: Rebuilt.
13141 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13143         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13144         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13145         * Makefile.in: Regenerate.
13147 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
13149         * config.guess: Update to 2003-01-03 version.
13150         * config.sub: Update to 2003-01-03 version.
13152 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13154         * configure: Regenerate with proper autoconf 2.13.
13156 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13158         * configure.in: Add AC_PREREQ for consistency.
13159         * configure: Regenerate.
13161 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
13163         * configure.in (GDB_TK): Add tcl directories conditional on
13164         gdb/gdbtk directory being present.
13165         * configure: Regenerate.
13167 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
13169         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
13170         used by gcc if LD is not defined and we are not doing a Canadian Cross.
13171         * configure: Rebuilt.
13173 2002-12-31  Tom Tromey  <tromey@redhat.com>
13175         * Makefile.in: Rebuilt.
13176         * Makefile.def (target_modules) [libffi]: Allow installation.
13178 2002-12-31  Andreas Schwab  <schwab@suse.de>
13180         * configure.in: Fix use of $program_transform_name.
13181         * configure: Regenerated.
13183 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13185         * configure.in (baseargs): Don't remove first configure argument.
13186         * configure: Regenerated.
13188 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
13190         * Makefile.tpl (local-distclean): Don't remove...
13191         (multilib.ts): ... this.  Moved into...
13192         (multilib.out): ... this.  Don't use sub-make.
13193         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13194         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13195         (configure-build-[+module+], configure-[+module+],
13196         configure-target-[+module+], configure-gcc): ... these.  Test
13197         for Makefile existence.  Drop config.status from dependencies.
13198         * Makefile.in: Rebuilt.
13199         * configure.in: Move gcc-version-trigger to the end of
13200         ac_configure_args.  Add comments to maybedep.tmp and
13201         serdep.tmp.  Introduce --disable-serial-configure.  Remove
13202         nonopt from baseargs, matching and removing corresponding
13203         whitespace while at it.
13204         * configure: Rebuilt.
13206 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
13208         * configure.in (host_configargs): Replace reference to
13209         no-longer-defined buildopts with --build=${build_alias}.
13210         * configure: Rebuilt.
13212         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
13213         program_transform_name to standard idiom.
13214         (AUTOGEN, AUTOCONF): Define.
13215         (Makefile.in): Use $(AUTOGEN).
13216         (Makefile): Depend on config.status, and use autoconf-style rule to
13217         build it.  Move original commands to...
13218         (config.status): ... this new target.
13219         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
13220         $(AUTOCONF).
13221         * Makefile.in: Rebuilt.
13223 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13225         * Makefile.tpl: Fix dramatic bustage due to change in
13226         program_transform_name.
13227         * Makefile.in: Regenerate.
13229         * configure.in: Remove unnecessary PATH setting.
13230         * configure: Regnerate.
13232         * configure.in: Don't default to unprefixed tools unless
13233         the native tools will work.
13234         * configure: Regenerate.
13236         * configure.in: Convert to autoconf script.  Blow away lots
13237         of now-redundant Makefile fragments.
13238         * configure: Generate using Autoconf.
13239         * Makefile.tpl: Rewrite to reflect autoconfiscation.
13240         * Makefile.in: Regenerate.
13242 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
13244         * configure: Fix stupid bug where RANLIB was mistakenly included.
13246         * configure.in: Rename (buildargs, hostargs, targargs) to
13247         (build_configargs, host_configargs, target_configargs).
13249         * configure.in: Move logic out of sed statement.
13251         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
13252         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13254 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
13256         * config.sub: Import from master repository
13257         * config.guess: Ditto
13259 2002-12-24  Andreas Schwab  <schwab@suse.de>
13261         * Makefile.tpl (multilib.out): Fix missing space.
13262         * Makefile.in: Regenerate.
13264 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13266         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
13267         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
13268         * Makefile.in: Regenerate.
13269         * configure.in: Remove unnecessary leftovers.
13271 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
13273         * configure.in (extra_ranlibflags_for_target): New variable.
13274         (*-*-darwin): Add -c to ranlib commands.
13275         * configure (tooldir): Handle extra_ranlibflags_for_target.
13277 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13279         * Makefile.tpl: Revert HJL's change.
13280         * Makefile.in: Regenerated.
13281         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13282         always.
13284 2002-12-19  Andreas Schwab  <schwab@suse.de>
13286         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13287         * Makefile.in: Regenerate.
13289 2002-12-18  H.J. Lu  <hjl@gnu.org>
13291         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13292         * Makefile.in: Regenerated.
13294         * configure.in (build_prefix): New. Substitute.
13296 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
13298         * Makefile.tpl: Don't let real targets depend on phony targets.
13299         * Makefile.in: Regenerate.
13301         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13302         * Makefile.in: Regenerate.
13304 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
13306         * config.sub: Import from master repository
13307         * config.guess: Ditto
13309 2002-12-16  Jason Merrill  <jason@redhat.com>
13311         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13312         previous 'make bootstrap'.
13313         * Makefile.in: Regenerate.
13315 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
13317         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13319 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13321         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13322         * Makefile.in: Regenerate.
13324 2002-12-13  Jason Merrill  <jason@redhat.com>
13326         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
13327         library tests.
13328         (check-c++): Just depend on it and check-target-libstdc++-v3.
13329         * Makefile.in: Regenerate.
13331 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13333         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13334         * Makefile.in: Rebuilt.
13336 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13338         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13340 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13342         * configure: Fix bug put in by gremlins.
13344         * Makefile.tpl: Substitute more autoconfily.
13345         * configure: Substitute more autoconfily.
13346         * Makefile.in: Regenerate.
13348 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
13350         * config.sub: Import from master repository
13351         * config.guess: Ditto
13352         * MAINTAINERS: Added Svein Seldal under write after approval
13354 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
13356         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13357         * Makefile.in (all-sim): Ditto.
13359 2002-12-06  DJ Delorie  <dj@redhat.com>
13361         * Makefile.tpl: Change configure dependencies to not have real
13362         targets depend on phony targets.
13364 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
13366         * configure.in: Revert unintentional change.
13368         * Makefile.tpl: Change dependency for */multilib.out so that
13369         it works when gcc isn't in the tree.
13371         * configure.in: Substitute more.
13372         * configure: Run subconfigures from the Makefile.
13373         * Makefile.tpl: Run subconfigures from the Makefile; add a few
13374         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
13376 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13378         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13380 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13382         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13383         and corresponding dependencies.
13384         * Makefile.in: Regenerate.
13386         * configure.in (host_tools): Order binutils, gas and ld for
13387         convenience in running the testsuites.
13389         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13390         * Makefile.in: Regenerate.
13391         * configure.in: Introduce rules to serialize subconfigure runs.
13393         * configure.in: Introduce BASE_CC_FOR_TARGET.
13394         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
13395         Realize configure-build-* targets.  Realize configure-target-* targets.
13396         * Makefile.in: Regenerate.
13398 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13400         * configure: Move gcc_version_trigger stuff from here...
13401         * configure.in: ...to here.
13403         * configure.in: Separate subconfigure options added by this file from
13404         options given by the user.  Add machinery to put args for host
13405         subconfigures into the Makefile.
13407         * Makefile.tpl: Remove 'vault' targets.
13408         * Makefile.tpl: Reorder and comment dependencies.
13409         * Makefile.in: Regenerate.
13411 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13412         * configure.in: Fix my broken commit of previous patch. (sigh)
13414 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13416         * configure.in: Move host-specific darwin noconfigdirs into
13417         the host-specific section.
13419 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13421         * configure.in: Move host-specific darwin noconfigdirs into
13422         the host-specific section.
13424 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13426         * configure: Remove skip-this-dir support.
13427         * Makefile.tpl: Remove skip-this-dir support.
13429         * Makefile.tpl: Remove leftover support for non-autoconfiscated
13430         subdirectories.
13431         * Makefile.in: Regenerate.
13433         * Makefile.tpl: Strip out useless setting of 'dir'.
13434         * Makefile.in: Regenerate.
13436 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13438         * configure.in: Fix deeply stupid bug.
13440         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13441         shell code in CXX_FOR_TARGET
13442         * Makefile.def: Introduce raw_cxx.
13443         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13444         RAW_CXX_FOR_TARGET.
13445         * Makefile.in: Regenerate.
13447 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13449         * Makefile.tpl: Remove unnecessary ifs.
13450         * Makefile.in: Regenerate.
13452         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13453         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13454         targets for 'no_install' modules.
13455         * configure: Move GDB_TK substitution to configure.in.  Move
13456         build_modules stuff to configure.in.
13457         * configure.in: Implement soft dependency machinery.  Maybe-ize
13458         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13459         * Makefile.in: Regenerate.
13461 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13463         * Makefile.tpl: Make all-target, install-target behave similarly
13464         to all, install (only hitting configured targets).  Eliminate
13465         unused macro defintions.
13467         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13468         build != host.
13470         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13472         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13474         * configure.in: Produce lists of subdir targets we're actually
13475         configuring.  Remove references to "dosrel".
13476         * Makefile.tpl: Let configure set which subdir targets are hit.
13477         Remove install-cross; clean up install; remove ALL.  Remove
13478         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13479         Autogenerate host module targets.  Remove empty dependency lines
13480         and redundant dependency; rearrange slightly.
13481         * Makefile.def: Add host-side libtermcap, utils.
13483         * Makefile.in: Regenerate.
13485 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13487         * ltconfig (osf[345]): Append $major to soname_spec.
13488         Reflect this in library_names_spec.
13489         * ltmain.sh (osf): Prefix $major with . for use as extension.
13491 2002-11-19  Andreas Jaeger  <aj@suse.de>
13493         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13494         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13495         and sparc64 GNU/Linux systems.
13497 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13499         * MAINTAINERS: Update email.
13501 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13503         * MAINTAINERS: Complete James Dennett's entry.
13505 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13507         * MAINTAINERS (Write After Approval): Add myself.
13509 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13511         * Makefile.tpl: syntactic cleanup
13513 2002-11-13  Stuart Hastings  <stuart@apple.com>
13515         * MAINTAINERS: Add myself to write-after-approval list.
13517 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13519         * Makefile.def: Add list of recursive targets to autogenerate.
13520         Add build_modules.
13521         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13522         targets.  Autogenerate *-build-* targets.
13523         * Makefile.in: Regenerate.
13525 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13527         * configure: More autoconf-style substitutions.
13528         * Makefile.tpl: More autoconf-style substitutions.
13529         * Makefile.in: Regenerate.
13531 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13533         * configure: Substitute more variables in a more autoconf-friendly
13534         way.  Simplify slightly.
13535         * Makefile.tpl: Make more variables substitutable in an
13536         autoconf-friendly way.
13537         * Makefile.in: Regenerate.
13539 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13541         * MAINTAINERS (Write After Approval): Add myself.
13543 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13545         * configure.in (v810*): Remove special setting of tools.
13547         * configure: Add support for extra required flags for ar or nm.
13548         * configure.in (aix4.3+): Use above support for target-specific
13549         issues, rather than using config/mt-aix43.
13551 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13553         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13554         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13555         with $srcdir.  Reformat indentation.  Substitute some variables
13556         formerly hard-coded in the Makefile for build=host.
13557         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13558         * Makefile.def: Autogenerate more.
13559         * Makefile.in: Regenerate.
13561 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13563         * MAINTAINERS (Write After Approval): Add myself.
13565 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13567         * Makefile.def (host_modules): Add rda.
13568         * Makefile.in: Regenerate.
13569         * configure.in (target_tool): Add target-rda to list.
13571 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13573         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13575 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13577         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13578         and restrap targets to this rule.
13579         * Makefile.in:  Regenerate.
13581 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13583         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13584         GNATS only accounts.
13586 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13588         * configure.in (i[3456]86-*-linux*): Add check to disable
13589         ${libgcj} for glibc1.
13591 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13593         * MAINTAINERS: Add myself as ip2k port maintainer.
13595 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13597         * configure.in: Add tic4x target.
13599 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13601         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13602         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13603         * Makefile.in: Regenerate.
13605         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13606         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13607         * Makefile.in: Regenerate.
13609 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13611         * MAINTAINERS: Add myself as web pages co-maintainer.
13613 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13615         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13616         * Makefile.in: Regenerate.
13618 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13620         * MAINTAINERS: Add myself and Nathan Sidwell
13621         <nathan@codesourcery.com> as VxWorks maintainers.
13623 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13625         * Makefile.def: Remove order dependency comments.
13626         * Makefile.tpl: Add explicit install-install dependencies.
13627         * Makefile.in: Regenerate.
13629         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13630         * Makefile.in: Regenerate.
13632         * Makefile.tpl: Add configure-target (for src-release in src)
13633         * Makefile.in: Regenerate.
13635 2002-09-30  Nick Clifton  <nickc@redhat.com>
13637         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13639 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13641         * configure.in (s390*-*-linux*): Enable libgcj.
13643 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13645         * configure: Revert accidentally applied changes.
13647         * Makefile.tpl: Make more autoconf-friendly.
13648         * Makefile.in: Regenerate.
13649         * configure: Make substitution more autoconf-like.
13651 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13653         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13654         single entry to handle all these.
13655         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13656         libjava on arm-*-elf.
13658 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13660         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13661         things that depend on them.
13663 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13665         * Makefile.tpl: Make subsituted variables more autoconfy.
13666         * Makefile.in: Regenerate.
13667         * configure: Make seds more autoconfy.
13669 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13671         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13672         * Makefile.in: Regenerate.
13673         * configure.in: Rewrite sed statements to look autoconfy.
13675         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13676         all-target-foo on configure-target-foo.
13677         * Makefile.def: Ditto.
13678         * Makefile.in: Rebuild.
13680 2002-09-25  Andrew Haley  <aph@redhat.com>
13682         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13684 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13686         * Makefile.def: New file.
13687         * Makefile.tpl: New file.
13688         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13689         * contrib/gcc_update: Note that Makefile.in is a generated file.
13691         * configure.in: Minor rearrangement.  Simplify tests.
13693 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13695         * configure.in (with_headers): Skip copy if value is "yes".
13696         (with_libs): Likewise.
13698 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13700         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13701         * configure.in (sh*-*-pe*): Ditto.
13702         * configure.in (mips*-*-pe*): Ditto.
13703         * configure.in (*arm-wince-pe): Ditto.
13705         * configure.in: Rearrange.
13707 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13709         * MAINTAINERS: Update my email address.
13711 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13713         * MAINTAINERS: (Write After Approval): Add myself.
13715 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13717         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13719 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13721         * MAINTAINERS: Change my mailing address.
13723 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13725         * MAINTAINERS (Write After Approval): Remove myself.
13726         (Various Maintainers: c++ runtime libs): Add myself.
13728 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13730         * MAINTAINERS (Write After Approval): Remove myself.
13731         (Various Maintainers: c++ runtime libs): Add myself.
13733 2002-08-15  Eric Christopher  <echristo@redhat.com>
13735         * config.sub: Import from master repository.
13736         * config.guess: Ditto.
13738 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13740         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13741         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13742         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13744 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13746         * MAINTAINERS: Add self to rs6000 vector extensions.
13748 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13750         * libiberty/configure: Reverted unintended yesterday's check in.
13752 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13754         * boehm-gc/configure, libf2c/configure: Rebuilt.
13755         * libffi/configure, libiberty/configure: Ditto.
13756         * libjava/configure, libobjc/configure: Ditto.
13757         * libstdc++-v3/configure, zlib/configure: Ditto.
13758         Merged from binutils:
13759         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13760         From Steve Ellcey <sje@cup.hp.com>:
13761         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13762         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13763         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13764         IA64.
13765         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13766         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13767         soname_spec, sys_lib_search_path_spec): Ditto.
13769 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13771         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13773 2002-08-04  H.J. Lu  (hjl@gnu.org)
13775         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13777 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13779         * MAINTAINERS (Write After Approval): Add myself.
13781 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13783         * configure.in: Move generic linux case to end.  Copy generic
13784         linux noconfigdirs to mips*-*-linux* entry and new
13785         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13787 2002-07-19  Michael Matz  <matz@suse.de>
13789         * MAINTAINERS: Add myself as ra* maintainer.
13791 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13793         * config.guess: Update to 2002-07-09 version.
13794         * config.sub: Update to 2002-07-03 version.
13796 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13798         * MAINTAINERS: Fix typo in a maintainer email address.
13800 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13802         * configure.in: Remove two redundant tests.
13804 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13806         * configure.in (mips*-*-irix6*o32): Enable stabs.
13808 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13810         * configure.in: Don't build grez.
13811         * Makefile.in: Ditto.
13813         * Makefile.in: Remove references to bsp, cygmon, libstub.
13814         * configure.in: Ditto.
13816         * configure.in: Remove leftover reference to gdbtest.
13818 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13820         * configure.in (gxx_include_dir):  Change to match versioned
13821         C++ headers if --enable-version-specific-runtime-libs is used.
13823 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13825         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13827 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13829         * configure.in: Make --without-x work.
13831 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13833         * configure.in: Rearrange target Makefile fragment collection.
13835         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13836         cvs[src].
13837         * configure.in: Ditto.
13839 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13841         * MAINTAINERS (Write After Approval): Update my e-mail address.
13843 2002-06-24  Ben Elliston  <bje@redhat.com>
13845         * configure.in (host_tools): Remove cgen.
13847         * Makefile.in (all-cgen): Remove; runs from its source directory.
13848         (check-cgen, install-cgen, clean-cgen): Likewise.
13849         (all-opcodes): Do not depend on all-cgen.
13850         (all-sim): Likewise.
13852 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13854         * Makefile.in: Eliminate 'apache' targets.
13855         * configure.in: Eliminate 'apache' targets.
13857         * configure.in: Eliminate redundant tests.  Reorganize.
13859         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13861         * config-ml.in: Eliminate references to Cygnus configure.
13863         * Makefile.in: Eliminate references to building emacs.
13865 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13867         * MAINTAINERS: Update my email address.
13869 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13871         * config.if (libstdcxx_incdir): Version C++ headers.
13872         (cxx_incdir): Remove.
13874 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13876         * MAINTAINERS (Write After Approval): Add self.
13878 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13880         * configure.in: Add support for ip2k.
13882 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13884         * configure.in: Fix AIX configury bug.
13886 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13888         * MAINTAINERS (Write After Approval): Add self.
13890 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13892         * configure.in: replace ${topsrcdir} with ${srcdir}
13894         * configure.in: Move definition of libstdcxx_flags
13895         right above usage, rather than waaay earlier.
13897         * configure.in: Pull definition of is_cross_compiler earlier.
13899         * configure.in: Rearrange a little.
13901         * configure.in: Remove references to librx.
13902         * Makefile.in: Remove references to librx.
13904 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13906         * config.sub: Add support for avr target.
13907         Import from master sources, rev 1.255
13909 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13911         * configure, .cvsignore:  Revert previous change...
13912         * Makefile:  ...delete.
13914 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13916         * configure.in: Eliminate ${gasdir} variable.
13918 2002-06-18  Dave Brolley  <brolley@redhat.com>
13920         * configure.in: Add support for frv.
13921         * config.sub: Add support for frv.
13923 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13925         * configure:  Remove garbage from previous commit.
13927 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13929         * configure:  For in-source builds, make a subdir and re-exec there.
13930         * Makefile:  New file.  Pass targets through to build directory.
13931         * .cvsignore:  No longer ignore "Makefile".
13933 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13935         * MAINTAINERS (Write After Approval): Add self.
13937 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13939         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13941 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13943         * configure.in (vax-*-netbsd*): Re-enable gas.
13945 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13947         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13948         BUILD_PREFIX_1, to correct nomenclature.
13949         * configure: Likewise.
13951         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13952         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13954 2002-05-31  Olaf Hering  <olh@suse.de>
13956         * config-ml.in: Propogate DESTDIR also.
13958 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13960         * configure.in (vax-*-netbsd*): Don't build gas for this
13961         platform.
13963 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13965         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13966         and libgcj for AVR.
13968 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13970         * MAINTAINERS (Write After Approval): Add myself.
13972 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13974         * config.guess: Update to 2002-05-22 version.
13975         * config.sub: Likewise.
13977 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13979         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13980         * config-ml.in: Likewise.
13981         * configure: Likewise.
13982         * configure.in: Likewise.
13984 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13986         * MAINTAINERS: Update my email address.
13988 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13990         * configure.in: Simplify makefile fragment collection.
13992         * configure.in: Remove code to build emacs.
13994         * configure.in : Remove --srcdir argument from targargs and buildargs
13995         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13997         * configure: Move some logic to configure.in.
13998         * configure.in: Move some logic from configure.
14000 2002-05-11  Tom Tromey  <tromey@redhat.com>
14002         * MAINTAINERS: Reflect libgcj reality.
14004 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
14006         * Makefile.in: Honour DESTDIR.
14008 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
14010         * config.guess: Import 2002-03-20 version.
14011         * config.sub: Import 2002-04-26 version.
14013 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14015         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
14017 2002-05-07  Tim Josling  <tej@melbpc.org.au>
14019         * MAINTAINERS: Add self.
14021 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
14023         * ltmain.sh: Detect and handle object name conflicts
14024         while piecewise linking a static library.
14026 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
14028         * configure.in (noconfigdirs): Don't disable libgcj on
14029         sparc64-*-solaris* and sparcv9-*-solaris*.
14031 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
14033         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
14035 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
14037         * configure.in (FLAGS_FOR_TARGET): Do not add
14038         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
14039         on i[3456]86-*-linux*.
14041 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
14043         * configure.in (noconfigdirs): Replace [ ] with test.
14045         * configure.in (noconfigdirs): Do not add target-newlib if
14046         target == i[3456]86-*-linux*, and host == target.
14048 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
14050         * configure.in: delete reference to absent file
14052         * configure.in: replace '[' with 'test'
14054         * configure.in: Eliminate references to gash.
14055         * Makefile.in: Eliminate references to gash.
14057         * configure.in: remove useless references to 'pic' makefile fragments.
14059         * configure.in: (*-*-windows*) Finish removing.
14061         * configure.in: Eliminate redundant test for libgui.
14063 2002-04-29  Roger Sayle  <roger@eyesopen.com>
14065         * MAINTAINERS: Add self and realphabetize.  Update entries
14066         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
14067         entry for a29k port maintainer.
14069 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
14071         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
14072         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
14074 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
14076         * configure.in: remove references to dead files
14078 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
14080         * MAINTAINERS: Add information about purpose of this file.
14082 2002-04-18  Tom Tromey  <tromey@redhat.com>
14084         * configure.in: Disallow configuring libgcj when it is already
14085         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
14086         Solaris 2.8 by default.  For PR libgcj/6158.
14088 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14090         * configure.in:  Move default CC setting out of config/mh-* fragments
14091         directly into here.
14093 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14095         * configure.in: don't even try to configure or make a subdirectory
14096         if there's no configure script for it.
14098 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
14100         * MAINTAINERS: Remove chill maintainers.
14101         * Makefile.in (CHILLFLAGS): Remove.
14102         (CHILL_LIB): Remove.
14103         (TARGET_CONFIGDIRS): Remove libchill.
14104         (CHILL_FOR_TARGET): Remove.
14105         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
14106         CHILL_LIB.
14107         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
14108         (CHECK_TARGET_MODULES): Likewise.
14109         (INSTALL_TARGET_MODULES): Likewise.
14110         (CLEAN_TARGET_MODULES): Likewise.
14111         (configure-target-libchill): Remove.
14112         (all-target-libchill): Remove.
14113         * configure.in (target_libs): Remove target-libchill.
14114         Do not compute CHILL_FOR_TARGET.
14115         * libchill: Remove directory.
14117 2002-04-11  DJ Delorie  <dj@redhat.com>
14119         * Makefile.in, configure.in: Sync with binutils, entries
14120         follow...
14122 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
14124         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
14125         (do-tar, do-bz2): New rules.
14126         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
14127         (gdb-tar): New rule.
14128         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
14129         (insight_dejagnu.tar): New rule.
14130         (insight.tar): New rule.
14131         (gdb+dejagnu.tar): New rule.
14132         (gdb.tar): New rule.
14134 2002-02-01  Mo DeJong  <supermo@bayarea.net>
14136         * Makefile.in: Add all-tix to deps for all-snavigator
14137         so that tix is built when building snavigator.
14139 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
14141         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14142         ld and gdb are not supported.
14144 2002-01-07  Mark Salter  <msalter@redhat.com>
14146         * configure.in: Remove target-bsp and target-cygmon from arm builds.
14147         Allow target-libgloss to be built for arm, strongarm, and xscale.
14149 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
14151         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14152         options for i[3456]86-pc-linux* native builds.
14154 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
14156         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14157         files from .po files for a distribution.
14159 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
14161         * configure.in: Enable libstdc++-v3 for h8300 targets.
14163 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
14165         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14166         version from bfd/.
14168 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
14170         * Makefile.in (VER): When present, extract the version number from
14171         the file version.in.
14173 2001-05-24  Tom Rix  <trix@redhat.com>
14175         * configure.in : enable ld for aix
14177 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14179         * config.guess: Add linux target for S/390.
14181 2000-11-07  Philip Blundell  <pb@futuretv.com>
14183         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14185 2000-11-03  Philip Blundell  <pb@futuretv.com>
14187         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14188         files.
14190 2001-01-15  Ben Elliston  <bje@redhat.com>
14192         * configure.in (host_tools): Add sid.
14193         Always configure cgen.
14195 2000-11-24  Nick Clifton  <nickc@redhat.com>
14197         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14199 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
14201         * Makefile.in (ALL_MODULES): Add all-cgen.
14202         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14203         (all-cgen): New target.
14204         (all-opcodes,all-sim): Depend on all-cgen.
14205         * configure.in (host_tools): Add cgen.
14206         Only configure cgen if --enable-cgen-maint.
14208 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
14210         * configure.in: Add *-*-freebsd* configurations.
14212 2002-04-08  Tom Tromey  <tromey@redhat.com>
14214         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14215         Fixes PR libgcj/6068.
14217 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
14219         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14221 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14223         * configure.in (alpha*-dec-osf*): Enable libgcj.
14225 2003-03-27  Matthew Gingell  <gingell@gnat.com>
14227         * MAINTAINERS (Write After Approval): Add myself.
14229 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
14231         Fix for: PR bootstrap/3591, target/5676
14232         * configure.in (mcore-pe): Disable the configuration of
14233         libstdc++-v3 since exceptions are not supported.
14235 2002-03-20  Anthony Green  <green@redhat.com>
14237         * configure.in: Enable libgcj for xscale-elf target.
14239 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
14241         * MAINTAINERS:  Update my email address.
14243 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
14245         * ltmain.sh (relink_command): Fix typo in previous change.
14247 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
14249         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
14250         (relink_command): Added --tag flags.
14251         (mode=install): If relinking fails; error out.
14253 2002-03-12  Richard Henderson  <rth@redhat.com>
14255         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
14256         .NOTPARALLEL tag.
14257         (do-check): Rename from check.
14258         (check): Allow parallel check.
14260 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14262         * MAINTAINERS: Add myself as maintainer for xtensa port.
14263         Fix alphabetical order in CPU port maintainer list.
14264         Remove myself from Write After Approval list.
14266 2002-03-11  Richard Henderson  <rth@redhat.com>
14268         * Makefile.in (.NOTPARALLEL): Add fake tag.
14270 2002-03-07  H.J. Lu  (hjl@gnu.org)
14272         * configure.in: Enable gprof for mips*-*-linux*.
14274 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
14276         * MAINTAINERS (Write After Approval): Add myself.
14278 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
14280         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14281         libjava.
14282         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14284 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
14286         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14287         because its Makefile is there; test for the executable instead.
14289 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14291         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14292         libstdc++-v3 and libjava.
14294 2002-02-11  Adam Megacz  <adam@xwt.org>
14296         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14297         boehm-gc
14299 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14301         * config.guess: Updated to 2002-01-30's version.
14302         * config.sub: Updated to 2002-02-01's version.
14303         Contribute sh64-elf.
14304         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14305         * configure.in: Added sh64-*-*.
14307 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
14309         * MAINTAINERS: Belatedly add myself to write after approval list.
14311 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
14313         * MAINTAINERS: Put self in as maintainer for x86-64 port.
14314         Remove self as Write After Approval.
14316 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
14318         * MAINTAINERS: Put self in as maintainer for contrib/regression
14319         directory.
14321 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
14323         * MAINTAINERS:  Update my email address.
14325 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
14327         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
14328         target-libiberty, and target-libgloss.  Skip Java-related
14329         libraries if not supported for NetBSD on target CPU.
14331 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
14333         * install-sh: Use _inst.$$_ for temp file name.
14335 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
14337         * MAINTAINERS (Write After Approval): Move my contact info
14338         from here...
14339         (OS Port Maintainers): ...to here (netbsd).
14341 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
14343         * MAINTAINERS (Write After Approval): Add myself.
14345 2002-01-17  H.J. Lu  <hjl@gnu.org>
14347         * Makefile.in (all-fastjar): Also depend on all-libiberty.
14348         (all-target-fastjar): Also depend on all-target-libiberty.
14350 2002-01-16  H.J. Lu  (hjl@gnu.org)
14352         * config.guess: Import from master sources, rev 1.225.
14353         * config.sub: Import from master sources, rev 1.238.
14355 2002-01-16  Kazu Hirata  <kazu@hxi.com>
14357         * MAINTAINERS (Write After Approval): Remove myself.
14359 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
14361         * MAINTAINERS (Write After Approval): Add myself.
14363 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14365         * MAINTAINERS: Add self as docs co-maintainer.
14367 2001-12-11  Matthias Klose  <doko@debian.org>
14369         * MAINTAINERS (Write After Approval): Add myself.
14371 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
14373         * MAINTAINERS: Update my email address.
14375 2001-12-07  Turly O'Connor  <turly@apple.com>
14376         * MAINTAINERS (Write After Approval): Add myself.
14377         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14378         (rs6000_initialize_trampoline): Call __trampoline_setup for
14379         ABI_DARWIN too.
14380         * darwin-tramp.asm: New file, implements __trampoline_setup.
14381         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14383 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
14385         * MAINTAINERS (Write After Approval): Add myself.
14387 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
14389         * configure, configure.in: Use temp file for long sed commands.
14391 2001-12-03  Laurent Guerby  <guerby@acm.org>
14393         * config.sub: Update to version 1.232 on subversion.
14395 2001-12-03  Ben Elliston  <bje@redhat.com>
14397         * MAINTAINERS: Update mail address for config.* patches.
14399 2001-11-27  DJ Delorie  <dj@redhat.com>
14400             Zack Weinberg  <zack@codesourcery.com>
14402         When build != host, create libiberty for the build machine.
14404         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14405         CONFIG_ARGUMENTS.
14406         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14407         New variables.
14408         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14409         and rules.
14410         (all.normal): Depend on ALL_BUILD_MODULES.
14411         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14412         (all-build-libiberty): Depend on configure-build-libiberty.
14414         * configure: Calculate and substitute proper value for
14415         ALL_BUILD_MODULES.
14416         * configure.in: Create the build subdirectory.
14417         Calculate and substitute TARGET_CONFIGARGS (formerly
14418         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14420 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
14422         * MAINTAINERS (write-after-approval): Add self.
14424 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14426         * MAINTAINERS (GNATS only accounts): Remove self.
14428 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
14430         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14431         libf2c.
14433 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14435         * MAINTAINERS (Write After Approval): Add self.
14437 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14439         * MAINTAINERS: mips and s390 are also CPU ports.
14441 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14443         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14445 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
14447         * MAINTAINERS: Alphabetize.
14449 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14451         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14453 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14455         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14457 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14459         * configure.in (--enable-languages): Be more permissive about
14460         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14462 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14464         * config.sub: Import from master sources, rev. 1.230.
14465         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14467 2001-11-07  Laurent Guerby  <guerby@acm.org>
14469         * MAINTAINERS (Write After Approval): Add self.
14471 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14473         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14475 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14477         * config.sub: Import from master sources, rev 1.226.
14478         * config.guess: Import from master sources, rev 1.216.
14480 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14482         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14483         * MAINTAINERS: Add self as maintainer of MMIX port.
14484         Remove old after-approval entry.
14486 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14488         * ChangeLog, configure: Fix spelling errors.
14490 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14492         * MAINTAINERS: Tweak my address.
14494 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14496         * MAINTAINERS: Update my email address.
14498 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14500         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14501         * MAINTAINERS: Add self as maintainer of CRIS port.
14503 2001-10-10  Geert Bosch  <bosch@gnat.com>
14505         * MAINTAINERS (Various maintainers: Ada front end):
14506         Added Robert Dewar.
14508 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14510         * MAINTAINERS (Write After Approval): Added self
14512 2001-10-02  Geert Bosch  <bosch@gnat.com>
14514         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14516 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14518         * configure: Handle temporary files securely using mkdir.
14520 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14522         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14524 2001-09-26  Will Cohen  <wcohen@redhat.com>
14526         * configure.in (*-*-linux*): Disable configuration of target-newlib
14527         and target-libgloss.
14529 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14531         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14532         RANLIB.
14534 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14536         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14537         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14538         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14539         avoid quotes nesting problems.
14540         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14541         (DO_X): Export only variables that are set.
14543 2001-09-19  Ben Elliston  <bje@redhat.com>
14545         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14546         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14547         semantics.  Use the shell built-in "type" command instead.
14549 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14551         Merged from gcc-3_0-branch:
14552         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14553         * ltcf-c.sh: Use $objext, not $ac_objext.
14554         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14555         * ltcf-cxx.sh: Add support for GNU.
14556         2001-07-22  Timothy Wall  <twall@redhat.com>
14557         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14558         default settings if using GNU tools with that configuration.
14559         * ltcf-cxx.sh: Ditto.
14560         * ltcf-gcj.sh: Ditto.
14561         2001-07-21  Michael Chastain  <chastain@redhat.com>
14562         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14563         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14564         * ltmain.sh: Mark as gcc-local.
14566 2001-08-30  Eric Christopher  <echristo@redhat.com>
14567             Jason Eckhardt  <jle@redhat.com>
14569         * config.guess: Merge from master sources.
14570         * config.sub: Merge from master sources, add support for mipsisa32.
14572 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14573         * config.sub: Merge from master sources, rev 1.219.
14574         * MAINTAINERS: Add self as contact for stormy16 port.
14576 2001-08-14  Zack Weinberg  <zackw@panix.com>
14578         * config.sub: Merge from master sources, rev 1.218.
14579         * config.guess: Merge from master sources, rev 1.209.
14581 2001-08-11  Graham Stott  <grahams@redhat.com>
14583         * Makefile.in (check-c++): Add missing semicolon.
14585 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14587         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14589 2001-07-30  Eric Christopher  <echristo@redhat.com>
14591         * MAINTAINERS (Various maintainers: mips port): Added myself.
14593 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14595         * configure.in (sh-*-linux*): New.
14597 2001-07-27  Richard Henderson  <rth@redhat.com>
14599         * .cvsignore: Add LAST_UPDATED.
14601 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14603         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14605 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14607         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14609 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14611         * MAINTAINERS (Write After Approval): Added myself.
14613 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14615         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14616         and libgcj on m68hc11/m68hc12.
14618 2001-06-27  H.J. Lu  (hjl@gnu.org)
14620         * Makefile (CFLAGS_FOR_BUILD): New.
14621         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14623 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14625         * README: Remove version number.
14627 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14629         * INSTALL/README: Update wrt. to the installation instructions now
14630         residing in gcc/doc/install.texi.
14632 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14634         * README: Replace with a cut-down and updated version of gcc/README.
14636 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14638         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14639         multilibs to be disabled.
14641 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14643         * MAINTAINERS (Write After Approval): Add myself.
14645 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14647         * config.guess: Import CVS version 1.195.
14648         * config.sub: Import CVS version 1.212.
14650 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14652         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14653         gcc/xgcc is built, use -print-prog-name to find out the program
14654         name to use.
14656 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14658         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14659         appear to also be in the master copy.
14660         * config.sub:  Import CVS version 1.211.
14662 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14664         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14665         with_gcc]: Use `gcc -shared' to build a shared library.
14667 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14669         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14670         archives.
14672 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14674         * MAINTAINERS (Write After Approval): Add myself.
14676 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14678         * configure.in (libstdcxx_flags): Do not try to execute
14679         libstdc++-v3/testsuite_flags until it exists.
14681 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14683         * MAINTAINERS: Update my email address.
14685 2001-05-31  Graham Stott  <grahams@redhat.com>
14687         * MAINTAINERS (Write After Approval): Add myself.
14689 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14691         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14692         libraries when using g++ with native linker.
14694 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14696         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14698 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14700         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14701         [aix4*|aix5*]: Prepend blank.
14703 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14705         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14706         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14707         of subdir/configure scripts to use the new libtool.m4.
14709 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14711         * MAINTAINERS (Write After Approval): Add myself.
14713 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14715         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14717 2001-05-11  Ben Elliston  <bje@redhat.com>
14719         * Makefile.in (all-sid): New target.
14720         (check-sid, clean-sid, install-sid): Likewise.
14722 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14724         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14726 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14728         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14729         libgcj.
14731 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14733         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14734         gcc/xgcc is built, use -print-prog-name to find out the program
14735         name to use.
14737 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14739         * configure.in (noconfigdirs): Don't reset it from scratch in the
14740         target case; only append to it.
14742         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14743         sparc-*-solaris2.8]: Disable ${libgcj}.
14745 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14747         * configure.in (libgcj_saved): Copy from $libgcj.
14748         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14749         --disable-libgcj.
14751 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14753         * MAINTAINERS: Remove self as MIPS maintainer and
14754         C front end maintainer.
14756 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14758         * configure.in: Move *-chorusos target case to the proper switch.
14759         Disable libgcj.
14761 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14763         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14764         1.641.2.228.
14766 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14768         * Makefile.in (STAGE1_CFLAGS): Pass down.
14770 2001-04-13  Alan Modra  <amodra@one.net.au>
14772         * config.guess: Add hppa64-linux support.  Note for next import that
14773         this is already in the master file.
14774         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14776 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14778         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14779         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14781 2001-04-11  Stan Shebs  <shebs@apple.com>
14783         * MAINTAINERS: Add self as Darwin port maintainer.
14785 2001-04-11  Alan Modra  <amodra@one.net.au>
14787         * MAINTAINERS: Update my email address.
14789 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14791         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14792         recent versions of FreeBSD (release 3 or later).
14793         * ltconfig: On FreeBSD, -lc must not be provided when building
14794         a shared library or else the standard -pthread gcc option is
14795         rendered worthless to later users of the built library.
14797 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14799         * MAINTAINERS: Add self and RTH as C front end maintainers.
14801 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14803         * config.sub: Make sure to match an already-canonicalized
14804         machine name (eg. mn10300-unknown-elf).
14806 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14808         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14809         New macros.
14810         (bootstrap, cross): Use RECURSE_FLAGS.
14811         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14813 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14815         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14817 2001-03-22  Colin Howell  <chowell@redhat.com>
14819         * Makefile.in (DO_X): Do not backslash single-quotes in
14820         backquotes (two places).
14822 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14824         Re-installed:
14825         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14826         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14827         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14828         * ltcf-cxx.sh: Likewise.
14829         * ltcf-gcj.sh: Likewise.
14831 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14833         * MAINTAINERS: Add myself as "documentation co-maintainer".
14835 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14837         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14838         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14840 2001-03-19  Tom Tromey  <tromey@redhat.com>
14842         * config-ml.in: Handle GCJ and GCJFLAGS.
14844 2001-03-21  Michael Chastain  <chastain@redhat.com>
14846         * Makefile.in: all-m4 depends on all-texinfo.
14848 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14850         * MAINTAINERS: Add myself to write after approval list.
14852 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14854         * Makefile.in (DO_X): Quote nested quotes.
14856 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14858         * MAINTAINERS: Add myself to write after approval list.
14860 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14862         * Makefile.in (DO_X): Use double quotes for quoting
14863         "RANLIB=$${RANLIB}".
14865 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14867         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14869 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14871         * configure.in: Only use `lang_requires' for languages athat are
14872         actually enabled.
14874 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14876         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14878 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14880         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14882 2001-03-07  Tom Tromey  <tromey@redhat.com>
14884         * configure.in: Allow config-lang.in to set `lang_requires' to list
14885         of other required languages.
14887 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14889         * Makefile.in: Remove RANLIB definition. Use RANLIB
14890         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14891         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14893 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14894             Alexandre Oliva  <aoliva@redhat.com>
14896         * Makefile.in (check-c++): Use tabs, not spaces.
14898 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14900         * MAINTAINERS: add myself to Write After Approval list.
14902 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14904         * Makefile.in (check-c++): New rule.
14906         * configure.in (target_libs): Remove libg++.
14907         (noconfigdirs): Remove libg++.
14908         (noconfigdirs): Same.
14909         (noconfigdirs): Same.
14910         (noconfigdirs): Same.
14912         * config-ml.in: Remove libg++ references.
14914         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14915         (ALL_TARGET_MODULES): Same.
14916         (configure-target-libg++): Remove.
14917         (all-target-libg++): Remove.
14918         (configure-target-libio): Remove.
14919         (all-target-libio): Remove.
14920         (check-target-libio): Remove.
14921         (.PHONY): Remove.
14922         (libg++.tar.bz2): Remove.
14923         (all-target-cygmon): Remove libio.
14924         (all-target-libstdc++): Remove.
14925         (configure-target-libstdc++): Remove.
14926         (TARGET_LIB_PATH): Remove libstdc++.
14927         (ALL_GCC_CXX): Remove libstdc++.
14928         (all-target-gperf): Correct.
14930 2001-02-16  Nick Clifton  <nickc@redhat.com>
14932         * configure.in (noconfigdirs): Allow configuration of texinfo
14933         for Cygwin hosts.
14935 2001-02-15  Anthony Green  <green@redhat.com>
14937         * configure: Introduce GCJ_FOR_TARGET.
14938         * configure.in: Ditto.
14939         * Makefile.in: Ditto.
14941 2001-02-13  Andreas Schwab  <schwab@suse.de>
14943         * MAINTAINERS: Update mail address.
14945 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14947         * config.guess: Add linux target for S/390.
14948         * config.sub: Likewise.
14950 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14952         * configure.in: for *-chorusos, don't config target-newlib and
14953         target-libgloss.
14955 2001-02-06  Ben Elliston  <bje@redhat.com>
14957         * configure: Output host type to stdout, not stderr.
14959 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14961         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14962         * ltcf-cxx.sh: Likewise.
14964         * config.if: Assume enable_libstdcxx_v3 is defined.
14966 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14968         Remove V2 C++ library.
14969         * configure.in: Remove --enable-libstdcxx_v3 support.
14971 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14973         * include/demangle.h: Add prototype for java_demangle_v3.
14975 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14977         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14979 2001-01-27  Richard Henderson  <rth@redhat.com>
14981         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14983 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14985         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14986         Don't unset, it's non-portable and no longer necessary, set to empty
14987         instead.
14989 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14991         * ltconfig: Shell portability fix for the tagname validity check.
14993 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14995         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14996         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14998 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15000         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
15002 2001-01-26  Tom Tromey  <tromey@redhat.com>
15004         * configure.in: Allow libgcj to be built on Sparc Solaris.
15006 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
15008         * ltcf-c.sh: Add aix5 case.
15009         * ltcf-cxx.sh: Likewise.
15010         * ltconfig: Likewise.
15012 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
15014         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
15015         keep at least one of build_libtool_libs or build_old_libs set to
15016         yes.
15018         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
15019         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
15021 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
15023         * configure.in: Enable libgcj on several additional platforms.
15025 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
15027         * configure.in: Enable libgcj for linux targets.
15029 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15031         * MAINTAINERS (Write After Approval): Add myself.
15033 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15035         * MAINTAINERS: Add myself as vax port maintainer.
15037 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
15039         * MAINTAINERS: Add myself as Mercury front-end maintainer.
15041 2001-01-09  Mike Stump  <mrs@wrs.com>
15043         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
15044         failures of subdirectories.
15046 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15048         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
15049         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
15050         * ltcf-cxx.sh: Likewise.
15051         * ltcf-gcj.sh: Likewise.
15052         * ltconfig.sh: Fix typo.
15054 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15056         * configure: handle DOS-style absolute paths.
15058 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15060         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
15062 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
15064         * MAINTAINERS: Add myself as avr port co-maintainer.
15066 2000-12-28  Ben Elliston  <bje@redhat.com>
15068         * MAINTAINERS: Add myself under ``Write After Approval''.
15070 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
15072         * texinfo: Remove directory from GCC.
15074 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15076         * COPYING: Update to current
15077         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
15078         to 19yy as example year in copyright notice).
15080 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
15082         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
15083         (libstdcxx_incdir): Pass down.
15084         * config.if: Remove expired bits for cxx_interface, add stub.
15085         (libstdcxx_incdir): Add variable for g++ include directory.
15086         * configure.in (gxx_include_dir): Use it.
15088 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
15090         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
15091         with old-email address from ``Write After Approval''.
15093 2000-12-15  Andreas Jaeger  <aj@suse.de>
15095         * configure.in: Handle lang_dirs.
15097 2000-12-14  Tom Tromey  <tromey@redhat.com>
15099         * MAINTAINERS: Removed brads.
15101         * MAINTAINERS: Added gcj developers.
15103 2000-12-13  Anthony Green  <green@redhat.com>
15105         * configure.in: Disable libgcj for any target not specifically
15106         listed.  Disable libgcj for x86 and Alpha Linux until compatible
15107         with g++ abi.
15109 2000-12-13  Mike Stump  <mrs@wrs.com>
15111         * Makefile.in (local-distclean): Also remove fastjar.
15113 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
15115         * contrib/gcc_update: Add fastjar --touch entries.
15117 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
15119         * configure.in: Disable language-specific target libraries for
15120         languages that aren't enabled.
15122 2000-12-10  Anthony Green  <green@redhat.com>
15124         * configure.in: Define libgcj.  Disable libgcj target libraries for
15125         most targets.
15127 2000-12-10  Neil Booth  <neilb@earthling.net>
15129         * MAINTAINERS: Update mail address, remove from WAA list.
15131 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15133         * libjava: Imported from /cvs/java.
15134         * libffi: Likewise.
15135         * Boehm-gc: Likewise.
15137 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15139         * configure.in (target_libs): Revert 2000-12-08 patch.
15140         (noconfigdirs): Added target-libjava.
15142 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15144         * djunpack.bat: removed.
15146 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15148         * Makefile.in: handle DOS-style absolute paths.
15149         * config-ml.in: likewise.
15150         * symlink-tree: likewise.
15152 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15154         * fastjar: Imported.
15156 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15158         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15159         libjava.
15160         * configure.in (target_libs): Removed `target-libjava'.
15162 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15164         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15165         (ALL_MODULES): Added fastjar.
15166         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15167         (all-target-libjava): all-fastjar replaces all-zip.
15168         (all-fastjar): Added.
15169         (configure-target-fastjar, all-target-fastjar): Likewise.
15170         * configure.in (host_tools): Added fastjar.
15172 2000-12-07  Mike Stump  <mrs@wrs.com>
15174         * Makefile.in (local-distclean): Remove leftover built files.
15176 2000-11-24  Nick Clifton  <nickc@redhat.com>
15178         * configure.in (xscale-elf): Add target.
15179         (xscale-coff): Add target.
15181 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
15183         * ltcf-cxx.sh: Support creation of C++ shared libraries on
15184         recent versions of FreeBSD (release 3 or later).
15185         * ltconfig: On FreeBSD, -lc must not be provided when building
15186         a shared library or else the standard -pthread gcc option is
15187         rendered worthless to later users of the built library.
15189 2000-11-16  Fred Fish  <fnf@be.com>
15191         * configure.in (enable_libstdcxx_v3): Fix typo,
15192         libstd++ -> libstdc++.
15194 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15196         * MAINTAINERS: Add self to Write After Approval list.
15198 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
15200         * MAINTAINERS: Update my email address.  Add myself to global write
15201         privs list.
15203 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
15205         * Makefile.in: Merge with src and libgcj.
15206         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
15207         configure-target-<library> when their configure scripts need the C
15208         or C++ library to have already been built to work properly.
15209         (do_proto_toplev): Set them to an empty string.
15211         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15212         (REALLY_SET_LIB_PATH): Use them.
15214 2000-11-17  Stan Shebs  <shebs@apple.com>
15216         * MAINTAINERS: Add self to Write After Approval list.
15218 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15220         * configure: Provide the original toplevel configure arguments
15221         (including $0) to subprocesses in the environment rather than
15222         through gcc/configargs.h.
15224 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15226         * MAINTAINERS: Remove references to cccp. Change C9X reference to
15227         C99.  Alphabetise "Write After Approval" list.
15229 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
15231         * configure: Turn on libstdc++ V3 by default.
15233         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15234         if we've got GCC.
15236 2000-11-11  Philip Blundell  <philb@gnu.org>
15238         * MAINTAINERS: Add self to Write After Approval list.
15240 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
15242         * ltcf-c.sh (aix4): Improve shared library configuration; require
15243         exporting symbols.
15244         * ltcf-cxx.sh (aix4): Define.
15245         * ltconfig (aix4): Define library and soname specs appropriate for
15246         AIX.  Define command to create export symbols list.
15248 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
15250         * config.sub: Add support for Sun Chorus
15252 2000-10-31  Nick Clifton  <nickc@redhat.com>
15254         * MAINTAINERS: Rename <name>@cygnus.com addresses to
15255         <name>@redhat.com.  Also installed new email address for Clint
15256         Popetz.
15258 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
15260         * etc: Remove directory from GCC.
15262 2000-10-16  Michael Meissner  <meissner@redhat.com>
15264         * configure (gcc/configargs.h): Only create if there is a build GCC
15265         directory created.
15267 2000-10-16  Matthias Klose  <doko@debian.org>
15269         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15270         when configured for libstdc++-v3.
15272 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
15274         * configure: Save configure arguments to gcc/configargs.h.
15276 2000-10-04  Philipp Thomas  <pthomas@suse.de>
15278         * config.guess: Import CVS version 1.157.
15279         * config.sub: Import CVS version 1.181.
15281 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
15283         * Makefile.in (bootstrap): avoid recursion if subdir missing
15284         (cross): ditto
15285         (do-proto-toplev): ditto
15287 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
15289         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15290         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15292         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15293         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
15294         all affected `configure' scripts.
15296 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
15298         * MAINTAINERS: Add self as cpplib co-maintainer.
15300 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
15302         * MAINTAINERS: Add self to Write After Approval list.
15304 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15306         * INSTALL/README: egcs -> GCC update.
15308 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
15310         * MAINTAINERS: Add myself to Write After Approval list.
15312 2000-09-15  Kazu Hirata  <kazu@hxi.com>
15314         * MAINTAINERS: Add myself to Write After Approval list.
15316 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
15318         * configure.in: Do not build byacc for hppa64.  Provide paths to the
15319         X11 libraries for hppa64.
15321 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15323         * MAINTAINERS: Add myself as 68hc11 port maintainer.
15325 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
15327         * Makefile.in (all-zlib): Added dummy target.
15329         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15330         ltcf-gcj.sh: Updated from libtool multi-language branch.
15332 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
15334         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15335         (bootstrap*): Depend on all-bootstrap.
15337 2000-09-05  Philipp Thomas  <pthomas@suse.de>
15339         * config.guess: Import CVS version 1.156.
15340         * config.sub: Import CVS version 1.179.
15342 2000-09-02  Anthony Green  <green@cygnus.com>
15344         * Makefile.in (all-gcc): Depend on all-zlib.
15345         (CLEAN_MODULES): Add clean-zlib.
15346         (ALL_MODULES): Add all-zlib.
15347         * configure.in (host_libs): Add zlib.
15349 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
15351         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15352         crosses, but add gcc/include to the header search path for them.
15354 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
15356         * MAINTAINERS: Add self to Write After Approval list.
15358 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15360         * config.guess: Import CVS version 1.152.
15361         * config.sub: Import CVS version 1.177.
15363 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
15365         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15366         $targargs to tell whether newlib is going to be built.
15368         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15369         $$r/TARGET_SUBDIR/libio for _G_config.h.
15371 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
15373         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15375 2000-08-22  DJ Delorie  <dj@redhat.com>
15377         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15379 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
15381         * config-ml.in (CC, CXX): Avoid trailing whitespace.
15382         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15383         sub-configures.
15385 2000-08-21  DJ Delorie  <dj@redhat.com>
15387         * MAINTAINERS: Add self as a libiberty maintainer
15389 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
15391         * configure.in (libstdcxx_flags): Use
15392         libstdc++-v3/src/libstdc++.INC.
15394 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
15396         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15398 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
15400         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15402         * configure: Make enable_threads and enable_shared defaults
15403         explicit.  Substitute enable_threads into generated Makefiles.
15404         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15405         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15407 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15409         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15411 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
15413         * config-ml.in (CC): Remove bogus duplicate quotation mark from
15414         previous delta.
15416 2000-08-11  Jason Merrill  <jason@redhat.com>
15418         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15419         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15420         (FLAGS_FOR_TARGET): Not here.
15421         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15423 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
15425         * config-ml.in (CC, CXX): Don't introduce a leading space.
15427 2000-08-07  DJ Delorie  <dj@delorie.com>
15429         * MAINTAINERS: Add self as a DJGPP maintainer
15431 2000-08-07  DJ Delorie  <dj@redhat.com>
15433         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15434         "if we're also building gcc, and it's a gcc that will run on the
15435         build machine, we want to use its includes instead of the system's
15436         default includes".
15438 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15440         * MAINTAINERS: Add self to Write After Approval list.
15442 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
15444         * configure.in (libstdcxx_flags): Don't use `"'.
15446         * config-ml.in: Adjust multilib search paths to the
15447         appropriate multilib tree.
15449 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15451         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15452         commas in $LANGUAGES.
15454 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15456         * configure.in: Re-enable all references to libg++ and librx.
15458 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15460         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15461         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15462         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15463         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15465         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15467 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15469         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15470         CXX_FOR_TARGET for sed.
15472 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15474         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15475         Do not override if already set in the environment or in configure.
15476         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15477         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15479 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15481         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15482         the libtool CVS tree multi-language branch.
15483         * ltconfig, ltmain.sh: Updated.
15485 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15487         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15488         (clean-target): Depend on it.
15490         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15491         (GCC_FOR_TARGET): Use it.
15492         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15493         * configure.in: ... here.
15494         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15495         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15497 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15499         * MAINTAINERS: Add self to Write After Approval list.
15501 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15503         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15504         (configure-target-libchill, configure-target-libobjc): Likewise.
15506         * configure.in: Use the same cache file for all target libs.
15507         * config-ml.in: But different cache files per multilib variant.
15509 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15511         * configure (topsrcdir): Don't use dirname.
15513 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15515         * MAINTAINERS: Add self to Write After Approval list.
15517 2000-07-20  Jason Merrill  <jason@redhat.com>
15519         * configure.in: Remove all references to libg++ and librx.
15521         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15523 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15525         * config.sub: Update to subversions version 2000-07-06.
15527 2000-07-12  Andrew Haley  <aph@cygnus.com>
15529         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15530         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15532 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15534         * symlink-tree:  Check number of arguments.
15536 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15538         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15539         search path for a g++ extracted from the build tree.  This
15540         will allow link tests run by configure scripts in
15541         subdirectories to succeed.
15543 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15545         * ltconfig: Add support for mips-dde-sysv4.2MP
15547 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15549         * MAINTAINERS: Add myself as loop discovery maintainer.
15551 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15553         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15554         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15556 2000-06-19  Timothy Wall  <twall@cygnus.com>
15558         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15559         * config.sub: Add tic54x target.
15561 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15563         * MAINTAINERS: Add self as Fortran maintainer,
15564         remove Craig Burley.
15566 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15568         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15569         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15571 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15573         * MAINTAINERS: Add self as i18n maintainer
15575 20000-05-21  H.J. Lu  (hjl@gnu.org)
15577         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15578         directory are used if they exist. Make sure
15579         $(build_tooldir)/include is searched for header files,
15580         $(build_tooldir)/lib/ for library files.
15581         (GCC_FOR_TARGET): Likewise.
15582         (CXX_FOR_TARGET): Likewise.
15584 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15586         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15588 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15590         * Makefile.in (configure-target-libiberty): Depend on
15591         configure-target-newlib.
15593 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15595         * configure.in, Makefile.in: Merge all libffi-related
15596         configury stuff from the libgcj tree.
15598 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15600         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15601         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15603 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15605         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15606         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15607         current version information.  Add to proto-toplev directory.
15608         (gdb-taz): Build do-djunpack.
15610 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15612         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15614 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15616         * MAINTAINERS: Add self to Write After Approval list.
15618 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15620         * ltmain.sh: Preserve in relink_command any environment
15621         variables that may affect the linker behavior.
15623 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15625         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15627 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15629         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15631 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15633         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15634         with the version name.
15636 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15638         * MAINTAINERS: Add self as bb-reorder maintainer.
15640 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15642         * config.if: Tweak.
15644 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15646         * djunpack.bat: New file.
15648 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15650         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15651         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15652         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15653         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15655 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15657         * config.sub (case $basic_machine): Change default for "ibm-*"
15658         to "openedition".
15660 2000-04-13  Andreas Jaeger  <aj@suse.de>
15662         * MAINTAINERS: Added myself.
15664 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15666         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15667         (do-md5sum): New target.
15668         (MD5PROG): Define.
15669         (PACKAGE): Default to TOOL.
15670         (VER): Default to a shell script.
15671         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15672         md5 checksum generation.
15673         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15674         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15675         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15676         insight.tar.bz2): Use gdb-taz to create archive.
15678 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15680         * configure (warn_cflags): Delete.
15682 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15684         * MAINTAINERS: Added myself.
15686 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15687             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15689         * configure.in (enable_libstdcxx_v3): Add.
15690         (target_libs): Add bits here to switch between libstdc++-v2 and
15691         libstdc++-v3.
15692         * config.if: And this file too.
15693         * Makefile.in: Add libstdc++-v3 targets.
15695 2000-04-05  Michael Meissner  <meissner@redhat.com>
15697         * config.sub (d30v): Add d30v as a basic machine type.
15699 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15701         * configure.in: -linux-gnu*, not -linux-gnu.
15703 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15705         * MAINTAINERS: Add self in write-after-approval section.
15707 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15709         * MAINTAINERS: Add self as ia64 port maintainer.
15711 2000-03-08  Neil Booth  <NeilB@earthling.net>
15713         * MAINTAINERS: Add self in write-after-approval section.
15715 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15717         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15718         (do-tar-bz2): Replace TOOL with PACKAGE.
15719         (gdb.tar.bz2): Remove GDBTK from GDB package.
15720         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15721         dejagnu.tar.bz2): New packages.
15723 2000-02-27  Andreas Jaeger  <aj@suse.de>
15725         * configure.in: Add entry for mips*-*-linux*, move catch all
15726         *-*-*linux* entry below this one.
15728 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15730         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15732 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15734         * config.sub: Support an OS of "wince".
15736 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15738         * config.guess, config.sub: Updated to match config's 2000-02-15
15739         version.
15741 2000-02-23  Linas Vepstas  <linas@linas.org>
15743         * config.sub: Add support for Linux/IBM 370.
15744         * configure.in: Likewise.
15746 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15748         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15750 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15752         * config.guess: Guess "cygwin" rather than "cygwin32".
15754 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15756         * configure (gcc_version): When setting, narrow search to
15757         lines containing `version_string'.
15759 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15761         * config.sub: Add support for avr target.
15763 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15765         * MAINTAINERS: Add maintainers for MCore port.
15767 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15769         * config.sub: Add mmix-knuth-mmixware.
15771 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15773         * MAINTAINERS: Pair cccp with cpplib maintainership.
15775 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15777         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15778         structure stuff to -L library search.
15779         (CXX_FOR_TARGET): Ditto.
15780         (CROSS_CHECK_MODULES): Fix spelling mistake.
15782 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15784         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15785         the C++ compiler.
15787 2000-01-12  Richard Henderson  <rth@cygnus.com>
15789         * configure.in: Don't build some bits for beos.
15791 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15793         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15794         as include files.
15796 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15798         * Add self as cpplib maintainer, as requested by Jason
15799         Merrill.  Correct my e-mail address.
15801 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15803         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15804         not mh-aix43.
15806 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15808         * MAINTAINERS: Add myself to "write after approval" list.
15810 1999-12-14  Richard Henderson  <rth@cygnus.com>
15812         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15813         * config.sub: Accept alphaev[78], alphaev8.
15815 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15817         * config.guess, config.sub: Update from autoconf.
15819 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15821         * MAINTAINERS:  update my playtime e-address.
15823 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15825         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15826         necessary libraries are missing.
15828 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15830         * MAINTAINERS: Add new 'write after approval' maintainer.
15832 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15834         * MAINTAINERS: Add new Java maintainer.
15836 1999-10-25  Andreas Schwab  <schwab@suse.de>
15838         * configure: Fix quoting inside arguments of eval.
15840 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15842         * config-ml.in: Allow suppression of some ARM multilibs.
15844 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15846         * config.guess: Add OS/390 match pattern.
15847         * config.sub: Add mvs, openedition targets.
15848         * configure.in (i370-ibm-opened*): New.
15850 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15852         * config.sub: Add support for configuring for pj.
15854 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15856         * config.sub (maybe_os): Add support for configuring for fr30.
15858 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15860         * configure.in: Do not configure or build ld for AIX
15861         platforms.  ld is known to be broken on these platforms.
15863 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15865         * config-ml.in: Pass compiler flag corresponding to multidirs to
15866         subdir configures.
15868 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15870         * Makefile.in (LDFLAGS): Define.
15872 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15874         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15875         noconfigdirs.
15876         (*-*-cygwin*): Likewise.
15878 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15880         * mkdep: New file.
15881         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15882         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15884         From Eli Zaretskii <eliz@is.elta.co.il>:
15885         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15886         long file name when using DJGPP on MS-DOS.
15888 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15890         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15892 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15894         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15895         dependency as this causes "make check" to globally "make all"
15897 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15899         * configure.in (target_libs): Added target-zlib.
15900         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15901         (CONFIGURE_TARGET_MODULES): Likewise.
15902         (CHECK_TARGET_MODULES): Likewise.
15903         (INSTALL_TARGET_MODULES): Likewise.
15904         (CLEAN_TARGET_MODULES): Likewise.
15905         (configure-target-zlib): New target.
15906         (all-target-zlib): Likewise.
15907         (all-target-libjava): Depend on all-target-zlib.
15908         (configure-target-libjava): Depend on configure-target-zlib.
15910         * Makefile.in (configure-target-libjava): Depend on
15911         configure-target-newlib.
15912         (configure-target-boehm-gc): New target.
15913         (configure-target-qthreads): New target.
15915         * configure.in (target_libs): Added target-qthreads.
15916         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15917         (CONFIGURE_TARGET_MODULES): Likewise.
15918         (CHECK_TARGET_MODULES): Likewise.
15919         (INSTALL_TARGET_MODULES): Likewise.
15920         (CLEAN_TARGET_MODULES): Likewise.
15921         (all-target-qthreads): New target.
15922         (configure-target-libjava): Depend on configure-target-qthreads.
15923         (all-target-libjava): Depend on all-target-qthreads.
15925         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15926         (CONFIGURE_TARGET_MODULES): Likewise.
15927         (CHECK_TARGET_MODULES): Likewise.
15928         (INSTALL_TARGET_MODULES): Likewise.
15929         (CLEAN_TARGET_MODULES): Likewise.
15930         (all-target-libjava): New target.
15931         (all-target-boehm-gc): Likewise.
15932         * configure.in (target_libs): Added libjava, boehm-gc.
15934 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15936         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15937         configure.bat in SUPPORT_FILES.
15938         (gas+binutils.tar.bz2): Likewise.
15940         * makeall.bat: Remove; obsolete.
15942 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15944         From Mark Elbrecht:
15945         * configure.bat: Remove; obsolete.
15947 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15949         * configure: Add -W -Wall to the default CFLAGS when compiling with
15950         gcc.
15952 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15954         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15956 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15958         * configure.in: Build ld on IRIX6.
15960 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15962         * Makefile.in: Change distribution targets to use bzip2 instead of
15963         gzip.
15964         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15965         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15967 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15969         * config.sub: Add mcore target.
15971 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15973         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15975 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15977         * config.guess (dummy): Changed to $dummy.
15979 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15981         * config.sub: Tidied up case statements.
15983 1999-05-22  Ben Elliston  <bje@cygnus.com>
15985         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15986         <jiro@din.or.jp>.
15988         * config.guess: Merge with FSF version. Future changes will be
15989         more accurately recorded in this ChangeLog.
15990         * config.sub: Likewise.
15992 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15994         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15996 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15998         * ltmain.sh: [mode link] Always use CC given by ltconfig.
16000 1999-04-23  Tom Tromey  <tromey@cygnus.com>
16002         * ltconfig, ltmain.sh: Update to libtool 1.2f.
16004 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
16006         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
16007         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
16008         Bad merge removed these two changes.
16010 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
16011                           Martin Heller (Ing.-Buero_Heller@t-online.de)
16013         * config.guess (interix Alpha): Add.
16015 1999-04-11  Richard Henderson  <rth@cygnus.com>
16017         * configure.in (i?86-*-beos*): Do config gperf; don't config
16018         gdb, newlib, or libgloss.
16020 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
16022         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
16023         link a trivial program with -mabi=64.  If it fails, remove mabi=64
16024         from multidirs.
16026 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
16028         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
16030 1999-04-08  Nick Clifton  <nickc@cygnus.com>
16032         * config.sub: Add support for mcore targets.
16034 1999-04-07  Michael Meissner  <meissner@cygnus.com>
16036         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
16037         not mt-ospace, in order to shut up assembler warning about using
16038         symbols that are named the same as registers.
16040 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
16042         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
16043         dependency list for all-target-cygmon.
16045 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
16047         * config-ml.in: Check $host, not $target, for selective multilibs.
16048         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
16049         thumb interworking, and underscore prefix multilibs.
16051 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
16053         * missing: Update to version from current automake.
16055 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
16057         * configure (gxx_include_dir): Removed.
16059         * configure.in (gxx_include_dir): Handle it.
16060         * Makefile.in: Likewise.
16062 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
16064         * config.sub (mips64vr4111,mips64vr4111el) Add.
16066 1999-03-21  Ben Elliston  <bje@cygnus.com>
16068         * config.guess: Correct typo for detecting ELF on FreeBSD.
16070 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
16072         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
16073         config/mh-djgpp.
16075 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
16077         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
16078         all-target-newlib to dependency list for all-target-bsp.
16080 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16082         * config.sub: Add i386-uwin support.
16083         * config.guess: Likewise.
16085 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16087         * configure.in: cleanup, add mh-*pic handling for arm, special
16088         case powerpc*-*-aix*
16090 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
16092         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
16093         can be built.
16095 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
16097         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
16098         targets.
16100 1999-03-02  Nick Clifton  <nickc@cygnus.com>
16102         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
16104 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
16106         * config.sub: Check for "cygwin*" rather than "cygwin32*"
16108 1999-02-24  Nick Clifton  <nickc@cygnus.com>
16110         * config.sub: Fix typo in arm recognition.
16112 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
16114         * configure.in (noconfigdirs): Changed target_configdirs to
16115         include target-bsp only for m68k-*-elf* and m68k-*-coff*
16116         rather than m68k-*-* since it is not known to work on
16117         m68k-aout. Ditto for arm-*-*oabi.
16119 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
16121         * configure.in (*-*-windows*): Remove, no longer used.
16123 1999-02-19  Ben Elliston <bje@cygnus.com>
16125         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
16126         Smart and improved by Andrew Cagney.
16128 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
16130         * config.guess: Recognize openbsd-*-hppa.
16132 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
16134         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
16135         only if it is not empty.
16137 1999-02-17  Nick Clifton  <nickc@cygnus.com>
16139         Patch from: Scott Bambrough <scottb@corelcomputer.com>
16141         * config.guess: Modified to recognize uname's armv* syntax.
16143         * config.sub: Modified to recognize uname's armv* syntax.
16145 1999-02-17  Mark Salter  <msalter@cygnus.com>
16147         * configure.in: Added target-bsp for sparclite.
16149 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
16151         * config.sub: Recognize alphapca5[67] and up to alphaev8.
16153 1999-02-08  Nick Clifton  <nickc@cygnus.com>
16155         * configure.in: Add support for strongarm port.
16156         * config.sub: Add support for strongarm target.
16158 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16160         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16161         the old name config/mh-cygwin32.
16162         Enable texinfo.
16164 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
16166         * configure.in: Do build ld for ix86 Solaris.
16168 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
16170         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
16171         $AR_FOR_TARGET.  Likewise for RANLIB.
16173 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
16175         * config.sub (oabi):  Recognize.
16176         * configure.in (arm-*-oabi):  Handle.
16178 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
16180         * config.guess: Improve detection of i686 on UnixWare 7.
16182 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16184         * config.guess: Add support for i386-pc-interix.
16185         * config.sub: Likewise.
16186         * configure.in: Likewise.
16188 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
16190         * Makefile.in: Remove unneeded all-target-libio from
16191         from all-target-winsup target since it is now unneeded.
16192         Add all-target-libtermcap in its place since it is now
16193         needed.
16195 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
16197         * configure.in: makefile stub for cygwin target is probably
16198         unnecessary.  Remove it for now.
16200 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
16202         * configure.in: libtermcap.a should be built when cygwin is the
16203         target as well as the host.
16204         * config.guess: Allow mixed case in cygwin uname output.
16205         * Makefile.in: Add libtermcap target.
16207 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
16209         * config.sub: Clean up handling of hppa2.0.
16211 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
16213         * config.guess: Use C code to identify more HP machines.
16215 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
16217         * config.sub: Handle hppa2.0.
16219 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
16221         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
16222         cygmon for all sparclite targets, regardless of object format.
16224 1998-12-15  Mark Salter  <msalter@cygnus.com>
16226         * configure.in: Added target-bsp for several target architectures.
16228         * Makefile.in: Added rules for bsp.
16230 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
16232         * config.guess: Improve detection of hppa2.0 processors.
16234 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
16236         * config.guess: Recognize FreeBSD using ELF automatically.
16238 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
16240         * configure (skip-this-dir): Add handling for new shell script, which
16241         might be created by a sub-directory's configure to indicate, this particular
16242         directory is "unwanted".
16243         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16245 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
16247         * ltconfig: import from libtool, after changing libtool to
16248         account for the cygwin name change.
16250 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
16252         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16253         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16255 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
16257         * configure.in: Add libtermcap to list of cygwin dependencies.
16259 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
16261         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16262         they include winsup/include when it's a cygwin target.
16264 1998-11-12  Tom Tromey  <tromey@cygnus.com>
16266         * configure.in (host_tools): Added zip.
16267         * Makefile.in (all-target-libjava): Depend on all-zip.
16268         (all-zip): New target.
16269         (ALL_MODULES): Added all-zip.
16270         (NATIVE_CHECK_MODULES): Added check-zip.
16271         (INSTALL_MODULES): Added install-zip.
16272         (CLEAN_MODULES): Added clean-zip.
16274 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
16276         * Makefile.in: lose "32" from comment about cygwin.
16278 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
16280         * configure.in: Use -Os to build target libraries for the fr30.
16282 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
16284         * config.sub: Add fr30.
16286 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
16288         * configure.in: drop "32" from config/mh-cygwin32.  Check
16289         cygwin* instead of cygwin32*.
16290         * config.sub: Check cygwin* instead of cygwin32*.
16292 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
16294         * config.guess: Match any version of Unixware7.
16296 1998-10-20  Syd Polk  <spolk@cygnus.com>
16298         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16299         if desired.
16301 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
16303         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16304         these if the appropriate directories and files to not exist.
16306 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
16308         * Makefile.in (DEVO_SUPPORT): Add config.if.
16310 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16312         * configure: Add pattern to replace "build_tooldir"'s
16313         definition in the generated Makefile with "tooldir"'s
16314         actual value.
16316 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
16318         * config.sub: Bring back lost sparcv9.
16320         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16322 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
16324         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16325         CC_FOR_TARGET and friends.
16327 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
16329         * Makefile.in (build_tooldir): New variable, same as tooldir.
16330         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16331         -B$(build_tooldir)/bin/.
16332         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16334 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16336         * README: Remove installation instructions and refer to the
16337         INSTALL directory instead.
16339 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
16341         * config.sub: Add support for i[34567]86-pc-udk.
16342         * configure.in: Likewise.
16344 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
16346         * Makefile.in: add bzip2 package building bits for user
16347         tools module
16348         * configure.in: ditto
16350 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
16352         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16353         (ALL_TARGET_MODULES): Add all-target-libobjc.
16354         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16355         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16356         (all-target-libchill): Add dependencies.
16357         * configure.in (target_libs): Add libchill.
16359 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
16361         * configure.in (target_subdir): Remove duplicate line.
16363 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
16365         * Makefile.in (all-automake): fix dependencies.
16367 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
16369         * configure.in: Minor cleanups for building in the $(target_alias)
16370         subdir.
16372 1998-09-22  Jim Wilson  <wilson@cygnus.com>
16374         * Makefile.in (bootstrap): Set r and s before make all.  Use
16375         BASE_FLAGS_TO_PASS in make all.
16376         (cross): Likewise.
16378 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
16380         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16382 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
16384         * config.sub: Fix typo in last change.
16386 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16388         * config.sub: Add support for C4x target.
16389         * configure.in: Likewise.
16391 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
16393         * config.sub: Recognize sparcv9 just like sparc64.
16395 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
16397         * config.guess: Match "Pent II" or "PentII" for OpenServer.
16399 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
16401         * config.guess: Correctly identify Pentium II sco boxes.
16403         * config.guess: Fix "tr" code.  From Weiwen Liu.
16405 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
16407         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16408         stabs.
16410 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
16412         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16413         (ALL_TARGET_MODULES): Add all-target-libchill.
16414         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16415         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16416         (all-target-libchill): Add dependencies.
16417         * configure.in (target_libs): Add libchill.
16419 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16421         * config.guess: Avoid assumptions about "tr" behaves when
16422         LANG is set to something other than English.
16424 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
16426         * configure (gxx_include_dir): Changed to
16427         '${prefix}/include/g++'-${libstdcxx_interface}.
16429         * config.if: New to determine the interfaces.
16431 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
16433         * config.guess: Detect and handle MPE/IX.
16434         * config.sub: Deal with MPE/IX.
16436 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
16438         * configure.in: Use mh-aix43.
16440 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
16442         * configure: Fix --without/--disable cases for gxx-include-dir.
16444 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
16446         * mdata-sh:  Imported.  Needed for automake support.
16448 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16450         * Makefile.in (taz): Try "chmod -R og=u ." before
16451         "chmod og=u `find . -print`".
16453 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16455         * configure.in: Add arm-elf and thumb-elf support.
16457 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16459         * Makefile.in: Undo previous patch.
16461 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16463         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16464         to here ...
16465         (install-no-fixedincludes): and here
16466         (INSTALL_MODULES): ... from here.
16468 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16470         * config.sub: Merge with FSF.
16472         * config.guess: Merge with FSF.
16474 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16476         * configure (extraconfigdirs): New variable.
16477         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16478         * Makefile.in (all): Move higher in file.
16479         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16480         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16481         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16482         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16483         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16485 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16487         * Makefile.in (all-target-libjava): Depend on all-gcc and
16488         all-target-newlib.
16489         (configure-target-libjava): Depend on $(ALL_GCC).
16491 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16493         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16494         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16496 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16498         * INSTALL/README: Fix typo.
16500 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16502         * ylwrap: Change absolute path checks to check for DOS style path
16503         names.
16505         * ylwrap: Don't use a full path name if the source file is in the
16506         same directory.  From hjl@lucon.org (H.J. Lu).
16508         * config-ml.in: Default to being verbose, to match Feb 18 change to
16509         configure.
16511 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16513         Brought over from egcs:
16515         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16517         * configure.in (target_subdir): Set to ${target_alias} instead
16518         of "libraries".
16520         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16522         * configure.in (target_subdir): Set to libraries if enable_multilib.
16524 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16526         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16527         multilibs, force reconfiguration the first time we create
16528         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16530 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16532         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16533         avoid confusion with --no-recursion.
16535 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16537         * configure.in: Win32 hosts shouldn't use install -x
16538         * install-sh: remove -x option, and special .exe-handling
16539         hack.
16541 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16543         * config.guess: Recognize i586-pc-beos.
16544         * configure.in: Don't build some bits for beos.
16546 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16548         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16549         CFLAGS default to -O2.
16551         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16552         when using GNU ld.
16554 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16556         * ltmain.sh: Correct install when using a different shell.
16558 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16560         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16562 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16564         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16565         target.
16567 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16569         * ltconfig: Update to correct AIX handling.
16571 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16573         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16575         * configure.in (target_subdir): Set to ${target_alias} instead
16576         of "libraries".
16578 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16580         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16581         (Makefile): Depend on $(gcc_version_trigger).
16583         * configure (gcc_version): Change default initializer to empty
16584         string.
16585         (gcc_version_trigger): New variable; pass this variable down
16586         to subdir configures to enable them checking gcc's version
16587         themselves. Emit make macros for both gcc_version vars.
16588         (topsrcdir): Initialize reliably.
16589         (recursion line): Remove --with-gcc-version=${gcc_version}.
16591 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16593         * configure (enable_version_specific_runtime_libs): Implement new flag
16594         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16595         in $(libsubdir); emit definition in each generated Makefile.
16596         (gxx_include_dir): Initialize depending on
16597         $enable_version_specific_runtime_libs.
16599 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16601         * configure (gcc_version): Initialize properly depending on
16602         how and where configure is started.
16603         (recursion line): Pass a --with-gcc-version=${gcc_version}
16604         to configures in subdirs.
16606 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16608         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16609         cygmon
16611 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16613         * configure.in: Add cygmon and libstub support for mn10200.
16615 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16617         * configure (gcc_version): Add new variable describing the
16618         particular gcc version we're building.
16619         * Makefile.in (libsubdir): Add new macro for the directory
16620         in which the compiler finds executables, libraries, etc.
16621         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16622         and libsubdir.
16624 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16626         * Makefile.in (local-clean): Remove *.log.
16627         (warning.log): Built with warn_summary from build.log.
16628         (mail-report.log): Run test_summary.
16629         (mail-report-with-warnings.log): Run test_summary including
16630         warning.log in the report.
16632 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16634         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16636 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16638         * Makefile.in (grep): Grep no longer depends on libiberty.
16640 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16642         * Makefile.in: all-snavigator needs all-libgui.
16644 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16646         * configure.in: Add cygmon and libstub support for mn10300.
16648 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16650         * missing: Update to version from automake 1.3.
16652         * ltmain.sh: On installation, don't get confused if the same name
16653         appears more than once in the list of library names.
16655 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16657         * config.sub: Accept m68060 and m5200 as CPU names.
16659 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16661         * configure: Use && rather than using -a in test, because odd
16662         strings can confuse test.
16663         * configure.in: Likewise.
16665 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16667         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16669 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16671         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16672         bootstrap4-lean): New targets.
16674 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16676         * mpw-* Delete.  Not used.
16678 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16680         * COPYING.LIB: Update FSF address.
16682 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16684         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16686         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16687         GAS_SUPPORT_DIRS.
16689 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16691         * ltconfig, ltmain.sh: Avoid producing a version number if
16692         -version-info was not used.
16694 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16696         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16697         building with newlib.
16699 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16701         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16702         Solaris `make' causes it to continue to next definition.
16704 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16706         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16707         the right GUI libraries and files are installed along with GDB.
16709 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16711         * configure.in: Change alpha to alpha* in several places.
16713 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16715         * config.sub: Recognize sparc86x.
16717 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16719         * configure.in (--enable-target-optspace): Remove debug echo.
16721 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16723         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16725 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16727         * ltconfig: Update cygwin32 support.
16729         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16730         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16731         (GDB_SUPPORT_DIRS): Likewise.
16733 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16735         * configure.in (target_makefile_frag): If --enable-target-optspace,
16736         use -Os to compile target libraries rather than -O2.  Default to
16737         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16738         not used.
16739         * configure.in (target_cflags): Ditto for d30v.
16741 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16743         * Makefile.in (all-bfd): Depend on all-intl.
16744         (all-binutils): Likewise.
16745         (all-gas): Likewise.
16746         (all-gprof): Likewise.
16747         (all-ld): Likewise.
16749 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16751         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16753 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16755         * Makefile.in (all-bfd): Depend upon all-libiberty.
16757         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16759 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16761         * Makefile.in: Add libstub.
16763         * configure.in: Ditto. Build libstub for targets that have cygmon
16764         support.
16766 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16768         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16770 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16772         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16773         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16775 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16777         * configure: Define DEFAULT_M4 by searching PATH.
16778         * Makfile.in: Use DEFAULT_M4.
16780 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16782         * ltconfig: Add cygwin32 support.
16784         * Makefile.in, configure.in: Add libtool as a native only directory
16785         to configure and build.
16787 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16789         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16791 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16793         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16795 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16797         * Makefile.in: add ash make rules
16798         * configure.in: add ash to native_only and host_tools lists
16800 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16802         * Makefile.in (all-gettext, all-intl): New targets.
16803         (ALL_MODULES): Added all-gettext, all-intl.
16804         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16805         (INSTALL_MODULES): Added install-gettext, install-intl.
16806         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16808         * configure.in (host_tools): Added gettext.
16809         (native_only): Likewise.
16810         (noconfigdirs) [various cases]: Likewise.
16811         (host_libs): Added intl.
16813 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16815         * configure: Do not disable building gdbtk for cygwin32 hosts.
16817 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16819         * configure.in: Add thumb-coff target.
16820         * config.sub: Add thumb-coff target.
16822 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16824         * Makefile.in: Revert yesterday's change.
16825         (all-target-winsup):  all-target-librx stays out of here.
16827 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16829         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16830         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16831         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16832         Remove references to librx and libg++.
16834 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16836         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16837         recursive makes
16839 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16841         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16842         for newlib directory.
16843         (CXX_FOR_TARGET): Likewise.
16845 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16847         * ltconfig: Update after libtool/ltconfig.in change for
16848         hpux11.
16850 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16852         * ltconfig, ltmain.sh: Update to libtool 1.2.
16854 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16856         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16857         (install-gcc-cross): Instead, override LANGUAGES here.
16859 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16861         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16862         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16864 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16866         * configure.in: Add Thumb-pe target.
16868 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16870         * Makefile.in - changed sn targets to snavigator
16871         * configure.in - changed sn targets to snavigator
16873 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16875         * config-ml.in: After building symlink tree call make distclean
16876         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16877         to be the case for libiberty.
16879 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16881         * configure: When making link, also check the current
16882         directory. The configure scripts may create one.
16884 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16886         * config.sub: Accept alphapca56 and alphaev6 properly.
16888 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16890         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16892 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16894         * config.sub (sco5): Fix typo.
16896 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16898         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16899         install-itcl.
16900         (install-itcl): Remove dependency on install-tcl.
16902 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16904         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16906 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16908         * configure.in: Don't build libgui for a cygwin32 target when not on
16909         a cygwin32 host.
16911 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16913         * configure (redirect): Set to null, so default behavior of
16914         configure is now --verbose.
16916 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16918         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16919         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16921 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16923         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16924         this change to sync Makefile.in with its ChangeLog entries.
16926 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16928         * ltmain.sh (mkdir): Check that the directory doesn't exist
16929         before we exit with error, so that we don't get races during
16930         parallel builds.
16932 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16934         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16936 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16938         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16939         PICFLAG_FOR_TARGET.
16940         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16942         * configure: Emit a definition for the new macro enable_shared
16943         into each Makefile.
16945 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16947         * configure.in (host_tools, native_only): Add libtool.
16949 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16951         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16952         Fix typo in ming config comment.
16954 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16956         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16958 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16960         * config.sub: Add tic30 cases, and map c30 to tic30.
16962 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16964         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16965         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16966         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16967         (CLEAN_TARGET_MODULES): Similarly
16968         (all-target-libf2c): Add dependences.
16969         * configure.in (target_libs): Add libf2c.
16971 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16973         * configure.in: Remove expect from noconfigdirs when target
16974         is cygwin32.  OK to build expect and dejagnu with Canadian
16975         Cross.
16977 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16979         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16980         host.
16982         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16983         and mingw32.
16985 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16987         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16988         here as it is not defined in the toplevel Makefile.
16990 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16992         * configure (package_makefile_rules_frag): New variable, which names
16993         a file with generic rules, ...
16994         Change comment to mention we now have FIVE parts.
16995         * configure: Undo last change.
16997 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16999         * config.guess: More accurate determination of HP processor types.
17000         * config.sub: More accurate determination of HP processor types.
17002 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
17004         * configure (package_makefile_frag): Move inserting the
17005         ${package_makefile_frag} to where it should be according
17006         to the comment.
17008 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
17010         * config.guess: Add support for Linux/ARM.
17012 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
17014         * .cvsignore: Remove *-info and *-install since they match
17015         release-info and mpw-install, which we don't want to just ignore.
17017 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
17019         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
17021 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
17023         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
17024         local_prefix to sub-make invocations.
17026 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
17028         * configure.in: Check makefile fragments in the source
17029         directory.
17031 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
17033         * configure.in: Check whether host and target makefile
17034         fragments exist before adding them to *_makefile_frag.
17036 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
17038         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
17040 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
17042         * configure.in: Make sure we only replace RPATH_ENVVAR on
17043         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
17044         regexp to sed.
17046         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
17047         to sub-makes.
17049 1998-01-13  Lee Iverson   (leei@ai.sri.com)
17051         * config-ml.in (multi-do): LDFLAGS must include multilib
17052         designator.
17054 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
17056         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
17058 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
17060         * config.sub: Add mingw32 support.
17061         * configure.in: Likewise.
17063 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
17065         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
17067 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
17069         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17070         * configure (gxx_include_dir): Provide a definition for subdirs
17071         which do not use autoconf.
17073 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
17075         * config.guess: Sync with egcs.  Picks up new alpha support,
17076         BeOS & some additional linux support.
17078 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
17080         * config.guess: HP 9000/803 is a PA1.1 machine.
17082 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
17084         * configure.in: It's alpha*-...
17086 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17088         * configure.in (host_makefile_frag, target_makefile_frag):
17089         Handle multiple config files.
17090         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
17091         alpha-*-*.
17093 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
17095         * mkdep: New file.
17097 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
17099         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
17101 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17103         * Makefile.in: Add libgui directory.
17104         (GDB_TK): Add all-libgui.
17105         * configure.in: Add libgui directory.
17106         * configure: Add all-libgui to GDB_TK.
17108 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
17110         * config-ml.in (multidirs): Add m32r to multilib list.
17112 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
17114         * Makefile.in (all-target-gperf): Change dependency to
17115         all-target-libstdc++.
17117 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
17119         * config.guess: Add BeOS support.
17121 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17123         Source directory cvs renamed to cvssrc:
17124         * configure.in (host_tools): Change cvs to cvssrc.
17125         (native_only): Likewise.
17126         (noconfigdirs) [various cases]: Likewise.
17127         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
17128         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
17129         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
17130         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
17131         (all-cvssrc): Rename target from all-cvs.
17133 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
17135         * configure (gxx_include_dir): Fix thinko.
17137 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
17139         * Makefile.in (INSTALL_TARGET_CROSS): Define.
17140         (install-cross, install-gcc-cross): New targets.
17142 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
17144         * configure.in (noconfigdirs): Add support for Thumb target.
17146         * config.sub (maybe_os): Add support for Thumb target.
17148 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
17150         * Makefile.in: Add rules for cygmon.
17152         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17154 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
17156         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17157         * configure (gxx_include_dir): Provide a definition for subdirs
17158         which do not use autoconf.
17160 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
17162         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
17163         11/18/97 build
17165 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
17167         * From Franz Sirl.
17168         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17169         found on RedHat Linux systems.
17171 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
17173         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17174         guesses.
17176 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
17178         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17180 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
17182         * ltmain.sh: If mkdir fails, check whether the directory was created
17183         anyhow by some other process.
17185 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
17187         * configure.in (d30v-*-*): Configure all directories.
17189 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
17191         * configure.in (d30v-*-*): Configure newlib, libiberty directories
17192         for the D30V.
17194 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
17196         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17198 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
17200         * include/libiberty.h: Add extern "C" { so it can be used with C++
17201         progrms.
17202         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
17203         programs.
17205 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
17207         * configure.in (d30v-*-*): Configure GCC now.
17209 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17211         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17212         is no longer needed.
17214 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
17216         * Makefile.in: check-target-libio depends on all-target-libstdc++.
17218 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
17220         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17221         targets using "$@" to provide support for similar but not identical
17222         targets without having to duplicate code.
17224 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
17226         * makefile.vms: Fix to work with DEC C.
17228 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
17230         * config.sub: Add mips-tx39-elf to marketing names.
17232 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
17234         * ltmain.sh: Handle symlinks in generated script.
17236 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
17238         * configure: Handle autoconf style directory options: --bindir,
17239         --datadir, --includedir, --infodir, --libdir, --libexecdir,
17240         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17241         --sysconfdir.
17242         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17243         (sharedstatedir, localstatedir, oldincludedir): New variables.
17244         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17245         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17246         sbindir, sharedstatedir, and sysconfdir.
17248 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17250         * Makefile.in (bootstrap-lean): New target.
17252 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
17254         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
17255         sn, and gnuserv from noconfigdirs.
17257 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
17259         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17261 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
17263         * Makefile.in (cross): New target.
17265 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
17266                           Jeff Law         <law@cygnus.com>
17268         * Makefile.in (bootstrap2, bootstrap3): New targets.
17269         (all-bootstrap): Remove outdated and confusing target.
17270         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17272 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17274         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17275         windows.  Consistent with gdb/configure.
17277 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
17279         * configure.in: Name Linux target fragment.
17281         * configure: Rewrite so that project Makefile fragment is inserted
17282         first and appears last in the resulting Makefile.
17284 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17286         * Makefile.in (install-itcl): Install tcl first.
17288 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
17290         * configure.in: remove bison from noconfigdirs for Cygwin32 host
17292 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17294         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17296         * configure.in (skipdirs): Add target-librx for Linux.
17297         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17299 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
17301         * Makefile.in (bootstrap): New target.
17303 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
17305         * config.sub: Accept 'amigados' for backward compatibility.
17307 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
17309         * config.guess: Merge with FSF.
17311 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
17313         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17315 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
17317         * config.sub: Add "marketing-names" patch.
17319 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
17321         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17323 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
17325         * config.sub: Handle v850-elf.
17327 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
17329         * .cvsignore (*-install): Remove.
17331 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
17333         * ltconfig: Set CONFIG_SHELL in libtool.
17334         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17336 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
17338         * configure.in (target_subdir): Set to libraries if enable_multilib.
17340 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
17342         * config.guess: Update from gcc directory.
17344 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17346         * Makefile.in (all-sim): Depends on all-readline.
17348 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
17350         * Makefile.in (BISON, YACC): Use $$s.
17351         (all-bison): Depend on all-texinfo.
17353 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
17355         * Makefile.in (BISON): Add -L flag.
17356         (YACC): Likewise.
17358 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17360         * configure.in (noconfigdirs): Add support for v850e target.
17362         * config.sub (maybe_os): Add support for v850e target.
17364 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17366         * configure.in (noconfigdirs): Add support for v850ea target.
17368         * config.sub (maybe_os): Add support for v850ea target.
17370 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
17372         * config.sub: Add mipstx39.  Delete r3900.
17374 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17376         * Makefile.in (all-autoconf): Depends on all-texinfo.
17378 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
17380         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17381         eabi targets.
17383 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
17385         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17387         * configure: When handling a Canadian Cross, handle YACC as well as
17388         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
17389         * Makefile.in (all-bison): Depend upon all-texinfo.
17391 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
17393         * Makefile.in (BISON): bison, not byacc or bison -y.
17394         (YACC): bison -y or byacc or yacc.
17395         (various): Add *-bison as appropriate.
17396         (taz): No need to mess with BISON anymore.
17398 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
17400         * configure: If OSTYPE matches *win32*, try to find a good value for
17401         CONFIG_SHELL.
17403 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
17405         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17406         configure.in if it is present.
17408 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
17410         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17412 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
17414         * config.sub: Recognize `arc' cpu.
17415         * configure.in: Likewise.
17416         * config-ml.in: Likewise.
17418 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
17420         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17422 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
17424         * configure: Changed sed delimiter from ':' to '|' when
17425         attempting to substitute ${config_shell} for SHELL. On
17426         NT ${config_shell} may contain a ':' in it.
17428 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
17430         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17432 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
17434         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17436 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17438         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17440         * ylwrap: If the program is a relative path, force it to be
17441         absolute.
17443 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17445         * configure (tooldir): Set BISON to `bison -y' and not just bison.
17447 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17449         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17450         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17451         for libraries.
17453 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17455         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17456         separated by spaces.
17458 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17460         * ylwrap: New file.
17461         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17463         * ltmain.sh: Handle /bin/sh at start of install program.
17465         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17467         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17468         * missing: New file, from automake 1.2.
17470 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17472         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17473         check-tk to CHECK_X11_MODULES.
17475 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17477         * config.sub: Merge with FSF.
17479 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17481         * config.guess: Merge with FSF.
17483 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17485         * configure: Treat msdosdjgpp like go32.
17486         * configure.in: Likewise.  Don't remove gprof for go32.
17488         * configure: Change Makefile.tem2 to Makefile.tm2.
17490 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17492         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17494 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17496         * install-sh (chmodcmd): Set to null if the DST directory already
17497         exists.  Same as Nov 11th change.
17499 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17501         * configure (GDB_TK): Needs itcl and tix.
17503 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17505         * config.guess: Update from FSF.
17507 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17509         * Makefile.in (GDB_TK): Depend on itcl and tix.
17511 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17513         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17514         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17515         (INSTALL_SCRIPT): New variable.
17516         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17517         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17518         to -x.
17519         * install-sh: Add support for -x option.
17521 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17523         * configure.in, Makefile.in: Treat tix like itcl.
17525 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17527         * Makefile.in (WINDRES): New variable.
17528         (WINDRES_FOR_TARGET): New variable.
17529         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17530         (EXTRA_HOST_FLAGS): Add WINDRES.
17531         (EXTRA_TARGET_FLAGS): Add WINDRES.
17532         (EXTRA_GCC_FLAGS): Add WINDRES.
17533         ($(DO_X)): Pass down WINDRES.
17534         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17535         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17536         DLLTOOL_FOR_TARGET.
17538 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17540         * configure.in: configure sim before gdb for win32-x-ppc
17542 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17544         Move gperf into the toplevel, from libg++.
17545         * configure.in (target_tools): Add target-gperf.
17546         (native_only): Add target-gperf.
17547         * Makefile.in (all-target-gperf): New target, depend on
17548         all-target-libg++.
17549         (configure-target-gperf): Empty rule.
17550         (ALL_TARGET_MODULES): Add all-target-gperf.
17551         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17552         (CHECK_TARGET_MODULES): Add check-target-gperf.
17553         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17554         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17556 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17558         * config.sub (mn10200): Recognize new basic machine.
17560 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17562         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17563         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17565 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17567         * configure.in: If we're building mips-sgi-irix6* native, turn on
17568         ENABLE_MULTILIB and set TARGET_SUBDIR.
17570 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17572         * Makefile.in (all-sn): Depend on all-grep.
17574 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17576         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17578         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17579         Makefile.  From Jeff Makey <jeff@cts.com>.
17580         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17582         * Makefile.in (DISTBISONFILES): Remove.
17583         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17584         $(DEFAULT_YACC).
17586         * configure.in: Build itl, db, sn, etc., when building for native
17587         cygwin32.
17589         * Makefile.in (LD): New variable.
17590         (EXTRA_HOST_FLAGS): Pass down LD.
17591         ($(DO_X)): Likewise.
17593 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17595         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17597 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17599         * configure.in (targargs): Strip out any supplied --build argument
17600         before adding our own. Always add --build.
17602 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17604         * configure.in (targargs): Pass --build if we're doing
17605         a cross-compile.
17607 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17609         * configure: Use '|' instead of ":" as the separator in
17610         sed. Otherwise sed chokes on NT path names with drive
17611         designators. Also look for "?:*" as the leading characters in an
17612         absolute pathname.
17614 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17616         * config.sub: Support for r3900.
17618 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17620         * configure.in: Use install-sh, not install.sh.
17622 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17624         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17625         apply it twice.
17627 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17629         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17630         install-binutils.
17632 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17634         * Makefile.in: Add automake targets.
17635         * configure.in (host_tools): Add automake.
17637 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17639         * configure: Default CXX to c++, not gcc.
17640         * Makefile.in (CXX): Set to c++, not gcc.
17641         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17643 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17645         * install-sh: try appending a .exe if source file doesn't
17646         exist
17648 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17650         * configure.in: Turn on multilib by default.
17651         (cross_only): Remove target-libiberty.
17653         * Makefile.in (all-gcc): Don't depend on libiberty.
17655 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17657         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17659 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17661         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17662         (DISTBISONFILES): Add ld/Makefile.in
17664 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17666         * configure.in: if target is cygwin32 but host isn't cygwin32,
17667         don't configure gdb tcl tk expect, not just gdb.
17669 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17671         * configure.in: Added gnuserv everywhere sn appears.
17673         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17674         (CROSS_CHECK_MODULES): Added check-gnuserv.
17675         (INSTALL_MODULES): Added install-gnuserv.
17676         (CLEAN_MODULES): Added clean-gnuserv.
17677         (all-gnuserv): New target.
17679 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17681         * config.guess: Fixes for MIPS OpenBSD systems.
17683 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17685         * Makefile.in (INSTALL_XFORM): Remove.
17686         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17688         * mkinstalldirs: New file, copied from automake.
17689         * Makefile.in (installdirs): Rename from install-dirs.  Use
17690         mkinstalldirs.  Change all users.
17691         (DEVO_SUPPORT): Add mkinstalldirs.
17693 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17695         * install-sh: Rename from install.sh.
17696         * Makefile.in (INSTALL): Change install.sh to install-sh.
17697         (DEVO_SUPPORT): Likewise.
17699         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17700         Graichen <graichen@rzpd.de>.
17702 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17704         * config.guess: Recognize OpenBSD systems correctly.
17706 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17708         * README, Makefile.in (ETC_SUPPORT): Remove references to
17709         cfg-paper*, configure.{texi,man,info*}._
17711 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17713         * Makefile.in (all.normal): Ensure that gcc is built after all
17714         the x11 - ie gdb - targets.
17716 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17718         * makefile.vms: Don't run conf-a-gas.
17720 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17722         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17724 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17726         * configure.in: Remove noconfigdirs case since gdb also
17727         configures and builds for tic80-coff.
17729 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17731         * configure: Set cache_file to config.cache.
17732         * Makefile.in (local-distclean): Remove config.cache.
17734 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17736         * COPYING: Update FSF address.
17738 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17740         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17741         noconfigdirs.
17743 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17745         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17746         MAKEDIRS, is empty.
17748 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17750         * config.sub: Tweak mn10300 entry.
17752 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17754         * configure.in (host_tools): Put sim before gdb, so gdb's
17755         configure.tgt can determine if the simulator was configured.
17757 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17759         * config.sub: Move BeOS $os case to be with other Cygnus
17760         local cases.
17762 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17764         * config.sub: Remove misplaced comment that broke Linux.
17766 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17768         * config.sub: Add BeOS support.
17770 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17772         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17774 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17776         * configure.in (noconfigdirs): Remove tcl and tk from
17777         noconfigdirs for cygwin32 builds.
17779 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17781         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17783 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17785         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17786         make-all.com, use makefile.vms instead.
17788 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17790         * config.sub: Accept -lnews*.
17792 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17794         * configure.in (noconfigdirs): Disable target-newlib,
17795         target-examples and target-libiberty for d30v.
17797 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17799         * configure.in (noconfigdirs): Enable ld for d30v.
17801 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17803         * configure.in (tic80-*-*): Build compiler.
17805 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17807         * configure.in (d30v-*): Remove sim directory from list of
17808         unsupported d30v directories
17810 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17812         * config.sub, configure.in: Add d30v target cpu.
17814 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17816         * makefile.vms: New file.
17817         * make-all.com: Remove.
17819 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17821         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17823 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17825         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17827 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17829         * Makefile.in (ALL_MODULES): Added all-db.
17830         (CROSS_CHECK_MODULES): Addec check-db.
17831         (INSTALL_MODULES): Added install-db.
17832         (CLEAN_MODULES): Added clean-db.
17834 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17836         * config.guess: Merge with latest FSF sources.
17838 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17840         * Makefile.in (ALL_MODULES): Added all-itcl.
17841         (CROSS_CHECK_MODULES): Added check-itcl.
17842         (INSTALL_MODULES): Added install-itcl.
17843         (CLEAN_MODULES): Added clean-itcl.
17845 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17847         * configure.in: build gdb for mn10200
17849 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17851         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17853 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17855         * configure.in (tic80-*-*): Turn off most targets right now.
17857 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17859         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17860         rather than the makeinfo program.
17861         (do-info): Depend upon all-texinfo.
17863 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17865         * configure.in: Remove uses of config/mh-linux.
17867         * config.sub, config.guess: Merge with latest FSF sources.
17869 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17871         * config.sub (case $basic_machine): Add tic80 entries.
17873 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17875         * config.sub, config.guess: Merge with latest FSF sources.
17877 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17879         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17880         * mpw-config.in: Test for NewFolderRecursive.
17881         * mpw-install: Use symbolic name for startup filename.
17882         * mpw-README: Add various additional details.
17884 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17886         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17888 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17890         * configure.in: Do build gcc and the target libraries for
17891         the mn10200.
17893 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17895         * configure.in: don't avoid building gdb for mn10300 any more
17896         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17897         instead of single-quoting it.
17899 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17901         * configure.in: Don't use --with-stabs on IRIX 6.
17903 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17905         * configure.in (m32r): Build gdb, libg++ now.
17907 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17909         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17910         directories from noconfigdirs.
17912 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17914         * config.sub (basic_machine): added mips16 configuration
17916 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17918         * config.sub: Handle d10v-unknown.
17920 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17922         * config.sub: Handle v850-unknown.
17924 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17926         * Makefile.in: add findutils
17927         * configure.in: add findutils to list of host_tools
17929 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17931         * config.sub: Handle mn10200 and mn10300.
17933 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17935         * configure.in (d10v-*): Do not build librx.
17937 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17939         * configure.in (mn10300): Build everything except gdb & libgloss.
17941 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17943         * config.guess:  Patch for Dansk Data Elektronik servers,
17944         from Niels Skou Olsen <nso@dde.dk>.
17946         For ncr, use /bin/uname rather than uname, since GNU uname does not
17947         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17949         Patch for MIPS R4000 running System V,
17950         from Eric S. Raymond <esr@snark.thyrsus.com>.
17952         Fix thinko for nextstep.
17954         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17956         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17957         * config.guess: Guess mips-dec-mach_bsd4.3.
17959         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17960         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17961         release numbers.
17962         * config.guess (mips-mips-riscos*):  Emit just enough of the
17963         release number.
17965         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17966         * config.guess (sparc-auspex-sunos*):  Added.
17967         (f300-fujitsu-*): Added.
17969         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17970         * config.guess:  Recognize a Tadpole as a sparc.
17972 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17974         * config.guess: Don't assume that NextStep version is either 2 or
17975         3.  NextStep 4 (aka OpenStep 4) has come out now.
17977 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17979         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17980         From Rik Faith <faith@cs.unc.edu>.
17982 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17984         * config.sub: Contributions from bug-gnu-utils to:
17985         Support plain "hppa" (no version given) architecture, reported by
17986         OpenStep.
17987         OpenBSD like NetBSD.
17988         LynxOs is not a hardware supplier.
17990         * config.guess: Contributions from bug-gnu-utils to add support for:
17991         OpenBSD like NetBSD.
17992         Stratus systems.
17993         More Pyramid systems.
17994         i[n>4]86 Intel chips.
17995         M680[n>4]0 Motorola chips.
17996         Use unknown instead of lynx for hardware manufacturer.
17998 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18000         * install.sh (chmodcmd): Set to null if the DST directory already
18001         exists.
18003 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18005         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
18006         not use mt-ppc target Makefile fragment any more.
18008 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
18010         * configure.in (*-*-windows):  Exclude everything but those dirs
18011         needed to build windows.
18013 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
18015         * Makefile.in (all-target-winsup): Depend on all-target-librx.
18017 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
18019         * configure.in:  Exclude mmalloc from i386-windows.
18021 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
18023         * Undo my previous change.
18025 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
18027         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
18028         unconditionally.
18029         (MAKEOVERRIDES): Define (revert this part of October 18 change).
18031 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
18033         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
18034         host to add it's own flags.
18036 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
18038         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
18040 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
18042         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
18043         (CXX_FOR_TARGET): Likewise.
18044         (GCC_FOR_TARGET): Define.
18045         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
18046         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
18047         CC_FOR_TARGET was specified on the command line.
18048         (MAKEOVERRIDES): Don't define.
18050 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
18052         * configure.in (m32r): Fix spelling of libg++ libs.
18054 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
18056         * config.sub (-apple*): Remove, now redundant.
18058 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
18060         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
18062         * configure: Rework yesterday's sed script patch.
18064         * config.sub: Merge with FSF.
18066 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
18068         * config.guess:  Merge from FSF.
18070         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
18071         * config.guess: Use pc instead of unknown, for pc clone systems.
18072         Change linux to linux-gnu.
18074         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18075         * config.guess: Avoid non-portable tr syntax.
18077 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
18079         * test-build.mk (HOLES): Add "xargs" for gdb.
18081         * configure: Avoid hpux10.20 sed bug.
18083 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
18085         * configure.in:  Add support for windows host
18086         (that is a build done under the Microsoft build environment).
18088 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
18090         * Makefile.in: Replace all uses of srcroot with s, to shrink
18091         command line lengths.
18093         Patches from Geoffrey Noer <noer@cygnus.com>:
18094         * configure.in: If configuring for newlib, pass --with-newlib to
18095         subdirectories.
18096         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
18097         -Bnewlib/ and -Lwinsup to gcc.
18098         (CXX_FOR_TARGET): Likewise.
18100 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18102         * Makefile.in (ETC_SUPPORT): Add configure.
18104 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
18106         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
18107         host configuration file.
18109 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
18111         * configure.in: Break mn10x00 support into separate
18112         mn10200 and mn10300 configurations.
18113         * config.sub: Likewise.
18115 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
18117         * configure.in: Add lots of stuff to noconfigdirs for
18118         the mn10x00 targets.
18120         * config.sub, configure.in: Add mn10x00 support.
18122 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
18124         * make-all.com: Call conf-a-gas, not config-a-gas.
18126 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
18128         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
18129         targets.
18131 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
18133         * mpw-README: Add much more detail for native PowerMac.
18134         * mpw-install: New file.
18135         * mpw-configure: Add --norecursion and --help options.
18136         * mpw-config.in: Translate readme and install files when
18137         copying to objdir.
18138         * mpw-build.in: Don't always depend on byacc and flex.
18139         (install-only-top): New action.
18141 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
18143         * configure.in:  You can now configure GDB for the v850.
18145 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
18147         * configure.in (noconfigdirs): Don't configure any C++ dirs
18148         if targeting D10V.
18150 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
18152         * config.sub: Recognize mips64vr5000.
18154 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
18156         * configure.in: Use a single line for host_tools and native_only.
18158 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
18160         * config.sub, configure.in: Add entries for m32r.
18162 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
18164         * Makefile.in (inet-install): Don't run install-gzip.
18166 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
18168         * configure.in:  Don't config lots of things for *-*-windows*.
18170 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
18172         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18173         (host_libs, host_tools): Copy from configure.in.
18174         * mpw-configure: Don't complain about directories not found.
18176 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18178         * configure.in (i[345]86): Recognize i686 for pentium pro.
18179         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18180         file.
18182         * config.guess (i[345]86): Ditto.
18184 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18186         * configure.in (noconfigdirs): Removed gdb for D10V.
18188 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
18190         * configure.in: Remove ld, target-libio, target-libg++, and
18191         target-libstdc++ from noconfigdirs.
18193 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
18195         * configure: Fix three locations where shell scripts were
18196         being run directly rather than with config_shell.
18198 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
18200         * configure.in (v850-*-*): Set up initial $noconfigdirs.
18201         * config.sub (basic_machine): Recognize v850.
18203 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18205         * mpw-configure: Handle multiple enable/disable options and
18206         pass them down recursively, handle -c and -s flags appropriately
18207         depending on choice of compiler, add escape mechanism for
18208         quoted arguments to gC.
18210 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18212         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18213         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18214         so that -mrelocatable-lib and -mno-eabi are used.
18216         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18217         not support --print-multi-lib, don't abort.
18219 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
18221         * make-all.com: Run config-a-gas.
18222         * setup.com: Don't copy subdirectory files around.
18224 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
18226         * configure.in (*-*-ose): Remove exclusion of libgloss for this
18227         target, it now compiles correctly.
18229 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
18231         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18233 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18235         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
18237 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18239         * configure.in (native_only): Add prms.
18241 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
18243         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18244         (BINUTILS_SUPPORT_DIRS): Likewise.
18246 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18248         * configure.in (d10v-*-*): Don't configure ld or gdb until the
18249         d10v support is added.
18251 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18253         * configure.in (d10v-*-*): New target.
18255 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
18257         * config.guess (HP 9000/811): Recognize this as a PA1.1
18258         machine.
18260 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
18262         * Makefile.in (do-tar-gz): New target, split out from tail end of
18263         taz target.  Run each command separately, don't use pipes.
18264         (taz): Use it.
18266 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
18268         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18269         * mpw-build.in: No builds should depend on building byacc or flex,
18270         they are assumed to be installed already.
18272 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18274         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18275         variable that CC_FOR_TARGET needs.
18277 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18279         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18280         options have changed since the last time the subdirectory was
18281         configured, and if it has, reconfigure.
18282         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18283         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18285 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
18287         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18288         CLEAN_MODULES): Add bash.
18289         (all-bash): New target.
18291 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
18293         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18295 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18297         * config.sub (basic_machine): Recognize d10v as a valid processor.
18299 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
18301         * mpw-configure: Add support for --bindir.
18302         * mpw-build.in: Use a GCC-specific build script for GCC actions.
18304 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
18306         * configure.in: add bash, time, gawk to list of hosttools and things
18307         to only build for native toolchains
18309 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18311         * Makefile.in (docdir): Remove.
18313 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18315         * Makefile.in (datadir): Set to $(prefix)/share.
18317 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
18319         * configure.in: build diff and patch for cygwin32-hosted
18320         toolchains.
18322 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
18324         * config.sub: Accept -rtems*.
18326 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
18328         * configure.in: enable dosrel for cygwin32-hosted builds,
18329                 remove diff from the list of things not buildable
18330                 via Canadian Cross
18332 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
18334         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18335         don't get ". ".
18337 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
18339         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18341 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
18343         * Makefile.in (taz): Handle case where tex3patch didn't even get
18344         checked out.  Also, if it was found, put the symlink in a new util
18345         subdirectory.
18347 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18349         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18351 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
18353         * config.sub: Recognize -openvms.
18354         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18355         * make-all.com, setup.com: New files.
18357 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18359         * Makefile.in (taz): tex3patch moved to texinfo/util.
18361 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
18363         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18364         * configure.in: remove make from disable-if-Can-Cross list
18365                 enable gdb if ${host} and ${target} are cygwin32
18367 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
18369         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
18370         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18372 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18374         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
18375         distinguish sysv/svr4/bsd variants.
18376         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18378 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
18380         * configure.in: Added copyright notice.
18381         * move-if-change: Added copyright notice.
18383 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18385         * configure.in (powerpcle-*-solaris*): Until we get shared
18386         libraries working, don't build gdb, sim, make, tcl, tk, or
18387         expect.
18389 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
18391         * config.guess:  Merge with FSF:
18393         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18394         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18396         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
18397         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18399         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
18400         * config.guess:  Combine two OSF1 rules.
18401         Also recognize field test versions.  From mjr@zk3.dec.com.
18402         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
18403         because GNU uname does not support -p.  From pmr@pajato.com.
18405 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
18407         * Makefile.in (MAKEDIRS): Removed $(tooldir).
18409 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
18411         * mpw-README: Document GCCIncludes.
18413 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
18415         * configure.in (alpha-*-linux*): Set enable_shared to yes.
18417 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
18419         * mpw-configure: Handle --enable-FOO and --disable-FOO.
18421 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
18423         * configure.in (*-*-cygwin32): Configure make.
18425 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
18427         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18429 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
18431         * Makefile.in (all-inet): Depend on all-perl.
18433         * Makefile.in (inet-install): New target.
18435         * Makefile.in (all-inet): Depend on all-tcl.
18436         (all-inet): Depend on all-send-pr.
18438 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18440         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18441         temporarily.
18443 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
18445         * configure.in: Don't configure --with-gnu-ld on AIX.
18447 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18449         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18451 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18453         * Makefile.in (ALL_MODULES): Added all-inet.
18454         (CROSS_CHECK_MODULES): Added check-inet.
18455         (INSTALL_MODULES): Added install-inet.
18456         (CLEAN_MODULES): Added clean-inet.
18457         (all-indent): New target.
18459         * configure.in (host_tools): Added inet.
18460         (native_only): Added inet.
18461         (noconfigdirs): Added inet.
18463 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18465         * configure.in: Don't configure libgloss if we are not configuring
18466         newlib.
18468 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18470         * configure.in: Don't configure libgloss for unsupported
18471         architectures.
18473 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18475         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18477 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18479         * Makefile.in (ALL_MODULES): Include all-apache.
18480         (CROSS_CHECK_MODULES): Include check-apache.
18481         (INSTALL_MODULES): Include install-apache.
18482         (all-apache): New target.
18484         * configure.in: Added apache everywhere perl is seen.
18486 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18488         * Makefile.in: Add support for clean-{module} and
18489         clean-target-{module} rules.
18491 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18493         * configure.in (*-*-ose) do not build libgloss.
18495 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18497         * config.guess (prep*:SunOS:5.*:*): Turn into
18498         powerpele-unknown-solaris2.
18500 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18502         * configure.in: Permit --enable-shared to specify a list of
18503         directories.
18505 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18507         * configure.in (host==solaris): Pass only the first word of $CC
18508         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18510 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18512         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18514 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18516         * Makefile.in (ALL_MODULES): Include all-perl.
18517         (CROSS_CHECK_MODULES): Include check-perl.
18518         (INSTALL_MODULES): Include install-perl.
18519         (ALL_X11_MODULES): Include all-guile.
18520         (CHECK_X11_MODULES): Include check-guile.
18521         (INSTALL_X11_MODULES): Include install-guile.
18522         (all-perl): New target.
18523         (all-guile): New target.
18525         * configure.in (host_tools): Include perl and guile.
18526         (native_only): Include perl and guile.
18527         (noconfigdirs): Don't build guile and perl; no ports have been
18528         done.
18530 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18532         * configure (--enable-*): Handle quoted option lists such as
18533         --enable-sim-cflags='-g0 -O' better.
18535 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18537         * Makefile.in ({,inst}all-target): New rule so we can make and
18538         install all of the target directories easily.
18540 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18542         * configure.in: Add missing global flag in sed substitution when
18543         deleting `target-' from ${configdirs}.
18545 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18547         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18548         option.
18550         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18551         config/mh-necv4.
18553         * install.sh: Correct misspelling of transformbasename.
18555         * config.guess: Recognize mips-*-sysv*.
18557 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18559         * config.sub: Recognize mon960.
18561 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18563         * configure: Restore Canadian Cross handling of BISON and LEX,
18564         removed in Feb 20 change.
18566 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18568         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18569         Mention make install.  Remove the old copyright date as well the
18570         clumsy and rather pointless copyright on the README file.
18572 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18574         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18575         Makefile after running symlink-tree, then run `make distclean' to
18576         avoid clobbering any generated files in srcdir.
18578 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18580         * configure.in (m68k-*-netbsd*): Build everything now.
18582 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18584         * Makefile.in (taz): Fix quoting.
18586 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18588         * configure.in (sparclet-*-*): Build everything now.
18590 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18592         * configure.in (m68k-*-linux*): New host.
18594 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18596         * configure: Check for bison before byacc.
18598 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18600         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18601         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18602         searching PATH.  These are used as fallbacks by Makefile.in if
18603         flex/bison/byacc aren't in objdir.
18605 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18607         * Makefile.in: Make everything which depends upon all-bfd also
18608         depend upon all-opcodes, in case --with-commonbfdlib is used.
18610 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18612         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18613         building NT native compilers on Unix.
18615 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18617         * configure.in: Don't get CC from the host Makefile fragment if we
18618         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18619         Solaris test for /usr/ucb/cc to the post target script, just after
18620         the compiler sanity test.
18622 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18624         * config.sub: Merge with FSF.
18626 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18628         * Makefile.in (RPATH_ENVVAR): New variable.
18629         (REALLY_SET_LIB_PATH): Use it.
18630         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18632 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18634         * config.sub, configure.in: Recognize sparclet cpu.
18636 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18638         * config.guess:  Support m68k-cbm-sysv4.
18640 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18642         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18643         m68k-unknown-linuxaout from linker help string.  Put quotes around
18644         $ld_help_string.
18646 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18648         * config.guess (powerpc-harris-powerunix): Add guess for port
18649         to new target.
18651 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18653         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18655 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18657         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18658         $(REALLY_SET_LIB_PATH) in Makefile.
18659         * Makefile.in (SET_LIB_PATH): New variable.
18660         (REALLY_SET_LIB_PATH): New variable.
18661         ($(DO_X)): Use $(SET_LIB_PATH).
18662         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18663         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18664         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18665         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18666         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18667         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18668         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18669         (install-dosrel): Likewise.
18670         (all-opcodes): Depend upon all-libiberty.
18672 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18674         * config.guess (*:CYGWIN*): New
18676 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18678         * Makefile.in (all-target-winsup): All all-target-libiberty.
18680 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18682         * configure.in (noconfigdirs): Add missing # in front of comment.
18684 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18686         * configure.in: add second pass to things added to noconfigdirs
18687         so *-gm-magic can exclude libgloss properly.
18689 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18691         * mpw-configure (extralibs_name, rez_name): Set correctly
18692         for MWC68K compiler.
18694         * mpw-README: Add more info on the necessary build tools.
18696 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18698         * configure.in, config.sub: Recognize cygwin32.
18700 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18702         * config.guess, config.sub: Recognize A/UX.
18704 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18706         * config.sub: Merge with gcc/config.sub.
18708 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18710         * mpw-build.in (do-binutils): Add build of stamps.
18712 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18714         * config.sub: Add recognition for mips64vr4100*-* targets.
18716 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18718         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18719         Add creation of gconfigargs with `--enable-shared' turned on.
18720         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18721         ($(host)-stamp-stage3-configured): Likewise.
18722         (HOLES): Add chatr and ldd.
18723         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18725 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18727         * configure: Pass --nfp to recursive configures.
18729 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18731         * Makefile.in (DLLTOOL): New.
18732         (DLLTOOL_FOR_TARGET): New.
18733         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18734         (EXTRA_TARGET_FLAGS): Ditto.
18735         (EXTRA_GCC_FLAGS): Ditto.
18736         (CONFIGURE_TARGET_MODULES): Ditto.
18737         (DO_X): Ditto.
18738         * configure: Add DLLTOOL.
18740 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18742         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18743         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18744         mh-sco, since old workarounds no longer needed, and don't
18745         build ld, since libraries have weak symbols in COFF.
18747 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18749         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18751 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18753         * configure.in: Make sure that ${CC} can be used to compile an
18754         executable.
18756 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18758         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18759         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18760         nothing depending on whether gdbtk is being built.
18762 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18764         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18766 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18768         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18769         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18771 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18773         * config-ml.in: Add support for
18774         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18775         Simplify setting of multidirs from --disable-foo.
18777 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18779         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18780         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18781         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18782         non-empty, pass them on to the  GCC make.
18783         (all-bootstrap): New rule that is like all-gcc, except it executes
18784         the GCC bootstrap rule instead of the GCC all rule.
18786 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18788         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18790 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18792         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18793         DG/UX support.
18795 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18797         * config.sub (i*86*) Change [345] to [3456]
18799 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18801         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18802         --with-gnu-ld=no.
18804 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18806         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18807         AIX multilibs get built.
18809 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18811         * configure.in (i386-win32): Don't build expect if we're not
18812         building the tcl subdir.
18814 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18816         * Makefile.in: (configure-target-examples, all-target-examples):
18817         New targets, configure and build example programs.
18819 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18821         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18822         use it as input to sedit the generated MPW makefile.
18823         * mpw-README: Add a suggestion about Gestalt.h.
18825 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18827         * config.sub: Accept *-*-ieee*.
18829 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18831         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18832         Ronald F. Guilmette <rfg@monkeys.com>.
18834 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18836         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18837         for powerpc-pe native.
18838         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18839         (target==powerpc-pe): duplicate i386-win32 entry.
18841 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18843         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18844         of vxworks, not just vxworks5.1.
18846 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18848         * mpw-configure: Add support for exec-prefix.
18850 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18852         * config.guess: Recognize HP model 816 machines as having
18853         a PA1.1 processor.
18855 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18857         * configure: Ignore new autoconf configure options.
18859 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18861         * config.guess:  Recognize Pentium under SCO.
18862         From Robert Lipe <robertl@arnet.com>.
18864 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18866         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18868 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18870         * configure.in: Don't configure gas for alpha-dec-osf*.
18872 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18874         * configure.in: Default to --with-stabs for some targets for which
18875         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18876         i[345]86*-*-unixware*.
18878 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18880         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18881         rather than basing it on the target.  Simplify handling of options
18882         controlling which directories to configure.  Remove extraneous
18883         slash in multi-clean target.
18885 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18887         * config-ml.in: Prefix more variables with ml_ so they don't collide
18888         with configure's.
18890 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18892         * configure: Don't turn -v into --v.
18894 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18896         * configure.in (targargs): Fix typo.
18898         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18900 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18902         * configure.in: Strip --host and --target options from
18903         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18904         --with-cross-host option when building with a cross-compiler.
18905         * configure: Canonicalize the arguments put into config.status by
18906         always using `=' for an option with an argument.  Pass a presumed
18907         --host or --target explicitly.
18909 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18911         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18912         into general OS recognition case.
18914 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18916         * configure.in (target_configdirs): add target-winsup only
18917         for win32 target systems.
18919 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18921         * Makefile.in (all-target-libgloss): Depend upon
18922         configure-target-newlib, since when libgloss is built it looks to
18923         see if the newlib directory exists.
18925 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18927         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18928         cfg-ml-*.in.
18930 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18932         * configure: Handle LD and LD_FOR_TARGET when configuring a
18933         Canadian Cross.
18935 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18937         * configure.in (target_libs): add target-winsup.
18938         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18939         (target==ppcle-pe): remove ld from $noconfigdirs.
18941 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18943         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18944         Preserve relative path names in $srcdir.  Build symlink tree if
18945         configuring cross target dir and srcdir=. (= no VPATH support).
18946         (configure-target-libg++): Depend on configure-target-librx.
18947         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18948         * config-ml.in: New file.
18949         * symlink-tree: New file.
18950         * configure: Ensure srcdir="." if that's what it is.
18952 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18954         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18955         includes and FLEX_SKELETON setting.
18956         * mpw-configure (--with-gnu-ld): New option, controls whether
18957         to use PPCLink or ld with PowerMac GCC.
18958         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18959         * mpw-config.in: Configure grez if targeting Mac.
18961         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18962         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18963         just macos.
18964         * configure.in: Configure grez resource compiler if targeting Mac.
18965         * Makefile.in (all-grez, install-grez): New targets.
18967 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18969         * configure: CXX defaults to gcc, not g++.  If we find
18970         gcc in the path, set CC to gcc -O2.
18972 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18974         * configure: Default ${build} correctly.  Avoid picking up extra
18975         spaces when reading CC and CXX from Makefile.  When doing a
18976         Canadian Cross, use plausible default values for numerous
18977         variables.
18978         * configure.in: When doing a Canadian Cross, don't try to
18979         configure tools whose configure script can't handle it.
18981 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18983         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18985 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18987         * configure:  Remove dubious bug reporting address.
18989 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18991         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18992         configure script, run that instead of this directory's configure.
18993         In either case, print a message that we're configuring the sub-dir.
18995 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18997         * configure.in: Before checking for the existence of various files,
18998         use sed to filter out "target-".
19000 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
19002         * Makefile.in (DO_X): Split rule to decrease command line length
19003         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
19004         (Philippe De Muyter).
19006 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19008         * Makefile.in (all-patch): depend on all-libiberty.
19010 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
19012         * configure.in: If the only directory in target_configdirs which
19013         actually exists is libiberty, then set target_configdirs to empty,
19014         to avoid trying to build a target libiberty in a gas or gdb
19015         distribution.
19017 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
19019         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
19020         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
19021         systems.
19023 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19025         * configure.in (copy_dirs): Use sys-include instead of include
19026         for --with-headers option.
19028 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
19030         * Makefile.in, configure.in: Make winsup builds work with
19031         new scheme.
19033 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
19035         * configure.in: Build the linker on AIX.
19037 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19039         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
19040         where needed.
19042 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
19044         * Makefile.in (all-gcc): Fix typo.
19046 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19048         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
19050 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19052         * configure.in:  Rename libFOO to target-libFOO, and xiberty
19053         to target-xiberty, to provide more flexibility.
19054         (target_subdir):  Define.  Create if cross.
19055         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
19056         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
19057         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
19058         check-libFOO -> check-target-libFOO, etc.
19059         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
19060         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
19061         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
19062         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
19063         allow ALL_GCC="" to only configure.
19064         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
19065         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
19066         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
19068 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
19070         * Makefile.in (taz): Build "info" in etc explicitly.
19072 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
19074         * configure.in:  Make sure that CC is undefined (as opposed to
19075         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
19076         problem with autoconf trying to configure on a host without GCC.
19078 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19080         * mpw-configure: Set host alias from choice of host compiler,
19081         only use generic MPW Makefile sed if present, edit a file
19082         named "hacked_Makefile.in" instead of "Makefile.in" if present.
19083         * mpw-README: Add problem notes about CW6 and CW7.
19085 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
19087         * Makefile.in (taz): Use ";" instead of ";;".
19089 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19091         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
19092         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
19093         DISTDOCDIRS.
19094         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
19095         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
19097 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19099         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
19100         and gnats, because they are now subsumed by DISTSTUFFDIRS.
19101         Move bfd to DISTSTUFFDIRS.
19103 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19105         * Makefile.in (X11_LIB): Removed.
19106         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
19108         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
19110 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19112         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
19113         names.
19115 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19117         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
19119 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
19121         * configure.in (i[345]86-*-win32): Always build newlib.
19122         Don't configure cvs, autoconf or texinfo.
19123         * Makefile.in (LD_FOR_TARGET): New.
19124         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
19125         Pass down LD_FOR_TARGET.
19127 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19129         * winsup: New directory.
19130         * Makefile.in: Build winsup.
19131         * configure.in: Winsup is configured when target is win32.
19132         Can only build win32 target GDB when native.
19134 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
19136         * config.guess: Recognize HP model 819 machines as having
19137         a PA 1.1 processor.
19139 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19141         * configure: Fix sed loop which substitutes for CC and CXX to
19142         avoid bug found in various sed implementations.
19144 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19146         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19147         simulator.  Use standard powerpc-*-eabi*.
19149 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
19151         * configure.in: Stop putting gas and binutils in noconfigdirs for
19152         powerpc-*-aix* and rs6000-*-*.
19154 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
19156         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19157         -mcall-aixdesc libraries.
19159 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
19161         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19163         * config.sub (arm | armel | armeb): Fix shell syntax.
19165 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19167         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19168         -msoft-float and -mcpu=common support.
19169         (powerpc*-*-eabisim*): Add support for building -mcall-aix
19170         libraries.
19172 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19174         * configure.in: Allow configuration and build of emacs19 for the alpha.
19176 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19178         * configure.in (CC): Get ^CC, not just any old CC, from
19179         ${host_makefile_frag}.
19181 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19183         * configure.in (CC): Try to get CC from
19184         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19186 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19188         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19189         only if it exists in $(srcdir).
19191 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19193         * configure: If CC and CXX are not set in the environment, set
19194         them, based on either an existing Makefile or on searching for gcc
19195         in PATH.  Substitute for CC and CXX in Makefile.
19196         * configure.in: Remove libm from target_libs.  Separate
19197         target_configdirs from configdirs.  If CC is not set in
19198         environment, try to get it from a host Makefile fragment.  Rewrite
19199         changes of configdirs to use skipdirs instead.  A few minor
19200         tweaks.  Take directories out of target_configdirs as they are
19201         taken out of configdirs.  Remove existing Makefile files from
19202         subdirectories.  Substitute for TARGET_CONFIGDIRS and
19203         CONFIG_ARGUMENTS in Makefile.
19204         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19205         by configure.in.
19206         (CONFIG_ARGUMENTS): Likewise.
19207         (CONFIGURE_TARGET_MODULES): New variable.
19208         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19209         ($(CONFIGURE_TARGET_MODULES)): New target.
19210         (configure-libg++, configure-libio): New targets.
19211         (all-libg++): Depend upon configure-libg++.
19212         (all-libio): Depend upon configure-libio.
19213         (configure-libgloss, all-libgloss): New targets.
19214         (configure-libstdc++): New target.
19215         (all-libstdc++): Depend upon configure-libstdc++.
19216         (configure-librx, all-librx): New targets.
19217         (configure-newlib): New target.
19218         (all-newlib): Depend upon configure-newlib
19219         (configure-xiberty): New target.
19220         (all-xiberty): Depend upon configure-xiberty.
19222 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19224         * configure.in (host i[345]86-*-win32):  Expand the
19225         noconfigdirs again.
19227 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
19229         * mpw-configure: Fix sed command file name.
19231 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19233         * configure.in (host i[345]86-*-win32): Reduce the
19234         noconfigdirs again.
19236 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
19238         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19239         or powerpc*-*-pe*, since they are not yet supported.
19241 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19243         Add PowerMac support and many other enhancements.
19244         * mpw-configure: New option --cc to select compiler to use,
19245         paste options set according to --cc into the generated
19246         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19247         if mpw-make.sed is present.
19248         * mpw-config.in: Don't test for gC1, test for mpw-touch,
19249         add forward includes for PowerPC include files.
19250         * mpw-build.in: Build using Makefile.PPC if present.
19251         (do-byacc, etc): Remove separate version resource builds.
19252         (do-gas): Build "stamps" before "all".
19253         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19254         * mpw-README: Update to reflect --cc option, PowerMac support,
19255         and recently-reported compatibility problems.
19257 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
19259         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19260         embedded m68k systems (-aout, -coff, -elf, -vxworks).
19261         (--with-multilib-top): Pass to recursive invocations.
19263 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
19265         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19266         v810-*-*.
19268 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19270         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19271         gdb, ld and opcodes on v810-*-*.
19273 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19275         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19276         (local-maintainer-clean): New target.
19277         (maintainer-clean): New target.
19278         (realclean): Just depend upon maintainer-clean.
19280 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19282         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19284 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
19286         * configure.in: Build ld in mips*-*-bsd* case.
19288 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
19290         * config.sub: Accept -lites* OS.  From Ian Dall.
19292 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
19294         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19295         targets.
19297 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19299         * configure.in: treat i386-win32 canadian cross the same as
19300         i386-go32 canadian cross.
19302 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19304         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19305         running under the simulator to build a reduced set of libraries.
19306         (powerpc-*-eabiaix): Add fine grained multilib support added to
19307         other powerpc targets yesterday.
19309 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19311         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19312         -disable-softfloat, -disable-relocatable, -disable-aix, and
19313         -disable-sysv to control which multilib libraries get built.
19315 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19317         * configure: Add Makefile.tem to list of files to remove in trap
19318         handler.
19320 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19322         * config.guess (*Linux*):  Add missing "exit"s.
19323         Also, need specific check for alpha-unknown-linux (uses COFF).
19325 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19327         * config.guess:  Merge with FSF:
19329         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
19330         * config.guess (AIX4): More robust release numbering discovery.
19332         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
19333         * config.guess (i386-sequent-ptx): Properly get version number.
19335         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
19336         * config.guess (mips:*:4*:UMIPS): New case.
19338 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19340         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19341         (i386-win32 host): Likewise.  Don't build readline.
19343 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
19345         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
19346         SUPPORT_FILES to submakes.
19348 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
19350         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19351         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19352         mpw-configure.
19354 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
19356         * configure.in (appdirs): Use =, not ==, in test expression when
19357         trying to build the text to print in the warning message for
19358         Solaris users.
19360 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
19362         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19364 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19366         * config.guess: Recognize lynx-2.3.
19368 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
19370         * config.sub (z8ksim): Deleted
19371         (z8k-*-coff): New, this is the one true name of the target.
19373 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
19375         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19377 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
19379         * config.guess (*:Linux:*:*): First try asking the linker what the
19380         default object file format is (elf, aout, or coff).  Then if this
19381         fails, try previous methods.
19383 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19385         * configure.in: Don't build newlib for *-*-vxworks5.1.
19387 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19389         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19390         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19392 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
19394         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19396 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
19398         * cfg-ml-com.in: New file.
19399         * cfg-ml-pos.in: New file.
19401 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19403         * COPYING.NEWLIB: Add HP free copyright to list.
19405 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19407         * config.sub: Recognize -eabi* for the system, not just -eabi.
19409 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19411         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19412         * config.sub, configure.in (win32): New target and host.
19414 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19416         * configure.in: Add i386-pe configuration.
19418 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
19420         * mpw-build.in (install): Install GDB after LD.
19422 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
19424         * mpw-config.in (elf/mips.h): Always forward-include, needed
19425         for GDB to build.
19427 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19429         * testsuite: New directory for customer acceptance and whole tool
19430         chain tests.
19432 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19434         * configure: If per-host line isn't found, but AC_OUTPUT is found
19435         and a configure script exists, run it instead.
19437 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19439         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
19441 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19443         * configure: Set build_{cpu,vendor,os,alias} to host values when
19444         --build isn't specified.
19446 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19448         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19449         (FLAGS_TO_PASS): Pass them.
19450         (EXTRA_TARGET_FLAGS): Ditto.
19452 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19454         * Makefile.in (all-libg++): Depend on all-libstdc++.
19456 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19458         * configure.in (noconfigdirs): Enable all packages for
19459         i386-unknown-netbsd.
19461 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19463         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19464         hosted builds (DOS builds)
19466 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19468         Changes for ARM based on patches from Richard Earnshaw:
19469         * config.sub: Handle armeb and armel.
19470         * configure.in: Omit arm linker only for riscix.
19472 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19474         * config.guess:  Update from FSF.
19476 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19478         * config.sub: Recognize powerpcle as the little endian variant of
19479         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19480         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19481         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19482         temporarily.
19484 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19486         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19488 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19490         * config.sub: Accept -lites* as a basic system type.
19492 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19494         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19495         installed, and if so return linuxoldld as the system name.
19497 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19499         * config.guess: Add hppa1.1-hp-lites support.
19501 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19503         * configure.in: Don't build newlib for m68k-vxworks5.1.
19505 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19507         * configure.in (mips-sgi-irix6): Use mh-irix5.
19509 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19511         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19513 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19515         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19516         OSF/1.  Fix compiler flags.
19517         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19519 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19521         * configure.in: Recognize --with-newlib.
19522         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19524 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19526         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19527         to *_X11_MODULES due to gdbtk needing X include files et al.
19529 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19531         Merge in support for Mac MPW as a host.
19532         (Old change descriptions retained for informational value.)
19534         * mpw-config.in: Add generic include forwards for cpu-specific
19535         include files in aout and elf directories.
19537         * mpw-configure: Added copyright.
19538         * mpw-config.in: Check for presence of required build tools.
19539         (target_libs): Add newlib.
19540         (target_tools): Add examples.
19541         (Read Me): Generate as "Read Me for MPW" instead.
19542         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19543         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19544         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19546         * mpw-configure: Remove subdir-specific makefile hackery,
19547         delete mk.tmp after using it.
19549         * mpw-build.in (all): Display start and end times.
19551         * mpw-configure (host_canonical): Set.
19552         (target_cpu): Always add to makefiles.
19553         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19554         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19555         (mpw-mh-mpw): Look for in srcdir and srcroot.
19556         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19558         * mpw-build.in: (install-only): New target.
19560         * mpw-configure (host_alias, target_alias): Rename from hostalias
19561         and targetalias, add into generated Makefile.
19562         (mk.tmp): If present, add into generated Makefile.
19563         * mpw-build.in (all-gas): Build config.h first before gas proper.
19565         * mpw-configure (config.status): Write only if changed.
19566         * mpw-config.in (readline): Configure it (not built, just used for
19567         definitions).
19569         * mpw-config.in (elf/mips.h): Add a forward include.
19571         * mpw-config.in: Forward-include most .h files in include into
19572         extra-include.
19573         (readline): Don't build.
19574         mpw-build.in (install): Install GDB.
19576         * mpw-configure (prefix, mpw_prefix): Handle it.
19577         * mpw-config.in (mmalloc, readline): Don't configure.
19578         * mpw-build.in (thisscript): Rename to ThisScript.
19579         Use mpw-build instead of BuildProgram everywhere.
19580         (mmalloc, readline): Don't build.
19581         * mpw-README: New file, basic documentation about the MPW port.
19583         * mpw-config.in: Use forward-include to create include files.
19585         * mpw-configure: Add more things to the top of each configured
19586         Makefile, including contents of config/mpw-mh-mpw.
19587         * mpw-config.in (extra-include): Create this directory and fill it
19588         with Posix-like include files when configuring.
19590         * config.sub (apple, mac, mpw): Add various aliases.
19592         * mpw-build.in: New file, top-level build script fragment for MPW.
19593         * mpw-configure: New file, configure script for MPW.
19594         * mpw-config.in: New file, config fragment for MPW.
19596 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19598         * configure.in (host_libs): Remove glob, since it is gone from the
19599         sources.
19601 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19603         * Makefile.in: define empty GDB_NLM_DEPS var.
19605         * configure.in(target_makefile_frag): use config/mt-netware
19606         for netware targets.
19608 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19610         * config.sub: Merge in recent FSF changes.  Remove linux special
19611         cases.
19613 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19615         Revert this change:
19617         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19619                 * build-all.mk: Use CC=cc -Xs on Solaris.
19621 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19623         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19624         stop using it.
19625         * Makefile.in: Nuke all references to glob subdirectory.
19627 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19629         * configure.in: Fix --enable-shared logic in per-host.
19631 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19633         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19635 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19637         * configure.in (noconfigdirs): Don't build gas on AIX, for
19638         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19640 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19642         * configure: Fix --cache-file to work if the file argument is a
19643         relative path.
19645 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19647         * configure: If the --cache-file is used, pass it down to
19648         configure in subdirectories.
19650 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19652         * config.sub: add vxworks29k configuration.
19654 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19656         * Makefile.in (taz): Do "diststuff" part quietly.
19658 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19660         * config.sub: Mini-merge with gcc/config.sub.
19662 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19664         * config.guess (IRIX): Sed - to _.
19666 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19668         * Makefile.in (source-vault, binary-vault): New targets.
19670 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19672         * config.sub: Recognize -eabi as a basic system type.
19674 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19676         * configure.in (enable_shared stuff): Fix typo.
19678 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19680         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19682 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19684         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19686 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19688         * configure.in (rs6000-*-*): Don't build gas.
19690 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19692         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19693         reduce command line length.
19694         (AS_FOR_TARGET): Check for as.new, not Makefile.
19695         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19697 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19699         * config.guess:  Merge from FSF.
19701 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19703         * configure: Don't use $ when handling program_suffix.
19705 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19707         * configure.in:  Configure tk for hppa/hpux.
19709 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19711         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19713 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19715         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19716         to LIBCXXFLAGS.  Tests are better run without it.
19718 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19720         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19722 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19724         * configure.in (*-*-netware*): Don't configure xiberty.
19726 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19728         * configure.in:  Remove tk from native_only list.
19730 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19732         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19733         for special NCD build.
19735 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19737         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19738         makeall.bat, they're only useful for binutils snapshots.
19739         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19740         makeall.bat to specified SUPPORT_FILES.
19742 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19744         * build-all.mk: Add Ericsson targets to sun4 and solaris
19745         hosts.  Add  BNR's sun4 target to solaris host, so their
19746         build-from-source will be tested in-house first.
19748 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19750         * Makefile.in (LIBCFLAGS): New variable.
19751         (CFLAGS_FOR_TARGET): Ditto.
19752         (LIBCFLAGS_FOR_TARGET): Ditto.
19753         (LIBCXXFLAGS): Ditto.
19754         (CXXFLAGS_FOR_TARGET): Ditto.
19755         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19756         (BASE_FLAGS_TO_PASS): Pass them.
19757         (EXTRA_TARGET_FLAGS): Ditto.
19759         * configure.in: Support --enable-shared.
19761 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19763         * configure.in (target_libs):  Include libstdc++ again.
19764         * config.guess:  Update from FSF (for FreeBSD).
19766 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19768         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19769         makeall.bat.
19770         (DISTDOCDIRS): Add `etc'.
19771         (ETC_SUPPORT_PFX): New variable.
19772         (taz): Include anything from etc starting with a word in
19773         ETC_SUPPORT_PFX.
19775 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19777         * config.sub: Update for recent FSF changes.  Remove obsolete
19778         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19779         spacing changes.
19781 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19783         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19785         * config.guess:  Merge with FSF.
19786         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19788 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19790         * configure: Since the "trap 0" handler will override the exit
19791         status on many systems, only use it for "exit 1", and make it set
19792         a non-zero exit status; reset it before "exit 0".  Also, check
19793         exit status of config.sub, and error out if it failed.
19795 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19797         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19798         and install libgloss.
19800 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19802         * Makefile.in (all-binutils): Depend upon all-byacc.
19804         * configure.in: Don't build emacs on Irix 5.
19806 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19808         * configure.in (*-*-netware*): Add libio.
19810 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19812         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19813         (CHECK_TARGET_MODULES): Ditto.
19814         (INSTALL_TARGET_MODULES): Ditto.
19815         (TARGET_LIBS): Ditto.
19816         (all-libstdc++): Note dependencies.
19818 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19820         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19822 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19824         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19825         -fexternal-templates.
19827         * configure.in (target_libs): Add libstdc++.
19828         (noconfigdirs): Add libstdc++ as appropriate.
19830 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19832         * config.guess:  Update from FSF.
19834 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19836         * configure: Use ${config_shell} when running ${configsub}.
19838 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19840         * config.sub: No longer recognize h8300h.
19842 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19844         * config.sub: Remove extraneous differences between config.sub and
19845         gcc/config.sub.
19847 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19849         * Makefile.in (DISTSTUFFDIRS): Add gas.
19851 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19853         * COPYING.NEWLIB: New file.
19855 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19857         * config.guess (HP-UX):  Patch from Harlan Stenn
19858         <harlan@landmark.com> to also emit release level.
19860 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19862         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19864 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19866         * config.sub:  Merge nextstep cleanup from FSF.
19868 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19870         * configure.in (arm-*-*): Don't configure ld for this target.
19872 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19874         * configure.in (*-*-netware): don't configure libg++, libio,
19875         librx, or newlib.
19877 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19879         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19880         configure ld--it works, but it doesn't support shared libraries.
19882 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19884         * config.guess (*-unknown-freebsd*):  Get rid of possible
19885         trailing "(Release)" in version string.
19886         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19888 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19890         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19891         Fix type: *-next-neststep -> *-next-nextstep.
19893         * config.guess:  Merge from FSF:
19895         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19897         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19899         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19901         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19902         instead of UNIX_SV for UnixWare 1.0).
19904 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19906         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19907         to make gdb/nlm/* build after the compiler and linker.
19909 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19911         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19912         not just i[34]86.
19913         (m68k-atari-sysv4):  Relocate to match FSF version.
19915         * config.guess:  More merges from the FSF:
19917         Add a space before function call or macro invocation.
19919         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19921         * config.guess: Add trap cmd to remove dummy.c and dummy when
19922         interrupted.
19924         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19926         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19927         (dummy): Redirect stderr from compilation of dummy.c.
19929         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19931         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19933 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19935         * configure: Accept and ignore --cache*, for compatibility with
19936         new autoconf.
19938 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19940         * config.guess:  Merge from FSF:
19942         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19944         * config.guess (Pyramid*:OSx*:*:*): New case.
19945         (PATH): Add /.attbin at end for finding uname.
19946         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19948         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19950         * config.guess (M88*:DolphinOS:*:*): New case.
19952         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19954         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19955         to select whether to use ELF or COFF.
19957         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19959         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19961         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19963         * config.guess: Guess the OS version for HPUX.
19965         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19967         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19969 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19971         * configure.in: Recognize --with-headers, --with-libs, and
19972         --without-newlib.
19973         * Makefile.in (all-xiberty): Depend upon all-ld.
19975 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19977         * configure.in: Change i[34]86 to i[345]86.
19979 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19981         * configure (version): A few more tweaks to help message.
19983 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19985         * Makefile.in:  Remove (for now) librx as a host library,
19986         now that we're building it for target.
19988 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19990         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19991         (Karl Berry).
19993 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19995         * configure.in:  Also configure librx.
19997 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19999         * Makefile.in:  Update various rules to reflect that librx
20000         is now needed for libg++.
20002 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20004         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
20006 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
20008         * configure.in: Configure the examples directory.
20010 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20012         * configure: Simplify Jun 2 1994 change.
20014 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20016         * change CC to /usr/latest/bin/gcc for lynx host builds, since
20017         /bin/gcc isn't good enough to build gcc.
20019 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
20021         * Makefile.in (GDB_SUPPORT_FILES): Remove
20022         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
20023         (gdb.tar.gz): Add new rule to use standard distribution building
20024         mechanism.
20026 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20028         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
20029         Bill Cox <bill@cygnus.com>.
20031 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20033         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
20035 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
20037         * configure:  Search current dir first in .gdbinit.
20039 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20041         * config.sub:  Recognize freebsd (merged from gcc config.sub).
20043 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20045         * config.sub:  Refer to NeXT's operating system as nextstep.
20047         * config.sub (case $basic_machine):  Re-order the cases, to match
20048         the order in the FSF version (which is mostly alphabethical).
20049         Merge in some additions and changes from the FSF.
20051 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
20053         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
20054         * config.sub: Recognize cxux7.
20055         * configure.in: Use mh-cxux for m88k-harris-cxux*.
20057 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20059         * config.sub:  Fix typo powerpc -> powerpc-*.
20061 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
20063         * Makefile.in: `all-emacs19' depends on `all-byacc'.
20065         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
20066         parallel with all-emacs and install-emacs).  Top-level command
20067         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
20069 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20071         * test-build.mk ($(host)-stamp-stage2-installed): Remove
20072         $(relbindir)/make before doing ``make install'', and use
20073         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
20074         installing over running make binary.
20075         ($(host)-stamp-stage3-installed): Likewise.
20077 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20079         * config.guess: Recognize Mach.
20081 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20083         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
20084         see whether --exec-prefix was used.
20086 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20088         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
20090 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20092         * Makefile.in: Add all-librx target similar to all-libproc.
20094 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
20096         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
20097         with post 1.2 uname bogosity.
20099 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20101         * configure: Remove temporary files on receipt of a signal.
20103 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
20105         * configure: If there is a package_makefile_frag, remove
20106         ${subdir}/Makefile.tem after copying it in.
20108 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20110         * build_all.mk: support rs6000 lynx identifies itself as
20111         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
20112         since /bin/gcc is too feeble to compile a modern gcc.
20114 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20116         * brought devo/test-build.mk update-to-date with progressive/
20117         test-build.mk. Add lynx targets and hppa flag info.
20119 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20121         * configure.in:  Use mh-ncrsvr43.  Patch from
20122         Tom McConnell <tmcconne@sedona.intel.com>.
20124 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20126         * config.guess (i386-unknown-bsdi):  No longer need to
20127         check #if defined(__bsdi__) && defined(__i386__).
20129 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20131         * configure: Set program_transform_nameoption correctly.
20133 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20135         * brought build-all.mk update-to-date with progressive build-all.mk,
20136         added new targets and hppa info.
20138 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20140         * configure: If config.guess result is a prefix of the user
20141         specified target, assume a native build and use the user specified
20142         target as the host alias.  Remove SunOS patch suffix removal hack.
20143         * configure.in: Remove SunOS patch suffix removal hack.
20145         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20146         in NATIVE_CHECK_MODULES.
20148 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
20150         * Makefile.in: Rename HOST_ONLY to NATIVE.
20151         * configure: Delete SunOs patch suffix from host_canonical
20152         and build_canonical variables that are prepended to Makefiles.
20153         * configure.in: Add comments for easier maintenance.
20155 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20157         * Makefile.in: Add all-libproc target similar to all-gui.
20159 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
20161         * Makefile.in (CHECK_MODULES): split into
20162         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20164 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
20166         * config.guess (i386-unknown-bsdi): New system to guess.
20168 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20170         * Makefile.in: Add all-gui target (but not yet build by "all").
20172 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
20174         * config.sub: Move deletion of patch suffix from here...
20175         * configure.in: To here, at Ian's suggestion.  The top-
20176         level scripts might need to know of a patch level.
20178 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
20180         * config.sub: Strip off patch suffix so rtl is recognized
20181         as a sunos4.1.3 machine, even though it's been patched.
20183 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
20185         * Makefile.in (INSTALL_LAST): Delete.
20186         (INSTALL_DOSREL): New.
20188 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20190         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20191         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20192         whether we pass down --with-gnu-ld anyhow.
20194 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
20196         * Makefile.in (INSTALL_LAST): Change operation so it works
20197         on more flavors of make.
20198         * configure.in (go32): Don't build libg++ or libio.
20200 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
20202         * Makefile.in (Move HOST_PREFIX_1 and friends up so
20203         they can be overriden by templates.
20205 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
20207         * configure.in (target==go32): Don't build gdb.
20208         * dosrel: New directory.
20210 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
20212         * configure.in (host==go32): Configure dosrel too.
20213         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20214         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20215         be set by incoming names or templates.
20216         (INSTALL_LAST): New rule.
20218 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
20220         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20222 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20224         * configure.in (appdirs): New variable.  Currently empty, but will
20225         be used in gas distribution.  If nonempty, lists a set of
20226         directories at least one of which must get configured, or top
20227         level configuration is considered to have failed.
20228         (rs6000-*-lynxos*): Use new file name.
20230 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20232         Eliminate XTRAFLAGS.
20233         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20234         newlib include files using -idirafter, and also use -nostdinc.
20235         (CXX_FOR_TARGET): Likewise.
20236         (XTRAFLAGS): Removed.
20237         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20238         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20239         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20240         ($(DO_X)): Don't pass down XTRAFLAGS.
20242 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20244         * configure.in (mips*-dec-bsd*): New target; do build linker.
20245         (mips*-*-bsd*): New target; don't build linker.
20247 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20249         * configure.in: support rs6000-*-lynxos* configuration.
20250         support sunos4 as a cross target.
20252         * config.sub: look for lynx*, not lynx since the OS version may
20253         legitimately be part of the name.
20255 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20257         * configure.in (i[34]86-*-sco*): Move to be with other i386
20258         targets.
20259         (romp-*-*): New target.  Skip various binary utilities.
20260         (vax-*-*): New target.  Don't build newlib.
20261         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
20263 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20265         * configure.in: Only set host_makefile_frag if config
20266         directory exists.
20268 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20270         * install.sh: If $dstdir exists, don't check whether each
20271         component does.
20273 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20275         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20277 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20279         * configure.in (*-*-lynxos*): Don't configure newlib for either
20280         native or cross Lynx.
20282 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
20284         * config.sub (sparc64-elf): Fix os.
20285         (z8k): Remove duplicate.
20287 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20289         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20290         gcc/stmp-fixproto, to try to prevent fixproto from being run.
20292 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
20294         * configure: Make file links cleanly even if Lynx fails on
20295         an NFS symlink (at least fail cleanly).
20297 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
20299         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20300         -XNh2000.
20302 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20304         * configure: Unknown options are fatal again.
20306 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
20308         * configure: Ignore --x-includes and --x-libraries, for Autoconf
20309         compatibility.
20311 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
20313         * build-all.mk: Add `clean' target.
20315 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20317         * config.guess:  Add SINIX support.
20318         * configure.in:  Add mips-*-sysv4* support.
20320 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
20322         * build-all.mk: Document all useful targets.
20323         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20324         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20326 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20328         * configure: Support --silent, --quiet.
20330 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20332         * configure: Support --disable-FEATURE.
20334 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20336         * config.guess: Recognize NCR running SVR4.3.
20338 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20340         * config.guess:  Make BSDI generate i386-unknown-bsd386.
20341         Patch from Paul Eggert <eggert@twinsun.com>.
20343 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20345         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20347 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20349         * configure: Make unrecognized options give nonfatal warnings
20350         instead of fatal errors, and pass them to any subdirectory
20351         configures in case they recognize them.
20352         Make --x equivalent to --with-x.
20354 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20356         * configure: Add --enable-* options.  Clean up usage message and
20357         some comments.
20359 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
20361         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20363 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20365         * configure.in (hppa*-*-*): Enable binutils.
20367 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20369         * config.sub: Recognize cisco.
20371 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
20373         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20375 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20377         * config.guess: about target *-hitachi-hiuxwe2, don't print more
20378         than one configuration name.  Add comment.
20380 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
20382         * config.guess: about target *-hitachi-hiuxwe2, fixed
20383         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
20384         macro is incorrect.]
20386 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20388         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20389         than the "make ls" stuff which used to be here.
20391 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20393         * config.guess:  Recognize i[34]86-unknown-freebsd.
20394         From Shawn M Carey <smcarey@rodan.syr.edu>.
20396 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20398         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20400 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20402         * config.guess: Check for ptx.
20404 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
20406         * config.sub: Add os9k checking.
20408 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20410         * config.guess: Handle OSF1 running on HPPA processors
20412 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20414         * configure: If subdir configure fails, print out a message with
20415         subdirectory name, in case subdir's configure code didn't identify
20416         itself.
20418 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
20420         * configure.in: Remove embedded newlines from configdirs.
20421         Avoid mismatches of substrings.  Fix matching strings at end
20422         of configdirs.
20424 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
20426         * config.guess:  Add Lynx/rs6000 config support.
20428 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20430         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20432 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
20434         * configure.in (hppa*-*-osf*): Treat this just like most other
20435         PA configurations (eg no binutils or ld).
20436         (hppa*-*-*elf*): These configurations have binutils and ld.
20438 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20440         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
20442 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20444         * configure.in (rs6000-*-*): Build gas.
20446 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20448         * Makefile.in:  Avoid bug in losing hpux sed.
20450 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20452         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20453         for GDB and GDB has been fixed to not need it.
20455 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20457         * config.guess: Recognize vax hosts.
20459 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20461         * configure (while loop): Don't use "break 2" inside case
20462         statement -- the case statement isn't an enclosing loop.
20464 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20466         * config.guess:  Clean up NeXT support, to allow nextstep
20467         on Intel machines.  Make OS be nextstep.
20469 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20471         * config.guess: Add alternate forms for Convex.
20473 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20475         * configure:  Completely rewrite option processing.  Take
20476         advantage of pattern-matching to avoid invoking test frequently.
20477         Also clean up host and target defaulting logic.
20479 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20481         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20482         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20483         commands (plus user environment) will fit SCO limits.
20485 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20487         * configure.in: Don't issue warnings about directories which are
20488         not being configured if -norecursion is set.  Correct test for
20489         --with-gnu-as and --with-gnu-ld to not get confused by substring
20490         matches.
20492         * configure.in: Don't build gas for alpha-dec-osf1*.
20494 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20496         * configure:  Back out Per's change of 12/19/1993.  It changes the
20497         behavior of configure in unexpected and confusing ways.
20499         Also, use different delim char when calculating
20500         program_transform_name so that the name can contain slashes.
20502 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20504         * configure.in, config.sub: Add support for VSTa micro-kernel.
20506 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20508         * configure.in: Nuke hacks which were used to get a special
20509         version of GAS for HPPA configurations.
20511 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20513         * configure:  If only ${target_alias} is given, use that
20514         as the default for ${host_alias}.
20515         * configure:  Add missing back-slashes before nested quotes.
20517 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20519         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20521 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20523         * config.guess:  Recognize some Tektronix configurations.
20524         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20526 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20528         * config.sub: Match any flavor of SH.
20530 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20532         * configure.in: Don't try to configure newlib for Alpha.
20534 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20536         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20537         libg++ or libio for any Alpha target.
20539         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20541 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20543         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20544         default arguments -- so it tried to compress itself.
20546 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20548         * configure.in (notsupp): ensure that a space is always at the end
20549         of the configdirs list, since the grep checks for an explicit space
20551 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20553         * configure.in (target i386-sysv4.2): don't build ld, since static
20554         versions of many libraries are not available.
20556 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20558         * config.guess: Recognize Apollos (using environment variables).
20559         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20561 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20563         * config.guess: Recognize Sony news mips running newsos.
20565 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20567         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20568         "fi ; else" for bash.
20570 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20572         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20574 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20576         * config.sub: accept unixware as an alias for svr4.2.
20577         Fix some inconsistancies with the gcc version.
20579 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20581         * Makefile.in (DISTDOCDIRS):  Add gdb.
20583 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20585         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20587 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20589         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20590         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20591         this now.
20593 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20595         * config.sub: Accept hiux* as an OS name.
20597         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20598         etc/make-stds.texi.  The underscore came from gcc, and dje now
20599         agrees that RUNTESTFLAGS is the correct name.
20601 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20603         * install.sh:  Remove 'set -e'.  It makes any conditionals
20604         in the script useless.
20606         * config.guess: Automatically recognize arm-acorn-riscix
20607         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20609 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20611         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20613 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20615         * Makefile.in (DISTDOCDIRS): New variable.
20616         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20617         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20619 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20621         * configure.in (hppa target): check the source directory for the
20622         pagas sub-directory
20624 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20626         * config.sub: Allow -aout* and -elf*.
20628 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20630         * configure.in: Don't build ld on i386-solaris2, same as for
20631         sparc-solaris2.
20633 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20635         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20637 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20639         * configure.in:  Configure gdb for alpha.
20641 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20643         * Makefile.in (CXXFLAGS): Add -O.
20645 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20647         * config.guess: added support for DG Aviion
20649 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20651         * configure.in: Produce warning message for subdirectories not
20652         configurable for this host/target combination.  Don't try to
20653         configure gdb for vms.
20655 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20657         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20658         appropriate files before making "diststuff".
20659         (DISTBISONFILES): New var: list of files to be edited.
20660         (DISTSTUFFDIRS): Add binutils.
20662 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20664         * config.sub: also handle mipsel and mips64el (for little endian mips)
20666 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20668         * configure.in: Add * to end of all OS names.
20670 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20672         * configure.in: Build newlib for LynxOS native.
20674 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20676         * config.guess: Add support for delta 88k running SVR3.
20678         * configure.in: Add comment about HP compiler vs. emacs.
20680 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20682         * configure.in: don't build ld on solaris2 (not a viable option
20683         due to bugs in getpwnam & getpwuid)
20685 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20687         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20688         config.guess will produce a full version number.
20690 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20692         * configure.in: Build linker and binutils for alpha-dec-osf1.
20694 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20696         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20697         and gdb/testsuite/Makefile.in.
20699 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20701         * configure.in: recognize mips*- instead of mips-
20703 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20705         * config.sub: Accept linux*coff and linux*elf as operating
20706         systems.
20708 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20710         * config.sub: Recognize mips64, and mips3 as an alias for it.
20712 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20714         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20715         gdb knows how to handle OSF/1 shared libraries.
20717 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20719         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20720         * config.guess: Recognize Hitachi's HIUX.
20721         * config.sub: Recognize h3050r* and hppahitachi.
20722         Remove redundant cases for hp9k[23]*.
20724 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20726         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20727         if gas and ld are in the source tree and are in ${configdirs}.
20728         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20729         --with options (but still pass them down on the command line,
20730         if they were explicitly specified).
20732 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20734         * configure: substitute SHELL value in Makefile.in with
20735         ${CONFIG_SHELL}
20737 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20739         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20740         *-*-solaris2* targets.
20742 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20744         * Makefile.in: define M4, and pass it down to sub-makes;
20745         all-autoconf now depends on all-m4
20747 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20749         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20750         presence of {ar,ranlib} instead of a configured directory
20752 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20754         * config.guess: Accept 34?? as well as 33?? for NCR.
20756 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20758         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20759         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20761 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20763         * configure: grab values for $(CC) and $(CXX) from the
20764         environment, so that someone can do "CC=gcc configure; make" and
20765         have it work right (matching the way that autoconf works now)
20767         * configure.in, Makefile.in: add support for gash, the tcl
20768         interface to Galaxy
20770         * config.guess: add NetBSD variants (hp300, x86)
20772 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20774         * install.sh: Support -d option (in the manner of SunOS 4 install,
20775         as it is more deterministic than that of GNU install)
20776         (chmodcmd): Set file to mode 755 by default (should also do default
20777         chgrp and chown, but I don't feel like dealing with that now)
20779 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20781         * config.sub: Remove h8300hhms alias.
20783 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20785         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20787 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20789         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20790         as stmp-fixinc
20792 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20794         * config.sub: recognize m88110-bug-coff.
20796 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20798         * Makefile.in (all-libio): all dependencies on the toolchain used
20799         to build this (gcc, gas, ld, etc)
20801 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20803         * config.guess: Deal with OSF/1 1.3 on alpha.
20805 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20807         * install.sh: add some 'else true' clauses for portability
20809         * configure.in: don't build libio for h8[35]00-*-* targets
20811 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20813         * Makefile.in:  Add support for new libio.
20815 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20817         * install.sh: If one command fails, don't try the rest.  Don't try
20818         to remove $dsttmp (via trap) unless we have already created it.
20819         If $src doesn't exist, detect it and exit with an error.
20821         * config.guess: Recognize BSD on hp300.
20823 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20825         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20826         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20828 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20830         * Makefile.in (all-send-pr): depends on all-prms
20832 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20834         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20836 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20838         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20839         Added test for mips-mips-riscos5.
20841 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20843         * configure.in: use mh-hp300 for 68k HP hosts
20845 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20847         * configure: add support for CONFIG_SHELL, so that you can use
20848         some alternate shell for evaluating configure scripts
20850 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20852         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20853         in configure script to bug-gdb@prep.ai.mit.edu when building
20854         distribution archive.
20855         * Makefile.in (COMPRESS):  Remove def.
20856         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20857         gdb.tar.Z and make-gdb.tar.Z respectively.
20858         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20859         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20860         to convergence with 'taz' target in Makefile.in.
20862 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20864         * install.sh (dsttmp): use trap to ensure that tmp files go
20865         away on error conditions
20867 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20869         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20871 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20873         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20874         its parent is '/' not ''.
20876         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20878 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20880         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20881         that ${newsrcdir}/configure.in does.
20883 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20885         * test-build.mk: support for CONFIG_SHELL
20887 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20889         * config.sub (netware):  Add as a basic system type.
20891 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20893         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20894         $(srcdir)/ from the dependency on Makefile.in.
20896 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20898         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20899         (h8300hhms is temporary until multi-libraries are implemented).
20900         * configure.in: Handle h8300h too.
20902 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20904         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20906 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20908         * configure:  Remove extraneous output when guessing host type.
20909         * config.guess:  Remove extraneous output when guessing using C
20910         compiler rather than uname, or when guessing fails.
20912 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20914         * Makefile.in: remove all.cross and install.cross targets
20916         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20917         definitions
20919 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20921         * configure.in (target sh): Build gprof.
20923 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20925         * config.sub: change -solaris to -solaris2
20927 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20929         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20931 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20933         * configure: Correct error message for missing Makefile.in to
20934         print correct directory.
20936 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20938         * install.sh: kludge around 386BSD shell bug
20940 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20942         * config.guess:  Recognize NeXT.
20943         * config.guess:  Recognize i486-ncr-sysv4.
20944         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20946 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20948         * Makefile.in (MAKEINFOFLAGS): New variable.
20949         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20950         * build-all.mk, test-build.mk: Pass down --no-split as
20951         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20953 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20955         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20957 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20959         * Makefile.in (libg++.tar.z):  New rule.
20960         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20961         * Makefile.in (taz):  Only do a single chmod.
20963 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20965         * install.sh: don't use dirname anymore (replaced with sed usage)
20967 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20969         * Makefile.in:  Change extension for gzip'd files from '.z' to
20970         '.gz' per new FSF standard usage.
20972 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20974         * configure: put quotes around the final value of program_transform_name
20976 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20978         * Makefile.in: new install.sh support; update install-info rules
20980 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20982         * configure.in: Build diff for crosses, but not for go32 host.
20984         * configure.in: Build gprof only for native, and don't build it
20985         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20987 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20989         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20991 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20993         * configure.in (host_tools): Add prms.
20995 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20997         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20998         with $(FLAGS_TO_PASS) on the command line
21000         * config.sub: Recognize lynx and lynxos
21002 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21004         * config.sub: Accept -ecoff*, not just -ecoff.
21006 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21008         * Makefile.in (taz): Use .gz suffix instead of .z.
21009         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
21010         names.
21012 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21014         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
21016 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21018         * Makefile.in (install-no-fixedincludes):  install gcc last, so
21019         that rebuilds that might happen during 'make install' don't get
21020         bogus gcc include files
21022 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21024         Change from Utah for HPPA support:
21025         * config.guess: Recognize hppa1.x-hp-bsd.
21027 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
21029         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
21030         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
21032 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21034         * config.sub: Add support for rom68k and bug boot monitors.
21036 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
21038         * Makefile.in: Make all-opcodes depend on all-bfd.
21040 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21042         * config.guess: Added special check for i[34]86-univel-sysv4*.
21044 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
21046         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
21047         the processor rather than assuming i486.
21049 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21051         * config.guess: Recognize SunOS6 as Solaris3.
21053 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
21055         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
21056         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
21058 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
21060         * build-all.mk (all-cross): New target for Canadian Cross.
21061         Added Q2 go32 targets.
21062         * test-build.mk: Configure go32 cross sparclite-aout and
21063         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
21064         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
21066 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21068         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
21069         GO32 hosted toolchains
21071 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21073         * configure: change  so "-exec-prefix" gets passed down rather
21074         than "-exec_prefix" so autoconf generated Makefiles get the
21075         exec_prefix set right.
21077 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21079         * config.guess: get the Solaris2 minor version number
21081         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
21083 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21085         * config.guess: Recognize some Sequent platforms.
21087 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21089         * Makefile.in: added the vault-install target
21091         * configure.in: actually use the Sun3 makefile fragment that's in
21092         config, also added the release dir to configdirs
21094 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21096         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
21098 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21100         * configure.in: remove some program from Alpha targetted toolchains
21102 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
21104         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
21105         gprof.
21106         (taz): Run "make diststuff" in those directories instead of "make
21107         proto-dir".  Look for "VERSION=" only at start of line in subdir
21108         Makefile.  Use "gzip -9" for compression.
21109         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
21110         (binutils.tar.z): New target.
21112 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21114         * Makefile.in (taz): Include gpl.texinfo.
21116 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21118         * Makefile.in (setup-dirs): Merged into "taz" target.
21119         (taz): Only do `proto-dir' stuff if a directory is actually needed
21120         for this target.
21122 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
21124         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
21125         (FLAGS_TO_PASS): Pass down MUNCH_NM.
21126         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
21127         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
21128         (gcc-no-fixedincludes): Correct for current gcc Makefile.
21130 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
21132         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
21133         config.sub, and move-if-change to gdb testsuite distribution
21134         archive, so the testsuite can be extracted, configured, and
21135         run separately from the gdb distribution.  Blow away the Chill
21136         tests that require a Chill compiled executable, since GNU Chill
21137         is not yet publically available.
21139 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21141         * test-build.mk: set environment variables in a single command,
21142         instead of a list of assignments and exports
21144         * config.guess: recognize Alpha/OSF1 systems
21146 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21148         * configure: Change help message to prefer --options rather than
21149         -options.
21151 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21153         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21154         zippy@ecst.csuchico.edu.
21155         * config.guess: Recognize miniframe.
21157 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21159         * Makefile.in: Use srcroot to find runtest rather than rootme.
21160         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
21162 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21164         * test-build.mk: Extensive additions to support building on a
21165         machine other than the host.
21167 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21169         * configure (tooldir): Fix for i386-aix again.
21171 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
21173         * configure, Makefile.in:  Change definition of $(tooldir)
21174         to match the FSF.
21176 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
21178         * config.guess:  Recognize i[34]86/SVR4.
21180 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21182         * Makefile.in (all-gdb): gdb depends on sim.
21184 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
21186         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
21187         at the same time we make the prototype gdb directory.
21188         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
21189         files at the same time as the gdb base release distribution.
21191 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
21193         * Makefile.in (check): Use individual check targets rather than
21194         DO_X rule.
21195         (check-gcc): Added.
21197 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
21199         * config.sub: Use sysv3.2 not sysv32 for canonical OS
21200         for System V release 3.2.
21202 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21204         * config.sub: Recognize hppaosf.
21205         * configure.in: Do configure ld/binutils/gas for it.
21207 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21209         * configure (tooldir): Alter syntax used to set this, for systems
21210         where "\$" isn't handled right, like i386-aix.
21212 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21214         * configure: Pass program-transform-name, not
21215         program_transform_name, to recursive configures.
21217 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
21219         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21220         of gas+ld+binutils.
21222 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
21224         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
21226 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21228         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21230 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21232         * Makefile.in (PRMS): Set back to all-prms.
21234 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21236         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21237         targets, rather than for MIPS hosts.
21239 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21241         * configure.in: add comment for --with-x default values
21243         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21245         * Makefile.in: add check-* targets for each of the directories in
21246         the tree.  Add a definition of RUNTEST that will use the one we
21247         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
21249 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
21251         * configure.in: Removed obsolete references to bfd_target and
21252         target_makefile_frag.
21254         * build-all.mk: Set assorted targets for Q2.
21255         * config.sub: Recognize z8k-sim and h8300-hms.
21256         * test-build.mk: Really don't pass host to configure.
21257         (HOLES): Added uname.
21259 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
21261         * configure: Handle an empty program-prefix, program-suffix or
21262         program-transform-name correctly.
21264 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21266         * build-all.mk: -G 8 no longer required for MIPS targets.
21267         * test-build.mk: Don't pass host argument to configure; make it
21268         guess.
21270 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
21272         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
21273         * Makefile.in (COMPRESS):  New macro, like GZIP.
21275 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21277         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21279         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21280         with gas currently defaults to -G 0.
21282 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
21284         * Makefile.in (all-flex): flex depends on byacc.
21286         * build-all.mk: If host not specified, use config.guess.  Pass TAG
21287         to test-build.mk as RELEASE_TAG.
21288         * test-build.mk (configargs): New variable containing arguments to
21289         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
21290         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21292         * config.guess: Use /bin/uname when checking -X argument on SCO,
21293         to avoid invoking GNU uname which doesn't understand -X.
21295         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21297         * configure.in: Build gas for mips-*-*.
21299 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21301         * Makefile.in (all.normal): insert missing backslash.
21303 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21305         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21307         * Makefile.in: Complete overhaul to merge many almost identical
21308         targets.
21310 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21312         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21313         (gdb.tar.Z): Adjusted.
21315         * Makefile.in (setup-dirs, taz): New targets; should be general
21316         enough to adapt for gdb sometime.  Build only .z file.
21317         (gas.tar.z): New target.
21319 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
21321         * build-all.mk: Use CC=cc -Xs on Solaris.
21323 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
21325         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
21326         for handling BISON for FSF releases.
21328 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21330         * configure: Actually implement the change zoo just documented.
21332 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
21334         * configure: when using config.guess, only set target_alias when
21335         it's not already been set (ie, on the command line)
21337 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21339         * Makefile.in: add installcheck target, set PRMS to install-prms
21341 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21343         * configure: add support for package_makefile_fragment, handle the
21344         case where a directory has a configure.in file but no Makefile.in
21345         more gracefully (with an actual understandable error message, even);
21346         add support for --without (and add this to the usage message); also
21347         explicitly add a --host=${host_alias} to the command line when
21348         config.guess is used
21350 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21352         * configure: Must use both --host and --target in recursive calls.
21354 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21356         * Makefile.in: Change deja-gnu to dejagnu.
21358 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21360         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21362 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21364         * configure.in: canonicalize all instances to *-*-solaris2*,
21365         also strip out a number of tools to not build for go32 host
21367 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21369         * config.guess: add GPL.
21371         * Makefile.in, config.guess, config.sub, configure: bump
21372         copyrights to 93.
21374 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
21376         * Makefile.in (do-info): Removed obsolete check for existence of
21377         localenv file.
21379         * Makefile.in (MAKEOVERRIDES): Define to be empty.
21381 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21383         * Makefile.in: a couple of 'else true' for decstation,
21384         support for TclX
21386         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21388 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
21390         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21392 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
21394         * config.guess: Recognize i386-ibm-aix (PS/2).
21395         * configure.in: Use config/mh-aix386 file for it.
21397 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
21399         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21400         CC_FOR_TARGET instead.
21401         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21403 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
21405         * Makefile.in: Add sim to list of directories sent with gdb
21407 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
21409         * configure.in: Put back mips-dec-bsd* case.
21411 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
21413         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21414         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
21415         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21417 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21419         * configure.in: remove no-op mips-dec-bsd* in "case $target"
21421         * Makefile.in (dir.info): only run gen-info-dir if it exists,
21422         (install-info): install dir.info only if it exists,
21423         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21425 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
21427         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
21428         gas for mips-dec-bsd.
21430 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
21432         * configure (makesrcdir): If ${srcdir} is relative and not ".",
21433         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21435 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21437         * configure.in: Added "dejagnu" to hosttools list.
21439 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
21441         * config.sub, configure.in, config.guess:  Add support
21442         for Bosx, an AIX variant from Bull.
21443         Patches from F.Pierresteguy@frcl.bull.fr.
21445 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21447         * devo/dejagnu: Initial creation of devo/dejagnu.
21448         Migrated dejagnu testcases and support files for testing software
21449         tools to reside as subdirectories, currently called "testsuite",
21450         within the directory of the software tool.  Migrated all programs,
21451         support libraries, etc. beloging to dejagnu proper from
21452         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21453         with no modifications.  The changes to these files which will
21454         allow them to configure, build, and execute properly will be made
21455         in a future update.
21457 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21459         * Makefile.in: Change send_pr to send-pr.
21460         * configure.in: Likewise.
21461         * send_pr: Renamed directory to send-pr.
21463 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21465         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21467 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21469         * README:  Update for gdb-4.8 release.
21470         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21471         gdb-xxx.tar.z (gzip'd) file also.
21473 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21475         * Makefile.in: make all-diff depend on all-libiberty
21477 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21479         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21481 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21483         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21485 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21487         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21488         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21489         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21491 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21493         * Makefile.in:  makeinfo binary is in a new location
21495 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21497         * config.sub: Accept -ecoff as an OS.
21499         * Makefile.in: Various changes to eliminate a level of make
21500         recursion and reduce the required command line length.
21501         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21502         sub-makes.
21503         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21504         variables holding settings for specific sub-makes.
21505         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21506         in terms of BASE_FLAGS_TO_PASS.
21507         (TARGET_LIBS): New variable listing directories which use
21508         TARGET_FLAGS_TO_PASS.
21509         (subdir_do): Eliminated.
21510         (do-*): New set of targets to replace subdir_do.
21511         (various): All targets which used subdir_do now depend on do-*.
21512         (local-clean): Renamed from do_clean.
21513         (local-distclean): New target, dependency of distclean and
21514         realclean.
21515         (install-info): Don't create directories.  Depend on dir.info
21516         rather than calling make recursively.
21517         (install-dir.info): Eliminated.
21518         (install-info-dirs): Create all info directories here.
21519         (dir.info): Depend upon do-install-info.
21521         * test-build.mk (HOLES): Added false.
21523 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21525         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21527 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21529         * Makefile.in (info): remove dependency on all-texinfo.  The
21530         problem was really in texinfo/C, not at this level.
21532 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21534         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21536 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21538         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21539         GDB releases.
21541 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21543         * configure: Include srcdir in message about target of link not
21544         being found.  Don't convert `-' to `_' in `with' options being
21545         passed to subdirs.
21547 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21549         * configure.in: add uudecode to host_tools
21551         * Makefile.in: added {all,install}-uudecode targets, added them to
21552         the appropriate lists
21554 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21556         * Makefile.in (all-gcc): Added dependency on all-gas.
21558         * configure.in (mips-*-*): Build ld and binutils.
21560 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21562         * configure: check return code from mkdir, print error message and
21563         exit on failure.
21565 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21567         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21569 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21571         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21573 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21575         * config.sub (h8500):  Recognize this as a cpu type.
21577 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21579         * configure: source directory missing is no longer a warning
21581         * configure.in: recognize irix[34]* instead of irix[34]
21583         * Makefile.in: define and pass down X11_LIB
21585 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21587         * guess-systype: Renamed to ...
21588         * config.guess:  ... by popular request.
21589         * configure.in, Makefile.in:  Update accordingly.
21591 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21593         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21594         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21595         + Execute ./dummy instead of assuming . is in PATH.
21597 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21599         * guess-systype:  New shell script.  Attempts to guess the
21600         canonical host name of the executing host.
21601         Only a few hosts are supported so far.
21602         * configure:  Call guess-systype if no host is specified.
21604 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21606         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21607         gcc Makefile.
21609 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21611         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21612         (all-gcc, install-gcc, subdir_do): Use it.
21614 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21616         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21618 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21620         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21621         set exclusively by configure, using configure.in .
21623 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21625         * test-build.mk: set $PATH for all builds
21627         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21629 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21631         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21632         the one used in gcc/Makefile.in, so that a null expansion doesn't
21633         override the one needed to build gcc with a native cc.
21635 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21637         * configure: Accept -with arguments.
21639 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21641         * Makefile.in: added h8300sim
21643 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21645         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21646         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21647         (all-cygnus, native, build-cygnus): Make
21648         $(canonhost)-stamp-3stage-done, not $(host)....
21649         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21650         i386-sco3.2v4.  Added else true to if command.
21652 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21654         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21656 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21658         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21660 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21662         * configure.in: don't remove binutils from Solaris builds
21664 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21666         * Makefile.in: get rid of earlier definitions for *clean,
21667         also handle the recursive info rule better
21669 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21671         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21672         do more-or-less the right thing.
21674 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21676         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21677         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21679 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21681         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21682         $(host_canonical).
21684         * configure.in: split the configdirs list into 4 categories (native
21685         v. cross, library v. tool) and handle the cross-only and native-
21686         only in more reasonable (and correct!) way.
21688 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21690         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21691         configdirs anymore.
21693 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21695         * Makefile.in: extensive cleanup::  removed all of the explicit
21696         clean-* targets, collapsed many wrappers around subdir_do into
21697         one, added additional targets to satisfy standards.texi, deleted
21698         some old targets, some changes for consistency
21700 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21702         * configure.in: handle some programs as cross-only, and others as
21703         native only
21705         * test-build.mk: handle partial holes in a more generic manner
21707         * Makefile.in: m4 depends on libiberty
21709 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21711         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21712         time, wdiff, and find to configdirs
21714         * Makefile.in: all, clean, and install rules for the new programs
21715         added to configure.in
21717 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21719         * configure.in: use mh-sun for all *-sun-* hosts
21721 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21723         * Makefile.in: define flags for X11 include files and library file
21724         locations, pass them down to the programs that need this info
21726         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21728 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21730         * configure.in: start building libg++ for HP-UX targets
21732 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21734         * README:  Update references to files moved into etc/.
21736 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21738         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21739         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21741 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21743         * configure: accept dash as well as underscore in long option
21744         names for FSF compatibility.
21746 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21748         * config.sub: added -sco3.2v4 support from FSF.
21750 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21752         * configure.in: expand the section that adds or removes
21753         directories from the list of programs to build, to handle native
21754         vs. cross in addition to host v. native
21756 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21758         * Makefile.in:  Replace C++ in macro names with CXX.
21759         This is less likely to break ...
21761 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21763         * test-build.mk: add -w to GNU_MAKE
21765 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21767         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21768         add 'sparc' to list of recognized cpus.  This needed to make
21769         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21770         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21771         then changes that into $CPU-wrs-vxworks.
21773         * configure.in: remove most references to gdbtest, regularize
21774         target based program removal
21776         * test-build.mk: import from p3 tree (many fixes and changes)
21778 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21780         * Makefile.in: added rules to handle tcl, tk, and expect
21782         * configure.in: handle those directories if they exist
21784 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21786         * config.sub: removed bogus hppabsd and hppahpux names, since
21787         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21789 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21791         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21792         depends upon all-xiberty
21794         * Makefile.in: changes from p3, including:
21796         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21798         * Makefile.in (XTRAFLAGS): include newlib directories if
21799         newlib/Makefile exists, rather than if host != target.
21801         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21803         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21804         from the same source tree and not building a cross-compiler.  This
21805         matters for the libg++ configuration if reconfiguring a tree that
21806         has already been installed.
21808         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21810         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21811         pick up the machine and system specific header files.
21813         * Makefile.in: added AS_FOR_TARGET, passed down in
21814         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21815         the C compiler to use to create programs which are run in the
21816         build environment, set it to default to $(CC), and passed it down
21817         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21819         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21821         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21822         We need them for unusual native builds, like systems without
21823         ranlib.
21825         * configure: also define $(host_canonical) and
21826         $(target_canonical), which are the full, canonical names for the
21827         given host and target
21829 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21831         * Makefile.in:  Added separate definitions for C++.
21833 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21835         * configure.in (configdirs):  Add deja-gnu.
21837 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21839         * README:  Update for configure.texi and gdb-4.7 release.
21841 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21843         * Makefile.in:  Move "all" target to top of file.
21844         Previously, first target was ".PHONY" which caused BSD4.4 make
21845         to build .PHONY when make was run without arguments.
21847 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21849         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21850         Library-copylefted code in libiberty.
21852 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21854         * config.sub:  Replace m68kmote with plain old m68k.
21856 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21858         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21860 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21862         * config.sub: Complain if no argument is given.  Added support for
21863         386bsd as OS and target alias.
21865 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21867         * Makefile.in (XTRAFLAGS): include newlib directories if
21868         newlib/Makefile exists, rather than if host != target.
21870 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21872         * config.sub: recognize sparclite-wrs-vxworks.
21874         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21875         p3.) Added clean-xiberty to clean.
21877 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21879         * configure.in: use *-*-* instead of nested cases for host and target
21881 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21883         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21884         from the same source tree and not building a cross-compiler.  This
21885         matters for the libg++ configuration if reconfiguring a tree that
21886         has already been installed.
21888 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21890         * config.sub (i486v/i486v4):  Merge in from FSF version.
21892 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21894         * configure: only set PWD if it is already set.
21896 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21898         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21899         doesn't have unset and all success paths (and most error paths)
21900         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21901         to just ${PWD} to avoid confusion.)
21903 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21905         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21906         even for a native compilation.
21908 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21910         Changes to make the gdb.tar.Z rule work better.
21912         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21913         (DEVO_SUPPORT):  Add configure.texi.
21914         (bfd-ilrt.tar.Z):  Remove ancient rule.
21916 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21918         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21919         pick up the machine and system specific header files.
21921         * configure.in, config.sub: added new target m68010-adobe-scout,
21922         with alias of adobe68k.  Changed configure.in to check for
21923         -scout before -sco* to avoid a false match.
21925         * Makefile.in: added AS_FOR_TARGET, passed down in
21926         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21927         the C compiler to use to create programs which are run in the
21928         build environment, set it to default to $(CC), and passed it down
21929         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21931 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21933         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21934         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21935         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21936         FOR_TARGET variants, to newlib and libg++.
21938 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21940         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21941         first.
21943 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21945         * config.sub:  Accept `elf' as an environment.
21947 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21949         * Makefile.in (all-opcodes):  cd into the right directory
21951 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21953         * configure: added -program_transform_name option, used as
21954         argument to sed when installing programs.
21955         configure.texi: added documentation for -program_prefix,
21956         -program_suffix and -program_transform_name.
21958 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21960         * config.sub:  Accept i486 where i386 ok.
21962 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21964         * config.sub: accept we32k
21966 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21968         * config.sub, configure.in: accept OSE68000 and OSE68k.
21970         * Makefile.in: don't create all directories for ``make install'';
21971         let the subdirectories create the ones they need.
21973 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21975         * COPYING: new file, GPL v2
21977 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21979         * Makefile.in: use the new gen-info-dir, which needs a template
21980         argument (which also lives in texinfo)
21982         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21984 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21986         * config.sub (ncr3000):  Change i386 to i486.
21988 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21990         * Makefile.in: add install-rcs, install-grep to
21991         install-no-fixedincludes, removed install-bison and install-libgcc
21993 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21995         * configure.in: grab the HPUX makefile fragment if on HPUX
21997 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21999         * Makefile.in: eradicate bison spoor (ditto libgcc).
22000         configure.in: recognise m68{k,000}-ericsson-OSE.
22001         es1800 is alias for m68k-ericsson-OSE
22003 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22005         * configure.in: rearrange the parts that remove programs from
22006         configdirs, based now on HOST==TARGET or by canonical triple.
22008 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22010         * test-build.mk: recurse explicitly with -f test-build.mk when
22011         appropriate.  predicate stage3 and comparison on the existence
22012         of gcc.  That is, if gcc isn't around, we aren't three-staging.
22013         On very clean, also remove ...stamp-co.  Build in-place before
22014         doing other builds.
22016 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
22018         * Makefile.in, configure.in: add tgas
22020 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22022         * Makefile.in: a number of changes merged in from progressive.
22024         * configure.in: add libm.
22026         * .cvsignore: ignore some stuff that comes from test-build.mk.
22028 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
22030         * config.sub:  Add es1800 (m68k-ericsson-es1800).
22032 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
22034         * configure: Add program_suffix (parallel to program_prefix)
22035         * Makefile.in: adjust directory-creating script for losing decstation
22037 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
22039         * configure:  Minor $subdir-related fixes.
22041 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
22043         * configure: fix various problems with propogating
22044         makefile_target_frag in subdirs.
22045         * configure.in: config libgcc if its there
22047 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
22049         * config.sub:  HPPA merge.
22051 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
22053         * Makefile.in:  Replace all-bison with all-byacc in all
22054         dependency lines for other tools (which now use byacc).
22056 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
22058         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
22060 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
22062         * Makefile.in: make gprof rules similar to byacc rules (instead of
22063         vestigal $(unsubdir) that didn't work...)
22065 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
22067         * config.sub:  Add support for Linux.
22068         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
22069         (at least for libg++).
22071 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
22073         * configure.texi: fix doc for the -nfp option to configure
22075 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
22077         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
22079 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
22081         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
22082         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
22083         * configure.in: added solaris* host_makefile_frag hook.
22085 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22087         * config.sub: changed recognition of m68000 so that various
22088         m68k types can be specified via m680[01234]0
22090 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22092         * config.sub (basic_machine): fix sed so that '-foo' isn't
22093         completely substituted out while .+'-foo' loses the '-foo'
22095 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22097         * config.sub ($os): Add -aout.
22099 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
22101         * configure:  If host_makefile_frag is absolute, don't
22102         prefix ${invsubdir} (relevant to libg++ auto-configure).
22104 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22106         * Makefile.in (tooldir): Define it.
22107         (all-ld): Depend on all-flex.
22109 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
22111         * Makefile.in (check):  Fix libg++ special case.
22113 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
22115         * configure: do not bury `pwd` into config.status, thus do fewer
22116         pwd's.
22118         * configure: print the "Building in" message only when building in
22119         other than "." AND verbose.
22121         * configure: remove -s, rework -v to better accommodate guested
22122         configures.
22124         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
22126 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
22128         * Makefile.in: macroize flags passed on recursion.  remove
22129         fileutils.
22131 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
22133         * configure: get makesrcdir right for subdirs deeper than 1.
22135         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
22136         install.
22138 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
22140         * Makefile.in: don't print subdir_do or recursion lines.
22142 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
22144         * standards.texi: added menu item.
22146         * Makefile.in: build and install standards.info.
22148         * standards.texi: new file.
22150 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22152         * configure: test for and move config.status pieces from
22153         ${subdir}/.
22155 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
22157         * configure:  Test for existance of files before trying to mv
22158         them, to avoid numerous non-existance messages.
22160 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
22162         * configure: correct final line of config.status.
22164         * configure: patch from eggert.  Avoids a protection problem if
22165         the original Makefile.in is read only.
22167         * configure: use move-if-change from gcc to create config.status.
22168         Some makefiles depend on config.status to tell if a directory
22169         has been reconfigured for a different host.  This change
22170         prevents those directories from remaking everything in the case
22171         where the reconfig was only intended to rebuild a Makefile.
22173         * configure: test for config.sub with "config.sub sun4" rather
22174         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
22175         host alias from a missing config.sub.
22177 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22179         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
22180         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
22182 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
22184         * configure: mkdir ${subdir} as needed.
22186 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
22188         * Makefile.in,configure.in: added autoconf.
22190 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22192         * Makefile.in: no longer pass against on recursion.
22194         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
22195         definitions are not inherited.
22197         * configure: correct makesrcdir when subdir is .
22199 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
22201         * configure:  Add support for 'subdirs' variable, which is
22202         like 'configdirs', except that configure doesn't re-invoke
22203         itself for subdirs, it just creates a Makefile for each subdir.
22204         * configure.texi:  Document subdirs.
22206 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22208         * configure.in: added flex to configdirs
22210 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
22212         * Makefile.in: remove clean-stamps from clean.
22214 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
22216         * configure.in:  Add gdbtest to configdirs.
22218 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
22220         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
22221         to recursive makes.
22222         * configure.in:  Recognize new ncr3000 config.
22224 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
22226         * Makefile.in, configure.in: removed references to gdbm.
22228 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
22230         * config.sub:  Don't canonicalize os value
22231         newsos* to bsd (readline needs to check for newsos).
22232         (This fix was earlier made Jan 31, but got re-broken.)
22234 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
22236         * configure.in:  sco is an os, not a vendor!
22238         * configure:  Quote $( better.  Keep various shells happy.
22240 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
22242         * Makefile.in: eliminate stamp-files.
22244 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
22246         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
22247         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
22249 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
22251         * config.sub:  fix iris/iris3.
22253 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
22255         * configure: re-add -rm.
22257 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
22259         * Maskefile.in: add .stmp-rcs to all.
22261         * configure.in: remove gas from rs6000 build, use aix host fragment.
22263 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
22265         * configure: pass down site_option during recursion.
22267 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
22269         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
22271 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
22273         * configure: Change exec_prefix so that it really defaults to prefix.
22275 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
22277         * Makefile.in, configure.in:  Add support for mmalloc library.
22279 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
22281         * Makefile.in: add stmp dependencies for a few more things.
22283 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
22285         * configure: adjusted error message on objdir/srcdir configure
22286         collision, per john's suggestion.
22288         * Makefile.in: add libiberty stmp to all and all.cross.
22290 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
22292         * Makefile.in: remove force dependencies, add grep to all.
22294 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
22296         * Makefile.in: drop flex.  make stamp files work.
22298         * configure: added test for conflicting configuration in srcdir,
22299         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
22300         gets cranky.  use relative paths for configure and srcdir
22301         whenever possible.  Send some error messages to stderr that were
22302         going to stdout.
22304 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
22306         * Makefile.in:  Fix libg++ rule to check for gcc directory
22307         before using gcc/gcc.  Also pass XTRAFLAGS.
22309 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
22311         * Makefile.in: added stmp-files so that directories aren't polled
22312         when they are already built.
22314         * configure.texi: fixed a node pointer problem.
22316 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
22318         * config.sub configure.in gdb/configure.in
22319         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22320         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22321         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
22323 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22325         * configure: -recurring becomes -silent.  corrected help message
22326         for -site= option.
22328         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22330 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22332         * configure: when building Makefile for crosses, replace
22333         tooldir and program_prefix.  default srcdir from location of
22334         config.sub.  remove "for host in hosts" and "for target in
22335         targets" loops.
22337 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22339         * Makefile.in: Do not pass bindir or mandir to cvs.
22341 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
22343         * Makefile.in, configure.in: removed traces of namesubdir,
22344         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
22345         copyrights to '92, changed some from Cygnus to FSF.
22347         * configure.texi: remove most references to multiple hosts,
22348         multiple targets, subdirs, etc.
22350         * configure.man: removed rcsid. reference config.sub not
22351         config.subr.
22353         * Makefile.in: mkdir $(infodir) on install-info.
22355 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
22357         * configure.texi:  Explain better about .gdbinit and about
22358         the environment that configure.in sections run in.
22360 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
22362         * configure.in:  Ultrix is only a decstation if it's a MIPS.
22364 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
22366         * README:  DOC.configure => cfg-paper.texi.
22368 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
22370         * config.sub (near case $os):  Don't convert newsos* to bsd!
22372 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
22374         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
22375         the number of copies of COPYING that go into the GDB tar file.
22377 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
22379         * bfd/configure.in, gdb/config/mh-i386sco,
22380         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22381         Fix SCO configuration stuff.
22383 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
22385         * Makefile.in:  For libg++, make sure the -I pointing
22386         to the gcc directory goes *after* all the libg++-local -I flags.
22387         Also, move just-gcc dependency from just-libg++ to all-libg++.
22389 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
22391         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
22393 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
22395         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
22397 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
22399         * config.sub:  Add stratus configuration frags.  Also
22400         submitted to FSF.
22402 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
22404         * Makefile.in (DEV_SUPPORT):  add configure.man.
22406         * config.sub(Decode manufacturer-specific):  add -none*.
22408 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
22410         * Makefile.in:  remove form feeds to make Sun's make happy.
22411         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
22413 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
22415         * Makefile.in (AR_FLAGS):  Make quieter.
22417 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
22419         * configure.in:  Add libg++.
22420         * configure:  When verbose, don't output the command line at each
22421         level; it will be unremarkably the same as the previous version,
22422         which will be the same as what the user typed.
22424 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
22426         * configure.in, Makefile.in: fix clean-info, add flex.  add
22427         fileutils.
22429         * configure: be less sensitive to spaces in Makefile.in.  Do not
22430         look for sources in "..".  Doing so breaks subdirectories that
22431         might have their own configure.  If a subdir has it's own
22432         configure script, use it.
22434 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
22436         * cfg-paper.texi: some changes suggested by rms.
22438 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
22440         * config.sub:  Merge in some small additions from the FSF version,
22441         taken from the gcc distribution, to bring the Cygnus and FSF
22442         versions into closer sync.
22444 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
22446         * configure.in:  Changed svr4 references to sysv4.
22448 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22450         * configure: added -V for version number option.
22452 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22454         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22455         renamed from DOC.configure to cfg-paper.texi.
22457 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22459         * configure, config.subr, config.sub: config.subr is now
22460         config.sub again.
22462 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22464         * configure.texi: new file, in progress.
22466         * Makefile.in: build info file and install the man page for
22467         configure.
22469         * configure.man: new file, first cut.
22471         * configure: find config.subr again now that configuration "none"
22472         has gone.  removed all traces of the -ansi option.  removed all
22473         traces of the -languages option.
22475         * config.subr: resync from rms.
22477 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22479         * configure, config.sub, config.subr: merge config.sub into
22480         config.subr, call the result config.subr, remove config.sub, use
22481         config.subr.
22483         * Makefile.in: revised install for dir.info.
22485 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22487         * configure.in: add decstation host makefile frag.
22489         * Makefile.in: BISON now bison -y again.  also install-gcc on
22490         install.  clean-gdbm on clean.  infodir belongs in datadir.
22491         Make directories for info install.  Build dir.info here then
22492         install it.
22494 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22496         * Makefile.in: fix for bad directory tests.
22498 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22500         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22501         regexp.  -srcdir relative was being handled incorrectly.
22503         * Makefile.in: unwrapped some for loops so that parallel makes
22504         work again and so one can focus one's attention on a particular
22505         package.
22507 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22509         * configure: added PWD as a stand in for `pwd` (for speed). use
22510         elif wherever possible.  make -srcdir work without -objdir.
22511         -objdir= commented out.
22513 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22515         * configure: +options become --options.  -subdirs commented out.
22516         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22517         Makefile now at top of generated Makefile.  Removed cvs log
22518         entries.  added -srcdir.  create .gdbinit only if there is one
22519         in ${srcdir}.
22521         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22522         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22523         and mandir now keyed off datadir by default.
22525 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22527         * Freshly created ChangeLog.
22530 Local Variables:
22531 mode: change-log
22532 left-margin: 8
22533 fill-column: 76
22534 version-control: never
22535 End: