Set num_threads to 50 on 32-bit hppa in two libgomp loop tests
[official-gcc.git] / ChangeLog
blob593ba5d79bf3f05fe6477fce57644aaf35a81c86
1 2024-01-29  Kwok Cheung Yeung  <kcy@codesourcery.com>
3         * MAINTAINERS: Update my work email address.
5 2024-01-25  Chung-Lin Tang  <cltang@baylibre.com>
7         * MAINTAINERS: Update my work email address.
9 2024-01-24  Thomas Schwinge  <tschwinge@baylibre.com>
11         * MAINTAINERS: Update my work email address.
13 2024-01-23  Tobias Burnus  <tburnus@baylibre.com>
15         * MAINTAINERS: Update my email address.
17 2024-01-23  Andrew Stubbs  <ams@baylibre.com>
19         * MAINTAINERS: Update
21 2024-01-16  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
23         * Makefile.def: Add a dependency to libgrust for all-gcc.
24         * Makefile.in: Regenerate the file.
26 2024-01-16  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
28         * Makefile.def: Add libgrust target to bootstrap.
29         * Makefile.in: Regenerate.
31 2024-01-15  Andrew Pinski  <quic_apinski@quicinc.com>
33         * MAINTAINERS (DCO): Add myself.
35 2024-01-09  Siddhesh Poyarekar  <siddhesh@gotplt.org>
37         * SECURITY.txt: Drop "exploitable" in the hardening section.
39 2024-01-09  Tom Tromey  <tom@tromey.com>
41         * Makefile.in: Rebuild.
42         * Makefile.tpl (BASE_EXPORTS): Add GUILE.
43         (GUILE): New variable.
44         * Makefile.def (flags_to_pass): Add GUILE.
46 2024-01-08  Joseph Myers  <josmyers@redhat.com>
48         * MAINTAINERS: Update my email address.
50 2023-12-30  Joseph Myers  <jsm@polyomino.org.uk>
52         * MAINTAINERS: Update my email address.
54 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
55             Thomas Schwinge  <thomas@codesourcery.com>
57         * Makefile.def: Add libgrust as host & target module.
58         * configure.ac: Add libgrust to host tools list. Add libgrust to
59         noconfigdirs if we're not building target libstdc++.
60         * Makefile.in: Regenerate.
61         * configure: Regenerate.
63 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
64             Arthur Cohen  <arthur.cohen@embecosm.com>
66         * MAINTAINERS: Add maintainers for libgrust.
68 2023-12-13  Arsen Arsenović  <arsen@aarsen.me>
70         * Makefile.def (gettext): Disable (via missing)
71         {install-,}{pdf,html,info,dvi} and TAGS targets.  Set no_install
72         to true.  Add --disable-threads --disable-libasprintf.  Drop the
73         lib_path (as there are no shared libs).
74         * Makefile.in: Regenerate.
76 2023-12-12  Paul Iannetta  <piannetta@kalrayinc.com>
78         * MAINTAINERS: Add myself to write after approval
80 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
82         * MAINTAINERS: Update my email address
84 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
86         * MAINTAINERS: Add myself to write after approval
88 2023-11-23  Nathaniel Shead  <nathanieloshead@gmail.com>
90         * MAINTAINERS: Add myself to write after approval and DCO
92 2023-11-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
94         * libtool.m4: Fix stray call
96 2023-11-19  Lewis Hyatt  <lhyatt@gmail.com>
98         * Makefile.in: Regenerate.
99         * Makefile.tpl: Add dependency on site.exp to check-gcc-* targets
101 2023-11-18  Petter Tomner  <tomner@bahnhof.se>
103         * MAINTAINERS: Update my email address.
105 2023-11-18  Frederik Harwath  <frederik@harwath.name>
107         * MAINTAINERS: Change my address.
109 2023-11-16  Michal Jires  <mjires@suse.cz>
111         * MAINTAINERS: Add myself.
113 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
115         PR bootstrap/12596
116         * .gitignore: Add '/gettext*'.
117         * configure.ac (host_libs): Replace intl with gettext.
118         (hbaseargs, bbaseargs, baseargs): Split baseargs into
119         {h,b}baseargs.
120         (skip_barg): New flag.  Skips appending current flag to
121         bbaseargs.
122         <library exemptions>: Exempt --with-libintl-{type,prefix} from
123         target and build machine argument passing.
124         * configure: Regenerate.
125         * Makefile.def (host_modules): Replace intl module with gettext
126         module.
127         (configure-ld): Depend on configure-gettext.
128         * Makefile.in: Regenerate.
130 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
132         * intl/*: Remove.
134 2023-11-09  Jivan Hakobyan  <jivanhakobyan9@gmail.com>
136         * MAINTAINERS: Add myself.
138 2023-11-09  YunQiang Su  <yunqiang.su@cipunited.com>
140         * MAINTAINERS: Update my email address.
142 2023-11-06  Carl Love  <cel@linux.ibm.com>
144         * MAINTAINERS: Update my email address.
146 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
148         * .github/CONTRIBUTING.md: Wrap lines more tightly.
150 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
152         * .github/CONTRIBUTING.md: New file.
153         * .github/PULL_REQUEST_TEMPLATE.md: New file.
155 2023-10-22  Iain Sandoe  <iain@sandoe.co.uk>
157         * configure: Regenerate.
158         * configure.ac: Do not add default runpaths to GCC exes
159         when we are building -static-libstdc++/-static-libgcc (the
160         default).
161         * libtool.m4: Add 'enable-darwin-at-runpath'.  Act  on the
162         enable flag to alter Darwin libraries to use @rpath names.
164 2023-10-15  Mike Frysinger  <vapier@gentoo.org>
166         * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
167         * Makefile.in: Regenerate.
169 2023-10-11  Filip Kastl  <fkastl@suse.cz>
171         * MAINTAINERS: Fix name order.
173 2023-10-10  Christoph Müllner  <christoph.muellner@vrull.eu>
175         * MAINTAINERS: Add myself.
177 2023-10-06  Sergei Trofimovich  <siarheit@google.com>
179         PR bootstrap/111663
180         * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
181         * Makefile.in: Regenerate.
183 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
185         * SECURITY.txt: Fix up indentation.
187 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
189         * SECURITY.txt: Fix up commas.
191 2023-10-04  Siddhesh Poyarekar  <siddhesh@gotplt.org>
193         * SECURITY.txt: New file.
195 2023-09-18  Fei Gao  <gaofei@eswincomputing.com>
197         * MAINTAINERS: Add myself.
199 2023-09-15  Yang Yujie  <yangyujie@loongson.cn>
201         * config-ml.in: Remove unneeded loongarch clause.
202         * configure.ac: Register custom makefile fragments mt-loongarch-*
203         for loongarch targets.
204         * configure: Regenerate.
206 2023-09-12  Edwin Lu  <ewlu@rivosinc.com>
208         * MAINTAINERS: Add myself
210 2023-09-12  Thomas Schwinge  <thomas@codesourcery.com>
211             Chung-Lin Tang  <cltang@codesourcery.com>
213         PR testsuite/109951
214         * Makefile.tpl (BASE_TARGET_EXPORTS): Add
215         'SYSROOT_CFLAGS_FOR_TARGET'.
216         * Makefile.in: Regenerate.
218 2023-09-05  Yang Yujie  <yangyujie@loongson.cn>
220         * config-ml.in: Do not build the multilib library variant
221         that is duplicate with the toplevel one.
223 2023-08-29  Tsukasa OI  <research_trasio@irq.a4lg.com>
225         * MAINTAINERS: Add myself.
227 2023-08-22  Filip Kastl  <fkastl@suse.cz>
229         * MAINTAINERS: Update my email address.
231 2023-08-11  Eric Feng  <ef2648@columbia.edu>
233         * MAINTAINERS: Add myself.
235 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
237         * Makefile.def: Reflect that libsframe needs to installed before
238         libbfd.  Reorder a bit to better track libsframe dependencies.
239         * Makefile.in: Regenerate.
241 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
243         * Makefile.def: Add install dependency on libsframe for libbfd.
244         * Makefile.in: Regenerated.
246 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
248         * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
249         Solaris 11.
251 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
253         * configure: Regenerate.
254         * configure.ac: Add Haiku to list of ELF OSes
255         * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
257 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
259         * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
260         options, including options containing paths.
262 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
264         * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
265         NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
266         errors from nms that refuse to work on non-regular files.  Remove
267         other workarounds for this problem.  Strip out blank lines from the
268         nm output.
270 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
272         * configure.ac: Reinstate 32b PA-RISC HP-UX targets
273         * configure: Regenerate.
275 2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
277         * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
278         * configure: Re-generate.
279         * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
280         (PKG_CONFIG_PATH): New.
281         * Makefile.in: Re-generate.
283 2023-08-07  Luis Machado  <luis.machado@arm.com>
285         * configure.ac: Disable year2038 by default on 32-bit hosts.
286         * configure: Regenerate.
288 2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
290         * Makefile.def: Add gprofng module.
291         * configure.ac: Add --enable-gprofng option.
292         * Makefile.in: Regenerate.
293         * configure: Regenerate.
295 2023-08-07  Martin Liska  <mliska@suse.cz>
297         * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
298         * configure: Regenerate.
300 2023-08-07  Fangrui Song  <maskray@google.com>
302         * configure: Regenerate.
303         * configure.ac: Add --with-zstd.
305 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
307         * configure: Regenerate.
308         * configure.ac: Recover tilegx/tilepro targets.
310 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
312         * configure: Regenerated.
313         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
314         --plugin and rc before enabling --plugin.
316 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
318         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
319         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
320         * configure.ac: Include config/gcc-plugin.m4.
321         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
322         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
323         RANLIB if possible.
324         * Makefile.in: Regenerated.
325         * configure: Likewise.
327 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
329         * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
330         $(CFLAGS).
332 2023-08-07  David Faust  <david.faust@oracle.com>
334         * MAINTAINERS: Add the BPF port to my reviewer listing.
336 2023-08-02  Jan Beulich  <jbeulich@suse.com>
338         * MAINTAINERS: Correct my email address.
340 2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
342         * MAINTAINERS (Write After Approval): Add myself.
344 2023-08-01  Richard Ball  <richard.ball@arm.com>
346         * MAINTAINERS: Add myself.
348 2023-07-31  Andreas Schwab  <schwab@suse.de>
350         * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
351         * configure: Regenerate.
352         * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
354 2023-07-31  xuli  <xuli1@eswincomputing.com>
356         * MAINTAINERS: Add myself.
358 2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
360         * MAINTAINERS: List myself as "nvptx port" maintainer.
362 2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
364         * MAINTAINERS: Add myself to write after approval
366 2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
368         * MAINTAINERS: Add myself as a reviewer for the riscv port.
370 2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
372         * MAINTAINERS: Add myself as a reviewer for the riscv port.
374 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
376         * MAINTAINERS: Add Hao Liu to write after approval
378 2023-07-12  Ken Matsui  <kmatsui@gcc.gnu.org>
380         * MAINTAINERS: Add Ken Matsui to write after approval
382 2023-07-07  Eugene Rozenfeld  <erozen@microsoft.com>
384         * Makefile.in: Collect both kernel and user events for autofdo
385         * Makefile.tpl: Collect both kernel and user events for autofdo
387 2023-06-30  Rishi Raj  <rishiraj45035@gmail.com>
389         * MAINTAINERS: Added myself to Write After Approval and DCO
391 2023-06-29  Eugene Rozenfeld  <erozen@microsoft.com>
393         * Makefile.in: Remove -gtoggle for STAGEautoprofile
394         * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
396 2023-06-25  Lehua Ding  <lehua.ding@rivai.ai>
398         * MAINTAINERS: Add Lehua Ding to write after approval
400 2023-06-25  Iain Sandoe  <iain@sandoe.co.uk>
402         * Makefile.def: Pass the enable-host-pie value to GCC configure.
403         * Makefile.in: Regenerate.
404         * configure: Regenerate.
405         * configure.ac: Adjust the logic for shared and PIE host flags to
406         ensure that PIE is passed for hosts that require it.
408 2023-06-16  YunQiang Su  <yunqiang.su@cipunited.com>
410         * MAINTAINERS (Write After Approval): move Matthew Fortune
411         to Write After Approval.
413 2023-06-15  Marek Polacek  <polacek@redhat.com>
415         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
416         check.
417         * configure: Regenerate.
419 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
421         * MAINTAINERS: Add myself to write after approval
423 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
425         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
426         port maintainer.
427         (Write After Approval): Remove myself.
429 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
431         * MAINTAINERS (Write After Approval): Add myself.
433 2023-05-29  Martin Jambor  <mjambor@suse.cz>
435         * MAINTAINERS: Replace spaces with tabs.
437 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
439         * MAINTAINERS: New entry.
441 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
443         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
444         * Makefile.in: Regenerate
446 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
448         * Makefile.in: Disable warnings as errors for STAGEautofeedback
450 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
452         * MAINTAINERS: Sort.
454 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
456         * MAINTAINERS: Add myself.
458 2023-05-10  Pan Li  <pan2.li@intel.com>
460         * MAINTAINERS: Add myself.
462 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
464         * Makefile.in: Define PROFILE_MERGER
465         * Makefile.tpl: Define PROFILE_MERGER
467 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
469         * MAINTAINERS: Change my email address.
471 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
473         * MAINTAINERS: Add myself.
475 2023-04-26  Martin Liska  <mliska@suse.cz>
477         * MAINTAINERS: fix sorting
479 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
481         * MAINTAINERS (Write After Approval): Add myself.
483 2023-04-24  Martin Liska  <mliska@suse.cz>
485         * MAINTAINERS: Fix sorting.
487 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
489         * configure: Regenerate.
490         * configure.ac: Only create serdep.tmp if needed
492 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
494         * MAINTAINERS (Write After Approval): Add myself.
496 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
498         * MAINTAINERS (Write After Approval): Add myself.
499         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
501 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
503         * MAINTAINERS: Add myself.
505 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
507         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
509 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
511         * MAINTAINERS (Write After Approval): Add myself.
513 2023-02-16  Martin Liska  <mliska@suse.cz>
515         * MAINTAINERS: I'm stepping down from my positions.
517 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
519         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
521 2023-01-06  Clément Chigot  <chigot@adacore.com>
523         * configure.ac: Skip GMP and MPFR when --disable-gdb is
524         provided.
525         * configure: Regenerate.
527 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
529         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
531 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
533         * Makefile.def: Do not build shared libffi.
534         * Makefile.in: Regenerate.
536 2022-12-21  Andrew Pinski  <apinski@marvell.com>
538         * Makefile.def: Add configure-gdb dependencies
539         on all-gmp and all-mpfr.
540         * configure.ac: Split out MPC checking from MPFR.
541         Require GMP and MPFR if the gdb directory exist.
542         * Makefile.in: Regenerate.
543         * configure: Regenerate.
545 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
547         * configure.ac (target_libraries): Add target-libgm2.
548         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
549         Add GCC_TARGET_TOOL entry for gm2.
550         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
551         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
552         * Makefile.def (target_modules): Add libgm2.
553         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
554         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
555         (languages): Add entry for language=m2 with gcc-check-target=check-m2
556         and lib-check-target=check-target-libgm2.
557         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
558         (HOST_EXPORTS): Add definition for GM2.
559         (BASE_TARGET_EXPORTS): Add definition for GM2.
560         (GM2_FOR_BUILD): Defined.
561         (GM2FLAGS): Defined.
562         (GM2_FOR_TARGET): Defined.
563         (GM2FLAGS_FOR_TARGET): Defined.
564         (EXTRA_HOST_FLAGS): Defined.
565         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
566         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
567         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
568         * configure: Rebuilt.
569         * Makefile.in: Rebuilt.
571 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
573         * Makefile.def: Add Rust language.
574         * Makefile.in: Regenerate via autogen.
576 2022-12-09  Martin Liska  <mliska@suse.cz>
578         * MAINTAINERS: Fix spacing.
580 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
582         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
584 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
586         * Makefile.def: Pass host_libs_picflag to host dependent library
587         configures.
588         * Makefile.in: Regenerate.
589         * configure: Regenerate.
590         * configure.ac (host_libs_picflag): New configure variable set to
591         '--with-pic' when building 'host_shared'.
593 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
595         * Makefile.def: Add libsframe as new module with its dependencies.
596         * Makefile.in: Regenerated.
597         * configure.ac: Add libsframe to host_libs.
598         * configure: Regenerated.
600 2022-11-23  Marek Polacek  <polacek@redhat.com>
602         Revert:
603         2022-11-23  Marek Polacek  <polacek@redhat.com>
605         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
606         isl.
607         * Makefile.in: Regenerate.
608         * Makefile.tpl: Set PICFLAG.
609         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
610         check.
611         * configure: Regenerate.
613 2022-11-23  Marek Polacek  <polacek@redhat.com>
615         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
616         isl.
617         * Makefile.in: Regenerate.
618         * Makefile.tpl: Set PICFLAG.
619         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
620         check.
621         * configure: Regenerate.
623 2022-11-14  Martin Liska  <mliska@suse.cz>
625         Revert:
626         2022-11-09  Martin Liska  <mliska@suse.cz>
628         * doc/Makefile: New file.
629         * doc/_static/custom.css: New file.
630         * doc/baseconf.py: New file.
631         * doc/bsd.rst: New file.
632         * doc/contrib.rst: New file.
633         * doc/contribute.rst: New file.
634         * doc/cppdiropts.rst: New file.
635         * doc/cppenv.rst: New file.
636         * doc/cppopts.rst: New file.
637         * doc/cppwarnopts.rst: New file.
638         * doc/favicon.ico: New file.
639         * doc/funding.rst: New file.
640         * doc/gcc_sphinx.py: New file.
641         * doc/gnu.rst: New file.
642         * doc/gnu_free_documentation_license.rst: New file.
643         * doc/gpl-3.0.rst: New file.
644         * doc/indices-and-tables.rst: New file.
645         * doc/lgpl-2.1.rst: New file.
646         * doc/logo.pdf: New file.
647         * doc/logo.svg: New file.
648         * doc/md.rst: New file.
649         * doc/requirements.txt: New file.
651 2022-11-14  Martin Liska  <mliska@suse.cz>
653         Revert:
654         2022-11-09  Martin Liska  <mliska@suse.cz>
656         * doc/baseconf.py: Port to GCC sources.
658 2022-11-14  Martin Liska  <mliska@suse.cz>
660         Revert:
661         2022-11-14  Martin Liska  <mliska@suse.cz>
663         * configure: Regenerate.
664         * configure.ac: Support Sphinx based documentation.
666 2022-11-14  Martin Liska  <mliska@suse.cz>
668         Revert:
669         2022-11-09  Martin Liska  <mliska@suse.cz>
671         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
672         provide a default.
674 2022-11-14  Martin Liska  <mliska@suse.cz>
676         Revert:
677         2022-11-09  Martin Liska  <mliska@suse.cz>
679         * doc/bsd.rst:
680         Add trailing newline.
681         * doc/contrib.rst:
682         Add trailing newline.
683         * doc/contribute.rst:
684         Add trailing newline.
685         * doc/cppdiropts.rst:
686         Add trailing newline.
687         * doc/cppenv.rst:
688         Add trailing newline.
689         * doc/cppopts.rst:
690         Add trailing newline.
691         * doc/cppwarnopts.rst:
692         Add trailing newline.
693         * doc/funding.rst:
694         Add trailing newline.
695         * doc/gnu.rst:
696         Add trailing newline.
697         * doc/gnu_free_documentation_license.rst:
698         Add trailing newline.
699         * doc/gpl-3.0.rst:
700         Add trailing newline.
701         * doc/indices-and-tables.rst:
702         Add trailing newline.
703         * doc/lgpl-2.1.rst:
704         Add trailing newline.
705         * doc/md.rst:
706         Add trailing newline.
708 2022-11-14  Martin Liska  <mliska@suse.cz>
710         Revert:
711         2022-11-09  Martin Liska  <mliska@suse.cz>
713         * configure.ac: Use new install URL.
714         * configure: Regenerate.
716 2022-11-14  Martin Liska  <mliska@suse.cz>
718         Revert:
719         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
721         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
722         instead of just ``.''.
723         * doc/gcc_sphinx.py: Moved to...
724         * doc/modules/gcc_sphinx.py: ...here.
726 2022-11-14  Martin Liska  <mliska@suse.cz>
728         Revert:
729         2022-11-10  Martin Liska  <mliska@suse.cz>
731         * doc/baseconf.py: Modernize by using pathlib.
733 2022-11-14  Martin Liska  <mliska@suse.cz>
735         Revert:
736         2022-11-11  Martin Liska  <mliska@suse.cz>
738         * doc/Makefile: Disable -j auto.
740 2022-11-14  Martin Liska  <mliska@suse.cz>
742         Revert:
743         2022-11-11  Martin Liska  <mliska@suse.cz>
745         * doc/Makefile: Update comment.
747 2022-11-14  Martin Liska  <mliska@suse.cz>
749         Revert:
750         2022-11-11  Martin Liska  <mliska@suse.cz>
752         * doc/indices-and-tables.rst: Rename Indexes to Indices.
754 2022-11-14  Martin Liska  <mliska@suse.cz>
756         Revert:
757         2022-11-13  Martin Liska  <mliska@suse.cz>
759         PR web/107643
760         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
761         is set.
762         * doc/indices-and-tables.rst: Use include_todo tag.
764 2022-11-14  Martin Liska  <mliska@suse.cz>
766         Revert:
767         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
769         * doc/contrib.rst: Update Jeff Law's email address.
771 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
773         * doc/contrib.rst: Update Jeff Law's email address.
775 2022-11-13  Martin Liska  <mliska@suse.cz>
777         PR web/107643
778         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
779         is set.
780         * doc/indices-and-tables.rst: Use include_todo tag.
782 2022-11-11  Martin Liska  <mliska@suse.cz>
784         * doc/indices-and-tables.rst: Rename Indexes to Indices.
786 2022-11-11  Martin Liska  <mliska@suse.cz>
788         * doc/Makefile: Update comment.
790 2022-11-11  Martin Liska  <mliska@suse.cz>
792         * doc/Makefile: Disable -j auto.
794 2022-11-10  Martin Liska  <mliska@suse.cz>
796         * doc/baseconf.py: Modernize by using pathlib.
798 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
800         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
801         instead of just ``.''.
802         * doc/gcc_sphinx.py: Moved to...
803         * doc/modules/gcc_sphinx.py: ...here.
805 2022-11-09  Martin Liska  <mliska@suse.cz>
807         * configure.ac: Use new install URL.
808         * configure: Regenerate.
810 2022-11-09  Martin Liska  <mliska@suse.cz>
812         * doc/bsd.rst:
813         Add trailing newline.
814         * doc/contrib.rst:
815         Add trailing newline.
816         * doc/contribute.rst:
817         Add trailing newline.
818         * doc/cppdiropts.rst:
819         Add trailing newline.
820         * doc/cppenv.rst:
821         Add trailing newline.
822         * doc/cppopts.rst:
823         Add trailing newline.
824         * doc/cppwarnopts.rst:
825         Add trailing newline.
826         * doc/funding.rst:
827         Add trailing newline.
828         * doc/gnu.rst:
829         Add trailing newline.
830         * doc/gnu_free_documentation_license.rst:
831         Add trailing newline.
832         * doc/gpl-3.0.rst:
833         Add trailing newline.
834         * doc/indices-and-tables.rst:
835         Add trailing newline.
836         * doc/lgpl-2.1.rst:
837         Add trailing newline.
838         * doc/md.rst:
839         Add trailing newline.
841 2022-11-09  Martin Liska  <mliska@suse.cz>
843         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
844         provide a default.
846 2022-11-09  Martin Liska  <mliska@suse.cz>
848         * configure: Regenerate.
849         * configure.ac: Support Sphinx based documentation.
851 2022-11-09  Martin Liska  <mliska@suse.cz>
853         * doc/baseconf.py: Port to GCC sources.
855 2022-11-09  Martin Liska  <mliska@suse.cz>
857         * doc/Makefile: New file.
858         * doc/_static/custom.css: New file.
859         * doc/baseconf.py: New file.
860         * doc/bsd.rst: New file.
861         * doc/contrib.rst: New file.
862         * doc/contribute.rst: New file.
863         * doc/cppdiropts.rst: New file.
864         * doc/cppenv.rst: New file.
865         * doc/cppopts.rst: New file.
866         * doc/cppwarnopts.rst: New file.
867         * doc/favicon.ico: New file.
868         * doc/funding.rst: New file.
869         * doc/gcc_sphinx.py: New file.
870         * doc/gnu.rst: New file.
871         * doc/gnu_free_documentation_license.rst: New file.
872         * doc/gpl-3.0.rst: New file.
873         * doc/indices-and-tables.rst: New file.
874         * doc/lgpl-2.1.rst: New file.
875         * doc/logo.pdf: New file.
876         * doc/logo.svg: New file.
877         * doc/md.rst: New file.
878         * doc/requirements.txt: New file.
880 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
882         * Makefile.def: Remove module 'liboffloadmic'.
883         * Makefile.in: Regenerate.
884         * configure.ac: Remove 'liboffloadmic' handling.
885         * configure: Regenerate.
887 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
889         * MAINTAINERS: Update email address.
891 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
893         * configure.ac: Don't configure readline if --with-system-readline is
894         used.
895         * configure: Re-generate.
897 2022-10-12  Cui,Lili  <lili.cui@intel.com>
899         * MAINTAINERS (Write After Approval): Add myself.
901 2022-10-11  Olivier Hainque  <hainque@adacore.com>
903         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
904         and friends for rtp !large. Assume the linker has the required
905         abilities and set lt_cv_deplibs_check_method.
907 2022-09-30  Olivier Hainque  <hainque@adacore.com>
909         * configure.ac (*vxworks*): If enable_shared is not
910         set, set to "no" and add --disable-shared to target and
911         host_configargs.
912         * configure: Regenerate.
914 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
916         * MAINTAINERS: Update my email address and DCO entry.
918 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
920         * MAINTAINERS (Write After Approval): Add myself.
922 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
924         * MAINTAINERS (Write After Approval): Add myself.
926 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
928         * MAINTAINERS: Update my email address.
930 2022-09-07  Tom de Vries  <tdevries@suse.de>
932         * configure.ac: Set extra_host_libiberty_configure_flags and
933         extra_host_zlib_configure_flags in separate case statements.
934         * configure: Regenerate.
936 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
938         * MAINTAINERS: Update c-sky port maintainers' emails.
940 2022-08-31  Martin Liska  <mliska@suse.cz>
942         * configure: Regenerate.
943         * configure.ac: Delete hpux9 and hpux10.
945 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
947         * Makefile.def: Drop libelf module and gcc-configure dependency
948         on it.
949         * Makefile.in: Regenerate with 'autogen Makefile.def'.
950         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
951         LIBELFINC.
952         * configure: Regenrate.
953         * configure.ac (host_libs): Drop unused libelf.
955 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
957         * Makefile.in: Regenerate.
959 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
961         * MAINTAINERS: Add myself as AutoFDO maintainer.
963 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
964             Arnaud Charlet  <charlet@adacore.com>
966         * configure: Regenerate.
968 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
970         PR bootstrap/106472
971         * Makefile.def (dependencies): Make configure-target-libgo depend
972         upon all-target-libbacktrace.
974 2022-07-27  David Faust  <david.faust@oracle.com>
976         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
978 2022-07-27  Richard Biener  <rguenther@suse.de>
980         * MAINTAINERS (Roger Sayle): Update e-mail address.
982 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
984         * MAINTAINERS (Write After Approval): Add myself.
986 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
988         * MAINTAINERS: Add myself as Ada front end co-maintainer.
990 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
992         * .gitignore: Do not ignore config.h.
994 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
996         * MAINTAINERS: Add myself to Write After Approval.
998 2022-07-04  Martin Liska  <mliska@suse.cz>
1000         * MAINTAINERS: fix sorting of names
1002 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
1004         * MAINTAINERS: add myself.
1006 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
1008         * MAINTAINERS: Add myself to write after approval and DCO.
1010 2022-07-02  Tim Lange  <mail@tim-lange.me>
1012         * MAINTAINERS: Add myself.
1014 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
1016         * MAINTAINERS (Write After Approval): Add myself.
1018 2022-06-30  Cui,Lili  <lili.cui@intel.com>
1020         Revert:
1021         2022-06-30  Cui,Lili  <lili.cui@intel.com>
1023         * MAINTAINERS (Write After Approval): Add myself.
1025 2022-06-30  Cui,Lili  <lili.cui@intel.com>
1027         * MAINTAINERS (Write After Approval): Add myself.
1029 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
1031         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
1032         (EXTRA_GCC_FLAGS): Likewise.
1033         * Makefile.in: Rebuilt.
1035 2022-06-28  konglin1  <lingling.kong@intel.com>
1037         * MAINTAINERS (Write After Approval): Add myself.
1039 2022-06-27  Tom de Vries  <tdevries@suse.de>
1041         * configure.ac: Build libiberty pic variant for gdbserver.
1042         * configure: Regenerate.
1044 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
1046         * configure: Regenerate.
1047         * configure.ac: Correct use of $host.
1049 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
1051         * MAINTAINERS: Remove tilegx and tilepro entries.
1052         * configure.ac: Remove tilegx and tilepro stanzas.
1053         * configure: Rebuilt.
1055 2022-05-28  Bruce Korb  <bkorb@gnu.org>
1057         * .gitignore: Ignore vim swap files
1059 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
1061         * MAINTAINERS: Add myself to write after approval.
1063 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
1065         * MAINTAINERS: Remove myself from DCO section.
1067 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
1069         * MAINTAINERS: Update my email address.
1071 2022-05-09  Clément Chigot  <chigot@adacore.com>
1073         * MAINTAINERS: Update my email address.
1075 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
1077         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
1078         section.
1080 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
1082         * MAINTAINERS: Update my email address.
1084 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
1086         * MAINTAINERS: Update my email address.
1088 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1090         * MAINTAINERS: (CPU Port Maintainers): Add myself and
1091         Lulu as LoongArch port maintainer.
1093 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1094             Lulu Cheng  <chenglulu@loongson.cn>
1096         * configure.ac: Add LoongArch tuples.
1097         * configure: Regenerate.
1099 2022-03-28  Tom Tromey  <tromey@adacore.com>
1101         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
1102         * configure: Rebuild.
1104 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
1106         * MAINTAINERS: Change my information.
1108 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
1110         * MAINTAINERS: Add myself to DCO section.
1112 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
1114         * configure.ac: Fix incorrect option in comment.
1115         * configure: Regenerate.
1117 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
1119         * Makefile.def (dependencies): Make configure-sim depend on
1120         all-readline.
1121         * Makefile.in: Regenerate.
1123 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
1125         * MAINTAINERS (Write After Approval): Update my e-mail address.
1127 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
1129         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1131 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
1133         * MAINTAINERS: Update my email and add myself to the DCO list.
1135 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
1137         Revert:
1138         2021-09-16  Andrew Pinski  <apinski@marvell.com>
1140         PR bootstrap/67102
1141         * Makefile.def: Have configure-target-libffi depend on
1142         all-target-libstdc++-v3.
1143         * Makefile.in: Regenerate.
1145 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
1147         PR other/104181
1148         * build.log: Remove.
1150 2022-01-20  Martin Liska  <mliska@suse.cz>
1152         * MAINTAINERS: Adjust email address based on IRC request.
1154 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
1156         * MAINTAINERS: Update my email address.
1158 2022-01-17  Martin Liska  <mliska@suse.cz>
1160         * MAINTAINERS: Rename .c names to .cc.
1162 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
1164         * Makefile.am: Remove.
1166 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
1168         * Makefile.am: New file.
1170 2022-01-11  Martin Liska  <mliska@suse.cz>
1172         * MAINTAINERS: Sort 2 names.
1174 2022-01-10  Martin Liska  <mliska@suse.cz>
1176         * MAINTAINERS: Fix obvious issues with sorting.
1178 2022-01-07  liuhongt  <hongtao.liu@intel.com>
1180         * build.log: New file.
1182 2022-01-05  Nathan Sidwell  <nathan@acm.org>
1184         * MAINTAINERS: Add DCO entry.  Sort that list.
1186 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
1188         * MAINTAINERS: Change of email address in both DCO and
1189         Write After Approval list.
1191 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1193         * configure: Regenerate.
1195 2021-12-21  Martin Liska  <mliska@suse.cz>
1197         * config.sub: Change mode back to 755.
1199 2021-12-17  Martin Liska  <mliska@suse.cz>
1201         * config.sub: Sync from master.
1203 2021-12-17  Martin Liska  <mliska@suse.cz>
1205         Revert:
1206         2021-12-16  Matthias Seidel  <mseidel@apache.org>
1208         * config.sub: Fix typo.
1210 2021-12-16  Matthias Seidel  <mseidel@apache.org>
1212         * config.sub: Fix typo.
1214 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
1216         Revert:
1217         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1219         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1220         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1221         * configure.ac: Include config/gcc-plugin.m4.
1222         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1223         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1224         RANLIB if possible.
1225         * Makefile.in: Regenerated.
1226         * configure: Likewise.
1228 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1230         * Makefile.tpl (BUILD_CFLAGS): New.
1231         (CFLAGS): Append $(BUILD_CFLAGS).
1232         (CXXFLAGS): Likewise.
1233         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1234         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1235         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1236         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1237         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1238         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1239         (PGO-TRAINING-TARGETS): Likewise.
1240         (PGO_BUILD_TRAINING): Likewise.
1241         (all): Add '+' to the command line for recursive make.  Support
1242         the PGO build.
1243         * configure.ac: Add --enable-pgo-build[=lto].
1244         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1245         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
1246         * Makefile.in: Regenerated.
1247         * configure: Likewise.
1249 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1251         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1252         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1253         * configure.ac: Include config/gcc-plugin.m4.
1254         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1255         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1256         RANLIB if possible.
1257         * Makefile.in: Regenerated.
1258         * configure: Likewise.
1260 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
1262         * MAINTAINERS: Add myself to write after approval.
1264 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
1266         * MAINTAINERS: Adding myself.
1268 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
1270         * configure: Regenerate.
1271         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1272         $(CPP).
1274 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1276         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1277         libatomic.
1278         * Makefile.in: Regenerate.
1279         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1280         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1281         target-libphobos-bootstrap.
1282         (STAGE2_CONFIGURE_FLAGS): Likewise.
1283         * configure: Regenerate.
1284         * configure.ac: Add support for bootstrapping D front-end.
1286 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
1288         * MAINTAINERS: Add myself to DCO section and update email address.
1290 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
1292         * configure: Regenerate.
1293         * configure.ac: Ensure that PIC (shared) defaults are set
1294         correctly for Darwin.
1296 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
1298         * MAINTAINERS: Update my address.
1300 2021-11-12  Alan Modra  <amodra@gmail.com>
1302         * Makefile.def (configure-opcodes): Depend on configure-bfd.
1303         * Makefile.in: Regenerate.
1305 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
1307         * MAINTAINERS: Clarify the policy WRT the Write After Approval
1308         list.
1310 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1312         * MAINTAINERS (Reviewers, arc): Remove my entry.
1313         (Write After Approval): Add an entry for myself.
1315 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
1317         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1318         * Makefile.in: Regenerate.
1319         * configure: Regenerate.
1320         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1322 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
1324         * MAINTAINERS: Fix up Maciej's entries.
1326 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
1328         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1329         maintainer.
1331 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
1333         PR other/102663
1334         * Makefile.def: Handle install-dvi target.
1335         * Makefile.tpl: Likewise.
1336         * Makefile.in: Regenerate.
1338 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
1340         * MAINTAINERS: Add myself for write after approval.
1342 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
1344         * Makefile.def: Mark libcody, libdecnumber,
1345         c++tools, libgcc, and libobjc as missing TAGS
1346         targets.
1347         * Makefile.in: Regenerate.
1349 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
1351         * MAINTAINERS: Add myself to DCO section and update email
1352         address.
1354 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
1356         * MAINTAINERS: Add myself to DCO section.
1358 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1360         * configure: Regenerate.
1361         * configure.ac (skipdirs): Add the contents of target_configdirs if
1362         we are not building gcc.
1364 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1366         * Makefile.def: Back-port commits ba4d88ad892f and
1367         755ba58ebef0 from binutils-gdb repository.
1368         * Makefile.in: Regenerated.
1370 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
1372         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1374 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
1376         * Makefile.def: Add a jit check target for the jit
1377         language.
1378         * Makefile.in: Regenerate.
1380 2021-09-16  Andrew Pinski  <apinski@marvell.com>
1382         PR bootstrap/67102
1383         * Makefile.def: Have configure-target-libffi depend on
1384         all-target-libstdc++-v3.
1385         * Makefile.in: Regenerate.
1387 2021-09-10  Petter Tomner  <tomner@kth.se>
1389         * MAINTAINERS: Me added to DCO and write after approval
1391 2021-09-01  YunQiang Su  <syq@debian.org>
1393         * MAINTAINERS: Add myself for write after approval.
1395 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1397         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1398         * Makefile.in: Regenerate.
1400 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
1402         * MAINTAINERS: Add myself for write after approval.
1404 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
1406         * Makefile.in: Regenerate.
1407         * Makefile.tpl: Make the state of the configured host
1408         shared flag available to makefile fragements.
1410 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
1412         * MAINTAINERS (Write After Approval): Add myself.
1414 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1416         * .dir-locals.el (bug-reference-url-format): Use https.
1418 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1420         * .dir-locals.el (c-mode): Change fill-column to 79.
1422 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1424         * MAINTAINERS: Add myself to DCO section.
1426 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1428         * configure: Regenerate.
1429         * configure.ac: Adjust cases for which it is necessary to
1430         include the Darwin host config fragment.
1432 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1434         * MAINTAINERS: Add myself for write after approval and DCO.
1436 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1438         * Makefile.def: Add dsymutil defs.
1439         * Makefile.in: Regenerated.
1440         * Makefile.tpl: Add dsymutil to flags.
1441         * configure: Regenerated.
1442         * configure.ac: Add dsymutil to target and build recipes.
1444 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1446         * MAINTAINERS: Add myself for write after approval.
1448 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1450         * MAINTAINERS (Write After Approval): Add myself.
1452 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1454         * MAINTAINERS: Add myself for write after approval and DCO
1456 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1458         * .gitignore: Add entry for cscope.out.
1460 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1462         * MAINTAINERS: Remove my Write After Approval entry.
1464 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1466         * MAINTAINERS: Add myself as maintainer of the i386 vector
1467         extensions.
1469 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1471         * MAINTAINERS (Write After Approval): Add myself.
1473 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1475         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1476         as *vrp and ranger maintainers.
1478 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1480         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1481         not trigger testsuite failures.
1483 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1485         * MAINTAINERS: Add myself to DCO section with both email addresses.
1487 2021-06-03  Jason Merrill  <jason@redhat.com>
1489         * MAINTAINERS: Add DCO version number.
1491 2021-06-02  Jason Merrill  <jason@redhat.com>
1493         * MAINTAINERS: Add DCO section.
1495 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1497         * MAINTAINERS (Write After Approval): Add myself.
1499 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1501         * configure.ac: Add gnulib to configdirs for sim.
1502         * configure: Regenerate.
1504 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1506         * Makefile.def: Add configure-sim dependency on all-gnulib.
1507         * Makefile.in: Regenerated.
1509 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1511         * MAINTAINERS (Write After Approval): Add myself.
1513 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1515         * MAINTAINERS (Write After Approval): Add myself.
1517 2021-05-11  Martin Liska  <mliska@suse.cz>
1519         * MAINTAINERS: Remove entries for removed
1520         components (HSA, BRIG, libhsail-rt).
1521         Move Pekka to Write After Approval.
1523 2021-05-11  Martin Liska  <mliska@suse.cz>
1525         * Makefile.def: Remove libhsail-rt.
1526         * Makefile.in: Likewise.
1527         * configure.ac: Likewise.
1528         * configure: Regenerate.
1529         * libhsail-rt/ChangeLog: Removed.
1530         * libhsail-rt/Makefile.am: Removed.
1531         * libhsail-rt/Makefile.in: Removed.
1532         * libhsail-rt/README: Removed.
1533         * libhsail-rt/aclocal.m4: Removed.
1534         * libhsail-rt/configure: Removed.
1535         * libhsail-rt/configure.ac: Removed.
1536         * libhsail-rt/configure.tgt: Removed.
1537         * libhsail-rt/include/internal/fibers.h: Removed.
1538         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1539         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1540         * libhsail-rt/include/internal/workitems.h: Removed.
1541         * libhsail-rt/rt/arithmetic.c: Removed.
1542         * libhsail-rt/rt/atomics.c: Removed.
1543         * libhsail-rt/rt/bitstring.c: Removed.
1544         * libhsail-rt/rt/fbarrier.c: Removed.
1545         * libhsail-rt/rt/fibers.c: Removed.
1546         * libhsail-rt/rt/fp16.c: Removed.
1547         * libhsail-rt/rt/misc.c: Removed.
1548         * libhsail-rt/rt/multimedia.c: Removed.
1549         * libhsail-rt/rt/queue.c: Removed.
1550         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1551         * libhsail-rt/rt/segment.c: Removed.
1552         * libhsail-rt/rt/workitems.c: Removed.
1553         * libhsail-rt/target-config.h.in: Removed.
1555 2021-05-04  Nick Clifton  <nickc@redhat.com>
1557         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1558         * configure: Regenerate.
1560 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1561             Tobias Burnus  <tobias@codesourcery.com>
1563         * configure.ac (--enable-offload-defaulted): New.
1564         * configure: Regenerate.
1566 2021-04-23  David Faust  <david.faust@oracle.com>
1568         * MAINTAINERS (Write After Approval): Add myself.
1570 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1572         * MAINTAINERS (Write After Approval): Add myself.
1574 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1576         * MAINTAINERS: Add myself as pru port maintainer.
1578 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1580         * MAINTAINERS: Add myself as static analyzer maintainer.
1582 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1584         * MAINTAINERS: Update primary entry.
1586 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1588         * MAINTAINERS (Write After Approval): Add myself.
1590 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1592         * Makefile.def: Remove all-sim dependency on configure-gdb.
1593         * Makefile.in: Regenerated.
1595 2021-03-11  Jeff Law  <law@redhat.com>
1597         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1599 2021-03-11  Martin Liska  <mliska@suse.cz>
1601         * Makefile.tpl: The change was done Makefile.in which
1602         is generated file.
1604 2021-03-08  Jeff Law  <law@redhat.com>
1606         * MAINTAINERS: Update my email address
1608 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1610         * config.guess: Import latest upstream.
1611         * config.sub: Import latest upstream.
1613 2021-01-25  Martin Liska  <mliska@suse.cz>
1615         PR gcov-profile/98739
1616         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1617         for profiledbootstrap.
1619 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1621         * MAINTAINERS (Write After Approval): Add myself.
1623 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1625         * MAINTAINERS (Write After Approval): Update my e-mail address.
1627 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1629         * MAINTAINERS: Fix spacing.
1631 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1633         * MAINTAINERS (Write After Approval): Add myself
1635 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1637         * Makefile.def: Sync with binutils-gdb:
1638         (dependencies): all-ld depends on all-libctf.
1639         (host_modules): libctf is no longer no_install.
1640         No longer no_check.  Checking depends on all-ld.
1641         * Makefile.in: Regenerated.
1643 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1645         * libtool.m4: Match gnu* along other GNU systems.
1646         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1647         * libgo/configure: Re-generate.
1649 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1651         * MAINTAINERS: Update my email address.
1653 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1655         * MAINTAINERS (Write After Approval): Add myself.
1657 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1659         * Makefile.def
1660         * Makefile.in
1661         * Makefile.tpl
1662         * configure
1663         * configure.ac
1665 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1667         * Makefile.def: Add libcody.
1668         * configure.ac: Add libcody.
1669         * Makefile.in: Regenerated.
1670         * configure: Regenerated.
1672 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1674         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1676 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1678         PR target/97865
1679         * libtool.m4: Update handling of Darwin platform link flags
1680         for Darwin20.
1682 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1684         * .gitignore: Sync with binutils-gdb
1686 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1688         * MAINTAINERS: Add myself as arc port maintainer.
1690 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1692         PR d/87788
1693         * configure.ac: Don't disable D for *-*-darwin*.
1694         * configure: Regenerate.
1696 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1698         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1699         hppa64-*-hpux11*.
1701 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1703         * configure: Regenerate.
1704         * configure.ac: Add --bootstrap-hwasan option.
1706 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1708         * config.guess: Import latest upstream.
1709         * config.sub: Import latest upstream.
1711 2020-11-16  Martin Liska  <mliska@suse.cz>
1713         * .gitignore: Add cache as clangd uses it now.
1715 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1717         * MAINTAINERS (Write After Approval): add myself
1719 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1721         * MAINTAINERS (Write After Approval): Add myself.
1723 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1725         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1726         Remove FIXME comments.
1728 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1730         * MAINTAINERS: Update my email address.
1732 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1734         * MAINTAINERS (Write After Approval): Add myself.
1736 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1738         PR target/97302
1739         * configure.ac: Only set with_gmp to /usr/local
1740         if not building in tree.
1741         * configure: Regenerate.
1743 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1745         * MAINTAINERS (Write After Approval): Add myself.
1747 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1749         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1751 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1753         PR bootstrap/96612
1754         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1755         if not the same as ${host}.
1756         * configure: Regenerate.
1758 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1760         * MAINTAINERS (Write After Approval): Add myself.
1762 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1764         * MAINTAINERS: Update my email address.
1766 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1768         * MAINTAINERS (Write After Approval): Add myself.
1770 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1772         * MAINTAINERS (Write After Approval): Add myself.
1774 2020-06-12  Martin Liska  <mliska@suse.cz>
1776         * .gitignore: Add .clang-tidy.
1778 2020-06-08  Jason Merrill  <jason@redhat.com>
1780         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1781         * configure: Regenerate.
1783 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1785         * MAINTAINERS: Add myself as xtensa port maintainer.
1787 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1789         * configure.ac: Don't require --enable-host-shared when building
1790         for Mingw.
1791         * configure: Regenerate.
1793 2020-05-18  Jason Merrill  <jason@redhat.com>
1795         * configure.ac: Update bootstrap dialect to -std=c++11.
1797 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1799         * MAINTAINERS (Write After Approval): Add myself.
1801 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1803         PR target/92713
1804         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1805         (noconfigdirs): Add 'target-libstdc++-v3'.
1806         * configure: Regenerate.
1808 2020-04-21  Stephen Casner  <casner@acm.org>
1810         PR 25830
1811         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1812         * configure: Rebuild.
1814 2020-04-17  Martin Liska  <mliska@suse.cz>
1815             Jonathan Yong <10walls@gmail.com>
1817         PR gcov-profile/94570
1818         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1819         for CYGWIN.
1821 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1823         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1825 2020-04-09  Tom Tromey  <tom@tromey.com>
1827         * configure: Rebuild.
1828         * Makefile.in: Rebuild.
1829         * Makefile.def (gdbsupport, gdbserver): New host modules.
1830         (configure-gdb): Depend on all-gdbsupport.
1831         (all-gdb): Depend on all-gdbsupport, all-libctf.
1832         * configure.ac (host_tools): Add gdbserver.
1833         Conditionally build gdbserver and gdbsupport.
1835 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1837         * configure.ac: Build libgomp by default for amdgcn.
1838         * configure: Regenerate.
1840 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1842         * MAINTAINERS (Write After Approval): Add myself.
1844 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1846         * MAINTAINERS (Write After Approval) : Add myself.
1848 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1850         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1852 2020-02-14  Martin Sebor  <msebor@redhat.com>
1854         * doc/extend.texi (attribute alias): Mention type requirement.
1855         (attribute weak): Same.
1856         (attribute weakref): Correct invalid example.
1858 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1860         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1862 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1863             Jakub Jelinek  <jakub@redhat.com>
1865         * .gitattributes: Add *.md diff=md.
1867 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1869         The mentioned auto-generated file is no more part of the
1871         GCC sources, it's auto-generated in $(builddir) during build.
1873         PR target/92055
1874         * contrib/gcc_update (files_and_dependencies): Remove
1875         entry for gcc/config/avr/t-multilib.
1877 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1879         * MAINTAINERS: Update my email address.
1881 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1883         * README.MOVED_TO_GIT: Remove.
1885 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1887         * README.MOVED_TO_GIT: New file.
1889 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1891         * MAINTAINERS (Write After Approval): Add myself.
1893 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1895         * MAINTAINERS (write_after_approval): Add myself.
1897 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1899         * MAINTAINERS (write_after_approval): Add myself.
1901 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1903         * MAINTAINERS (write_after_approval): Add myself.
1905 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1907         * configure.ac: Factor out common cases for compare_exclusions.
1908         * configure: Regenerate.
1910 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1912         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1913         flag.
1915 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1917         * MAINTAINERS (Write After Approval): Add myself.
1919 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1921         PR middle-end/92463
1922         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1923         * configure: Regenerate
1925 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1927         * configure.ac: Use https for gcc.gnu.org.
1928         * configure: Regenerated.
1930 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1932         * MAINTAINERS (aarch64 port): Remove my name, move to...
1933         (Write After Approval): ...Here.
1935 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1937         * MAINTAINERS: Change my email address as maintainer.
1939 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1941         PR fortran/91828
1942         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1943         * configure: Regenerated.
1945 2019-10-21  Jason Merrill  <jason@redhat.com>
1947         * .gitattributes: Also check ChangeLog whitespace.
1949 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1951         * contrib/dg-extract-results.sh: Add support for KPASS.
1952         * contrib/dg-extract-results.py: Likewise.
1954 2019-10-17  Jason Merrill  <jason@redhat.com>
1956         * .gitattributes: Avoid {} in filename pattern.
1958 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1960         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1961         Approval section.
1963 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1965         * MAINTAINERS: Add myself to Write After Approval
1967 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1969         * MAINTAINERS: Add myself as an aarch64 maintainer.
1971 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1973         * MAINTAINERS: Add myself as aarch64 maintainer.
1975 2019-09-23  Carl Love  <cel@us.ibm.com>
1977         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1978         New define_insn.
1979         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1980         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1982 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1984         * MAINTAINERS (Sam Tebbs): Update email address.
1986 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1988         * MAINTAINERS: Update my email address.
1990 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1992         * libtool.m4: Handle uclinuxfdpiceabi.
1994 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1996         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1997         Remove myself from Write After Approval section.
1999 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2001         * configure.ac: Support for bpf-*-* targets.
2002         * configure: Regenerate.
2004 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2006         * config.sub: Import upstream version 2019-06-30.
2007         * config.guess: Import upstream version 2019-07-24.
2009 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
2011         * MAINTAINERS: Remove spu port maintainers.
2013 2019-08-28  Martin Liska  <mliska@suse.cz>
2015         * .gitignore: Add .clangd and compile_commands.json
2016         to .gitignore.
2018 2019-08-23  Michael Forney  <mforney@mforney.org>
2020         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
2021         * Makefile.in: Regenerate.
2023 2019-08-19  Tom Tromey  <tom@tromey.com>
2025         * configure: Rebuild.
2026         * configure.ac: Add --with-static-standard-libraries.
2028 2019-08-16  Alexandre Oliva <oliva@gnu.org>
2030         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
2032 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
2034         * MAINTAINERS (Write After Approval): Add myself.
2036 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2038         * MAINTAINERS (Write After Approval): Remove myself, already listed in
2039         RISC-V port maitainer.
2041 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2043         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
2045 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2047         * MAINTAINERS (Write After Approval): Add myself.
2049 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
2051         * MAINTAINERS (Write After Approval): Add myself.
2053 2019-06-25  Martin Liska  <mliska@suse.cz>
2055         contrib/filter-clang-warnings.py: Transform from
2056         filter-rtags-warnings.py.
2058 2019-06-15  Tom Tromey  <tom@tromey.com>
2060         * configure.ac (host_libs): Add gnulib.
2061         * configure: Rebuild.
2062         * Makefile.def (host_modules, dependencies): Add gnulib.
2063         * Makefile.in: Rebuild.
2065 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2067         * MAINTAINERS (Write After Approval): Add myself.
2069 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2071         * configure: Regenerate.
2072         * configure.ac: Add PRU target.
2074 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
2076         * MAINTAINERS (Write After Approval): Add myself.
2078 2019-06-11  Nick Clifton  <nickc@redhat.com>
2080         Import these changes from the binutils/gdb repository:
2082         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2084         * Makefile.def (dependencies): configure-libctf depends on all-bfd
2085         and all its deps.
2086         * Makefile.in: Regenerated.
2088         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2090         * Makefile.def (host_modules): Add libctf.
2091         * Makefile.def (dependencies): Likewise.
2092         libctf depends on zlib, libiberty, and bfd.
2093         * Makefile.in: Regenerated.
2094         * configure.ac (host_libs): Add libctf.
2095         * configure: Regenerated.
2097 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
2099         * MAINTAINERS (Write After Approval): Add myself.
2101 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
2103         * MAINTAINERS: Update my email address.
2105 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
2107         * MAINTAINERS (Write After Approval): Add myself.
2109 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
2111         * MAINTAINERS (Write After Approval): Add myself.
2113 2019-05-07  Jim Wilson  <jimw@sifive.com>
2115         * MAINTAINERS: Remove myself as IA-64 maintainer.
2117 2019-05-04  Roland Illig  <roland.illig@gmx.de>
2119         * MAINTAINERS (Write After Approval): Add myself.
2121 2019-05-02  Richard Biener  <rguenther@suse.de>
2123         PR bootstrap/85574
2124         * Makefile.tpl (compare target): Also compare extra-compare
2125         files.
2126         * Makefile.in: Regenerate.
2128 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
2130         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2131         as modulo-scheduler maintainer.
2133 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
2135         * MAINTAINERS: Add myself as co-maintainer for Darwin.
2137 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
2139         * MAINTAINERS: Update my email address.
2141 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
2143         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2144         * configure: Regenerate.
2146 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2148         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2149         * configure: Regenerate.
2151 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
2153         * configure.ac: Add target-zlib to target_libraries.
2154         * configure: Regenerate.
2156 2019-04-09  Martin Liska  <mliska@suse.cz>
2158         * Makefile.in: Regenerate.
2159         * Makefile.tpl: Pass GENERATOR_CFLAGS
2160         in all stages.
2162 2019-03-28  Martin Liska  <mliska@suse.cz>
2164         PR bootstrap/89829
2165         * Makefile.in: Revert r254150.
2166         * Makefile.tpl: Likewise.
2168 2019-03-28  Ben Elliston  <bje@gnu.org>
2170         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2171         related, and libdecnumber.
2173 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
2175         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2176         (Write After Approval): Remove myself.
2178 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
2180         * MAINTAINERS (Write After Approval): Add myself.
2182 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
2184         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2185         (Write After Approval): Remove myself and Julian.
2187 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
2189         * MAINTAINERS (Write After Approval): Add myself.
2191 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
2193         * MAINTAINERS (Write After Approval): Add myself.
2195 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2197         * ChangeLog: Replace space with tab.
2198         * MAINTAINERS: Delete 1 tab to keep alignment.
2200 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
2202         * MAINTAINERS (Write After Approval): Add myself.
2204 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
2206         * MAINTAINERS (Write After Approval): Add myself.
2208 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
2209             Kwok Cheung Yeung  <kcy@codesourcery.com>
2210             Julian Brown  <julian@codesourcery.com>
2211             Tom de Vries  <tom@codesourcery.com>
2212             Jan Hubicka  <hubicka@ucw.cz>
2213             Martin Jambor  <mjambor@suse.cz>
2215         * configure.ac: Likewise.
2216         * configure: Regenerate.
2217         * contrib/config-list.mk: Add amdgcn-amdhsa.
2219 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
2221         * MAINTAINERS (Write After Approval): Add myself.
2223 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2225         * MAINTAINERS (Write After Approval): Add myself.
2227 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2229         PR target/88535
2230         * config.guess: Import upstream version 2019-01-03.
2231         * config.sub: Import upstream version 2019-01-01.
2233 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2235         * MAINTAINERS (Write After Approval): Update my maintainer address.
2237 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
2239         * MAINTAINERS (Write After Approval): Add myself.
2241 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
2243         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2245 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
2247         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2248         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2249         (GCC_TARGET_TOOL): Likewise.
2250         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2251         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2252         OTOOL, OTOOL_FOR_TARGET: New substitutions.
2253         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2254         * configure: Regenerate.
2255         * Makefile.in: Likewise.
2257 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
2259         * MAINTAINERS (Write After Approval): Add myself.
2261 2018-11-13  Martin Liska  <mliska@suse.cz>
2263         * gcc.target/i386/pr87930.c: Move to ...
2264         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
2266 2018-11-10  Stafford Horne  <shorne@gmail.com>
2268         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2269         (Write After Approval): Remove myself.
2271 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2273         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2274         Append $INCICONV to it.
2276 2018-11-04  Stafford Horne  <shorne@gmail.com>
2278         * MAINTAINERS (Write After Approval): Add myself.
2280 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
2282         PR bootstrap/82856
2283         * multilib.am: New file.  From automake.
2285         Merge from binutils-gdb:
2286         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2288         * libtool.m4: Use AC_LANG_SOURCE.
2289         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2290         * ar-lib: New file.
2291         * test-driver: New file.
2292         * configure: Re-generate.
2294 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
2296         * MAINTAINERS (Write After Approval): Add myself.
2298 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
2300         PR bootstrap/87788
2301         PR d/87799
2302         * configure: Rebuild.
2303         * configure.ac: Disable D on systems where it is known not to work.
2305 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
2307         * Makefile.def (target_modules): Add libphobos.
2308         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2309         GDCFLAGS_FOR_TARGET.
2310         (dependencies): Make libphobos depend on libatomic, libbacktrace
2311         configure, and zlib configure.
2312         (language): Add language d.
2313         * Makefile.in: Rebuild.
2314         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2315         (HOST_EXPORTS): Add GDC.
2316         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2317         (BASE_TARGET_EXPORTS): Add GDC.
2318         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2319         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2320         (EXTRA_HOST_FLAGS): Add GDC.
2321         (STAGE1_FLAGS_TO_PASS): Add GDC.
2322         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2323         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2324         environment variables.
2325         * configure: Rebuild.
2326         * configure.ac: Add target-libphobos to target_libraries.  Set and
2327         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2329 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
2331         * MAINTAINERS (Write After Approval): Add myself.
2333 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2335         * MAINTAINERS (Write After Approval): Remove myself.
2337 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2339         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2341 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
2343         * MAINTAINERS: Update my email address.
2345 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
2347         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2348         maintainer.
2350 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
2352         * MAINTAINERS (Write After Approval): Add self.
2354 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2356         * MAINTAINERS (write after approval): Add myself.
2358 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
2360         * MAINTAINERS: Update my email address.
2362 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
2364         * MAINTAINERS (write after approval): Add myself.
2366 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
2368         * MAINTAINERS: Add self to global reviewers list.
2370 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
2372         MAINTAINERS: Add c-sky port maintainers.
2374 2018-08-10  Martin Liska  <mliska@suse.cz>
2376         * MAINTAINERS: Revert change in previous commit and
2377         join lines.
2379 2018-08-10  Martin Liska  <mliska@suse.cz>
2381         * MAINTAINERS: Remove extra line.
2383 2018-08-06  Naveen H.S  <naveenh@marvell.com>
2385         * MAINTAINERS: Update my email address.
2387 2018-07-19  DJ Delorie  <dj@redhat.com>
2389         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2390         as maintainer.
2392 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
2394         * MAINTAINERS: Adjust email address for me and my colleague Robin
2395         Dapp.
2397 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2398             Sunil K Pandey  <sunil.k.pandey@intel.com>
2400         PR target/84413
2401         * config/i386/i386.c (m_CORE_AVX512): New.
2402         (m_CORE_AVX2): Likewise.
2403         (m_CORE_ALL): Add m_CORE_AVX2.
2404         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2405         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2406         and remove the rest of m_SKYLAKE_AVX512.
2408 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2410         * config.sub: Sync with upstream version 2018-07-03.
2412 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2414         * config.guess: Sync with upstream version 2018-06-26.
2415         * config.sub: Sync with upstream version 2018-07-02.
2417 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2419         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2420         * ltmain.sh: Likewise.
2422 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2424         * contrib/config-list.mk: Remove powerpc-linux_paired.
2426 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2428         * configure.ac: Introduce support for @unless/@endunless.
2429         * Makefile.tpl (dep-kind): Rewrite with cond; return
2430         postbootstrap in some cases.
2431         (make-postboot-dep, postboot-targets): New.
2432         (dependencies): Do not output postbootstrap dependencies at
2433         first.  Output non-target ones changed for configure to depend
2434         on stage_last @if gcc-bootstrap, and the original deps @unless
2435         gcc-bootstrap.
2436         * configure.in, Makefile.in: Rebuilt.
2438 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2440         * MAINTAINERS (write after approval): Add myself.
2442 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2444         * MAINTAINERS (write after approval): Add myself.
2446 2018-06-19  Nick Clifton  <nickc@redhat.com>
2448         * zlib/configure.ac: Restore old behaviour of only enabling
2449         multilibs when a target subdirectory is defined.  This allows
2450         building with srcdir == builddir.
2451         * zlib/configure: Regenerate.
2453 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2455         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2456         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2457         * Makefile.in: Regenerate.
2459 2018-06-16  Ben Elliston  <bje@gnu.org>
2461         * config.guess: Import latest version.
2462         * config.sub: Likewise.
2464 2018-06-08  Martin Liska  <mliska@suse.cz>
2466         * MAINTAINERS: Remove MPX-related entries.
2467         * Makefile.def: Remove libmpx support.
2468         * Makefile.in: Regenerate.
2469         * configure.ac: Remove removed files.
2470         * configure: Regenerate.
2471         * libmpx/ChangeLog: Remove.
2472         * libmpx/Makefile.am: Remove.
2473         * libmpx/Makefile.in: Remove.
2474         * libmpx/acinclude.m4: Remove.
2475         * libmpx/aclocal.m4: Remove.
2476         * libmpx/config.h.in: Remove.
2477         * libmpx/configure: Remove.
2478         * libmpx/configure.ac: Remove.
2479         * libmpx/configure.tgt: Remove.
2480         * libmpx/libmpx.spec.in: Remove.
2481         * libmpx/mpxrt/Makefile.am: Remove.
2482         * libmpx/mpxrt/Makefile.in: Remove.
2483         * libmpx/mpxrt/libmpx.map: Remove.
2484         * libmpx/mpxrt/libtool-version: Remove.
2485         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2486         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2487         * libmpx/mpxrt/mpxrt.c: Remove.
2488         * libmpx/mpxrt/mpxrt.h: Remove.
2489         * libmpx/mpxwrap/Makefile.am: Remove.
2490         * libmpx/mpxwrap/Makefile.in: Remove.
2491         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2492         * libmpx/mpxwrap/libtool-version: Remove.
2493         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2495 2018-06-04  Martin Liska  <mliska@suse.cz>
2497         * MAINTAINERS: Add myself as gcov maintainer.
2499 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2501         * MAINTAINERS: Update my email address.
2503 2018-06-04  Tom de Vries  <tdevries@suse.de>
2505         * MAINTAINERS: Remove write-after-approval entries for component
2506         maintainers.
2508 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2510         * MAINTAINERS (write after approval): Add myself.
2512 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2514         * MAINTAINERS: Update my email address.
2516 2018-06-01  Tom de Vries  <tdevries@suse.de>
2518         * MAINTAINERS: Update my email address.
2520 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2522         * MAINTAINERS (loop-optimizer): Add myself.
2524 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2526         * configure.ac: Added "nfp" target.
2527         * configure: Regenerate.
2529 2018-04-30  Richard Biener  <rguenther@suse.de>
2531         PR bootstrap/85571
2532         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2533         (STAGE3_TFLAGS): Likewise.
2534         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2535         (STAGEtrain_TFLAGS): Likewise.
2536         * Makefile.in: Regenerate.
2538 2018-04-26  Richard Biener  <rguenther@suse.de>
2540         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2541         (STAGE2_CFLAGS): Likewise.
2542         (STAGE2_TFLAGS): Likewise.
2543         (STAGE3_CFLAGS): Add -fchecking.
2544         (STAGE3_TFLAGS): Likewise.
2545         (STAGEtrain_CFLAGS): Filter out -fchecking.
2546         (STAGEtrain_TFLAGS): Likewise.
2547         * Makefile.in: Re-generate.
2549 2018-04-25  Catherine Moore <clm@codesourcery.com>
2551         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2553 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2555         * MAINTAINERS (write after approval): Add myself.
2557 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2559         * MAINTAINERS: Update my email address.
2561 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2563         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2565 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2567         * MAINTAINERS: Update my email address and disambiguate myself
2568         a bit from Will Schmidt.
2570 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2572         * MAINTAINERS: Move maintainers of now-removed picochip and score
2573         ports to write after approval.
2575 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2577         * MAINTAINERS: Add entry for SVE maintainership.
2579 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2581         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2582         * configure: Regenerate.
2584 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2586         * MAINTAINERS (write after approval): Add myself.
2588 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2590         * MAINTAINERS (write after approval): Add myself.
2592 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2594         * MAINTAINERS (write after approval): Add myself.
2596 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2598         Update copyright years.
2600 2018-01-03  Ben Elliston  <bje@gnu.org>
2602         * config.guess: Import latest version.
2603         * config.sub: Likewise.
2605 2017-12-12  Stafford Horne  <shorne@gmail.com>
2607         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2608         * configure: Regenerate.
2610 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2612         * MAINTAINERS (Write After Approval): Add myself.
2614 2017-11-28  Julia Koval  <julia.koval@intel.com>
2615             Sebastian Peryt  <sebastian.peryt@intel.com>
2617         * Makefile.def (target_modules): Remove libcilkrts.
2618         * Makefile.in: Ditto.
2619         * configure: Ditto.
2620         * configure.ac: Ditto.
2622 2017-11-28  Julia Koval  <julia.koval@intel.com>
2624         * MAINTAINERS (Write After Approval): Add myself.
2626 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2628         * MAINTAINERS (Write After Approval): Add myself.
2630 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2632         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2633         Use my SiFive email address.
2635 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2637         * MAINTAINERS (write after approval): Add myself.
2639 2017-10-27  Martin Liska  <mliska@suse.cz>
2641         * Makefile.tpl: Use proper name of folder as it was renamed
2642         during transition to 4 stages.
2643         * Makefile.in: Regenerate.
2645 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2647         * MAINTAINERS (write after approval): Add myself.
2649 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2651         * MAINTAINERS: Add a note that maintainership also includes web
2652         pages, docs, and testsuite related to that area.
2654 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2656         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2658 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2660         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2662 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2664         * MAINTAINERS: Remove myself as a vxworks maintainer.
2666 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2668         * MAINTAINERS: Remove email address of Jim Norris.
2670 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2672         * MAINTAINERS (Reviewers): Move myself from here...
2673         (CPU Port Maintainers): ... to here.
2675 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2677         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2679 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2681         * MAINTAINERS (write after approval): Add myself.
2683 2017-07-28  Tony Reix  <tony.reix@atos.net>
2685         * configure.ac (target-libffi): Don't disable for AIX.
2686         (go): Don't add to unsupported_languages on AIX.
2687         (target-libgo): Don't disable for AIX.
2688         * configure: Regenerate.
2690 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2692         * MAINTAINERS: Add myself.
2694 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2696         * MAINTAINERS: Update my email address.
2698 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2700         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2701         arm-specific auto-generated header files.
2703 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2705         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2706         * configure: Rebuilt.
2708 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2710         * MAINTAINERS: Readd myself for c6x.
2712 2017-06-28  Martin Liska  <mliska@suse.cz>
2714         PR bootstrap/81217
2715         * Makefile.def: Remove superfluous bootstrap_target from
2716         bootstrap_stage.
2717         * Makefile.in: Re-generate the file.
2719 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2721         * MAINTAINERS: Add myself to Write After Approval
2723 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2725         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2727 2017-06-19  Martin Liska  <mliska@suse.cz>
2729         * Makefile.def: Define 4 stages PGO bootstrap.
2730         * Makefile.tpl: Define FLAGS.
2731         * Makefile.in: Regenerate.
2733 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2735         * Makefile.def: Add check-gotools to go check targets.
2736         * Makefile.in: Rebuild.
2738 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2740         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2742 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2744         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2745         * configure: Regenerate.
2747 2017-05-31  Martin Liska  <mliska@suse.cz>
2749         * configure.ac: Add handling of stage2_werror_flags to
2750         action-if-given and to action-if-not-given.
2751         * configure: Regenerate.
2753 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2755         * MAINTAINERS: Add self to Write After Approval
2757 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2759         * MAINTAINERS: Update my email address, and remove myself as
2760         maintainer in some areas.
2762 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2764         * MAINTAINERS: Add self to Write After Approval
2766 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2768         * configure.ac: Add --enable-languages=default to mean default and
2769         make --enable-languages=all mean all supported languages.
2770         * configure: Regenerated.
2772 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2774         * config.gcc (powerpc*-*-*spe*): New.
2775         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2776         (powerpc-*-rtems*spe*): New.
2777         (powerpc*-*-linux*spe*): New.
2778         (powerpc-wrs-vxworksspe): New.
2779         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2780         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2781         * config.host (powerpc*-*-*spe*): New.
2783 2017-05-19  Martin Liska  <mliska@suse.cz>
2785         * configure.ac: Add --enable-werror-always just for
2786         bootstrap-debug (or none build config) and do not add it
2787         when we are on a release branch.
2788         * configure: Regenerated.
2790 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2792         * MAINTAINERS: Add self to Write After Approval
2794 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2796         * MAINTAINERS: Move myself to Write After Approval section.
2798 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2800         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2801         ACCH registers.
2802         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2803         available.
2804         (umulsidi3): Likewise.
2805         (mulsidi3_700): Disable this pattern when we have advanced mpy
2806         instructions.
2807         (umulsidi3_700): Likewise.
2808         (maddsidi4): New pattern.
2809         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2810         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2811         (mpydu_imm_arcv2hs): Likewise.
2812         * config/arc/predicates.md (accl_operand): New predicate.
2814 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2815             Andrew Burgess <andrew.burgess@embecosm.com>
2817         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2818         case.
2819         (ARC_AUTOFP_IRQ_P): Likewise.
2820         (ARC_AUTO_IRQ_P): Likewise.
2821         (rgf_banked_register_count): New variable.
2822         (parse_mrgf_banked_regs_option): New function.
2823         (arc_override_options): Handle rgf_banked_regs option.
2824         (arc_handle_interrupt_attribute): Add firq option.
2825         (arc_compute_function_type): Return fast irq type when required.
2826         (arc_must_save_register): Handle fast interrupts.
2827         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2828         (arc_return_address_regs): Update.
2829         * config/arc/arc.h (arc_return_address_regs): Update.
2830         (arc_function_type): Add fast interrupt type.
2831         (ARC_INTERRUPT_P): Update.
2832         (RC_FAST_INTERRUPT_P): Define.
2833         * config/arc/arc.md (simple_return): Update for fast interrupts.
2834         (p_return_i): Likewise.
2835         * config/arc/arc.opt (mrgf-banked-regs): New option.
2836         * doc/invoke.texi (mrgf-banked-regs): Document.
2838 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2840         * config/arc/arc.c (irq_ctrl_saved): New variable.
2841         (ARC_AUTOBLINK_IRQ_P): Define.
2842         (ARC_AUTOFP_IRQ_P): Likewise.
2843         (ARC_AUTO_IRQ_P): Likewise.
2844         (irq_range): New function.
2845         (arc_must_save_register): Likewise.
2846         (arc_must_save_return_addr): Likewise.
2847         (arc_dwarf_emit_irq_save_regs): Likewise.
2848         (arc_override_options): Handle deferred options.
2849         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2850         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2851         arc_must_save_return_addr.
2852         (arc_compute_frame_size): Handle automated save and restore of
2853         registers.
2854         (arc_expand_prologue): Likewise.
2855         (arc_expand_epilogue): Likewise.
2856         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2857         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2858         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2860 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2861         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2863         PR bootstrap/77661
2864         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2865         in-tree build MPC.
2866         * Makefile.in: Regenerate.
2868 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2870         * configure.ac: Enable LTO by default on darwin >= 9.
2871         * configure: Regenerate.
2873 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2875         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2876         and Andrew Waterman as the RISC-V maintainers.
2878 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2880         * MAINTAINERS: Add self to Write After Approval
2882 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2884         * config.guess: Import latest from upstream.
2886 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2888         * MAINTAINERS (Write After Approval): Remove entries that are
2889         already covered under Reviewers.
2891 2017-03-08  Mark Wielaard  <mark@klomp.org>
2893         PR demangler/70909
2894         PR demangler/67264
2895         * include/demangle.h: Add d_printing to struct demangle_component
2896         and pass struct demangle_component as non const.
2898 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2900         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2902 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2904         * Makefile.tpl: Remove HOST_ISLVER.
2905         (HOST_EXPORTS): Remove ISLVER.
2906         * Makefile.in: Regenerate.
2908 2017-02-13  Richard Biener  <rguenther@suse.de>
2910         * configure: Re-generate.
2912 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2914         * MAINTAINERS: Adjust bug reporting URL.
2916 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2918         * MAINTAINERS (Write After Approval): Remove redundant entry
2919         for Andrew Burgess.
2921 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2923         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2924         32-bit hppa*-*-hpux*.
2925         * configure: Regenerate.
2927 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2929         * configure.ac: Moved the white list of enabling BRIG FE to
2930         libhsail-rt/configure.tgt.
2931         * configure: Regenerated.
2932         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2934 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2935             Martin Jambor  <mjambor@suse.cz>
2937         * Makefile.def (target_modules): Added libhsail-rt.
2938         (languages): Added language brig.
2939         * Makefile.in: Regenerated.
2940         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2941         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2942         * configure: Regenerated.
2944 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2946         PR other/79046
2947         * configure: Regenerated.
2949 2017-01-04  Alan Modra  <amodra@gmail.com>
2951         * configure: Regenerate.
2953 2016-12-29  Ben Elliston  <bje@gnu.org>
2955         * config.sub: Import latest version.
2957 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2959         * MAINTAINERS (Write After Approval): Add myself.
2961 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2963         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2964         includes bootstrap-mpx.
2965         * configure: Regenerated.
2967 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2969         * MAINTAINERS (Write After Approval): Add myself.
2971 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2973         * configure: Regenerate.
2975 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2977         * configure.ac: Don't use pkg-config to check for bdw-gc.
2978         * configure: Regenerate.
2980 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2982         * Makefile.def: Remove reference to boehm-gc target module.
2983         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2984         options and for the bdw-gc pkg-config module.
2985         * configure: Regenerate.
2986         * Makefile.in: Regenerate.
2988 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2990         * MAINTAINERS (nvptx): Remove self.
2992 2016-11-25  Ben Elliston  <bje@gnu.org>
2994         * config.guess: Import latest version.
2995         * config.sub: Likewise.
2997 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2999         * MAINTAINERS (Write After Approval): Add myself.
3001 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3003         * Makefile.def: Remove references to GCJ.
3004         * Makefile.tpl: Likewise.
3005         * Makefile.in: Regenerate.
3007 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3009         * config-ml.in: Remove references to GCJ.
3010         * configure.ac: Likewise.
3011         * configure: Regenerate.
3013 2016-11-01  Josh Conner  <joshconner@google.com>
3015         * MAINTAINERS (Write After Approval): Update email address,
3017 2016-10-27  Carl Love  <cel@us.ibm.com>
3019         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
3020         Approval list to make it alphabetical.
3022 2016-10-27  Carl Love  <cel@us.ibm.com>
3024         * MAINTAINERS (Write After Approval): Add myself.
3026 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
3028         * MAINTAINERS (Reviewers): Add myself.
3029         (Write After Approval): Add myself.
3031 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
3032             Ulrich Weigand  <uweigand@de.ibm.com>
3034         * MAINTAINERS: Update email address.
3036 2016-10-10  Nathan Sidwell  <nathan@acm.org>
3038         * MAINTAINERS: Update email address.
3040 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
3042         * configure.ac: Add aarch64-*-freebsd*.
3043         * configure: Regenerate.
3045 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
3047         * MAINTAINERS: Update email address after it got reverted.
3049 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3051         * configure.ac (target_libraries): Readd target-boehm-gc.
3052         Restore --enable-objc-gc handling.
3053         * configure: Regenerate.
3055 2015-10-03  Jeff Law  <law@redhat.com>
3057         * MAINTAINERS: Move several inactive maintainers to the
3058         write-after-approval section.
3060 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
3062         * configure.ac: Add target-libffi to target_libraries.
3063         Readd libgcj target disablings, modified to only target-libffi.
3064         Readd target addition of go to unsupported languages.
3065         * configure: Regenerated.
3067 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
3069         * MAINTAINERS: Update email address.
3071 2016-09-30  Andrew Haley  <aph@redhat.com>
3073         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
3074         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
3075         libgcj.
3077 2016-09-30  Andrew Haley  <aph@redhat.com>
3079         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
3080         write-after approval after GCJ deletion.
3082 2016-09-30  Andrew Haley  <aph@redhat.com>
3084         * Makefile.def: Remove libjava.
3085         * Makefile.tpl: Likewise.
3086         * Makefile.in: Regenerate.
3087         * configure.ac: Likewise.
3088         * configure: Likewise.
3089         * gcc/java: Remove.
3090         * libjava: Likewise.
3092 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
3094         * MAINTAINERS (Reviewers): Add myself.
3096 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3098         * configure.ac: Disable "sim" directory for arc*-*-*.
3099         * configure: Regenerated.
3101 2016-09-23  Tamar Christina <tamar.christina@arm.com>
3103         * MAINTAINERS (Write After Approval): Add myself.
3105 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
3107         * configure.ac: Check for the minimum in-tree MPFR version
3108         handled.
3109         * configure: Regenerate.
3111 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
3113         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3114         * configure: Regenerated.
3116 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
3118         * MAINTAINERS (Write After Approval): Add myself.
3120 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3122         * Makefile.def: Add autoprofiledbootstrap.
3123         * Makefile.tpl: Dito.
3124         * Makefile.in: Regenerate.
3126 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3128     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3129     * configure: Regenerate.
3131 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3133         * configure: Regenerate.
3134         * configure.ac: Remove support for avr-rtems.
3136 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3138         * MAINTAINERS (Write After Approval): Add myself.
3140 2016-06-16  Michael Collison  <michael.collison@arm.com>
3142         * MAINTAINERS (Write After Approval): Add myself.
3144 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
3146         * MAINTAINERS (Write After Approval): Update e-mail address.
3148 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
3150         * MAINTAINERS (Write After Approval): Add myself.
3152 2016-05-28  Alan Modra  <amodra@gmail.com>
3154         * Makefile.tpl (configure): Depend on m4 files included.
3155         * Makefile.in: Regenerate.
3157 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3159         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3160         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3162 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3164         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3165         special case builtin.
3166         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3167         support for ALTIVEC_BUILTIN_VEC_ADDEC.
3168         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3169         for __builtin_vec_addec.
3171 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3173         * config.guess: Import version 2016-04-02 (newest).
3174         * config.sub: Import version 2016-05-10 (newest).
3176 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
3178         * configure.ac: Add ARC support to libgloss.
3179         * configure: Regenerate
3181 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3183         * MAINTAINERS (Write After Approval): Add myself.
3185 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3187         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3188         * configure: Regenerated.
3189         * Makefile.def (gmp): Explicitly disable assembler.
3190         (mpfr): Adjust lib_path.
3191         (mpc): Likewise.
3192         * Makefile.in: Regenerated.
3194 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
3196         PR bootstrap/70704
3197         * configure.ac (--enable-stage1-checking): Add missing
3198         --enable-checking=.
3199         * configure: Regenerated.
3201 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3203         * config.guess: Revert r235676.
3204         * config.sub: Revert r235676.
3206 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3208         * config.guess: Remove SH5 support.
3209         * config.sub: Likewise.
3210         * configure: Likewise.
3211         * configure.ac: Likewise.
3213 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
3215         PR bootstrap/70704
3216         * configure.ac (--enable-stage1-checking): For --disable-checking or
3217         implicit --enable-checking, make sure extra flag matches in between
3218         stage1 and later checking.
3219         * configure: Regenerated.
3221 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3223         * .gitattributes: New file.
3225 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
3227         * MAINTAINERS (rs6000/powerpc port): Add myself.
3229 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
3231         PR bootstrap/70173
3232         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3233         and gotools directories.  Delete the stage_final file.
3234         * Makefile.in: Regenerate.
3236 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
3238         * MAINTAINERS (Write After Approval): Add myself.
3240 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
3242         * MAINTAINERS (Fortran maintainer): Remove myself.
3244 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
3246         * MAINTAINERS (Write After Approval): Add myself.
3248 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
3250         * MAINTAINERS (Write After Approval): Add myself.
3252 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3254         Sync with binutils-gdb:
3256         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3258         * configure.ac: Add mips and s390 to the gold target check.
3259         * configure: Regenerate.
3261 2016-03-01  DJ Delorie  <dj@redhat.com>
3263         * MAINTAINERS (mep): Remove myself as MeP maintainer.
3265 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
3267         * MAINTAINERS (libcpp): Add myself.
3268         (diagnostic messages): Likewise.
3270 2016-02-20  Tom de Vries  <tom@codesourcery.com>
3272         * MAINTAINERS: Fix whitespace.
3274 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
3276         * MAINTAINERS (Write After Approval): Add myself.
3278 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
3280         * config/isl.m4: Add comments about isl-0.16.
3281         * configure: Regenerate.
3283 2016-01-29  Martin Jambor  <mjambor@suse.cz>
3285         * MAINTAINERS (hsa maintainers): Add myself.
3287 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
3289         * MAINTAINERS: (Write After Approval): Add myself.
3291 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
3292             Sebastian Pop  <s.pop@samsung.com>
3294         * Makefile.in: Regenerate.
3295         * Makefile.tpl: Export ISLVER.
3296         * configure: Regenerate.
3297         * config/isl.m4: Detect isl-0.15.
3299 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
3301         PR bootstrap/69329
3302         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3303         * Makefile.in: Regenerate.
3305 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
3307         * configure.ac: Enable LTO for DJGPP
3308         * configure: Regenerate
3310 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3312         Sync with binutils-gdb:
3313         2015-10-21  Nick Clifton  <nickc@redhat.com>
3315         PR gas/19109
3316         * configure.ac: Note the 'none' is an acceptable argument to
3317         --enable-compressed-debug-sections.
3318         * configure: Regenerate.
3320 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3322         PR bootstrap/69134
3323         * Makefile.def (mpfr): Disable assembler.
3324         * Makefile.in: Regenerate.
3326 2016-01-01  Ben Elliston  <bje@gnu.org>
3328         * config.guess: Import version 2016-01-01.
3329         * config.sub: Likewise.
3331 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
3333         * MAINTAINERS (Write After Approval): Add myself.
3335 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
3337         * Makefile.in: Replace ISL with isl.
3338         * Makefile.tpl: Same.
3339         * config/isl.m4: Same.
3340         * configure.ac: Same.
3341         * contrib/download_prerequisites: Same.
3342         * configure: Regenerate.
3344 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
3346         * MAINTAINERS (Write After Approval): Add Myself.
3348 2015-12-17  Nathan Sidwell  <nathan@acm.org>
3350         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3351         * configure: Regenerate.
3353 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
3354             Sebastian Pop  <s.pop@samsung.com>
3356         * config/isl.m4 (ISL_CHECK_VERSION): Check for
3357         isl_ctx_get_max_operations.
3358         * configure: Regenerate.
3360 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
3362         * MAINTAINERS (Write After Approval): Add myself.
3364 2015-12-02  Ian Lance Taylor  <iant@google.com>
3366         PR go/66147
3367         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3368         * Makefile.in: Regenerate.
3370 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
3372         PR libffi/65726
3373         * Makefile.def (lang_env_dependencies): Make libffi depend
3374         on cxx.
3375         * Makefile.in: Regenerate.
3377 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
3379         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3380         symbols.
3382 2015-11-20  Tristan Gingold  <gingold@adacore.com>
3384         Sync with binutils-gdb:
3385         2015-11-20  Tristan Gingold  <gingold@adacore.com>
3387         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3388         * configure: Regenerate.
3390 2015-11-19  Martin Liska  <mliska@suse.cz>
3392         * .gitignore: Add .clang-format to ignored files.
3393         * Makefile.in: Add clang-format.
3394         * Makefile.tpl: Likewise.
3396 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3398         * configure.ac: Enable libmpx by default.
3399         * configure: Regenerated.
3401 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
3403         * MAINTAINERS: Update email address.
3405 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3407         * MAINTAINERS: Update email address.
3409 2015-10-23  Alan Hayward <alan.hayward@arm.com>
3411         * MAINTAINERS  (Write After Approval): Add myself.
3413 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3415         Sync with binutils-gdb:
3416         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3418         PR gas/19109
3419         * configure.ac: Add
3420         --enable-compressed-debug-sections={all,gas,gold,ld}.
3421         * configure: Regenerated.
3423 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3425         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3427 2015-10-09  Martin Liska  <mliska@suse.cz>
3429         * MAINTAINERS (Write After Approval): Add myself.
3431 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3433         * MAINTAINERS (Write After Approval): Add myself.
3435 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3437         * MAINTAINERS: Update email address.
3439 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3441         * MAINTAINERS  (Write After Approval): Add myself.
3443 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3445         * MAINTAINERS: Update email.
3447 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3449         * MAINTAINERS: Update my email address.
3451 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3453         * MAINTAINERS (ft32 port): Add myself.
3455 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3457         * MAINTAINERS: Add myself.
3459 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3461         * MAINTAINERS (Write After Approval): Add myself.
3463 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3465         PR libfortran/54572
3466         * Makefile.def: Make libgfortran depend on libbacktrace.
3467         * Makefile.in: Regenerate.
3469 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3471         * MAINTAINERS (Write After Approval): Add myself.
3473 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3475         PR other/67092
3476         * configure.ac: Remove --with_host_libstdcxx support.
3477         * configure: Regenerate.
3479 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3480             Jakub Jelinek  <jakub@redhat.com>
3482         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3483         nvptx*-*-*.
3484         * configure: Regenerate.
3486 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3488         * Makefile.def (libiconv): Define bootstrap=true.
3489         Mark pdf/html/info as missing.
3490         (configure-gcc): Depend on all-libiconv.
3491         (all-gcc): Ditto.
3492         (configure-libcpp): Ditto.
3493         (all-libcpp): Ditto.
3494         (configure-intl): Ditto.
3495         (all-intl): Ditto.
3496         * Makefile.in: Regenerate.
3498 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3500         * MAINTAINERS (loop ivopts): Add the entry and myself.
3502 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3504         * MAINTAINERS (nvptx): Add self.
3506 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3508         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3509         128-bit vector modes.
3511 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3513         * MAINTAINERS (Write After Approval): Add myself.
3515 2015-07-28  Ben Elliston  <bje@gnu.org>
3517         * config.sub, config.guess: Import from upstream.
3519 2015-07-24  Michael Darling  <darlingm@gmail.com>
3521         PR other/66259
3522         * config-ml.in: Reflects renaming of configure.in to configure.ac
3523         * configure: Likewise
3524         * configure.ac: Likewise
3526 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3528         * MAINTAINERS: Update my email address.
3530 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3532         Sync with binutils-gdb:
3533         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3535         * configure.ac (target_configdirs): Exclude target-zlib if
3536         target-libjava isn't built.
3537         * configure: Regenerated.
3539 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3541         Sync with binutils-gdb:
3542         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3544         * configure.ac: Disable configuration of GDB for HPUX targets.
3545         * configure: Regenerate.
3547         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3549         * configure.ac: Add --with-system-zlib.
3550         * configure: Regenerated.
3552         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3554         * configure.ac: Add FT32 support.
3555         * configure: Regenerate.
3557         2015-01-12  Anthony Green  <green@moxielogic.com>
3559         * configure.ac: Don't disable gprof for moxie.
3560         * configure: Rebuild.
3562 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3564         Sync with binutils-gdb:
3565         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3567         PR ld/18355
3568         * Makefile.def: Add extra_configure_flags to host zlib.
3569         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3570         to --enable-host-shared When bfd is to be built as shared
3571         library.  AC_SUBST.
3572         * Makefile.in: Regenerated.
3574 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3576         Sync with src:
3577         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3578         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3579         * Makefile.in: Regenerated.
3581 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3583         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3584         target.
3585         * configure: Regenerate.
3587 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3589         * MAINTAINERS (Write After Approval): Add myself.
3591 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3593         * MAINTAINERS (OS Port Maintainers): Add myself.
3594         (Various Maintainers): Remove myself from libffi testsuite.
3596 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3598         * MAINTAINERS (gen* on machine desc): Add self.
3600 2015-06-02  Jason Merrill  <jason@redhat.com>
3602         PR bootstrap/66319
3603         * configure.ac: Use -std=gnu++98.
3605 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3607         * MAINTAINERS (Write After Approval): Add myself.
3609 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3611         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3612         * configure: Regenerate.
3614 2015-05-26  Jason Merrill  <jason@redhat.com>
3616         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3617         * configure: Regenerate.
3619 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3621         * configure.ac: FT32 target added.
3622         * configure: Regenerated.
3624 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3626         * MAINTAINERS (Write After Approval): Add myself.
3628 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3630         * MAINTAINERS (Write After Approval): Add myself.
3632 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3634         * configure.ac: Fix typo.
3635         * configure: Regenerate.
3637 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3639         * MAINTAINERS (Write After Approval): Add myself.
3641 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3643         * configure.ac: Match $host configured with triplets.
3644         * configure: Regenerate.
3646 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3648         * Makefile.tpl: Remove surplus whitespace throughout.
3649         * Makefile.in: Regenerate.
3651 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3653         * MAINTAINERS (Various Maintainers): Add myself as instruction
3654         combiner maintainer.
3656 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3658         PR bootstrap/62077
3659         * configure.ac (--enable-stage1-checking): Default to
3660         release,misc,gimple,rtlflag,tree,types if --disable-checking
3661         or --enable-checking is not specified and DEV-PHASE is not
3662         experimental.
3663         * configure: Regenerated.
3665 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3667         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3668         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3669         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3670         * Makefile.in: Regenerate.
3672 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3674         * MAINTAINERS: Update my email address.
3676 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3678         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3680 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3682         * MAINTAINERS: Add myself as an arm port reviewer.
3684 2015-03-25  Martin Liska  <mliska@suse.cz>
3685             Yury Gribov  <y.gribov@samsung.com>
3687         * Makefile.in: Fix ln source location for vimrc file.
3688         * Makefile.tpl: Likewise.
3690 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3692         PR bootstrap/25672
3693         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3694         cross-compiling.  Similarly for CXX_FOR_TARGET.
3695         * configure: Regenerate.
3697 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3699         * Makefile.def: Add libmpx.
3700         * configure.ac: Add libmpx.
3701         * Makefile.in: Regenerate.
3702         * configure: Regenerate.
3704 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3706         * MAINTAINERS (CPU Port Maintainers): Add myself
3707         i386 vector ISA extns mantainer.
3709 2015-03-13  Jeff Law  <law@redhat.com>
3711         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3712         maintainer.
3713         Remove Richard Henderson as a maintainer for the x86 port.
3715 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3717         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3719 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3721         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3722         pointer bounds checker and i386 MPX maintainer.
3724 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3726         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3728 2015-02-26  Martin Sebor  <msebor@redhat.com>
3730         * MAINTAINERS (Various Maintainers): Add self.
3732 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3734         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3735         Make sure it contains lto.
3736         * configure: Regenerate.
3738 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3740         * configure: Regenerate.
3742 2015-02-06  Diego Novillo  <dnovillo@google.com>
3744         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3745         middle-end, docstring): Remove myself.
3746         (Write After Approval): Add myself.
3748 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3750         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3751         (Write After Approval): Update address.
3753 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3755         PR jit/64780
3756         * configure.ac: Require the user to explicitly specify
3757         --enable-host-shared if the jit is enabled.
3758         * configure: Regenerate.
3760 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3762         * MAINTAINERS (Write After Approval): Add myself.
3764 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3766         * MAINTAINERS: Make whitespace consistent.
3768 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3770         * MAINTAINERS (Write After Approval): Add myself.
3772 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3774         * MAINTAINERS: (Write After Approval): Add myself.
3776 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3778         * MAINTAINERS: (Write After Approval): Add myself.
3780 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3782         * MAINTAINERS: (Write After Approval): Add myself.
3784 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3786         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3787         objective-c/c++ front end maintainer.
3789 2015-01-13  Marek Polacek  <polacek@redhat.com>
3791         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3793 2015-01-12  Jeff Law  <law@redhat.com>
3795         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3796         a very long time.
3798 2015-01-09  Ian Lance Taylor  <iant@google.com>
3800         * configure.ac (host_tools): Add gotools.
3801         * Makefile.def (host_modules): Add gotools.
3802         (dependencies): Add dependency of all-gotools on all-target-libgo.
3804 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3806         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3807         * configure: Regenerate.
3809 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3811         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3812         all-target-libgomp.
3813         * Makefile.in: Regenerate.
3815 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3817         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3819 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3821         * configure.ac: Add Visium support.
3822         * configure: Regenerate.
3824 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3826         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3827         * configure: Regenerate.
3829 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3831         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3832         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3833         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3834         (OBJCOPY_FOR_TARGET): New variable.
3835         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3836         * Makefile.in: Regenerate.
3837         * configure.ac: Check for already installed target objcopy.
3838         Also GCC_TARGET_TOOL on objcopy.
3839         * configure: Regenerate.
3841 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3843         * config.sub: Update from upstream, to 2015-01-01 version.
3844         * config.guess: Ditto.
3846 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3848         * MAINTAINERS (RTEMS Ports): Add myself.
3850 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3852         * MAINTAINERS (Write After Approval): Add myself.
3854 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3856         * MAINTAINERS (Write After Approval): Add myself.
3858 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3860         * configure.ac (--enable-as-accelerator-for): Don't set
3861         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3862         * configure: Regenerate.
3864 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3866         PR bootstrap/64023
3867         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3868         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3869         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3870         to CXX.
3871         * Makefile.in: Regenerated.
3873 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3874             Yury Gribov  <y.gribov@samsung.com>
3876         * .gitignore: Added .local.vimrc and .lvimrc.
3877         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3878         * Makefile.in: Regenerate.
3880 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3882         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3883         * configure: Regenerated.
3885 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3887         * MAINTAINERS (nvptx port): New entry.
3889 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3891         * configure: Regenerate.
3893 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3895         * configure.ac: Merge with Binutils.
3897 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3899         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3900         * Makefile.in: Regenerate.
3902 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3904         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3905         missing flex.
3906         * Makefile.in: Regenerated.
3908 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3910         * Makefile.in: Regenerate.
3912 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3914         PR bootstrap/63784
3915         * libtool.m4: Add $pic_flag with -shared.
3917 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3919         * MAINTAINERS (Write After Approval): Added myself.
3921 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3923         * MAINTAINERS (write-after-approval): Add myself.
3925 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3927         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3928         from 2 years ago.
3930 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3932         Revert:
3933         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3935         * MAINTAINERS (Write After Approval): Added myself as line map
3936         maintainer.
3938 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3940         Revert:
3941         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3943         * MAINTAINERS (Write After Approval): Added myself.
3945 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3947         * MAINTAINERS (Write After Approval): Added myself.
3949 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3951         * MAINTAINERS (Write After Approval): Added myself as line map
3952         maintainer.
3954 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3956         * MAINTAINERS (Various Maintainers): Added myself as line map
3957         maintainer.
3959 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3961         * move-if-change: Sync from upstream gnulib.
3963 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3965         * compile: Sync with upstream Automake.
3966         * depcomp: Ditto.
3967         * install-sh: Ditto.
3968         * missing: Ditto.
3969         * mkinstalldirs: Ditto.
3970         * ylwrap: Ditto.
3972 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3974         * config.sub: Update from upstream config repo.
3975         * config.guess: Ditto.
3977 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3979         * Makefile.def: Add liboffloadmic to target_modules.  Make
3980         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3981         * Makefile.in: Regenerate.
3982         * configure: Regenerate.
3983         * configure.ac: Add liboffloadmic to target binaries.
3984         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3985         Add liboffloadmic to noconfig list when C++ is not supported.
3987 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3988             Thomas Schwinge  <thomas@codesourcery.com>
3989             Ilya Verbin  <ilya.verbin@intel.com>
3990             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3992         * configure: Regenerate.
3993         * configure.ac (--enable-as-accelerator-for)
3994         (--enable-offload-targets): New configure options.
3996 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3998         * Makefile.def: Make all-gcc depend on all-isl.
3999         * Makefile.in: Regenerate.
4001 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
4003         * ChangeLog.jit: New.
4004         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
4006 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4008         PR target/63610
4009         * libtool.m4: Fix globbing of darwin versions.
4010         * configure: Regenerate.
4012 2014-11-11  Tobias Burnus  <burnus@net-b.de>
4014         * Makefile.def: Remove CLooG.
4015         * Makefile.tpl: Ditto.
4016         * configure.ac: Ditto.
4017         * configure: Regenerate.
4018         * Makefile.in: Ditto.
4020 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
4022         * configure.ac: Handle nvptx-*-*.
4023         * configure: Regenerate.
4025 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
4027         * MAINTAINERS (Write After Approval): Add myself.
4029 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
4031         * Makefile.def (libcc1): Remove bootstrap=true;.
4032         * Makefile.in: Regenerated.
4034 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4036         * configure.ac: Update comment.
4037         * configure: Regenerate.
4039 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
4041         * MAINTAINERS (Write After Approval): Add myself.
4043 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
4045         * configure.ac (extra_host_libiberty_configure_flags): Add
4046         --enable-shared also for libcc1's benefit.
4047         * configure: Regenerate.
4049 2014-10-29  Tristan Gingold  <gingold@adacore.com>
4051         * MAINTAINERS: Change my email address.
4053 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
4054             Tom Tromey  <tromey@redhat.com>
4056         * Makefile.def: Add libcc1 to host_modules.
4057         * configure.ac (host_tools): Add libcc1.
4058         * Makefile.in, configure: Rebuild.
4060 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
4062         * configure.ac (build_configargs): Don't share config.cache between
4063         build subdirs.
4064         * configure: Regenerate.
4066 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4068         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
4069         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
4070         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
4071         leon3v7 as leon3.
4072         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
4073         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
4074         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
4075         * config/sparc/sparc.md (cpu): Add leon3v7.
4076         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
4078 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4080         * MAINTAINERS (write-after-approval): Add myself.
4082 2014-10-23  Ian Lance Taylor  <iant@google.com>
4084         * configure.ac: Disable the Go frontend on systems where it is known
4085         to not work.
4086         * configure: Regenerate.
4088 2014-10-23  Richard Biener  <rguenther@suse.de>
4090         * Makefile.def: Add libcpp build module and dependencies.
4091         * configure.ac: Add libcpp build module.
4092         * Makefile.in: Regenerate.
4093         * configure: Likewise.
4095 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
4097         * MAINTAINERS (write-after-approval): Add myself.
4099 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
4101         * INSTALL/README: Do not mention CVS.
4103 2014-10-03  Jing Yu  <jingyu@google.com>
4105         * configure.ac: Add aarch64 to list of targets that support gold.
4106         * configure: Regenerate.
4108 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
4110         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
4112 2014-09-29  Catherine Moore  <clm@codesourcery.com>
4114         * MAINTAINERS:  Add myself as MIPS maintainer.
4116 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
4118         * MAINTAINERS: Move myself to MIPS maintainers.
4120 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4122         * MAINTAINERS: Put all email addresses between '<' and '>'.
4124 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4126         * MAINTAINERS: Move myself to reviewers (Fortran).
4128 2014-09-01  Andi Kleen  <ak@linux.intel.com>
4130         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4131         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
4132         * Makefile.in: Regenerate.
4134 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4136         * rtx-classes-status.txt: Delete
4138 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4140         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4142 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
4144         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4145         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4146         of checking for version number.
4147         * configure: Regenerated.
4148         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4150 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4152         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4153         is done; begin phase 6 (use extra rtx_def subclasses).
4155 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4157         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4158         done; begin phase 5 (additional rtx_def subclasses).
4160 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4162         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4164 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4166         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4167         SET_BB_HEADER are done.
4169 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4171         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4172         done.
4174 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4176         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4178 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4180         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4182 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4184         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4186 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4188         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4190 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4192         * rtx-classes-status.txt: Phase 3 (per-file commits within
4193         "config" subdirs) is done; begin phase 4 (removal of
4194         "scaffolding").
4196 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
4198         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4199         dir) is done; begin phase 3 (per-file commits within "config"
4200         subdirs).
4202 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
4204         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4205         phase 2 (per-file commits in main source dir).
4207 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
4209         * configure: Regenerated.
4211 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4213         * rtx-classes-status.txt (TODO): Add SET_BND_TO
4215 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4217         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4219 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4221         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4223 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4225         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4227 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4229         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4231 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
4233         * MAINTAINERS (Write After Approval): Add myself.
4235 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
4237         * MAINTAINERS: Remove myself
4239 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4241         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4243 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
4245         * MAINTAINERS (Write After Approval): Add myself.
4247 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4249         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4250         SET_BB_HEADER, SET_BB_FOOTER
4252 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4254         * rtx-classes-status.txt: New file
4256 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
4258         * configure.ac: Eliminate ClooG installation dependency.
4259         * configure: Regenerate.
4260         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4261         * Makefile.in: Regenerate.
4263 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
4265         * MAINTAINERS (Write After Approval): Add myself.
4267 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
4269         * MAINTAINERS (Write After Approval): Add myself.
4271 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
4273         * MAINTAINERS (Write After Approval): Add myself.
4275 2014-07-28  Anthony Green  <green@moxielogic.com>
4277         Import from savannah.gnu.org:
4278         * config.sub: Update to 2014-07-28 version.
4280 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
4282         * MAINTAINERS: Remove my MIPS maintainer entry.
4284 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
4286         PR target/47230
4287         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4288         * configure: Regenerate.
4290 2014-07-24  James Norris  <jnorris@codesourcery.com>
4292         * MAINTAINERS (Write After Approval): Add myself.
4294 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
4296         * configure.ac: Accept only CLooG 0.18.1.
4297         * configure: Regenerate.
4299 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
4301         * configure.ac: Don't accept isl 0.11.
4302         * configure: Regenerate.
4304 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4306         * MAINTAINERS (Write After Approval): Add myself.
4308 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4310         * configure.ac: Don't accept isl 0.10.
4311         * configure: Regenerate.
4313 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4315         Fix include path for in-tree cloog.
4316         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4317         * configure: Regenerate.
4319 2014-06-18  Richard Henderson  <rth@redhat.com>
4321         * .gitignore: Import gcc_update output.
4323 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4325         * config-ml.in: Robustify ac_configure_args parsing.
4327         * configure.ac (--enable-linker-plugin-configure-flags)
4328         (--enable-linker-plugin-flags): New flags.
4329         (configdirs): Conditionally add libiberty-linker-plugin.
4330         * configure: Regenerate.
4331         * Makefile.def (host_modules): Add libiberty-linker-plugin.
4332         (host_modules) <lto-plugin>: Pay attention to
4333         @extra_linker_plugin_flags@ and
4334         @extra_linker_plugin_configure_flags@.
4335         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4336         * Makefile.in: Regenerate.
4338         * Makefile.tpl (configure-[+prefix+][+module+])
4339         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4340         "module_srcdir" instead of "module" for locating a module's srcdir.
4341         * Makefile.in: Regenerate.
4343 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
4345         * MAINTAINERS (Write After Approval): Add myself.
4347 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
4349         * MAINTAINERS: Update my email address.
4351 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4353         * MAINTAINERS (Write After Approval): Add myself.
4355 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
4357         * MAINTAINERS (Write After Approval): Add myself.
4359 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
4361         PR libstdc++/61011
4362         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4363         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4364         * configure: Regenerate.
4366 2014-05-28  Pedro Alves  <palves@redhat.com>
4368         * MAINTAINERS (Write After Approval): Add myself.
4370 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4372         * MAINTAINERS: Update my affiliation/email.
4374 2014-05-19  Mike Stump  <mikestump@comcast.net>
4376         * MAINTAINERS: Add wide-int reviewers.
4378 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
4380         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4381         * configure: Regenerated.
4383 2014-05-15  Torvald Riegel  <triegel@redhat.com>
4385         * MAINTAINERS (libitm): Add myself as maintainer.
4387 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
4389         * MAINTAINERS (Write After Approval): Add myself.
4391 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
4393         * config.sub, config.guess: Import from upstream.
4395 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4397         * MAINTAINERS (Write After Approval): Put myself in correct order.
4399 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4401         * MAINTAINERS (Write After Approval): Add myself.
4403 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4405         * MAINTAINERS: Move myself from Reviewers to Write After Approval
4406         section.
4408 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4410         * MAINTAINERS (Write After Approval): Delete myself.
4412 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
4414         PR sanitizer/56781
4415         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4416         and -B* options with -Xcompiler.
4418 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4420         PR bootstrap/60620
4421         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4422         * Makefile.in: Regenerate.
4424 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4426         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4427         for WINDRES_FOR_TARGET in default-manifest.o rule.
4428         * Makefile.in: Regenerate.
4430 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4432         * MAINTAINERS (Write After Approval): Add myself.
4434 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4436         PR sanitizer/56781
4437         * Makefile.def: Set bootstrap=true; for host fixincludes.
4438         * configure.ac: Don't bootstrap host fixincludes unless
4439         --with-build-config=bootstrap-{a,ub}san.
4440         * Makefile.in: Regenerated.
4441         * configure: Regenerated.
4443 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4445         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4446         --enable-vtable-verify option parsing.  Don't add
4447         target-libsanitizer to bootstrap_target_libs unless
4448         --with-build-config=bootstrap-asan or
4449         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4450         to bootstrap_target_libs unless --enable-vtable-verify.
4451         * configure: Regenerated.
4453 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4455         * MAINTAINERS (Write After Approval): Add myself.
4457 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4459         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4461 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4463         PR bootstrap/58572
4464         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4465         -I for libstdc++-v3 includes if $(LEAN).
4466         * Makefile.in: Regenerated.
4468 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4470         * MAINTAINERS: Update my email address.
4472 2014-02-24  Walter Lee  <walt@tilera.com>
4474         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4475         (tilegx-*-*): Change to tilegx*-*-*.
4476         * configure: Regenerate.
4478 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4480         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4482 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4484         * MAINTAINERS (Write After Approval): Add myself.
4486 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4488         PR target/59788
4489         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4490         *solaris2*.
4492 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4494         * MAINTAINERS: Update my email address.
4496 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4498         * MAINTAINERS: Convert to UTF-8.
4499         Properly sort Xinliang David Li's entry.
4501 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4502             Sandra Loosemore  <sandra@codesourcery.com>
4504         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4505         nios2 port maintainers.
4507 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4509         * MAINTAINERS (Write After Approval): Add myself.
4511 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4513         * configure.ac: Add user-friendly check for native x86_64-linux
4514         multilibs.
4515         * configure: Regenerate.
4517 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4519         * MAINTAINERS: Add myself as sh maintainer.
4521 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4523         * MAINTAINERS: Add self as SLSR maintainer.
4525 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4527         * MAINTAINERS: Update my email address.
4529 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4531         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4533 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4535         * Makefile.in: Regenerate.
4537         * Makefile.tpl: Fix typo.
4538         * Makefile.in: Regenerate partially.
4540 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4542         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4543         supported.
4544         * configure: Regenerated.
4546 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4548         * MAINTAINERS (Write After Approval): Add myself.
4550 2013-10-30  Jason Merrill  <jason@redhat.com>
4552         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4553         --disable-build-format-warnings.
4555 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4557         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4558         depend on libstdc++ and libgcc.
4559         * configure: Regenerate.
4560         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4561         libcilkrts for POSIX and i*86, and x86_64 architectures.
4562         * Makefile.in: Added libcilkrts related fields to support building it.
4564 2013-10-26  Jeff Law  <law@redhat.com>
4566         * Makefile.def (target_modules): Remove libmudflap
4567         (languages): Remove check-target-libmudflap).
4568         * Makefile.in: Rebuilt.
4569         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4570         * configure.ac (target_libraries): Remove target-libmudflap.
4571         Remove checks which disabled libmudflap on some systems.
4572         * configure: Rebuilt.
4573         * libmudflap: Directory removed.
4575 2013-10-21  Cong Hou  <congh@google.com>
4577         * MAINTAINERS (Write After Approval): Add myself.
4579 2013-10-16  Mike Stump  <mikestump@comcast.net>
4581         * .dir-locals.el: Add.
4583 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4585         * configure.ac: Add --enable-host-shared
4586         * configure: Regenerate.
4588 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4590         Import from savannah.gnu.org:
4591         * config.guess: Update to 2013-06-10 version.
4592         * config.sub: Update to 2013-10-01 version.
4594 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4596         Changes to build configuration to allow big endian ARC ELF toolchain
4597         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4598         * configure: Regenerate.
4600 2013-09-20  Alan Modra  <amodra@gmail.com>
4602         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4603         ppc host match.  Support little-endian powerpc linux hosts.
4605 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4607         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4608         maintainer.
4610 2013-09-12  DJ Delorie  <dj@redhat.com>
4612         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4613         maintainers.
4615 2013-09-03  Richard Biener  <rguenther@suse.de>
4617         * configure.ac: Also allow ISL 0.12.
4618         * configure: Regenerated.
4620 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4622         * MAINTAINERS (Write After Approval): Add myself.
4624 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4626         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4628 2013-08-26  Caroline Tice  <cmtice@google.com>
4630         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4631         "Various Reviewers" to libvtv "Various Maintainers".
4633 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4635         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4637 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4639         * MAINTAINERS: Update name, email.
4641 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4643         * MAINTAINERS (Write After Approval): Add myself.
4645 2013-08-12  Caroline Tice  <cmtice@google.com>
4647         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4648         address in the Write After Approval section.
4650 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4652         * MAINTAINERS (Write After Approval): Update email.
4654 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4656         * configure.ac: Adjust to check VTV_SUPPORTED.
4657         * configure: Regenerated.
4659 2013-08-02  Caroline Tice  <cmtice@google.com>
4661         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4662         on non-linux systems; add target-libvtv to noconfigdirs; add
4663         libsupc++/.libs to C++ library search paths.
4664         * configure: Regenerated.
4665         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4666         libstdc++ and libgcc.
4667         * Makefile.in: Regenerated.
4669 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4671         * MAINTAINERS (Write After Approval): Add myself.
4673 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4674             Shiva Chen  <shiva0217@gmail.com>
4676         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4677         nds32 port maintainers.
4679 2013-07-17  Tim Shen  <timshen91@gmail.com>
4681         * MAINTAINERS (Write After Approval): Add myself.
4683 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4685         * configure.ac: Sync from binutils.
4686         * configure: Regenerate.
4688 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4690         * MAINTAINERS (Write After Approval): Add myself.
4692 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4694         * MAINTAINERS (Write After Approval): Add myself.
4696 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4698         * MAINTAINERS (Write After Approval): Add myself.
4700 2013-04-30  Brooks Moses  <bmoses@google.com>
4702         * MAINTAINERS: Update my email; move myself from Fortran
4703         reviewer to Write After Approval.
4705 2013-04-16  Andreas Schwab  <schwab@suse.de>
4707         * configure.ac (aarch64-*-*): Don't disable java.
4708         * configure: Regenerate.
4710 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4712         * MAINTAINERS (Write After Approval): Add myself.
4714 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4716         * Makefile.def (target_modules): Don't install libffi.
4717         * Makefile.in: Regenerate.
4719 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4721         * MAINTAINERS (Write After Approval): Add myself.
4723 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4725         * MAINTAINERS (Write After Approval): Add myself.
4727 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4729         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4730         * configure: Regenerated.
4732 2013-02-05  Ian Lance Taylor  <iant@google.com>
4734         PR go/55969
4735         * configure.ac: Disable libgo on some systems where it does not
4736         work.
4738 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4740         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4741         Remove Geoff Keating as rs6000 port maintainer, at his request.
4743 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4745         * MAINTAINERS: Update my email.
4747 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4749         * configure: Re-generate.
4751 2013-01-15  Richard Biener  <rguenther@suse.de>
4753         PR other/55973
4754         * configure: Re-generate.
4756 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4758         * Makefile.def (install-target-libsanitizer): Depend on
4759         install-target-libstdc++-v3.
4760         * Makefile.in: Regenerate.
4762 2013-01-14  Richard Biener  <rguenther@suse.de>
4764         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4765         * configure: Re-generate
4767 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4769         * config.sub: Update from config repo.
4771 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4773         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4774         * Makefile.in: Regenerate.
4776 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4778         * MAINTAINERS (arc): Add new port maintainership for myself.
4780 2013-01-09  Jason Merrill  <jason@redhat.com>
4782         * .gitignore: Import from gdb repository.
4784 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4786         * Makefile.def (configure-gcc): Depend on all-gmp.
4787         (all-gcc): Remove dependency on all-gmp.
4788         * Makefile.in: Regenerated.
4790 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4792         * config.sub: Merge from config repo.
4793         * config.guess: Ditto.
4795 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4797         * Makefile.def: Merge from binutils.
4798         * Makefile.in: Ditto.
4800 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4802         * MAINTAINERS: Update my email.
4804 2012-12-29  Ben Elliston  <bje@gnu.org>
4806         * config.guess: Update to 2012-12-29 version.
4807         * config.sub: Likewise.
4809 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4811         * Makefile.def (install-target-libgfortran): Depend on
4812         install-target-libquadmath, install-target-libgcc.
4813         (install-target-libsanitizer): Depend on install-target-libgcc.
4814         (install-target-libjava): Depend on install-target-libgcc.
4815         (install-target-libitm): Depend on install-target-libgcc.
4816         (install-target-libobjc): Depend on install-target-libgcc.
4817         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4818         * Makefile.in: Regenerate.
4820 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4822         * Makefile.def (install-target-libgo): Depend on
4823         install-target-libatomic.
4824         * Makefile.in: Regenerate.
4826 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4828         PR go/55201
4829         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4830         * Makefile.in: Regenerate.
4832 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4834         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4835         * configure: Regenerate.
4837 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4839         * config.sub: Merge from config repo.
4841 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4843         * Makefile.def (target_modules): Add bootstrap=true and
4844         raw_cxx=true to libsanitizer.
4845         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4846         * Makefile.in: Regenerated.
4847         * configure: Likewise.
4849 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4851         * MAINTAINERS: Remove self as RTL optimization maintainer.
4853 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4855         * MAINTAINERS (Write After Approval): Add myself.
4857 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4859         * Makefile.def (target_modules): Remove bootstrap=true and
4860         raw_cxx=true from libsanitizer.
4861         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4862         * Makefile.in: Regenerated.
4863         * configure: Likewise.
4865 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4867         * Makefile.def (target_modules): Add bootstrap=true and
4868         raw_cxx=true to libsanitizer.
4869         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4870         * Makefile.in: Regenerated.
4871         * configure: Likewise.
4873 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4875         PR bootstrap/54279
4876         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4877         * configure: Regenerate.
4878         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4879         * Makefile.in: Regenerate.
4881 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4883         * configure.ac: Disable libsanitizer if we're not building C++.
4884         * configure: Regenerate.
4886 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4888         * MAINTAINERS (Write After Approval): Add myself.
4890 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4892         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4893         Kostya Serebryany (kcc@google.com) and
4894         Jakub Jelinek (jakub@redhat.com).
4895         Rename area for Dodji Seketeli (dodji@redhat.com).
4897 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4899         * MAINTAINERS: (asan.c, related): Add myself.
4901 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4903         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4904         * configure: Regenerate.
4906 2012-11-13  Richard Henderson  <rth@redhat.com>
4908         * configure.ac: Move libsanitizer logic to subdirectory.
4909         * configure: Regenerate.
4911 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4913         * configure.ac: Enable libsanitizer just on x86 linux for now.
4914         * configure: Re-generate.
4916 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4918         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4919         sections.
4920         * configure: Regenerate.
4922 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4924         * configure.ac: Add section for configdirs for libsanitizer.
4925         Disable for cris-*-* and mmix-*-*.
4926         * configure: Regenerate.
4928 2012-11-12  Wei Mi <wmi@google.com>
4930         * configure.ac: Add libsanitizer to target_libraries.
4931         * Makefile.def: Ditto.
4932         * configure: Regenerate.
4933         * Makefile.in: Regenerate.
4934         * libsanitizer: New directory for asan runtime.  Contains an empty
4935         tsan directory.
4937 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4939         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4940         against Mingw64 w32api.
4941         * configure: Regenerate.
4943 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4945         * configure: Regenerated.
4947 2012-11-03  Robert Mason  <rbmj@verizon.net>
4949         * configure.ac: add --disable-libstdcxx configure option
4950         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4952 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4954         * MAINTAINERS (Write After Approval): Add myself.
4956 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4958         * MAINTAINERS (Write After Approval): Add myself.
4960 2012-10-24  Sharad Singhai  <singhai@google.com>
4962         * MAINTAINERS (Write After Approval): Add myself.
4964 2012-10-24  Eric Christopher  <echristo@gmail.com>
4966         * MAINTAINERS: Update email address.
4968 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4970         PR bootstrap/54820
4971         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4972         * configure: Regenerate.
4974 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4976         * MAINTAINERS (aarch64): Add Marcus and myself.
4978 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4980         PR bootstrap/54820
4981         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4982         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4983         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4984         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4985         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4986         * Makefile.in: Regenerate.
4987         * configure.ac (have_static_libs): New variable and associated check.
4988         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4989         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4990         * configure: Regenerate.
4992 2012-10-10  Richard Biener  <rguenther@suse.de>
4994         * MAINTAINERS: Adjust for changed surname.
4996 2012-10-04  Lawrence Crowl  <crowl@google.com>
4998         * MAINTAINERS (Write After Approval): Add myself.
5000 2012-10-01  Cary Coutant  <ccoutant@google.com>
5002         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
5004 2012-09-28  Ian Lance Taylor  <iant@google.com>
5006         * Makefile.def: Make all-target-libgo depend on
5007         all-target-libbacktrace.
5008         * Makefile.in: Rebuild.
5010 2012-09-26  Ian Lance Taylor  <iant@google.com>
5012         * Makefile.def: Make all-gcc depend on all-libbacktrace.
5013         * Makefile.in: Rebuild.
5015 2012-09-20  Walter Lee  <walt@tilera.com>
5017         * configure.ac: Add tilegx to list of targets that support gold.
5018         * configure: Regenerate.
5020 2012-09-20  Marek Polacek  <polacek@redhat.com>
5022         * MAINTAINERS (Write After Approval): Add myself.
5024 2012-09-19  Steve Ellcey  <sellcey@mips.com>
5026         * configure.ac: Add mips*-mti-elf* target.
5027         * configure: Regenerate.
5029 2012-09-17  Ian Lance Taylor  <iant@google.com>
5031         * MAINTAINERS (Various Maintainers): Add libbacktrace.
5032         * configure.ac (host_libs): Add libbacktrace.
5033         (target_libraries): Add libbacktrace.
5034         * Makefile.def (host_modules): Add libbacktrace.
5035         (target_modules): Likewise.
5036         * configure, Makefile.in: Rebuild.
5038 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
5040         PR target/38607
5041         Merge upstream change.
5042         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
5044         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
5045         Add libgomp*.o to compare_exclusions for AIX.
5046         * configure: Regenerate.
5048 2012-09-06  Diego Novillo  <dnovillo@google.com>
5050         * configure.ac: Bump minimum GMP version to 4.2.3.
5051         * configure: Re-generate.
5053 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
5055         PR target/54461
5056         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
5057         target-libgloss if not configured --with-avrlibc=no.
5058         * configure: Regenerate.
5060 2012-09-04  Jason Merrill  <jason@redhat.com>
5062         * configure.ac: Fix --enable-languages=all.
5064 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
5066         * MAINTAINERS (Write After Approval): Add myself.
5068 2012-09-03  Richard Guenther  <rguenther@suse.de>
5070         PR bootstrap/54138
5071         * configure.ac: Re-organize ISL / CLOOG checks to allow
5072         disabling with either --without-isl or --without-cloog.
5073         * configure: Regenerated.
5075 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
5077         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
5078         * configure: Regenerate.
5080 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
5082         * MAINTAINERS: Fix my email address.
5084 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
5086         PR binutils/4970
5087         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
5088         and opcodes.
5089         * Makefile.in: Regenerated.
5091 2012-08-26  Art Haas <ahaas@impactweather.com>
5093         * configure: Regenerate.
5095 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
5097         * INSTALL/README: Also refer to the online installation
5098         instructions.
5100 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5102         * MAINTAINERS (Write After Approval): Add myself.
5103         (Picochip port): Remove myself.
5105 2012-08-14   Diego Novillo  <dnovillo@google.com>
5107         Merge from cxx-conversion branch.
5109         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
5110         POSTSTAGE1_CONFIGURE_FLAGS.
5111         * Makefile.in: Regenerate.
5112         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
5113         Force C++ when bootstrapping.
5114         * configure: Regenerate.
5116 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
5118         * MAINTAINERS (Write After Approval): Add myself.
5120 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
5122         * README: Document use of ranges of years in copyright notices.
5124 2012-07-06  Richard Guenther  <rguenther@suse.de>
5126         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5127         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5128         --with-gmp=system.
5129         * Makefile.in: Regenerated.
5130         * configure: Likewise.
5132 2012-07-06  Richard Guenther  <rguenther@suse.de>
5134         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5135         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5136         supply V=1 as extra_make_flags.
5137         * configure: Regenerated.
5138         * Makefile.in: Likewise.
5140 2012-07-04  Tristan Gingold  <gingold@adacore.com>
5142         * configure: Regenerate.
5144 2012-07-03  Richard Guenther  <rguenther@suse.de>
5146         * Makfile.def (isl): Remove not necessary extra_exports and
5147         extra_make_flags.
5148         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5149         * Makefile.in: Regenerated.
5151 2012-07-03  Richard Guenther  <rguenther@suse.de>
5153         * Makefile.def (cloog): Add V=1 to extra_make_flags.
5154         * configure.ac: If either the ISL or the CLooG check failed
5155         do not try to build in-tree versions.
5156         * Makefile.in: Regenerated.
5157         * configure: Regenerated.
5159 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5161         * configure: Regenerate.
5163 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
5165         * MAINTAINERS (Various Maintainers): Add myself as testsuite
5166         maintainer.
5168 2012-07-02  Richard Guenther  <rguenther@suse.de>
5170         * configure: Regenerated.
5172 2012-07-02  Richard Guenther  <rguenther@suse.de>
5173         Michael Matz  <matz@suse.de>
5174         Tobias Grosser <tobias@grosser.es>
5175         Sebastian Pop <sebpop@gmail.com>
5177         * Makefile.def: Add ISL host module, remove PPL host module.
5178         Adjust ClooG host module to use the proper ISL.
5179         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5180         * configure.ac: Include config/isl.m4.  Add ISL host library,
5181         remove PPL.  Remove PPL configury, add ISL configury, adjust
5182         ClooG configury.
5183         * Makefile.in: Regenerated.
5184         * configure: Likewise.
5186 2012-07-02  Richard Guenther  <rguenther@suse.de>
5188         Merge from graphite branch
5189         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5191         * configure: Regenerated.
5192         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5193         both cloog.org and legacy versions. The only supported version will
5194         be CLooG with the isl backend.
5196         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5198         * configure: Regenerated.
5199         * configure.ac: Require cloog isl 0.17.0
5201         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5203         * configure: Regenerated.
5204         * config/cloog.m4: Do not define CLOOG_ORG
5206 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
5208         * configure.ac: Skip C if explicitly selected.
5209         * configure: Regenerate.
5211 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
5213         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5214         they contain -O2.
5215         * configure: Regenerate.
5217 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
5219         PR debug/53740
5220         * df.h, df-problems.c, dce.c: Revert last patch.
5222 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
5224         * MAINTAINERS (Write After Approval): Update my email address.
5226 2012-06-21  Meador Inge  <meadori@codesourcery.com>
5228         * MAINTAINERS (Write After Approval): Add myself.
5230 2012-06-20  Jason Merrill  <jason@redhat.com>
5232         * Makefile.tpl (check-target-libgomp-c++): New.
5233         (check-target-libitm-c++): New.
5234         * Makefile.def (c++): Add them.
5235         * Makefile.in: Regenerate.
5237 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
5239         * MAINTAINERS (Write After Approval): Add myself.
5241 2012-05-16  Olivier Hainque  <hainque@adacore.com>
5243         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5244         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5245         (install-no-fixedincludes): Adjust accordingly.
5246         * Makefile.in: Regenerate.
5248 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5250         Merge upstream change
5251         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5253 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
5255         * MAINTAINERS (Write After Approval): Add myself.
5257 2012-05-09  Nick Clifton  <nickc@redhat.com>
5258             Paul Smith  <psmith@gnu.org>
5260         PR bootstrap/50461
5261         * configure.ac (mpfr-dir): When using in-tree MPFR sources
5262         allow for the fact that from release v3.1.0 of MPFR the source
5263         files were moved into a src sub-directory.
5264         * configure: Regenerate.
5266 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
5268         * configure.ac: Bump minimum MPFR version to 2.4.0.
5269         * configure: Regenerated.
5271 2012-05-01  Richard Henderson  <rth@redhat.com>
5273         * Makefile.def (libatomic): New target_module.
5274         * configure.ac (target_libraries): Add libatomic.
5275         (noconfigdirs): Check if libatomic is supported.
5276         * Makefile.in, configure: Rebuild.
5278 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
5280         * MAINTAINERS (Write After Approval): Add myself.
5282 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
5284         * config.sub: Update to 2012-04-18 version from official repo.
5286 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
5288         * MAINTAINERS (Write After Approval): Add myself.
5290 2012-04-11  Steve Ellcey  <sellcey@mips.com>
5292         * MAINTAINERS: Changed email address.
5294 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
5296         PR target/52737
5297         * contrib/gcc_update (files_and_dependencies):
5298         Remove gcc/config/avr/t-multilib from touch data.
5300 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5302         * MAINTAINERS (OS Port Maintainers): Remove irix.
5303         * configure.ac (enable_libgomp): Remove *-*-irix6*.
5304         (unsupported_languages): Remove mips-sgi-irix6.*.
5305         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5306         (with_stabs): Remove.
5307         * configure: Regenerate.
5309 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5311         * MAINTAINERS (OS Port Maintainers): Remove osf.
5312         * configure.ac (enable_libgomp): Remove *-*-osf*.
5313         (with_stabs): Remove alpha*-*-osf*.
5314         * configure: Regenerate.
5316 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5318         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5319         * configure: Regenerate.
5321 2012-02-17  Walter Lee  <walt@tilera.com>
5323         * MAINTAINERS: (Write After Approval): Delete myself.
5325 2012-02-14  Walter Lee  <walt@tilera.com>
5327         * MAINTAINERS (tilegx port): Add myself.
5328         (tilepro port): Add myself.
5329         (Write After Approval): Add myself.
5331 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
5333         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5334         and Joseph Myers as docstring relicensing maintainers.
5336 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5338         * MAINTAINERS (write-after-approval): Add myself.
5340 2012-02-08  Ira Rosen <irar@il.ibm.com>
5342         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5343         maintainer.
5345 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5347         * MAINTAINERS (Write After Approval): Move myself to
5348         maintain alphabetical order.
5350 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5352         * MAINTAINERS (Write After Approval): Add myself.
5354 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
5356         * MAINTAINERS (Write After Approval): Add myself.
5358 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5359             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5361         * configure.ac (cr16-*-*): Remove nonconfigdirs.
5362         * configure: Regenerate.
5364 2012-01-23  Harshit Chopra  <harshit@google.com>
5366         * MAINTAINERS (Write After Approval): Add myself.
5368 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
5370         * configure.ac: Remove reference to mh-interix.
5371         * configure: Regenerate.
5373 2012-01-05  Richard Henderson  <rth@redhat.com>
5375         PR bootstrap/51072
5376         * configure.ac: Disable libitm if c++ is not enabled.
5377         * configure: Rebuild.
5379         * configure.ac: Fix regexp for same.
5380         * configure: Rebuild.
5382 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
5384         * MAINTAINERS (Write After Approval): Add myself.
5386 2012-01-02  Richard Guenther  <rguenther@suse.de>
5388         PR bootstrap/51686
5389         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5390         * Makefile.in: Regenerate.
5392 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
5394         * MAINTAINERS (Write After Approval): Add myself.
5396 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
5398         * configure: Regenerate.
5400 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
5402         * MAINTAINERS (picochip): Changed email address.
5404 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5406         * MAINTAINERS (write-after-approval): Add self.
5408 2011-11-29  DJ Delorie  <dj@redhat.com>
5410         * configure.ac (rl78-*-*) New case.
5411         * configure: Regenerate.
5412         * MAINTAINERS: Add myself as RL78 maintainer.
5414 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5416         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5418 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5420         * libtool.m4: Additional FreeBSD 10 fixes.
5422 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5424         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5425         Maintainers section, as Epiphany maintainer.
5427 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5429         PR target/49992
5430         * configure.ac: Remove ranlib special-casing for Darwin.
5431         * configure: Regenerate.
5433 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5435         * MAINTAINERS (Reviewers): Keep the list sorted.
5437 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5439         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5441 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5443         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5444         * configure: Rebuild.
5445         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5446         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5447         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5448         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5449         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5450         Add READELF.
5451         * Makefile.in: Rebuild.
5453 2011-11-09  Jason Merrill  <jason@redhat.com>
5455         * Makefile.def (language=c++): Remove check-c++0x.
5456         * Makefile.in (check-gcc-c++): Regenerate.
5458 2011-11-08  Richard Henderson  <rth@redhat.com>
5460         * configure.ac: Test for libitm directory present first.
5462         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5464         * configure.ac: Test libitm/configure.tgt to disable libitm.
5465         * configure: Rebuild.
5467 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5468             Richard Henderson  <rth@redhat.com>
5470         Merged from transactional-memory.
5472         * Makefile.def (lang_env_dependencies): libitm is c++.
5473         Add libitm target module.
5474         * configure.ac: Likewise.
5475         * config/mmap.m4: New file.
5476         * contrib/gcc_update: Add libitm to touch data.
5477         * Makefile.in, configure: Rebuild.
5479 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5481         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5482         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5483         * Makefile.in: Regenerate.
5485 2011-11-01  DJ Delorie  <dj@redhat.com>
5487         * config.sub: Update to version 2011-10-29 (added rl78)
5489 2011-10-27  Nick Clifton  <nickc@redhat.com>
5491         * config.sub: Import these changes from the config project:
5493         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5494             Ben Elliston  <bje@gnu.org>
5496         * config.sub (epiphany): New.
5498         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5499             Ben Elliston  <bje@gnu.org>
5501         * config.sub (hexagon, hexagon-*): New.
5503         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5505         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5506         64eb to be64.
5508         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5510         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5511         (nacl): Grok as alias for 32el-unknown-nacl.
5513 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5515         * MAINTAINERS (Write After Approval): Add myself.
5517 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5519         * MAINTAINERS (Write After Approval): Add myself.
5521 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5523         * MAINTAINERS (sparc port): Remove myself.
5525 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5527         * MAINTAINERS (Write After Approval): Add myself.
5529 2011-08-14  Yao Qi  <yao@codesourcery.com>
5531         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5532         * configure: Regenerate.
5534 2011-07-26  Ian Lance Taylor  <iant@google.com>
5536         * configure.ac: Set have_compiler based on whether gcc directory
5537         exists, rather than on whether gcc is in configdirs.
5538         * configure: Rebuild.
5540 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5542         * MAINTAINERS (Global Reviewers): Add self.
5544 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5546         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5547         link directories.
5548         * Makefile.in: Rebuild.
5550 2011-07-20  Ian Lance Taylor  <iant@google.com>
5552         PR bootstrap/49787
5553         * configure.ac: Move --enable-bootstrap handling earlier in file.
5554         If --enable-bootstrap and either --enable-build-with-cxx or
5555         --enable-build-poststage1-with-cxx, enable C++ automatically.
5556         * configure: Rebuild.
5558 2011-07-19  Ian Lance Taylor  <iant@google.com>
5560         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5561         make C++ a boot_language.  Set and substitute
5562         POSTSTAGE1_CONFIGURE_FLAGS.
5563         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5564         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5565         * configure, Makefile.in: Rebuild.
5567 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5569         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5570         maintainers.
5572 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5574         * MAINTAINERS (Global Reviewers): Add myself.
5576 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5578         * configure: Regenerate.
5580 2011-07-16  Jason Merrill  <jason@redhat.com>
5582         * Makefile.def (language=c++): Add check-c++0x and
5583         check-target-libmudflap-c++.
5584         * Makefile.tpl (check-target-libmudflap-c++): New.
5585         * Makefile.in: Regenerate.
5587 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5589         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5590         * Makefile.def (target_modules/libjava): Pass
5591         $(EXTRA_CONFIGARGS_LIBJAVA).
5592         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5593         if not configured with --enable-static-libjava.
5594         * Makefile.in: Regenerate.
5595         * configure: Likewise.
5597 2011-07-15  Jason Merrill  <jason@redhat.com>
5599         * Makefile.in (check-c++): Move check-gcc-c++0x after
5600         check-target-libstdc++-v3.
5602 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5604         * MAINTAINERS (c6x port): New entry.
5606 2011-07-13  Jason Merrill  <jason@redhat.com>
5608         * Makefile.in (check-gcc-c++0x): New.
5609         (check-c++): Depend on it.
5611 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5613         PR target/39150
5614         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5615         x86_64-*-solaris2.1[0-9]*.
5616         * configure: Regenerate.
5618 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5620         * MAINTAINERS (RTL optimizers): Add self.
5622 2011-06-27  Gabriel Charette  <gchare@google.com>
5624         * MAINTAINERS (Write After Approval): Add myself.
5626 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5628         PR regression/47836
5629         PR bootstrap/23656
5630         PR other/47733
5631         PR bootstrap/49247
5632         PR c/48825
5633         * configure.ac (target_libraries): Remove target-libiberty.
5634         Remove case-statement setting skipdirs=target-libiberty for
5635         multiple targets.  Remove checking target_configdirs and
5636         removing target-libiberty but keeping target-libgcc if
5637         otherwise empty.
5638         * Makefile.def (target_modules): Don't add libiberty.
5639         (dependencies): Remove all traces of target-libiberty.
5640         * configure, Makefile.in: Regenerate.
5642 2011-06-13  Walter Lee <walt@tilera.com>
5644         * configure.ac (tilepro-*-*) New case.
5645         (tilegx-*-*): Likewise.
5646         * configure: Regenerate.
5648 2011-06-06  Jing Yu  <jingyu@google.com>
5650         * configure.ac: Skip target-libiberty for
5651         arm*-*-linux-androideabi.
5652         * configure: Regenerated.
5654 2011-06-06  Nick Clifton  <nickc@redhat.com>
5656         * config.sub: Sync from upstream.
5658 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5660         * MAINTAINERS (Write After Approval): Add myself.
5662 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5664         * MAINTAINERS: Update my email address.
5666 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5668         * MAINTAINERS (Write After Approval): Update my email address.
5670 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5672         * MAINTAINERS (Write After Approval): Add myself.
5674 2011-05-08  Doug Kwan  <dougkwan@google.com>
5676         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5677         * configure: Regenerated.
5678         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5679         value from configure.
5680         * Makefile.in: Regenerated.
5682 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5684         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5685         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5686         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5687         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5688         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5689         *-*-vxworks*): Disable newlib and libgloss in separate case
5690         statement.
5691         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5692         to separate case statement.
5693         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5694         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5695         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5696         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5697         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5698         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5699         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5700         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5701         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5702         i[[3456789]]86-*-rdos*, m32r-*-*,
5703         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5704         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5705         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5706         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5707         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5708         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5709         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5710         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5711         and libgloss in main case over targets.  Remove most empty cases
5712         in main case over targets.
5713         * configure: Regenerate.
5715 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5717         * MAINTAINERS (Write After Approval): Add myself.
5719 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5721         * configure.ac: Remove code setting special library locations for
5722         hppa*64*-*-hpux11*.  Remove code setting compiler for
5723         sparc-sun-solaris2*.
5724         * configure: Regenerate.
5726 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5728         * configure.ac: Separate libgloss_dir settings from general case
5729         over targets.
5730         * configure: Regenerate.
5732 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5734         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5735         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5736         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5737         cases in libgcj-disabling case statement.
5738         (hppa*64*-*-linux*): Set unsupported_languages instead of
5739         disabling target-zlib.
5740         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5741         to hppa*64*-*-hpux*.
5742         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5743         hppa*-*-hpux*.
5744         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5745         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5746         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5747         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5748         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5749         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5750         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5751         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5752         libgcj-disabling case statement.
5753         * configure: Regenerate.
5755 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5757         * configure.ac: Disable Java for targets not supporting libffi.
5758         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5759         Remove cases in Java-disabling statement.
5760         (*arm-wince-pe): Change to arm-wince-pe.
5761         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5762         cases in Java-disabling statement.
5763         (bfin-*-*): Don't disable Java again.
5764         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5765         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5766         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5767         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5768         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5769         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5770         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5771         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5772         Java-disabling statement.
5773         (mmix-*-*): Don't disable Java again.
5774         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5775         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5776         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5777         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5778         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5779         statement.
5780         * configure: Regenerate.
5782 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5784         * configure.ac: Separate cases disabling Java and Java libraries
5785         from general case over targets.
5786         * configure: Regenerate.
5788 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5790         * MAINTAINERS: Update my email address.
5792 2011-04-20  Easwaran Raman  <eraman@google.com>
5794         * MAINTAINERS (Write After Approval): Add myself.
5796 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5798         PR lto/48086
5799         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5800         * configure: Regenerate.
5802 2011-04-16  Jim Meyering  <meyering@redhat.com>
5804         * MAINTAINERS (Write After Approval): Add myself.
5806 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5808         * MAINTAINERS: Update my email address.
5810 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5812         * MAINTAINERS (Write After Approval): Add myself.
5814 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5816         * MAINTAINERS (Write After Approval): Add myself.
5818 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5820         * MAINTAINERS (Write After Approval): Add myself.
5822 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5824         * configure.ac (build_tools): Remove build-byacc.
5825         (host_libs): Remove mmalloc.
5826         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5827         autoconf automake libtool diff rcs fileutils shellutils time
5828         textutils wdiff find uudecode hello tar gzip indent recode release
5829         sed perl gawk findutils gettext zip.
5830         (libgcj): Remove target-qthreads.
5831         (target_tools): Remove target-examples target-gperf.
5832         (YACC): Don't handle building byacc.
5833         * configure: Regenerate.
5834         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5835         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5836         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5837         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5838         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5839         handle building components.
5840         * Makefile.in: Regenerate.
5842 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5844         * MAINTAINERS: Update my email address as Xtensa maintainer.
5846 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5848         * config.sub: Sync from upstream.
5850 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5852         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5853         (microblaze*): Don't disable libssp.
5854         * configure: Regenerate.
5856 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5858         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5859         moveifchange.
5860         * configure: Regenerate.
5861         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5862         * Makefile.in: Regenerate.
5864 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5866         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5867         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5868         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5869         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5870         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5871         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5872         md_exec_prefix cases.
5873         * configure: Regenerate.
5875 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5877         * configure.ac: Separate cases disabling target-libssp,
5878         target-libiberty, target-libstdc++-v3 and Fortran from general
5879         case over targets.
5880         * configure: Regenerate.
5882 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5884         * configure.ac (*-*-chorusos): Don't disable libgcj.
5885         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5886         Remove case.
5887         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5888         (arm-*-coff): Don't disable libgcj.
5889         (arm*-*-linux-gnueabi): Remove useless assignment.
5890         (arm-*-riscix*): Don't disable libgcj.
5891         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5892         configuration.
5893         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5894         (c54x*-*-*): Remove case.
5895         (tic54x-*-*): Don't disable GCC or GCC libraries.
5896         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5897         to *.
5898         (d10v-*-*): Don't disable GCC libraries.
5899         (d30v-*-*): Don't disable libgcj.
5900         (h8500-*-*): Don't disable GCC libraries.
5901         (i960-*-*): Don't disable libgcj.
5902         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5903         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5904         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5905         libgcj.
5906         (m68k-*-coff*): Remove case.
5907         (mmix-*-*): Don't disable libgloss on host.
5908         (mn10200-*-*, mn10300-*-*): Remove cases.
5909         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5910         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5911         Don't disable libgcj.
5912         (romp-*-*): Remove case.
5913         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5914         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5915         case.
5916         (v810-*-*): Don't disable GCC libraries.
5917         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5918         (ip2k-*-*): Don't disable GCC libraries.
5919         * configure: Regenerate.
5921 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5923         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5924         libffi on host.
5925         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5926         on host.
5927         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5928         * configure: Regenerate.
5930 2011-03-26  John Marino  <binutils@marino.st>
5932         * configure.ac: Add support for *-*-dragonfly*
5933         * configure: Regenerate.
5935 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5937         * configure.ac (native_only): Remove.
5938         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5939         send-pr uudecode guile gnuserv on host.
5940         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5941         send-pr rcs guile perl texinfo libtool on host.
5942         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5943         automake send-pr rcs guile perl texinfo libtool on host.
5944         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5945         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5946         (alpha*-dec-osf*): Don't disable fileutils on target.
5947         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5948         texinfo send-pr expect dejagnu on target.
5949         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5950         target-qthreads on target.
5951         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5952         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5953         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5954         x86_64-*-mingw*): Don't disable expect on target.
5955         (*-*-cygwin*): Don't disable target-gperf on target.
5956         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5957         gnuserv on target.
5958         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5959         target.
5960         * configure: Regenerate.
5962 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5964         * configure.ac (target_tools): Remove target-groff.
5965         (native_only): Remove target-groff.
5966         (hppa*64*-*-*): Don't disable byacc.
5967         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5968         setting.
5969         (*-*-kaos*): Don't skip target-librx and target-groff.
5970         (*-*-netware*): Don't skip target-libmudflap.
5971         (*-*-tpf*): Don't skip target-libmudflap.
5972         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5973         directories on the host.
5974         (ia64*-*-*vms*): Don't skip tix.
5975         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5976         host.
5977         * configure: Regenerate.
5979 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5981         * configure.ac: Remove references to mt-mep, mt-netware,
5982         mt-wince.
5983         * Makefile.def: Add all-utils soft dependencies.
5984         * Makefile.tpl: Remove GDB_NLM_DEPS.
5985         * configure: Regenerate.
5986         * Makefile.in: Regenerate.
5988 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5990         * configure.ac: Do not include mh-x86omitfp.
5991         * configure: Regenerate.
5993 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5995         * configure.ac: Remove empty cases.
5996         * configure: Regenerate.
5998 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6000         * Makefile.def: Add dependency from termcap to gdb.
6001         * Makefile.in: Regenerate.
6003 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6005         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
6006         * configure: Regenerate.
6007         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
6008         * Makefile.tpl: Likewise.
6009         * Makefile.in: Regenerate.
6011 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6013         * configure.ac: Remove all mentions of tentative_cc.
6014         * configure: Regenerate.
6016 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6018         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
6019         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
6020         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
6021         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
6022         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
6023         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
6024         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
6025         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
6026         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
6027         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
6028         *-*-rhapsody*): Remove host cases.
6029         * configure: Regenerate.
6031 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6033         * configure.ac (ppc*-*-pe): Remove host case.
6034         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
6035         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
6036         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
6037         cases.
6038         * configure: Regenerate.
6040 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6042         * config.sub: Update to version 2011-03-23.
6044 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6046         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
6047         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
6048         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
6049         * configure: Regenerate.
6051 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6053         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
6054         to Write After Approval.
6055         * config-ml.in: Don't handle arc-*-elf*.
6056         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
6057         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
6058         handle GCC libraries.
6059         * configure: Regenerate.
6061 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6063         PR bootstrap/48120:
6064         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
6065         Add -lstdc++ -lm to LIBS.
6066         * configure: Regenerate.
6068 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
6070         * config.guess: Update to version 2011-02-02
6071         * config.sub: Update to version 2011-02-24
6073 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
6075         PR lto/48086
6076         * configure.ac: Re-enable LTO on *-apple-darwin9.
6077         * configure: Regenerate.
6079 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
6081         PR lto/48086
6082         * configure.ac: Disable LTO on darwin due to an assembler change in
6083         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
6084         under 256.
6085         * configure: Regenerate.
6087 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
6089         * MAINTAINERS: Update myself as score backend maintainer,
6090         update my e-mail address.
6092 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
6094         * MAINTAINERS: Update my e-mail address.
6096 2011-03-06  Joey Ye  <joey.ye@arm.com>
6098         * MAINTAINERS: Update my e-mail address.
6100 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6102         * configure.ac: Adjust test of with_ppl.
6103         * configure: Regenerated.
6105 2011-03-02  Kai Tietz  <ktietz@redhat.com>
6107         * MAINTAINERS: Adjust my e-mail address.
6109 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6111         * configure.ac: Add -lpwl to ppllibs.
6112         * configure: Regenerated.
6114 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6116         * config/cloog.m4: Add -lisl to clooglibs.
6117         * configure: Regenerated.
6119 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6121         * MAINTAINERS (CPU Port maintainers): Add self.
6123 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6125         * MAINTAINERS: Add myself as testsuite maintainer.
6127 2011-02-15  Mike Stump  <mikestump@comcast.net>
6129         * MAINTAINERS: Add myself as testsuite maintainer.
6131 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6133         Import from Libtool and gnulib:
6135         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
6137         Prepare for supporting FreeBSD 10.
6138         * config.rpath: Remove handling of freebsd1* which soon would
6139         match FreeBSD 10.0.
6141         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
6143         Remove support for FreeBSD 1.x.
6144         * libtool.m4 (_LT_LINKER_SHLIBS)
6145         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6146         soon would incorrectly match FreeBSD 10.0.
6148 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6150         PR binutils/12283
6151         * move-if-change: Import version from gnulib.
6153 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
6155         PR lto/47225
6156         * Makefile.def (lto-plugin): Double dash for enable-shared.
6157         (configure-gcc): Depend on all-lto-plugin.
6158         * Makefile.in: Rebuilt.
6160 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6162         * configure.ac: Remove extra bracket.
6163         * configure: Regenerate.
6165 2011-02-08  Tobias Burnus  <burnus@net-b.de>
6167         * MAINTAINERS: Add myself as libquadmath maintainer.
6169 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
6171         * MAINTAINERS: Update my email address.
6173 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
6175         * MAINTAINERS (option handling): Add self.
6177 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
6179         PR lto/47225
6180         * Makefile.def: Add dependency for install-gcc
6181         on install-lto-plugin.
6182         * Makfile.in: Regenerated
6184 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
6186         * MAINTAINERS (CPU Port Maintainers): Add myself.
6188 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
6190         PR libgcj/44341
6191         * configure.ac: Discard --with-* flags for host when configuring
6192         target libraries for cross build.
6193         * configure: Rebuilt.
6195 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6197         * MAINTAINERS (linear loop transforms): Removed.
6199 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
6201         * configure.ac: If with_ppl is no, move setting with_cloog=no
6202         after CLOOG_REQUESTED check.
6203         * configure: Regenerated.
6205 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6207         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6208         CLooG has been requested.
6209         * configure: Regenerated.
6211 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6213         * configure: Regenerated.
6214         * configure.ac: Check for version 0.11 (or later revision) of PPL.
6216 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
6218         * configure: Regenerated.
6219         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6221 2011-01-21  Andreas Schwab  <schwab@redhat.com>
6223         * configure.ac: Use AS_HELP_STRING throughout.
6224         * configure: Regenerate.
6226 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
6228         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6229         * configure: Regenerate.
6231 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6233         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6235 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
6237         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6238         for ia64-hpux.
6239         * configure: Regenerate.
6241 2011-01-07  Jan Hubicka  <jh@suse.cz>
6243         PR lto/47225
6244         * Makefile.in: Regenerate.
6245         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6246         configure.
6248 2011-01-07  Jan Hubicka  <jh@suse.cz>
6250         * Makefile.in: Regenerate.
6251         * Makefile.def (gcc host module) and soft dependency on lto-plugin
6252         and configure dependency on lto-plugin configure.
6253         (lto-plugin module): Remove dependency on GCC; add dependency on
6254         liniberty.
6256 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
6258         * MAINTAINERS (Write After Approval): Add myself.
6260 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
6262         * configure: Regenerate.
6264 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
6266         * configure.ac: (picochip): Disable libiberty.
6268 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6270         * MAINTAINERS (Write After Approval): Add myself.
6272 2010-12-10  Ian Lance Taylor  <iant@google.com>
6274         PR bootstrap/46819
6275         * configure.ac: For --disable-libgcj clear libgcj_saved.
6276         * configure: Rebuild.
6278 2010-12-10  Tobias Burnus  <burnus@net-b.de>
6280         PR fortran/46540
6281         * configure.ac: Add --disable-libquadmath and
6282         --disable-libquadmath-support.
6283         * configure: Regenerate.
6285 2010-12-03  Ian Lance Taylor  <iant@google.com>
6287         * MAINTAINERS: Add myself as libgo maintainer.
6289 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
6291         PR libffi/46792
6292         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6293         * configure: Regenerate.
6295 2010-12-02  Ian Lance Taylor  <iant@google.com>
6297         * configure.ac: Always set default for poststage1_ldflags to
6298         -static-libstdc++ -static-libgcc.
6300 2010-11-29  Andreas Schwab  <schwab@redhat.com>
6302         * configure.ac: Move comment to remove extra space in last argument
6303         of GCC_TARGET_TOOL.
6305 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
6307         PR other/46026
6308         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6309         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6310         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6311         (BASE_FLAGS_TO_PASS): Use it.
6312         * configure: Rebuilt.
6313         * Makefile.in: Rebuilt.
6315 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
6317         PR binutils/12258
6318         * configure.ac: Correct comments for --enable-gold/--enable-ld.
6319         Properly check default linker.
6320         * configure: Regnerated.
6322 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6324         * configure.ac: For --enable-gold, handle value `default' instead of
6325         `both*'.  New configure option --{en,dis}able-ld.
6326         * configure: Regenerate.
6328 2010-11-20  Ian Lance Taylor  <iant@google.com>
6330         * configure.ac: Only disable a language library if no language needs
6331         it.  Don't let --disable-libgcj uncondtionally disable libffi.
6332         * configure: Rebuild.
6334 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6336         * Makefile.in: Regenerate.
6338         PR other/46202
6339         * configure.ac: Fix just-built in-tree STRIP name to be
6340         binutils/strip-new.
6341         * configure: Regenerate.
6342         * Makefile.def (install-strip-gcc, install-strip-binutils)
6343         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6344         (install-strip-sid): Mirror dependencies on non-strip variants
6345         of these targets on the respective -strip prerequisites.
6346         * Makefile.tpl (install-strip, install-strip-host)
6347         (install-strip-target): New targets.
6348         (install-strip-[+module+], install-strip-target-[+module+]):
6349         New targets.
6350         * Makefile.in: Regenerate.
6352 2010-11-19  Ian Lance Taylor  <iant@google.com>
6353             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6355         * configure.ac: Add target-libgo to target_libraries.  Set
6356         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6357         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6358         (HOST_EXPORTS): Add GOC.
6359         (BASE_TARGET_EXPORTS): Add GOC.
6360         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6361         (GOCFLAGS_FOR_TARGET): New variable.
6362         (EXTRA_HOST_FLAGS): Add GOC.
6363         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6364         * Makefile.def (target_modules): Add libgo.
6365         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6366         (dependencies): Add dependency from configure-target-libgo to
6367         configure-target-libffi and all-target-libstdc++-v3.  Add
6368         dependencies from all-target-libgo to all-target-libffi.
6369         (languages): Add go.
6370         * configure: Rebuild.
6371         * Makefile.in: Rebuild.
6373 2010-11-19  Ian Lance Taylor  <iant@google.com>
6375         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6376         compiler/flag environment variables.
6378 2010-11-18  Ian Lance Taylor  <iant@google.com>
6380         * configure.ac: Check for lang_requires_boot_languages in
6381         config-lang.in files.
6382         * configure: Rebuild.
6384 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6385             Tobias Burnus  <burnus@net-b.de>
6387         PR fortran/32049
6388         * Makefile.def: Add libquadmath; build it with language=fortran.
6389         * configure.ac: Add libquadmath.
6390         * Makefile.tpl: Handle multiple libs in check-[+language+].
6391         * Makefile.in: Regenerate.
6392         * configure: Regenerate.
6394 2010-11-16  Tom Tromey  <tromey@redhat.com>
6396         * MAINTAINERS: Moved myself to reviewers section.
6398 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
6400         * MAINTAINERS: Moved myself to reviewers section.
6402 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6404         * MAINTAINERS (Various Maintainers): Add self for build machinery.
6405         (Write After Approval): Remove self.
6407 2010-11-15  Andreas Schwab  <schwab@redhat.com>
6409         * configure.ac: Fix spelling in option names.
6410         * configure: Regenerated.
6412 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
6414         PR bootstrap/39622
6415         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6416         * configure: Regenerated.
6418 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6420         * MAINTAINERS: Update my email address.
6422 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6424         * configure: Regenerate.
6426 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6428         * configure: Regenerate.
6430 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6432         * configure: Regenerate.
6434 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6436         * configure: Regenerate.
6438 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6440         * configure.ac: Support official CLooG.org versions.
6441         * configure: Regenerate.
6442         * config/cloog.m4: New.
6444 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6446         * MAINTAINERS (Write After Approval): Add myself.
6448 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6450         * MAINTAINERS: Update my email address.
6452 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6454         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6455         * configure: Regenerate.
6457 2010-11-03  Ian Lance Taylor  <iant@google.com>
6458             Dave Korn  <dave.korn.cygwin@gmail.com>
6460         PR lto/46273
6461         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6462         and on other supported platforms whenever LTO is enabled.
6463         * configure: Rebuild.
6465 2010-11-02  Alan Modra  <amodra@gmail.com>
6467         PR binutils/12110
6468         * configure.ac: Error when source path contains spaces.
6469         * configure: Regenerate.
6471 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6473         * MAINTAINERS: Update my email address.
6475 2010-10-20  Ian Lance Taylor  <iant@google.com>
6477         * Makefile.def (target_modules): Set lib_path to src/.libs for
6478         libstdc++-v3 module.
6479         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6480         * Makefile.in: Rebuild.
6482 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6484         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6485         (Write After Approval): Remove myself.
6487 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6489         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6491 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6493         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6495 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6497         * configure.ac (build_lto_plugin): New shell variable.
6498         (--enable-lto): Turn on by default for all non-ELF platforms that
6499         have had LTO support added so far.  Set build_lto_plugin appropriately
6500         for both ELF and non-ELF.
6501         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6502         * configure: Regenerate.
6504 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6506         Sync from src:
6507         * configure.ac (v850 support): Remove target-libgloss from
6508         noconfigdirs.
6509         * configure: Regenerate.
6511 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6513         PR bootstrap/45326
6514         PR bootstrap/45174
6515         * configure.ac: Honor initial values of $build_configargs,
6516         $host_configargs, $target_configargs.  Mark the precious, so
6517         environment settings get recorded.
6518         * configure: Regenerate.
6520 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6522         PR bootstrap/45796
6523         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6524         Depend on all-build-libiberty.
6525         * Makefile.in: Regenerate.
6527 2010-09-30  Michael Eager  <eager@eagercon.com>
6529         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6530         * configure: Regenerate.
6532 2010-09-28  Michael Eager  <eager@eagercon.com>
6534         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6536 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6538         PR bootstrap/44621
6539         * configure.ac: Fix unportable shell quoting.
6540         * configure: Regenerate.
6542 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6544         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6545         targets and amend comment.
6546         * configure: Regenerate.
6548 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6550         * MAINTAINERS (Write After Approval): Add myself.
6552 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6554         * configure.ac: Enable LTO by default on Darwin.
6555         * configure: Regenerate.
6557 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6559         * MAINTAINERS (Write After Approval): Add myself.
6561 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6563         * MAINTAINERS (Write After Approval): Add myself.
6565 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6567         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6568         ports
6570 2010-07-28  David Yuste  <david.yuste@gmail.com>
6572         * MAINTAINERS (Write After Approval): Add myself.
6574 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6576         * configure.ac: Support all v850 targets.
6577         * configure: Regenerate.
6579 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6581         PR bootstrap/44455
6582         * configure.ac (extra_mpfr_configure_flags): Copy from
6583         extra_mpc_gmp_configure_flags.
6584         * configure: Re-generated.
6586 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6588         * MAINTAINERS (Write After Approval): Add myself.
6590 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6592         * MAINTAINERS (Write After Approval): Add myself.
6594 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6596         * MAINTAINERS (Write After Approval): Add myself.
6598 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6600         PR target/44862
6601         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6602         Provide -B option to allow for link spec %s substitutions for
6603         libstdc++.a on darwin.
6604         * Makefile.in: Regenerate.
6606 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6608         * MAINTAINERS (Reviewers): Update my e-mail address
6610 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6612         * Makefile.def (configure-gcc): Depend on all-libelf.
6613         * Makefile.in: Rebuild.
6615 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6617         * MAINTAINERS (Write After Approval): Add myself in the right place.
6619 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6621         * MAINTAINERS (Write After Approval): Add myself.
6623 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6625         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6627 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6629         * config.sub: Update to version 2010-05-21.
6630         * config.guess: Update to version 2010-04-03.
6632 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6634         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6635         * configure: Regenerate.
6637 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6639         * MAINTAINERS (Write After Approval): Add myself.
6641 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6643         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6644         a platform that supports LTO.
6645         * configure: Regenerate.
6647 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6649         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6650         * configure: Regenerated.
6652 2010-04-27  Roland McGrath  <roland@redhat.com>
6653             H.J. Lu  <hongjiu.lu@intel.com>
6655         * configure.ac (--enable-gold): Support both, both/gold and
6656         both/bfd to add gold to configdirs without removing ld.
6657         * configure: Regenerated.
6659         * Makefile.def: Add install-gold dependency to install-ld.
6660         * Makefile.in: Regenerated.
6662 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6664         PR lto/42776
6665         * configure.ac (--enable-lto): Refactor handling so libelf tests
6666         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6667         and allow LTO to be explicitly enabled on non-ELF platforms that
6668         are known to support it inside else-clause.
6669         * configure: Regenerate.
6671 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6673         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6674         * configure: Regenerate.
6676 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6678         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6679         * configure: Regenerate.
6681 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6683         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6684         separately.
6685         * configure: Regenerate.
6687 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6689         * MAINTAINERS (Write After Approval): Add myself.
6691 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6693         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6694         * configure: Regenerate.
6696 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6698         * configure: Regenerate after change to elf.m4.
6700 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6702         * MAINTAINERS (Write After Approval): Add myself.
6704 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6706         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6707         * configure: Regenerated.
6709 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6711         * configure.ac: Print "buggy but acceptable" when CLooG
6712         revision is less than 9.
6713         * configure: Regenerated.
6715 2010-04-01  Diego Novillo  <dnovillo@google.com>
6717         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6719 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6721         PR bootstrap/43615
6722         PR bootstrap/43328
6724         Revert:
6726         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6728         * configure.ac: Do not pass --enable-multilib nor
6729         --disable-multilib in baseargs.  Accept explicitly passed
6730         --enable_multilib.
6731         * configure: Regenerate.
6733 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6735         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6737 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6739         * MAINTAINERS: Remove myself.
6741 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6743         PR bootstrap/43328
6744         * configure.ac: Do not pass --enable-multilib nor
6745         --disable-multilib in baseargs.  Accept explicitly passed
6746         --enable_multilib.
6747         * configure: Regenerate.
6749 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6751         * MAINTAINERS (spu port): Remove me.
6753 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6755         * configure.ac (tic6x-*-*): New case.
6756         * configure: Regenerate.
6758 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6760         * config.sub: Update to version 2010-03-22.
6761         * config.guess: Update to version 2009-12-30.
6763 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6765         PR ada/42554
6766         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6767         * configure: Regenerate.
6769 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6771         * MAINTAINERS: Update my email address.
6773 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6775         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6776         (ghassan.shobaki@amd.com): Removed.
6778 2010-03-17  Alan Modra  <amodra@gmail.com>
6780         * MAINTAINERS: Update my email address.
6782 2010-03-16  Diego Novillo  <dnovillo@google.com>
6784         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6785         Matthews.
6787 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6789         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6790         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6792 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6794         * MAINTAINERS: Update my email address.
6796 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6798         * MAINTAINERS: Update my email address.
6800 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6802         * MAINTAINERS: Update my email address.
6804 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6806         * MAINTAINERS: Update my email address.
6808 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6810         PR libstdc++/32499
6811         * configure.ac (RANLIB): Default to true.
6812         (STRIP): Likewise.
6813         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6814         * configure: Regenerate.
6816 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6818         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6819         (Write After Approval): Update my email address.
6821 2010-02-17  Nick Clifton  <nickc@redhat.com>
6823         PR 11238
6824         * Makefile.tpl (local-distclean): Also remove config.cache files in
6825         sub-directories as there may not be Makefiles present in the
6826         sub-directories.
6827         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6828         the config.cache files found by the find command.
6830         * Makefile.in: Regenerate.
6831         * configure.ac: Revert previous delta.
6832         * configure: Regenerate.
6834 2010-02-15  Nick Clifton  <nickc@redhat.com>
6836         PR 11238
6837         * configure.ac: Delete config.cache files in sub-directories when
6838         deleting Makefiles.
6839         * configure: Regenerate.
6841 2010-02-12  Ben Elliston  <bje@gnu.org>
6843         * MAINTAINERS: Update my email address.
6845 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6847         * MAINTAINERS (spu port): Update my email address.
6849 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6851         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6853 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6855         * configure.ac: Add "recommended" version checks for GMP/MPC.
6856         Update recommended GMP/MPFR/MPC versions.
6857         * configure: Regenerate.
6859 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6861         * MAINTAINERS: Move my Embecosm email address into the
6862         write-after-approval section.
6864 2010-01-26  Ian Lance Taylor  <iant@google.com>
6866         * MAINTAINERS: Add myself as Go frontend maintainer.
6868 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6870         PR libstdc++/36101, PR libstdc++/42813
6871         * configure.ac (bootstrap_target_libs): Make inclusion of
6872         target-libgomp conditional on libgomb being in target_configdirs.
6873         * configure: Regenerate.
6875 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6877         PR libstdc++/36101, PR libstdc++/42813
6878         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6879         * configure: Regenerate.
6881 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6883         PR libstdc++/36101, PR libstdc++/42813
6884         * configure.ac (target_configdirs): Substitute.
6885         * Makefile.def: Bootstrap target module libgomp.
6886         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6887         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6888         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6889         * configure, Makefile.in: Regenerate.
6891 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6893         * MAINTAINERS: Adjust my details.
6895 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6897         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6899 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6901         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6903 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6905         * MAINTAINERS (Write After Approval): Add myself.
6907 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6909         * MAINTAINERS (Write After Approval): Add myself.
6911 2010-01-11  Richard Guenther  <rguenther@suse.de>
6913         PR lto/41569
6914         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6915         * Makefile.in: Regenerated.
6917 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6919         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6920         * configure: Regenerate.
6922 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6923             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6925         PR bootstrap/42424
6926         * configure.ac: Include libtool m4 files.
6927         (_LT_CHECK_OBJDIR): Call it.
6928         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6929         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6931         * configure: Regenerate.
6933 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6935         PR bootstrap/41818
6936         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6937         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6938         * Makefile.in: Regenerate.
6940 2010-01-02  Richard Guenther  <rguenther@suse.de>
6942         PR lto/41529
6943         * configure.ac: Include config/elf.m4.  Disable LTO if not
6944         builting for an elf target.
6945         * configure: Regenerate.
6947 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6949         * MAINTAINERS: Change my email address.
6951 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6953         * config.sub, config.guess: Update from upstream sources.
6955 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6957         * MAINTAINERS (Write After Approval): Add myself.
6959 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6961         PR middle-end/30447
6962         PR middle-end/30789
6963         PR other/40302
6965         * configure.ac: Require MPC.
6966         * configure: Regenerate.
6968 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6970         PR target/38384
6971         PR bootstrap/40972
6972         * libtool.m4: Sync from git Libtool.
6973         * ltoptions.m4: Likewise.
6974         * ltversion.m4: Likewise.
6975         * lt~obsolete.m4: Likewise.
6976         * ltmain.sh: Likewise.
6978 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6980         * configure.ac: Update minimum MPC version to 0.8.
6981         * configure: Regenerate.
6983 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6985         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6986         * configure: Regenerated.
6988 2009-11-21  Ian Lance Taylor  <iant@google.com>
6990         * configure.ac: Change default of poststage1_ldflags to be empty if
6991         poststage1_libs is set.  When poststage1_libs is empty, and
6992         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6993         * configure: Rebuild.
6995 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6997         * MAINTAINERS (Write After Approval): Update my email address.
6999 2009-11-20  Ben Elliston  <bje@au.ibm.com>
7001         * config.guess: Update from upstream sources.
7003 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
7005         * Makefile.def: Restore host and target settings for gmp.
7006         * Makefile.in: Rebuild.
7008 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
7010         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
7011         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
7012         Fix portability of test of C++ as bootstrap language.  Add
7013         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
7014         * configure: Rebuild.
7015         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
7016         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
7017         in-tree building.
7018         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
7019         (POSTSTAGE1_HOST_EXPORTS): Use it.
7020         (STAGE[+id+]_CXXFLAGS): New.
7021         (BASE_FLAGS_TO_PASS): Pass it down.
7022         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
7023         extra_exports.
7024         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
7025         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
7026         extra_exports.
7027         * Makefile.in: Rebuild.
7029 2009-11-17  Ben Elliston  <bje@au.ibm.com>
7031         * config.sub, config.guess: Update from upstream sources.
7033 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7035         * MAINTAINERS (Write After Approval): Add myself.
7037 2009-11-09  Jon Beniston  <jon@beniston.com>
7039         * MAINTAINERS (Write After Approval): Add myself.
7041 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
7043         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
7044         paths for *-w64-mingw* and x86_64-*mingw*.
7045         * configure: Regenerated.
7047 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
7049         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
7051 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
7053         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
7054         Phil Edwards to Write-After Approval.
7056 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
7058         * configure.ac: Disable target-winsup & co for
7059         x86_64-*-mingw* and *-w64-mingw* targets.
7060         * configure: Regenerated.
7062 2009-10-16  Nick Clifton  <nickc@redhat.com>
7064         * MAINTAINERS: Add myself as a maintainer for the RX port.
7066 2009-10-26  Johannes Singler  <singler@kit.edu>
7068         * MAINTAINERS (Write After Approval): Update my e-mail address.
7070 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7072         * configure.ac (CLooG test): Use = with test.
7073         * configure: Regenerate.
7075 2009-10-22  Richard Guenther  <rguenther@suse.de>
7077         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
7078         cloog if the ppl version check failed.  Move flags saving
7079         before setting in libelf check.
7080         * configure: Regenerate.
7082 2009-10-21  Richard Guenther  <rguenther@suse.de>
7084         * configure.ac: Adjust the ppl and cloog configure to work as
7085         documented.  Disable cloog if ppl was disabled.  Omit the version
7086         checks if they were disabled.
7087         * configure: Re-generate.
7089 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7091         * configure.ac: Add 'lto' to enable_languages, not
7092         new_enable_languages, and only if not already present.
7093         * configure: Regenerate.
7095 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
7097         * README: Refer to the various COPYING* files instead of just
7098         COPYING.
7099         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
7101 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
7103         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
7105 2009-10-07  Richard Guenther  <rguenther@suse.de>
7107         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
7108         and Richard Guenther as reviewers.
7109         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
7110         as reviewers.
7112 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
7114         * config.sub: Update from upstream sources.
7116 2009-10-06  Ian Lance Taylor  <iant@google.com>
7118         * Makefile.def: check-gold depends upon all-gas.
7119         * Makefile.in: Rebuild.
7121 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
7123         * MAINTAINERS (Write After Approval): Add myself.
7125 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
7127         * Makefile.def: all-lto-plugin depends on all-libiberty.
7128         set bootstrap=true for lto-plugin.
7129         Add lto-plugin.
7130         * Makefile.in: Regenerate.
7131         * configure.ac (host_libs): Add lto-plugin.
7132         * configure: Regenerate.
7134 2009-10-03  Diego Novillo  <dnovillo@google.com>
7136         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7137         (HOST_LIBELFLIBS): Define.
7138         (HOST_LIBELFINC): Define.
7139         * Makefile.in: Regenerate.
7140         * configure.ac: Add --enable-lto.
7141         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7142         If --enable-lto is used, add 'lto' to new_enable_languages.
7143         If --enable-lto is used and gold is enabled, add
7144         lto-plugin to configdirs.
7145         * configure: Regenerate.
7147 2009-10-03  Simon Baldwin  <simonb@google.com>
7149         * configure.ac: If --with-system-zlib, suppress local zlib and
7150         pass --with-system-zlib to subdir configure scripts.
7151         * configure: Regenerate.
7153 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
7154             Paolo Bonzini  <bonzini@gnu.org>
7156         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7157         $(srcdir).
7158         * Makefile.in: Rebuilt.
7160 2009-09-26  Gary Funck  <gary@intrepid.com>
7162         * MAINTAINERS (Write After Approval): Add myself.
7164 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7166         * configure.ac: Update minimum MPC version to 0.7.
7167         * configure: Regenerate.
7169 2009-09-25  Nick Clifton  <nickc@redhat.com>
7171         * configure.ac: Pass any --cache-file=/dev/null option on to
7172         subconfigures.
7173         * configure: Regenerate.
7175 2009-09-23  Nick Clifton  <nickc@redhat.com>
7177         * config.sub, config.guess: Update from upstream sources.
7179 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
7181         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7182         * Makefile.in: Rebuilt.
7184 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7186         PR bootstrap/32272
7187         * configure.ac: Error out if $srcdir isn't '.' but contains
7188         host-${host_noncanonical}.
7189         * configure: Regenerate.
7191 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7193         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7194         maintainer.
7196 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7198         * configure.ac: If bootstrapping a combined tree with
7199         --enable-gold, require c++ in stage1_languages.
7200         * configure: Regenerate.
7202         * configure.ac: Also add target_libs of stage1_languages to
7203         bootstrap_target_libs.
7204         * configure: Regenerate.
7206         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7207         with --enable-languages not containing c++.
7208         * configure: Regenerate.
7210 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
7212         * configure.ac: Disable java and boehm-gc for bfin-*-*.
7213         * configure: Regenerate.
7215 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
7217         * MAINTAINERS (Write After Approval): Update my e-mail address,
7218         and move from from here...
7219         (Waiting for paperwork): To here.
7221 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
7223         * MAINTAINERS (Reviewers): Add self as driver reviewer.
7225 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7227         * configure.ac: Do not use $extrasub for replacing @if/@endif
7228         parts in Makefile; instead, use additional arguments to
7229         AC_CONFIG_COMMANDS to do the replacement manually, with several
7230         sed invocations, to avoid HP-UX sed command limits.
7231         * configure: Regenerate.
7233 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
7235         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7236         blank before -L.
7238 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
7240         * configure.ac (with-build-config): Document.  Handle without.
7241         Handle missing argument.
7242         * configure: Rebuilt.
7244 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
7246         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
7247         Default to bootstrap-debug only if compare-debug works.
7248         * configure: Rebuilt.
7249         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7250         * Makefile.in: Rebuilt.
7252 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7254         * MAINTAINERS (OS Port Maintainers): Update my email address.
7256 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
7258         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7259         * Makefile.in: Rebuilt.
7261 2009-09-01  Chris Demetriou  <cgd@google.com>
7263         * MAINTAINERS (Write After Approval): Add myself.
7265 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
7267         PR debug/30161
7268         * include/dwarf2.h (enum dwarf_tag): Added
7269         DW_TAG_GNU_template_template_param
7270         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7272 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7274         * Makefile.tpl (AWK): Fix typo.
7275         * Makefile.in: Regenerate.
7277 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7279         * configure.ac: Detect awk and sed.
7280         * Makefile.def (flags_to_pass): Add AWK and SED.
7281         * Makefile.tpl (AWK, SED): New.
7282         (BASE_FLAGS_TO_PASS): Add AWK and SED.
7283         * configure: Regenerate.
7284         * Makefile.in: Regenerate.
7286 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7288         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7289         (collapseslashes): Likewise.
7291 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7293         * configure.ac (AC_PREREQ): Bump to 2.64.
7295 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7297         * configure.ac: Remove --with-datarootdir, --with-docdir,
7298         --with-pdfdir, --with-htmldir switches.
7299         * configure: Regenerate.
7301         * configure: Regenerate.
7303         * compile: Sync from Automake 1.11.
7304         * depcomp: Likewise.
7305         * install-sh: Likewise.
7306         * missing: Likewise.
7307         * mkinstalldirs: Likewise.
7308         * ylwrap: Likewise.
7310 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
7312         * ltmain.sh (func_normal_abspath): New function.
7313         (func_relative_path): Likewise.
7314         (func_mode_help): Document new -bindir option for link mode.
7315         (func_mode_link): Add new -bindir option, and use it to place
7316         output DLL if specified.
7318 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7320         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7321         (baseargs): Add --disable-option-checking.
7322         * configure: Regenerate.
7324         * Makefile.def (configure-target-libiberty): Depend on
7325         all-binutils and all-ld.
7326         (configure-target-newlib): Likewise.
7327         * Makefile.in: Regenerate.
7329 2009-08-17  Ben Elliston  <bje@au.ibm.com>
7331         * config.sub, config.guess: Update from upstream sources.
7333 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7335         Sync from src, merge:
7337         2009-07-02  Tristan Gingold  <gingold@adacore.com>
7339         * configure.ac: Do not exclude gas for i386-*-darwin.
7340         Add a case for x86_64-*-darwin.
7341         * configure: Regenerate.
7343 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
7345         * MAINTAINERS: Add my name to Write After Approval list.
7347 2009-08-06  Michael Eager  <eager@eagercon.com>
7349         * configure.ac: Add Microblaze target.
7350         * configure: Regenerate.
7352 2009-07-31  Christian Bruel  <christian.bruel@st.com>
7354         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7355         * configure: Regenerate.
7357 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
7359         * MAINTAINERS (Write After Approval): Update my e-mail address.
7361 2009-07-06  Ian Lance Taylor  <iant@google.com>
7363         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7364         * configure: Rebuild.
7366 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
7368         * MAINTAINERS: Move myself to the Graphite Reviewers.
7370 2009-06-30  Wei Guozhi  <carrot@google.com>
7372         * MAINTAINERS: Add my name to Write After Approval list.
7374 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
7376         PR bootstrap/40338
7377         * configure.ac (comparestring): Create new variable.
7378         * Makefile.tpl (comparestring): Use to skip some comparisions.
7379         * configure: Regenerate.
7380         * Makefile.in: Regenerate.
7382 2009-06-26  Doug Evans  <dje@sebabeach.org>
7384         * Makefile.def (host_modules): Add cgen.
7385         * Makefile.in: Regenerate.
7386         * configure.ac (host_tools): Add cgen.
7387         * configure: Regenerate.
7389 2009-06-23  DJ Delorie  <dj@redhat.com>
7391         * MAINTAINERS: Add myself as mep maintainer.
7393 2009-06-23  Ian Lance Taylor  <iant@google.com>
7395         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
7396         boot_languages.  Only bootstrap target libraries listed in
7397         target_libs for some boot language.  Add --with-stage1-ldflags,
7398         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
7399         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
7400         if not building with C++.
7401         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7402         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7403         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7404         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7405         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
7406         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7407         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7408         * configure, Makefile.in: Rebuild.
7410 2009-06-23  Li Feng  <nemokingdom@gmail.com>
7412         * MAINTAINERS: Added my name to write-after-approval list.
7414 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
7416         * configure.ac: Define is_elf for QNX Neutrino targets.
7417         * configure: Regenerate.
7419 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7421         * MAINTAINERS: Added my name to the write-after-approval list
7423 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7425         * configure.ac: Detect MPC in default directory.
7426         * configure: Regenerate.
7428 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7429             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7431         * Makefile.tpl (all): Avoid a trailing backslash.
7432         * Makefile.in: Regenerate.
7434 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7436         * config.sub, config.guess: Update from upstream sources.
7438 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7440         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7441         to noconfdirs.
7442         * configure: Regenerate.
7444 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7446         * Makefile.tpl ([+compare-target+]): Compare all stage
7447         directories, rather than just gcc.
7448         * Makefile.in: Rebuilt.
7450 2009-06-01  Doug Kwan  <dougkwan@google.com>
7452         * configure.ac: Support gold for target arm*-*-*.
7453         * configure: Regenerate.
7455 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7457         * Makefile.def: Add MPC support and dependencies.
7458         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7460         * Makefile.in, configure: Regenerate.
7462 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7464         * Makefile.tpl (all): Avoid harmless warning in make all when
7465         gcc-bootstrap is enabled but stage_last does not exist.
7466         * Makefile.in: Rebuilt.
7468 2009-05-24  Nicolas Roche  <roche@adacore.com>
7470         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7471         * Makefile.in: Regenerate.
7473 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7475         * MAINTAINERS: Update my e-mail address.
7477 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7479         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7480         * configure:  Regenerate.
7482 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7484         PR other/40159
7485         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7486         gcc-no-bootstrap are mutually exclusive.
7487         * Makefile.in: Rebuilt.
7489 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7491         PR other/40159
7492         * Makefile.tpl (all): Don't end with unconditional success.
7493         * Makefile.in: Rebuilt.
7495 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7497         PR target/37137
7498         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7499         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7500         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7501         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7502         stage_configureflags, stage_cflags and stage_libcflags into
7503         explicit Makefile macros.
7504         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7505         GFORTRAN.
7506         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7507         CC.  Set CC_FOR_BUILD from CC.
7508         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7509         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7510         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7511         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7512         and GFORTRAN.
7513         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7514         (_LIBCFLAGS): Renamed to _TFLAGS.
7515         (do-compare-debug, do-compare3-debug): Drop.
7516         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7517         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7518         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7519         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7520         (XGCC_FLAGS_FOR_TARGET): New.
7521         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7522         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7523         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7524         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7525         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7526         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7527         TFLAGS.
7528         (BUILD_CONFIG): Include if requested.
7529         (all): Set TFLAGS on bootstrap.
7530         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7531         (all-stageid-prefixmodule): Likewise.
7532         (do-clean, distclean-stageid): Set TFLAGS.
7533         (restrap): Fix whitespace.
7534         * Makefile.in: Rebuilt.
7536 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7538         * config.guess: Sync with src.
7540 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7542         * configure.ac ($with_ppl):  Default to no if not supplied.
7543         ($with_cloog):  Likewise.
7544         configure:  Regenerate.
7546 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7548         * MAINTAINERS: Update my e-mail address.
7550 2009-04-27  Nick Clifton  <nickc@redhat.com>
7552         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7554 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7556         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7557         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7558         * Makefile.in: Regenerate.
7560 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7562         PR bootstrap/39739
7563         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7564         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7566         * configure, Makefile.in: Regenerate.
7568 2009-04-21  Taras Glek  <tglek@mozilla.com>
7570         * include/hashtab.h: Update GTY annotations to new syntax
7571         * include/splay-tree.h: Likewise
7573 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7575         * config.sub, config.guess: Update from upstream sources.
7577 2009-04-15  Anthony Green  <green@moxielogic.com>
7579         * configure.ac: Add moxie support.
7580         * configure: Rebuilt.
7582 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7584         * configure.ac: Change copyright header to refer to version
7585         3 of the GNU General Public License and to point readers at the
7586         COPYING3 file and the FSF's license web page.
7587         * Makefile.def: Likewise.
7588         * Makefile.tpl: Likewise.
7589         * Makefile.in: Regenerate.
7591 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7593         * configure.ac: Restore match for darwin9 or later. Use double
7594         brackets since regeneration eats one pair.
7595         * configure: Regenerate.
7597 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7599         PR gas/10039
7600         * configure.ac: Require texinfo 4.7.
7601         * configure: Regenerated.
7603 2009-04-09  Nick Clifton  <nickc@redhat.com>
7605         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7606         the GCC Runtime Library Exception.
7608 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7610         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7611         * configure: Regenerate.
7613 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7615         * Makefil.def (languages): New entries.
7616         * Makefile.tpl (check-gcc-*): New generic target.
7617         * Makefile.in: Regenerate.
7619 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7621         * MAINTAINERS:  Update my email address.
7623 2009-03-18  Tom Tromey  <tromey@redhat.com>
7625         * configure: Rebuild.
7626         * configure.ac (host_libs): Add libiconv.
7627         * Makefile.in: Rebuild.
7628         * Makefile.def (host_modules): Add libiconv.
7629         (configure-gdb, all-gdb): Depend on libiconv.
7631 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7633         * configure.ac: Treat gdb as supported on x86_64-darwin.
7634         * configure: Regenerate.
7636 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7638         * configure.ac (--with-host-libstdcxx): New option.
7639         * configure: Regenerate.
7641 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7643         * MAINTAINERS:  Move myself into the write after approval list.
7645 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7647         * MAINTAINERS: Update e-mail address.
7649 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7651         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7653 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7655         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7657 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7659         Backport from git Libtool:
7661         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7662         Support GNU/kOpenSolaris.
7663         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7664         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7665         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7666         GNU/kOpenSolaris.
7668 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7670         * MAINTAINERS: Update e-mail address.
7672 2009-02-24  Michael Eager  <eager@eagercon.com>
7674         * MAINTAINERS (Write After Approval): Add self.
7676 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7678         * MAINTAINERS (Write After Approval): Add myself.
7680 2009-02-05  Andreas Schwab  <schwab@suse.de>
7682         * Makefile.tpl (stage_last): Define $r and $s before using
7683         $(RECURSE_FLAGS_TO_PASS).
7684         * Makefile.in: Regenerate
7686 2009-01-30  Ian Lance Taylor  <iant@google.com>
7688         * MAINTAINERS: Move myself to the Global Reviewers list.
7690 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7692         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7693         * configure: Regenerate.
7695 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7697         * MAINTAINERS: Make whitespace consistent.
7698         Remove Robert Millan from Write After Approval.
7700 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7702         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7703         (all-opcodes): Depend on all-libiberty.
7704         * Makefile.in: Regenerate.
7706 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7708         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7709         * configure: Regenerate.
7711 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7713         * MAINTAINERS (Write After Approval): Add myself.
7715 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7717         * MAINTAINERS: Add myself to reviewers (Fortran).
7719 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7721         PR tree-optimization/38515
7722         * configure.ac (cloog-polylib): Removed.
7723         (with_ppl, with_cloog): Test for "no".
7724         * configure: Regenerated.
7726 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7728         * MAINTAINERS: Moved myself to reviewers (Fortran).
7730 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7732         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7733         (Write After Approval): Remove myself.
7735 2009-01-03  Diego Novillo  <dnovillo@google.com>
7737         * MAINTAINERS: Remove myself from alias maintainership.
7739 2009-01-02  David Ayers  <ayers@fsfe.org>
7741         * MAINTAINERS: Update e-mail address.
7743 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7745         * MAINTAINERS: Make whitespace consistent.
7747 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7749         Backport from upstream Libtool:
7750         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7751         Add cache variables to tests that require the linker to work.
7752         For shlibpath_overrides_runpath, this also changes the semantics
7753         to let the result from the C compiler take precedence.
7755 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7757         * config.sub, config.guess: Update from upstream sources.
7759 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7761         * configure.ac (ppllibs): Add by default the lib flags.
7762         * configure: Regenerate.
7764 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7766         * MAINTAINERS:  Add myself to the write after approval list.
7768 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7770         * configure.ac: Add double brackets on darwin[912].
7771         * configure: Regenerate.
7773 2008-12-03  Daniel Kraft  <d@domob.eu>
7775         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7776         Approval to Reviewer section (for Fortran front-end).
7778 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7780         * configure.ac: Expand to darwin10 and later.
7781         * configure: Regenerate.
7783 2008-12-02  Andreas Schwab  <schwab@suse.de>
7785         * Makefile.def: configure-target-boehm-gc depends on
7786         all-target-libstdc++-v3.
7787         * Makefile.in: Regenerate.
7789 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7791         * MAINTAINERS:  Add myself as mingw maintainer.
7793 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7795         * config.sub, config.guess: Update from upstream sources.
7797 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7799         * README.SCO: Remove.
7801 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7803         * MAINTAINERS:  Add myself to the write after approval list.
7805 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7807         * MAINTAINERS:  Update my email address in WAA section.
7809 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7811         * MAINTAINERS: Update e-mail address.
7813 2008-11-27  Toon Moene  <toon@moene.org>
7815         * MAINTAINERS: Change e-mail address.
7817 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7819         * configure.ac: Build gdb for i?86-*-darwin*
7820         * configure: Regenerated.
7822 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7824         * MAINTAINERS: Added my full name.
7826 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7828         PR bootstrap/38014
7829         PR bootstrap/37923
7831         Revert:
7833         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7835         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7836         * Makefile.in: Regenerated.
7838         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7840         PR gdb/921
7841         PR gdb/1646
7842         PR gdb/2175
7843         PR gdb/2176
7845         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7846         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7847         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7848         (HOST_EXPORTS): Pass CPPFLAGS.
7849         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7850         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7851         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7852         * Makefile.in, configure: Regenerated.
7853         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7854         and CPPFLAGS_FOR_BUILD.
7856 2008-11-06  Jeff Law  <law@redhat.com>
7858         * MAINTAINERS: Add myself as middle end maintainer.
7860 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7862         * MAINTAINERS (Write after approval): Add myself.
7864 2008-11-05  Diego Novillo  <dnovillo@google.com>
7866         * MAINTAINERS (Global Reviewers): Add myself.
7867         (Non-Algorithmic Maintainers): Remove myself.
7869 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7871         * MAINTAINERS (Write after approval): Add myself.
7873 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7875         * MAINTAINERS (Write after approval): Add myself.
7877 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7879         * configure.ac (spu-*-*): Remove special case.
7880         * configure: Regenerate.
7882 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7884         * MAINTAINERS (Write after approval): Update my email address.
7886 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7888         * configure.ac [spu-*-*]: Do not set skipdirs.
7889         * configure: Re-generate.
7891 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7893         * MAINTAINERS (Various Maintainers): Add myself to reload.
7895 2008-10-25  Richard Guenther  <rguenther@suse.de>
7897         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7898         maintainer.  Remove myself as libgcc-math maintainer.
7899         (Non-Algorithmic Maintainers): Remove myself.
7901 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7903         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7904         * Makefile.in: Regenerated.
7906 2008-10-23  Cary Coutant  <ccoutant@google.com>
7908         * MAINTAINERS (Write after approval): Add myself.
7910 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7912         PR gdb/921
7913         PR gdb/1646
7914         PR gdb/2175
7915         PR gdb/2176
7917         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7918         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7919         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7920         (HOST_EXPORTS): Pass CPPFLAGS.
7921         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7922         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7923         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7924         * Makefile.in, configure: Regenerated.
7925         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7926         and CPPFLAGS_FOR_BUILD.
7928 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7930         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7931         Sebastian Pop.
7933 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7935         * MAINTAINERS (Write After Approval): Added myself.
7937 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7939         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7940         recommended version to 2.3.2.
7942         * configure: Regenerate.
7944 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7946         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7948 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7950         * MAINTAINERS (Write After Approval): Update e-mail address.
7952 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7954         * libtool.m4: Update to libtool 2.2.6.
7955         * lt~obsolete.m4: Update to libtool 2.2.6.
7956         * ltmain.sh: Update to libtool 2.2.6.
7957         * ltsugar.m4: Update to libtool 2.2.6.
7958         * ltversion.m4: Update to libtool 2.2.6.
7959         * ltoptions.m4: Update to libtool 2.2.6.
7960         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7962 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7964         * MAINTAINERS (Write After Approval): Add myself.
7966 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7968         * MAINTAINERS (Write After Approval): Update my name.
7970 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7972         * MAINTAINERS: Add myself in "Write After Approval".
7974 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7976         * MAINTAINERS: Add myself as ia64 maintainer.
7978 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7980         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7981         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7982         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7983         and Michael Tiemann from Write After Approval since they do not
7984         actually have access.
7986 2008-09-05  Richard Guenther  <rguenther@suse.de>
7988         * configure.ac: Initialize clooglibs to -lcloog.
7989         * configure: Re-generate.
7991 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7993         * MAINTAINERS (Write After Approval): Add myself.
7995 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7997         * configure.ac (--with-cloog-polylib): New.
7998         (--disable-cloog-version-check): New.
7999         (--disable-ppl-version-check): New.
8000         * configure: Re-generate.
8002 2008-09-03  Richard Guenther  <rguenther@suse.de>
8004         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
8005         cloog test.
8006         * configure: Re-generate.
8008 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
8010         Add picoChip port.
8011         * MAINTAINERS: Add picoChip maintainers.
8013 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
8014             Tobias Grosser  <grosser@fim.uni-passau.de>
8015             Jan Sjodin  <jan.sjodin@amd.com>
8016             Harsha Jagasia  <harsha.jagasia@amd.com>
8017             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8018             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
8019             Adrien Eliche  <aeliche@isty.uvsq.fr>
8021         Merge from graphite branch.
8022         * configure: Regenerate.
8023         * Makefile.in: Regenerate.
8024         * configure.ac (host_libs): Add ppl and cloog.
8025         Add checks for PPL and CLooG.
8026         * Makefile.def (ppl, cloog): Added modules and dependences.
8027         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
8028         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
8030 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8032         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
8033         (GCC_SHLIB_SUBDIR): New.
8034         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
8035         * configure: Regenerate.
8036         * Makefile.in: Regenerate.
8038 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8040         * MAINTAINERS: Consistently use tabs to separate columns.
8042 2008-08-29  Tristan Gingold  <gingold@adacore.com>
8044         * MAINTAINERS (Write after Approval): Add myself.
8046 2008-08-28  Tristan Gingold  <gingold@adacore.com>
8048         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
8049         Enable bfd, binutils and opcodes.
8050         * configure: Regenerate.
8052 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8054         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
8056 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8058         * MAINTAINERS:  Use correct Umlaut for last name.
8060 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8062         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
8064 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
8066         * MAINTAINERS: Update my email address.
8068 2008-08-16  Nicolas Roche  <roche@adacore.com>
8070         * Makefile.tpl: Add BOOT_ADAFLAGS.
8071         * Makefile.in: Regenerate.
8073 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8075         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
8076         * configure: Regenerate.
8078 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
8080         * configure.ac: Add makefile fragments for hpux.
8081         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
8082         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
8083         * configure: Regenerate.
8084         * Makefile.in: Regenerate.
8086 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
8088         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
8090 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
8092         * MAINTAINERS (Write after Approval): Add myself.
8094 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
8096         * MAINTAINERS (Write After Approval):  Add myself.
8098 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
8100         * MAINTAINERS (Write After Approval):  Add myself.
8102 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
8104         * MAINTAINERS: Update my email address.
8106 2008-06-25  Joey Ye  <joey.ye@intel.com>
8108         * MAINTAINERS (Write After Approval):  Add myself.
8110 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8112         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8113         * Makefile.in: Regenerate.
8114         * configure: Regenerate.
8116 2008-06-17  Daniel Kraft  <d@domob.eu>
8118         * MAINTAINERS (Write After Approval):  Add myself.
8120 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8122         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8123         "$@" is still intact with both Autoconf 2.59 and 2.62.
8124         * configure: Regenerate.
8126 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8128         * Makefile.tpl: Fix comment errors.
8129         * Makefile.in: Regenerate.
8131 2008-06-12  David S. Miller  <davem@davemloft.net>
8132             David Edelsohn  <edelsohn@gnu.org>
8134         * configure.ac: Add powerpc*-*-* to gold supported targets.
8135         * configure: Regenerate.
8137 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
8139         PR tree-optimization/36218
8140         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8141         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8142         (all prefix="build-"): Pass them to build-system sub-makes.
8143         * Makefile.in: Regenerate.
8145 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
8147         * MAINTAINERS (mt port): Remove.
8148         (sco5, unixware, sco udk): Remove.
8149         (Kean Johnston): Add to Write After Approval.
8151 2008-05-30  Julian Brown  <julian@codesourcery.com>
8153         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8154         of libobjc for ARM EABI Linux.
8155         * configure: Regenerate.
8157 2008-05-18  Xinliang David Li   <davidxl@google.com>
8159         * ChangeLog: Remove wrong ChangeLog entry.
8161 2008-05-17  Xinliang David Li   <davidxl@google.com>
8163         * MAINTAINERS (Write After Approval): Add myself.
8165 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
8167         * MAINTAINERS (Write After Approval): Add myself.
8169 2008-05-14  Rafael Espíndola  <espindola@google.com>
8171         * config-ml.in: don't handle --enable-shared and --enable-static.
8173 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
8175         * MAINTAINERS: Update my email address.
8177 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
8179         * MAINTAINERS: Update my email address.
8181 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
8183         * MAINTAINERS (Write After Approval): Add myself.
8185 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
8187         * MAINTAINERS (Write After Approval): Add myself.
8189 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
8191         * MAINTAINERS (crx): Add myself.
8193 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8195         Sync with src:
8196         2008-04-14  David S. Miller  <davem@davemloft.net>
8198         * configure.ac: Add sparc*-*-* to gold supported targets.
8199         * configure: Regenerate.
8201 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8203         PR bootstrap/35457
8204         * configure.ac: Include override.m4.
8205         * configure: Regenerate.
8207 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8209         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8210         * Makefile.in: Regenerate.
8212 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
8214         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
8215         as nonconfigurable directories list.
8216         * configure: Regenerate.
8218 2008-04-14  Ben Elliston  <bje@au.ibm.com>
8220         * config.sub, config.guess: Update from upstream sources.
8222 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
8224         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8225         * Makefile.in: Regenerate.
8227 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
8229         * configure.ac: Do not build libssp for the AVR.
8230         * configure: Regenerate.
8232 2008-04-07  Ian Lance Taylor  <iant@google.com>
8234         * Makefile.def: check-gold depends upon all-binutils.
8235         * Makefile.in: Regenerate.
8237 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
8239         * MAINTAINERS (Write After Approval): Add myself.
8241 2008-04-04  Nick Clifton  <nickc@redhat.com>
8243         PR binutils/4334
8244         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8245         builds.
8246         * configure: Regenerate.
8248 2008-04-04  NightStrike  <NightStrike@gmail.com>
8250         PR other/35151
8251         * configure.ac: Combine rules for mingw32 and mingw64.
8252         * configure: Regenerate.
8254 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
8256         * MAINTAINERS (Write After Approval): Add myself.
8258 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
8260         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8261         * Makefile.in (.NOTPARALLEL): Ditto.
8263 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
8265         * MAINTAINERS (Write After Approval): Add myself.
8267 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
8269         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8270         * Makefile.in (.NOTPARALLEL): Regenerate.
8272 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
8274         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8275         * Makefile.in: Regenerate.
8277 2008-03-26  Jakub Staszak  <kuba@et.pl>
8279         * MAINTAINERS (Write After Approval): Add myself.
8281 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8283         * MAINTAINERS:  Update e-mail address.
8285 2008-03-20  Ian Lance Taylor  <iant@google.com>
8287         * configure.ac: Add support for --enable-gold.
8288         * Makefile.def: Add gold as a directory like ld.
8289         * configure, Makefile.in: Regenerate.
8291 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8293         * configure.ac: m4_include config/proginstall.m4.
8294         * configure: Regenerate.
8296         Backport from upstream Libtool:
8298         2007-10-12  Eric Blake  <ebb9@byu.net>
8300         Deal with Autoconf 2.62's semantic change in m4_append.
8301         * ltsugar.m4 (lt_append): Replace broken versions of
8302         m4_append.
8303         (lt_if_append_uniq): Don't require separator to be overquoted,
8304         and avoid broken m4_append.
8305         (lt_dict_add): Fix typo.
8306         * libtool.m4 (_LT_DECL): Don't overquote separator.
8308 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
8310         * config.rpath: Add AIX 6 support.
8312 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
8314         * Makefile.def (stageprofile).  Remove -fprofile-generate
8315         from stage_libcflags.
8316         * Makefile.in: Regenerate.
8318 2008-03-13  Ben Elliston  <bje@au.ibm.com>
8320         * config.sub, config.guess: Update from upstream sources.
8322 2008-03-06  Tom Tromey  <tromey@redhat.com>
8324         * MAINTAINERS: Update for treelang deletion.
8326 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
8328         * MAINTAINERS: Update my email address.
8330 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
8332         * MAINTAINERS (darwin port): Add myself as a maintainer.
8333         (objective-c/c++): Add myself as a maintainer.
8335 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
8337         * MAINTAINERS (Write After Approval): Update my email address.
8339 2008-02-25  Tomas Bily  <tbily@suse.cz>
8341         * MAINTAINERS (Write After Approval): Add myself.
8343 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
8345         * MAINTAINERS (OpenMP): Add myself.
8347 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
8349         PR bootstrap/32009
8350         PR bootstrap/32161
8352         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8353         * configure: Regenerate.
8355         * Makefile.def: Define stage_libcflags for all bootstrap stages.
8356         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8357         STAGE4_LIBCFLAGS): New.
8358         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8359         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8360         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8361         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8362         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8363         for target modules.  Don't export LIBCFLAGS.
8364         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8365         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8366         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8367         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8368         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8369         * Makefile.in: Regenerate.
8371 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8373         PR libgcj/33085
8374         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8375         Do not use -DDLL_EXPORT.  Backport from upstream.
8377 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8379         * MAINTAINERS (Write After Approval): Add myself.
8381 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
8383         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8384         * configure: Regenerate.
8386 2008-01-31  Marc Gauthier  <marc@tensilica.com>
8388         * configure.ac (xtensa*-*-*): Recognize processor variants.
8389         * configure: Regenerate.
8391 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8393         PR bootstrap/34922
8394         * configure.ac (PARSE_ARGS): Push suitable setting of
8395         ac_subdirs_all, for `./configure --help=recursive'.
8396         Handle `+' in generic toplevel directory disabling.
8397         * configure: Regenerate.
8399 2008-01-28  Nick Clifton  <nickc@redhat.com>
8401         * MAINTAINERS (xstormy16): Take over maintainership.
8403 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
8405         * MAINTAINERS (c4x port): Remove.
8407 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
8409         * libtool.m4: Backport AIX 6 support from ToT Libtool.
8411 2008-01-23  Ben Elliston  <bje@au.ibm.com>
8413         * config.sub, config.guess: Update from upstream sources.
8415 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
8417         * MAINTAINERS (Write After Approval): Add myself.
8419 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8421         * MAINTAINERS: Update my email address.
8423 2008-01-09  Raksit Ashok  <raksit@google.com>
8425         * MAINTAINERS (Write After Approval): Add myself.
8427 2008-01-09  Raksit Ashok  <raksit@google.com>
8429         * MAINTAINERS (Write After Approval): Add myself.
8431 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8433         * config.sub, config.guess: Update from upstream sources.
8435 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8437         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8438         Change recommended MPFR from 2.2.1 -> 2.3.0.
8439         * configure: Regenerate.
8441 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8443         * MAINTAINERS: Update my email address.
8445 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8447         * MAINTAINERS: Update my email address.
8449 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8451         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8452         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8453         * Makefile.in: Regenerate.
8455 2007-12-10  Mark Heffernan  <meheff@google.com>
8457         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8458         misplaced entries.
8460 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8462         * configure.ac: Enable libjava for x86_64-*-darwin9.
8463         * configure: Regenerate.
8465 2007-12-07  Bill Maddox  <maddox@google.com>
8467         * MAINTAINERS (Write After Approval): Add myself.
8469 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8471         * config.sub, config.guess: Update from upstream sources.
8473 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8475         * config-ml.in: Remove 64bit configure tests.
8477 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8479         * config-ml.in: Robustify against white space in absolute file
8480         names.
8482         * config-ml.in (multi-clean): Substitute ${Makefile}.
8483         Remove superfluous ${Makefile} in list.
8485 2007-11-19  Thiemo Seufer  <ths@mips.com>
8487         * config-ml.in: Don't hardcode the Makefile name.
8489 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8491         * MAINTAINERS (Write After Approval): Add myself.
8493 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8495         * MAINTAINERS (Write After Approval): Add myself.
8497 2007-11-06  Doug Kwan  <dougkwan@google.com>
8499         * MAINTAINERS (Write After Approval): Add myself.
8501 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8503         * MAINTAINERS (mercury): Remove entry.
8504         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8506 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8508         * Makefile.def (dependencies): Make configure-gdb depend on
8509         all-intl.
8510         * Makefile.in: Regenerated.
8512 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8514         * MAINTAINERS (Fortran maintainer): Remove myself.
8516 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8518         * Makefile.def: To avoid problems running with parallel makes,
8519         build newlib before libgloss so that target specific header
8520         files are availble.
8521         * Makefile.in: Regenerate
8523 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8525         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8526         * Makefile.in: Regenerate.
8528 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8530         * MAINTAINERS (Register allocation reviewer): Add myself.
8532 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8534         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8535         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8536         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8537         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8538         * configure: Regenerate.
8540 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8542         * MAINTAINERS (Register allocation reviewer): Add myself.
8544 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8546         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8547         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8548         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8549         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8550         * configure.ac: Default them to host tools for $host = $build.
8551         Subst them.
8553         * configure: Regenerate.
8554         * Makefile.in: Regenerate.
8556 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8558         * MAINTAINERS (Register allocation reviewer): Add myself.
8560 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8562         * MAINTAINERS (Register allocation reviewer): Add myself.
8564 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8566         * MAINTAINERS (Write After Approval): Fix typo.
8568 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8570         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8571         * configure: Regenerate.
8573 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8575         PR bootstrap/31906
8576         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8577         they're already prefixed.
8579 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8581         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8582         libstdc++.
8583         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8584         * configure: Regenerate.
8585         * Makefile.in: Regenerate.
8587 2007-09-17  Andreas Schwab  <schwab@suse.de>
8589         * configure.ac: Raise minimum makeinfo version to 4.6.
8590         * configure: Regenerate.
8592 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8594         * MAINTAINERS (write-after-approval) add myself
8596 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8598         * configure.ac: Correct makeinfo version check.
8599         * configure: Regenerate.
8601 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8603         * MAINTAINERS: Update my email address.
8605 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8607         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8608         to $skipdirs and only disable gprof for newlib.  Use the normal
8609         mips*-elf* handling in other respects.
8610         * configure: Regnerate.
8612 2007-09-12  David Daney  <ddaney@avtrex.com>
8614         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8615         enabling libgcj.
8616         * configure: Regenerate.
8618 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8620         PR other/32154
8621         * configure.ac: For libgloss targets, point the linker to the linker
8622         script, startup code and simulator library.
8623         * configure: Regenerate.
8625 2007-09-07  Andrew Haley  <aph@redhat.com>
8627         * configure.ac (noconfigdirs): Remove target-libffi and
8628         target-libjava.
8629         * configure: Regenerate.
8631 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8633         PR target/33281
8634         * configure.ac: Use config/mh-mingw on mingw.
8635         * configure: Regenerate.
8637 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8639         * MAINTAINERS (Write After Approval): Add myself.
8641 2007-09-05  Richard Guenther  <rguenther@suse.de>
8643         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8644         nor --disable-checking is provided also turn on yes and types
8645         checking for stage1.
8646         * configure: Re-generate.
8648 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8650         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8651         (Write After Approval): Remove myself.
8653 2007-08-29  Nick Clifton  <nickc@redhat.com>
8655         * config.sub, config.guess: Update from upstream sources.
8657 2007-08-22  Bud Davis  <jmdavis@link.com>
8659         * MAINTAINERS (Write After Approval): Added myself.
8660         * MAINTAINERS (Reviewers): Removed myself.
8662 2007-08-18  Paul Brook  <paul@codesourcery.com>
8663             Joseph Myers  <joseph@codesourcery.com>
8665         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8666         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8667         * Makefile.in: Regenerate.
8668         * configure.ac (--with-debug-prefix-map): New.
8669         * configure: Regenerate.
8671 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8672             Nigel Stephens  <nigel@mips.com>
8674         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8675         as target_makefile_frag.
8676         * configure: Regenerate.
8678 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8680         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8681         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8682         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8683         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8684         (do-compare, do-compare3, do-compare-debug): New.
8685         ([+compare-target+]): Use them.
8687 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8689         * MAINTAINERS (Write After Approval): Change my email address.
8691 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8692             Ben Elliston  <bje@au.ibm.com>
8694         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8695         --silent if $silent.
8696         * configure: Regenerate.
8698 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8700         * MAINTAINERS (Various Maintainers): Add myself as
8701         loop infrastructure maintainer.  Update my e-mail
8702         address.
8704 2007-07-31  Diego Novillo  <dnovillo@google.com>
8706         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8707         Adjust description.
8709 2007-07-26  Richard Guenther  <rguenther@suse.de>
8711         * configure.ac: Add types checking to stage1 checking flags.
8712         * configure: Regenerate.
8714 2007-07-17  Nick Clifton  <nickc@redhat.com>
8716         * COPYING3: New file.  Contains version 3 of the GNU General
8717         Public License.
8718         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8719         Lesser General Public License.
8721 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8723         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8725 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8727         * MAINTAINERS (S/390 co-maintainer): Add myself.
8728         (Write After Approval): Remove myself.
8730 2007-07-13  Dan Hipschman  <dsh@google.com>
8732         * MAINTAINERS (Write After Approval): Add myself.
8734 2007-07-11  Nick Clifton  <nickc@redhat.com>
8736         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8737         WINDRES export.
8738         * Makefile.in: Regenerate.
8740 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8742         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8743         maintainer.
8745 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8747         * lt~obsolete.m4: New. Import from 20070318 libtool.
8749 2007-07-03  Julian Brown  <julian@codesourcery.com>
8751         * MAINTAINERS (Write After Approval): Add myself.
8753 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8755         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8756         * configure: Regenerate.
8758 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8760         * configure.ac: Add some missing m4 quotation.
8761         * configure: Regenerate.
8763 2007-07-02  Simon Baldwin  <simonb@google.com>
8765         * MAINTAINERS (Write After Approval): Add myself.
8767 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8769         * configure: Regenerate.
8771 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8773         * Makefile.def: Add windmc tool to build.
8774         * Makefile.tpl: Likewise.
8775         * configure.ac: Likewise.
8776         * Makefile.in: Regenerate.
8777         * configure: Regenerate.
8779 2007-06-28  DJ Delorie  <dj@redhat.com>
8781         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8782         not building newlib.
8783         * configure: Regenerated.
8785 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8787         * MAINTAINERS (Write After Approval): Add myself.
8789 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8791         * MAINTAINERS (Write After Approval): Add myself.
8793 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8795         * MAINTAINERS (Write After Approval): Add myself.
8797 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8799         * MAINTAINERS (Write After Approval): Add myself.
8801 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8803         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8804         * Makefile.in: Regenerated.
8806 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8808         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8809         bfin*-*-uclinux* targets.
8810         * configure: Regenerate.
8812 2007-06-14  Ian Lance Taylor  <iant@google.com>
8814         * MAINTAINERS: Add myself as non-algorithmic global write
8815         maintainer.
8817 2007-06-14  Diego Novillo  <dnovillo@google.com>
8819         * MAINTAINERS: Add self as middle-end maintainer and
8820         non-algorithmic global write maintainer.
8822 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8824         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8825         Move all Fortran maintainers except Paul Brook into the
8826         Non-Autopoiesis section.
8828 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8830         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8831         (distclean-stage[+id+]): Possibly delete stage_last.
8832         * Makefile.in: Regenerate.
8834 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8836         * MAINTAINERS (Various Maintainer): Fix typo.
8838 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8840         * MAINTAINERS (Various Maintainer): Add myself as
8841         dataflow maintainer.
8843 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8845         * config.sub, config.guess: Update from upstream sources.
8847 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8849         * Makefile.tpl: Fix spelling error.
8850         * Makefile.in: Regenerate.
8852 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8854         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8855         lt_cv_sys_max_cmd_len.
8857 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8859         * MAINTAINERS (Various Maintainers): Add myself as
8860         auto-vectorizer maintainer.
8862 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8864         PR libjava/32098
8865         * libtool.m4: Revert previous change.
8866         * ltgcc.m4: Put it here.
8868 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8870         * MAINTAINERS (Various Maintainers): Add myself as
8871         auto-vectorizer maintainer.
8873 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8875         PR libjava/32098
8876         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8878 2007-05-30  Richard Guenther  <rguenther@suse.de>
8880         * MAINTAINERS (Various Maintainers): Add myself as
8881         auto-vectorizer maintainer.
8883 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8885         PR bootstrap/29382
8886         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8887         * configure: Rebuilt.
8889 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8891         * MAINTAINERS (Write After Approval): Removed my name.
8893 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8895         * MAINTAINERS (Write After Approval): Remove myself.
8897 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8899         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8901 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8903         * ltmain.sh: Update from ToT Libtool.
8904         * libtool.m4: Update from ToT Libtool.
8905         * ltsugar.m4: New. Update from ToT Libtool.
8906         * ltversion.m4: New. Update from ToT Libtool.
8907         * ltoptions.m4: New. Update from ToT Libtool.
8908         * ltconfig: Remove.
8909         * ltcf-c.sh: Remove.
8910         * ltcf-cxx.sh: Remove.
8911         * ltcf-gcj.sh: Remove.
8913 2007-05-22  Ollie Wild  <aaw@google.com>
8915         * MAINTAINERS (Write After Approval): Add myself.
8917 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8919         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8920         stage_cflags.
8921         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8922         Remove CFLAGS/LIBCFLAGS.
8923         (configure-stage[+id+]-[+prefix+][+module+],
8924         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8925         * Makefile.in: Regenerate.
8927 2007-05-15  Diego Novillo  <dnovillo@google.com>
8929         * MAINTAINERS: Update e-mail address.
8931 2007-05-15  Revital Eres  <eres@il.ibm.com>
8933         * MAINTAINERS (Write After Approval): Add myself.
8935 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8937         * MAINTAINERS (Write After Approval): Updated my address.
8939 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8941         * MAINTAINERS (Write After Approval): Add myself.
8943 2007-05-11  Silvius Rus  <rus@google.com>
8945         * MAINTAINERS (Write After Approval): Add myself.
8947 2007-04-23  Tom Tromey  <tromey@redhat.com>
8949         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8951 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8953         * MAINTAINERS (cpplib): Rename to ...
8954         (libcpp): ... this.  Add C/C++ front end maintainers.
8956 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8958         * config-ml.in: Pass ${ml_config_env} to configure calls.
8960 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8962         * MAINTAINERS (Write After Approval): Add myself.
8964 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8966         * MAINTAINERS (Write After Approval): Add myself.
8968 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8970         * MAINTAINERS (fortran 95 front end): Add myself.
8972 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8974         * MAINTAINERS (Write After Approval): Add myself.
8976 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8978         * MAINTAINERS (Modulo Scheduler): Add myself.
8980 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8982         * MAINTAINERS (fortran 95 front end): Add myself.
8983         (c++ front end): whitespace fix.
8985 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8987         * MAINTAINERS (Write After Approval): Add myself.
8989 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8991         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8992         of glob.  Quote arguments with single quotes too.
8993         * configure: Regenerate.
8995 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8997         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8998         * Makefile.in: Regenerate
9000 2007-03-07  Andreas Schwab  <schwab@suse.de>
9002         * configure: Regenerate.
9004 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
9006         * configure.ac: Add "--with-pdfdir" configure option,
9007         which defines pdfdir variable.
9008         * Makefile.def (target=fixincludes): Add install-pdf to
9009         missing targets.
9010         (recursive_targets): Add install-pdf target.
9011         (flags_to_pass): Add pdfdir.
9012         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
9013         target.
9014         * configure: Regenerate
9015         * Makefile.in: Regenerate
9017 2007-02-28  Eric Christopher  <echristo@apple.com>
9019         Revert:
9020         2006-12-07  Mike Stump  <mrs@apple.com>
9022         * Makefile.def (dependencies): Add dependency for
9023         install-target-libssp and install-target-libgomp on
9024         install-gcc.
9025         * Makefile.in: Regenerate.
9027 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
9029         * configure: Regenerate.
9030         * configure.ac: Move statements after variable declarations.
9032 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
9034         * MAINTAINERS: Add myself as sh maintainer.
9036 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
9038         * configure.ac: Adjust for loop syntax.
9039         * configure: Regenerate.
9041 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9043         * configure: Rebuilt.
9045 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9047         * configure.ac: Drop multiple occurrences of --enable-languages,
9048         and fix its quoting.
9049         * configure: Rebuilt.
9051 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
9052             Nathan Sidwell  <nathan@codesourcery.com>
9053             Vladimir Prus  <vladimir@codesourcery.com>
9054             Joseph Myers  <joseph@codesourcery.com>
9056         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
9057         * configure: Regenerate.
9059 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
9061         * ltconfig (freebsd*): Default to elf.
9063 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9065         * configure.ac (target_libraries): Move libgcc before libiberty.
9066         * configure: Regenerated.
9068 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9069             Paolo Bonzini  <bonzini@gnu.org>
9071         PR bootstrap/30753
9072         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
9073         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
9074         * configure: Regenerated.
9076 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
9078         * MAINTAINERS (Language Front End Maintainers): Update my mail
9079         address.
9081 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9083         PR bootstrap/30748
9084         * configure.ac: Correct syntax for Solaris ksh.
9085         * configure: Regenerated.
9087 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9089         * configure.ac: Sync with src.
9090         * configure: Regenerate.
9092 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9094         * Makefile.in: Regenerate.
9096 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9098         * config.sub: Sync with src.
9100 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9102         * Makefile.tpl (build_alias, host_alias, target_alias): Use
9103         noncanonical equivalents.
9104         * configure.in: Rename to...
9105         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
9106         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
9107         target_noncanonical.  Use them.  Rewrite removal of configure
9108         arguments for autoconf 2.59.  Discard variable settings.  Force
9109         program_transform_name for native tools.
9111         * Makefile.in: Regenerated.
9112         * configure: Regenerated with autoconf 2.59.
9114 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
9116         * MAINTAINERS (Write After Approval): Add myself.
9118 2007-01-31  Andreas Schwab  <schwab@suse.de>
9120         * Makefile.tpl (LDFLAGS): Substitute it.
9121         * Makefile.in: Regenerate.
9123 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
9125         * MAINTAINERS (Write After Approval): Add myself.
9127 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
9129         * MAINTAINERS (spu port): Add myself.
9131 2007-01-23  Richard Guenther  <rguenther@suse.de>
9133         PR bootstrap/30541
9134         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9135         * Makefile.tpl (GNATBIND): Substitute it.
9136         (GNATMAKE): Likewise.
9137         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9138         of STAGE_PREFIX.
9139         * Makefile.in: Regenerate.
9140         * configure: Regenerate.
9142 2007-01-18  Mike Stump  <mrs@apple.com>
9144         * configure.in: Re-enable -Werror for gcc builds.
9146 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
9148         * MAINTAINERS (Write After Approval): Add myself.
9150 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9152         * configure.in: Change == to = in test command.
9153         * configure: Regenerate.
9155 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9156             Nick Clifton  <nickc@redhat.com>
9157             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
9159         * configure.in (build_configargs, host_configargs, target_configargs):
9160         Remove build/host/target parameters.
9161         (host_libs): Add gmp and mpfr.
9162         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9163         * Makefile.def (gmp, mpfr): New.
9164         (gcc): Remove target.
9165         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9166         target_os, target_vendor): New.
9167         (configure): Add host_alias/target_alias arguments; adjust invocations.
9168         * configure: Regenerate.
9169         * Makefile.in: Regenerate.
9171 2007-01-11  Matt Fago  <fago@earthlink.net>
9173         * configure.in: Try to link to functions only in mpfr 2.2.x
9174         to improve robustness of configure tests.
9175         * configure: Regenerate.
9177 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
9179         * MAINTAINERS: Add myself as i386 maintainer.
9181 2007-01-08  Jan Hubicka  <jh@suse.cz>
9183         * MAINTAINERS: Add myself as i386 maintainer.
9185 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
9187         * configure.in: Add support for an x86_64-mingw* target.
9188         * configure: Regenerate.
9190 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
9192         * Makefile.tpl (all-target): Correct @if conditional for target
9193         modules.
9194         * configure.in: Omit libiberty if building only target libgcc.
9195         * configure, Makefile.in: Regenerated.
9197 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
9199         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
9200         * configure: Regenerate.
9202 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9204         * Makefile.def (target_modules): Add libgcc.
9205         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
9206         * Makefile.tpl (clean-target-libgcc): Delete.
9207         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9208         on gcc even for bootstrapped modules.  Rewrite handling of
9209         lang_env_dependencies to loop over target_modules.
9210         * configure.in (target_libraries): Add target-libgcc.
9211         * Makefile.in, configure: Regenerated.
9213 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9215         * configure.in: Reorganize recognition of languages.  Add
9216         --enable-stage1-languages.  Show supported languages for the chosen
9217         target rather than all recognized languages.
9218         * configure: Regenerate.
9220 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9222         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9223         * Makefile.in: Regenerate.
9225 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9227         * configure.in: Warn that MPFR 2.2.0 is buggy.
9228         * configure: Regenerate.
9230 2006-12-27  Ian Lance Taylor  <iant@google.com>
9232         * configure.in: When removing Makefiles to force a reconfigure, also
9233         remove prev-DIR*/Makefile.
9234         * configure: Regenerate.
9236 2006-12-22  Andreas Schwab  <schwab@suse.de>
9238         * configure: Regenerate with correct autoconf version.
9240 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
9242         * configure.in: add AC_SUBST for *_FOR_TARGET.
9243         * configure: Regenerate.
9245 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9247         * configure.in: Simplify logic for rejecting languages that cannot
9248         be built.  Separate the case when a language is unsupported,
9249         from the case when the user chooses not to build a language.
9251 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9253         * configure.in: Remove "$build" case for powerpc-*-darwin* since
9254         it only affects bootstrap and could be tested on "$host" as well.
9255         * configure: Regenerate.
9256         * config/mh-ppc-darwin: Add to the stage1 cflags here.
9258 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9260         PR bootstrap/29544
9261         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9262         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9263         move here comment from Makefile.tpl.
9264         * Makefile.tpl: Move some definitions higher in the file.
9265         (STAGE1_CHECKING): New.
9266         * configure.in: Add --enable-stage1-checking.
9267         * configure: Regenerate.
9268         * Makefile.in: Regenerate.
9270 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9272         * MAINTAINERS: Add myself as build system maintainer.
9274 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
9276         * MAINTAINERS (Write After Approval): Add myself.
9278 2006-12-13  Eric Christopher  <echristo@apple.com>
9280         * MAINTAINERS: Add myself as darwin maintainer.
9282 2006-12-11  Ian Lance Taylor  <ian@airs.com>
9284         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9286 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
9288         MAINTAINERS: Update my entry.
9290 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
9292         * configure.in:  Handle spu makefile frag.
9293         * Makefile.tpl (MAINT): Define
9294         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9295         * configure: Regenerate.
9296         * Makefile.in: Regenerate.
9298 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9300         * config.guess: Import latest version.
9301         * config.sub: Likewise.
9303 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9305         * configure.in (spu-*-*): Don't skip target-libiberty.
9306         * configure: Regenerate.
9308 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
9310         PR bootstrap/30134
9311         * configure.in: Correct x86 darwin support for libjava to powerpc
9312         and i?86 only.
9313         * configure: Regenerate.
9315 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
9317         * configure.in: Add x86 darwin support for libjava.
9318         * configure: Regenerate.
9320 2006-12-07  Mike Stump  <mrs@apple.com>
9322         * Makefile.def (dependencies): Add dependency for
9323         install-target-libssp and install-target-libgomp on
9324         install-gcc.
9325         * Makefile.in: Regenerate.
9327 2006-12-04  Richard Guenther  <rguenther@suse.de>
9329         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9330         (Non-Algorithmic Maintainers): Move over non-algorithmic
9331         loop optimizer maintainers, add myself as a non-algorithmic
9332         middle-end maintainer.
9334 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
9336         * MAINTAINERS (Write After Approval): Add myself.
9338 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9340         * configure.in: Update error message for missing GMP/MPFR.
9342         * configure: Regenerate.
9344 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9346         * configure.in: Update MPFR version in error message.
9348         * configure: Regenerate.
9350 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9352         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9353         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9354         --with-gmp-lib): New flags.
9356         * configure: Regenerate.
9358 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
9360         * MAINTAINERS (Write After Approval): Change my email address.
9362 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9364         * MAINTAINERS (Write After Approval): Add myself.
9366 2006-11-22  Philipp Thomas  <pth@suse.de>
9368         * MAINTAINERS (i18n): Update e-mail address.
9370 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9372         * MAINTAINERS (spu port): Add myself as maintainer.
9373         (Write After Approval): Remove myself.
9375 2006-11-22  Ben Elliston  <bje@au.ibm.com>
9377         * configure.in (skipdirs): Don't build libssp for SPU.
9378         * configure: Regenerate.
9380 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9382         * MAINTAINERS (spu port): Add myself as maintainer.
9383         (libobjc): Update my email address.
9385 2006-11-21  Andrea Bona  <andrea.bona@st.com>
9387         * MAINTAINERS (Write After Approval): Add myself.
9389 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9391         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9392         * configure : Rebuilt.
9394 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9396         * MAINTAINERS (Write After Approval): Add myself.
9398 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
9400         * MAINTAINERS (Write After Approval): Add myself.
9402 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9404         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9405         libmpfr.a.
9406         * configure: Regenerate.
9408 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9410         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9411         (unstage): Test for stage_last presence.
9413         PR bootstrap/29802
9414         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9415         STAGE_PREFIX.
9416         * Makefile.in: Regenerate.
9418 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9420         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9421         maintainers.
9423 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9425         * MAINTAINERS (Write After Approval): Add myself.
9427 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9429         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9430         and stageN-package/Makefile.
9431         * Makefile.in: Regenerated.
9433 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9435         * configure.in: Remove target-libgloss from noconfigdirs for
9436         bfin-*-*.
9437         * configure: Regenerated.
9439 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9441         * configure.in (have_gmp): Only error if the gcc directory exists.
9443         * configure: Regenerate.
9445 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9447         * configure.in: Robustify error message for missing GMP/MPFR.
9449         * configure: Regenerate.
9451 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9453         * MAINTAINERS (Write After Approval): Add myself.
9455 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9457         * MAINTAINERS: Change email address.
9459 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9461         * MAINTAINERS (Write After Approval): Add myself.
9463 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9465         * MAINTAINERS (Write After Approval): Add myself.
9467 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9469         * MAINTAINERS (Write After Approval): Move myself to
9470         Write After Approval section.
9472 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9474         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9475         need_gmp anymore.
9476         * configure: Regenerate.
9478 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9480         * MAINTAINERS (Write After Approval): Add myself.
9482 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9484         * config.guess: Import latest version.
9485         * config.sub: Likewise.
9487 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9489         * Makefile.def: Added pdf target handling.
9490         * Makefile.tpl: Added pdf target handling.
9491         * Makefile.in: Regenerated.
9493 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9495         * MAINTAINERS: Add self as score port maintainer.
9497 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9499         * MAINTAINERS (Write After Approval): Add myself.
9501 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9503         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9504         or newer.
9505         * configure: Regenerated.
9507 2006-09-27  Dave Brolley  <brolley@redhat.com>
9509         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9510         using $s instead of $r.
9511         * configure: Regenerated.
9513 2006-09-26  Thiemo Seufer  <ths@mips.com>
9515         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9516         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9517         * configure: Regenerate.
9519 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9521         * MAINTAINERS (Write After Approval): Remove myself.
9523 2006-09-22  Chao-ying Fu  <fu@mips.com>
9525         * MAINTAINERS (Write After Approval): Add myself.
9527 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9529         * MAINTAINERS: Add self as soft-fp maintainer.
9531 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9533         * MAINTAINERS: Add myself as avr maintainer.
9534         Remove Marek Michalkiewicz as avr maintainer.
9536 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9538         * MAINTAINERS (Write After Approval): Add myself.
9540 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9542         * configure.in: Never build newlib for a Mingw host.
9543         Never build newlib as Mingw target library.
9544         Test the existence of winsup/cygwin for building a Cygwin newlib,
9545         rather than just winsup.
9546         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9547         building a Mingw target.
9548         * configure: Regenerate.
9550 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9552         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9554 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9556         * config.guess: Import from src (was more updated).
9557         * config.sub: Likewise.
9559 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9561         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9562         * configure: Regenerated.
9564 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9566         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9567         for stages after the first.
9569 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9571         * Makefile.def: Add dependencies for configure-opcodes
9572         on configure-intl and all-opcodes on all-intl.
9573         * Makefile.in: Regenerated.
9575 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9577         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9579 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9581         Port to hosts whose 'sort' and 'tail' implementations
9582         treat operands with leading '+' as file names, as POSIX
9583         has required since 2001.  However, make sure the code still
9584         works on pre-POSIX hosts.
9585         * ltmain.sh: Don't assume "sort +2" is equivalent to
9586         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9588 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9590         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9592 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9594         * ltconfig: chmod 644 before ranlib during install.
9596 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9598         PR bootstrap/18058
9599         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9600         if the bootstrap compiler is a GCC version that supports it.
9601         * configure: Regenerate.
9603 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9605         * configure.in: Fix thinkos in previous check-in.
9606         * configure: Regenerate.
9608 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9610         PR other/27063
9611         * configure.in: Test subdir_requires and give an appropriate
9612         error message.
9613         * configure: Regenerate.
9615 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9617         * MAINTAINERS (Write After Approval): Add myself.
9619 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9621         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9623 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9625         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9627 2006-06-20  David Ayers  <d.ayers@inode.at>
9629         PR bootstrap/28072
9630         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9631         whether target-libjava is being configured instead of whether the
9632         java front end is enabled.
9633         * configure: Regenerate.
9635 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9637         PR target/27540
9638         * configure.in: Only enable libgomp on IRIX 6.
9639         * configure: Regenerate.
9641 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9643         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9644         too.
9645         * Makefile.in: Regenerate.
9647 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9649         * config-ml.in: Alter CCASFLAGS to include special
9650         multilib options the same as is done for CFLAGS.
9652 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9654         * configure.in: Don't enable libgomp on hpux10.
9655         * configure: Rebuilt.
9657 2006-06-12  David Ayers  <d.ayers@inode.at>
9659         PR bootstrap/27963
9660         PR target/19970
9661         * configure.in: Remove target-boehm-gc from noconfigdirs where
9662         ${libgcj} is specified.
9663         * configure: Regenerate.
9665 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9667         Sync from src:
9669         * configure.in: Sync.
9670         * configure: Regenerated.
9672         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9674         * Makefile.def: Added dependencies from sim and gdb on intl, and
9675         added configure dependencies to everything with an all dependency
9676         on intl.
9677         * Makefile.in: Regenerated.
9679 2006-06-06  David Ayers  <d.ayers@inode.at>
9681         PR libobjc/13946
9682         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9683         * Makefile.in: Regenerate.
9684         * configure.in: Add --enable-objc-gc at toplevel and have it
9685         enable boehm-gc for Objective-C.
9686         Remove target-boehm-gc from libgcj.
9687         Add target-boehm-gc to target_libraries.
9688         Add target-boehm-gc to noconfigdirs where ${libgcj}
9689         is specified.
9690         Assert that boehm-gc is supported when requested for Objective-C.
9691         Only build boehm-gc if needed either for Java or Objective-C.
9692         * configure: Regenerate.
9694 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9696         PR 27674
9697         * Makefile.tpl (configure-[+prefix+][+module+],
9698         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9699         Remove rule to unstage bootstrapped modules.
9700         (stage_current): New.
9701         * Makefile.in: Regenerate.
9703 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9705         * MAINTAINERS (Write After Approval): Update my e-mail address.
9707 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9709         * include/libiberty.h: Declare pex_run_in_environment.
9711 2006-05-31  Asher Langton  <langton2@llnl.gov>
9713         * MAINTAINERS (Write After Approval): Add myself.
9715 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9717         * Makefile.def (bfd, opcodes): Fix lib_path.
9718         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9719         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9720         * Makefile.in: Regenerate.
9722 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9724         * Makefile.in: Regenerate.
9726 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9728         * Makefile.def: Add install-html target. Add datarootdir
9729         docdir and htmldir to flags_to_pass.
9730         * Makefile.tpl: Add install-html target.
9731         * Makefile.in: Regenerate.
9732         * configure.in: Add --with-datarootdir, --with-docdir, and
9733         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9734         * configure: Regenerate.
9736 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9738         * configure.in: Enable gprof for cross builds.
9739         * configure: Regenerate.
9741 2006-05-22  Richard Guenther  <rguenther@suse.de>
9743         Revert
9744         2006-01-31  Richard Guenther  <rguenther@suse.de>
9745         Paolo Bonzini  <bonzini@gnu.org>
9747         * Makefile.def (target_modules): Add libgcc-math target module.
9748         * configure.in (target_libraries): Add libgcc-math target library.
9749         (--enable-libgcc-math): New configure switch.
9750         * Makefile.in: Re-generate.
9751         * configure: Re-generate.
9752         * libgcc-math: New toplevel directory.
9754 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9755             Andreas Tobler  <a.tobler@schweiz.ch>
9757         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9758         * configure: Rebuilt.
9760 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9762         * MAINTAINERS (Write After Approval): Add myself.
9764 2006-05-01  DJ Delorie  <dj@redhat.com>
9766         * configure.in: Restore CFLAGS if GMP isn't present.
9767         * configure: Regenerate.
9769 2006-05-01  Richard Guenther  <rguenther@suse.de>
9771         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9772         maintainer.
9774 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9776         * MAINTAINERS (Write After Approval): Add myself.
9778 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9780         * MAINTAINERS (Write After Approval): Add myself.
9782 2006-04-18  DJ Delorie  <dj@redhat.com>
9784         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9785         reference libgloss so that libssp can be built in a combined
9786         tree.
9787         * configure: Regenerate.
9789 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9791         * MAINTAINERS (Write After Approval): Add myself.
9793 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9795         * configure.in: Require makeinfo 4.4 or higher.
9796         * configure: Regenerate.
9798 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9800         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9801         Rearrange the entries of other libraries to have them in one place.
9803 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9805         * MAINTAINERS (Write After Approval): Remove myself.
9806         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9808 2006-03-14  Richard Guenther  <rguenther@suse.de>
9810         * configure: Regenerate with autoconf 2.13.
9812 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9814         * MAINTAINERS: Use my work address.
9816         * MAINTAINERS: Update my E-mail address.
9818 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9820         * configure.in: Handle --disable-<component> generically.
9821         * configure: Regenerate.
9823 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9825         PR libgcj/17311
9826         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9828 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9830         * MAINTAINERS (Write After Approval):  Remove myself.
9831         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9833 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9835         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9836         (TARGET_CONFIGDIRS): Remove.
9837         * configure.in: Remove AC_SUBST(target_configdirs).
9838         * Makefile.in, configure: Regenerated.
9840 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9842         * MAINTAINERS (Write After Approval):  Remove myself.
9843         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9845 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9847         PR bootstrap/25670
9849         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9851         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9852         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9853         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9854         BUILD_PREFIX, BUILD_PREFIX_1.
9855         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9857         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9858         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9860         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9861         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9862         of `cat stage_current`.  Always provide the `r' and `s' variables.
9863         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9864         a single shell execution.
9865         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9866         bootstrapped modules, make the stage1 module if the build was not
9867         started yet, else build the current stage.
9868         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9869         (all-build, all-host, all-target, [+make_target+]-host,
9870         [+make_target+]-target): Do not use \-continued lines.
9871         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9872         (current_stage, restrap, stage_last): New.
9874         * Makefile.in: Regenerate.
9875         * configure: Regenerate.
9877 2006-02-19  Bud Davis  <jmdavis@link.com>
9879         * MAINTAINERS (Write After Approval):  Remove myself.
9880         (Language Front End Maintainers):  Add myself as fortran 95
9881         maintainer and update e-mail address.
9883 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9885         * MAINTAINERS (Write After Approval):  Remove myself.
9886         (Language Front End Maintainers):  Add myself as fortran 95
9887         maintainer.
9889 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9891         * MAINTAINERS (Write After Approval): Add myself.
9893 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9895         * MAINTAINERS (Write After Approval):  Remove myself.
9896         (Language Front End Maintainers):  Add myself as
9897         fortran 95 maintainer.
9899 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9901         Sync from src:
9903         2005-12-27  Leif Ekblad  <leif@rdos.net>
9905         * configure.in: Add support for RDOS target.
9906         * configure: Regenerate.
9908 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9909             Andreas Schwab  <schwab@suse.de>
9911         * configure: Regenerate.
9913 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9915         * configure.in (enable_libgomp): Add AIX.
9916         * configure: Regenerate.
9918 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9920         * MAINTAINERS (Write After Approval): Add myself.
9922 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9924         * MAINTAINERS (Write After Approval): Add myself.
9926 2006-01-31  Richard Guenther  <rguenther@suse.de>
9927         Paolo Bonzini  <bonzini@gnu.org>
9929         * Makefile.def (target_modules): Add libgcc-math target module.
9930         * configure.in (target_libraries): Add libgcc-math target library.
9931         (--enable-libgcc-math): New configure switch.
9932         * Makefile.in: Re-generate.
9933         * configure: Re-generate.
9934         * libgcc-math: New toplevel directory.
9936 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9938         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9939         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9940         the assembler, linker and binutils.
9941         * configure: Regenerate.
9943 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9945         * MAINTAINERS (Write After Approval): Add myself.
9947 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9949         * configure: Regenerate.
9951 2006-01-18  Richard Henderson  <rth@redhat.com>
9952             Jakub Jelinek  <jakub@redhat.com>
9953             Diego Novillo  <dnovillo@redhat.com>
9955         * libgomp: New directory.
9956         * Makefile.def: Add target_module libgomp.
9957         * Makefile.in: Regenerate.
9958         * configure.in (target_libraries): Add target-libgomp.
9959         * configure: Regenerate.
9961 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9963         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9964         @ from continuation.
9965         * Makefile.in: Rebuilt.
9967 2006-01-04  Chris Lattner  <sabre@gnu.org>
9969         * MAINTAINERS (Write After Approval): Add myself.
9971 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9973         PR bootstrap/24252
9975         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9976         * Makefile.tpl (OBJDUMP): New.
9977         (EXTRA_HOST_FLAGS): Add it.
9978         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9980         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9981         to use symbolic links between directories.  Avoid race conditions
9982         or make them harmless.
9983         * configure.in: Do not try to use symbolic links between directories.
9985         * Makefile.def (LEAN): Pass.
9986         * Makefile.tpl (LEAN): Define.
9987         (stage[+id+]-start): Accept that the previous directory does not
9988         exist, if the bootstrap is lean.
9989         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9990         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9991         configure substitution.
9992         ([+compare-target+]): Likewise.
9993         ([+bootstrap-target+]-lean): New.
9994         * configure.in: Remove lean bootstrap support from here.
9996         * Makefile.in: Regenerate.
9997         * configure: Regenerate.
9999 2006-01-04  Ben Elliston  <bje@au.ibm.com>
10001         * MAINTAINERS (libdecnumber): Add myself.
10003 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
10005         * libtool-ldflags: New script.
10007 2006-01-02  Andreas Schwab  <schwab@suse.de>
10009         * configure.in: When reconfiguring remove Makefile in
10010         all stage directories.
10011         * configure: Regenerate.
10013 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
10015         * MAINTAINERS: Update my email address.
10017 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
10019         Revert Ada-related part of the previous change.
10021         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
10022         Do not pass.
10023         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
10024         * Makefile.in: Regenerate.
10025         * configure.in: Do not include mt-ppc-aix target fragment.
10026         * configure: Regenerate.
10028 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
10030         * configure.in: Select appropriate fragments for PowerPC/AIX.
10031         * configure: Regenerate.
10033         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
10034         BOOT_CFLAGS, BOOT_LDFLAGS.
10035         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
10036         BOOT_CFLAGS, BOOT_LDFLAGS.
10037         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
10038         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
10039         (stage): Fail if we cannot complete the work.
10040         * Makefile.in: Regenerate.
10042 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
10044         * configure.in: Replace ms1 with mt.
10045         * configure: Rebuilt.
10047 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
10049         * MAINTAINERS: Update my email address.
10051 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
10053         * Makefile.tpl (all, do-[+make_target+], do-check, install,
10054         install-host-nogcc): Don't invoke $(stage) at the end.
10055         * Makefile.in: Regenerate.
10057 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
10059         * configure.in: Flip the top-level bootstrap switch.
10060         * configure: Regenerate.
10062 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
10064         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
10065         $(stage) and $(unstage).
10066         (EXTRA_TARGET_FLAGS): Correct double-quoting.
10067         (all): Remove stray semicolon.
10068         (local-distclean): Don't handle multilib.tmp and multilib.out.
10069         (install.all): Set $s for consistency.
10070         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
10071         check_multilibs setting.  Always make the install directory.
10072         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
10073         Correct @if/@endif.
10074         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
10075         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
10076         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
10077         (multilib.out): Remove.
10078         * Makefile.in: Regenerated.
10080 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
10082         * MAINTAINERS (Write After Approval): Add myself.
10084 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
10086         * MAINTAINERS: Add myself as mt maintainer.
10088         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
10090 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
10092         * MAINTAINERS: Change email address.
10094 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
10096         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
10097         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
10098         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
10099         Find in-tree tools if available.
10100         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
10101         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
10102         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
10103         (COMPILER_*_FOR_TARGET): New.
10104         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
10105         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
10106         (CONFIGURED_*, USUAL_*): Remove.
10107         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
10108         STRIP): Use autoconf substitutions.
10109         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
10110         COMPILER_NM_FOR_TARGET): New.
10111         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10113         (all): Make all-host and all-target in parallel.
10114         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10115         that $$r and $$s are set before invoking a recursive make.
10116         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10117         ([+bootstrap-target+]): Inline most of the `all' target.
10119 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10121         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10122         from the gcc build directory.
10123         * Makefile.in: Regenerate.
10125 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10127         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
10128         depend on all-libdecnumber.
10129         * configure.in (host_libs): Include libdecnumber.
10130         * Makefile.in: Regenerate.
10131         * configure: Likewise.
10133 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10135         * libdecnumber: Import decNumber sources from the dfp-branch.
10137 2005-11-21  Kean Johnston  <jkj@sco.com>
10139         * config.sub, config.guess: Sync from upstream sources.
10141 2005-11-21  Ben Elliston  <bje@au.ibm.com>
10143         Import from Autoconf sources:
10145         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10146         * config/move-if-change: Don't output "$2 is unchanged";
10147         suggested by Ben Elliston.  Handle weird characters correctly.
10149 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
10151         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10152         to match upstream libtool for darwin.
10154 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
10156         * Makefile.def: Remove gdb dependencies for gdbtk.
10157         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10158         (configure-gdb, install-gdb): New rules.
10159         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10160         * Makefile.in, configure: Regenerated.
10162 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
10164         * MAINTAINERS (Write After Approval): Add myself.
10166 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
10168         * MAINTAINERS (Write After Approval): Add myself.
10170 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
10172         * MAINTAINERS (alias analysis): Add Daniel Berlin and
10173         Diego Novillo.
10175 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
10177         PR bootstrap/24297
10178         * Makefile.tpl (do-[+make-target+], do-check, install,
10179         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10180         are set before recursing.
10181         * Makefile.in: Regenerate.
10183 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
10185         PR bootstrap/18939
10186         * Makefile.def (gcc) <target>: Fix thinko.
10187         * Makefile.in: Regenerate.
10189 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
10191         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10192         * configure: Regenerate.
10194 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
10196         * MAINTAINERS (Write After Approval): Add self.
10198 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
10200         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10201         target-libffi, target-qthreads, target-libjava, and
10202         targetlibobjc.
10203         * configure: Regenerate.
10205 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
10207         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10208         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10209         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10210         (USUAL_OBJDUMP_FOR_TARGET): New.
10211         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10212         * configure.in: Check for $OBJDUMP_FOR_TARGET.
10213         * configure, Makefile.in: Regenerated.
10215 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10217         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10218         before other host packages.
10220 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
10222         * MAINTAINERS: Add self as sh libraries/configury maintainer.
10224 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10226         PR bootstrap/22340
10228         * configure.in (default_target): Remove.
10229         * Makefile.tpl (all): Do not use prerequisites as subroutines
10230         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10231         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10232         use prerequisites as subroutines.
10233         (check-host, check-target): New.
10234         (bootstrap configure & all targets): Do not use stage*-start
10235         if the directory layout is already ok.
10236         (non-bootstrap configure & all targets): Prepend a $(unstage).
10237         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
10238         (NOTPARALLEL): Remove.
10239         (unstage, stage variables): New variables.
10240         (unstage, stage targets): Simply expand to those variables.
10242         * configure: Regenerate.
10243         * Makefile.in: Regenerate.
10245 2005-10-04  James E Wilson  <wilson@specifix.com>
10247         * Makefile.def (lang_env_dependencies): Add libmudflap.
10248         * Makefile.in: Regenerate.
10250 2005-10-03  Andreas Schwab  <schwab@suse.de>
10252         Backport from libtool CVS:
10253         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
10255         * ltmain.sh: add support for installing into temporary
10256         staging area (e.g. 'make install DESTDIR=...')
10258 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10260         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10261         * configure: Regenerated.
10263 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
10265         * configure: Regenerate with the correct
10266         autoconf version.
10268 2005-09-30  Catherine Moore  <clm@cm00re.com>
10270         * configure.in (bfin-*-*): New.
10271         * configure: Regenerated.
10273 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
10275         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10276         (LIPO_FOR_TARGET): New.
10277         (CONFIGURED_LIPO_FOR_TARGET): New.
10278         (USUAL_LIPO_FOR_TARGET): New.
10279         (STRIP_FOR_TARGET): New.
10280         (CONFIGURED_STRIP_FOR_TARGET): New.
10281         (USUAL_STRIP_FOR_TARGET): New.
10282         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10283         STRIP_FOR_TARGET.
10284         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10285         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10286         * Makefile.in: Regenerate.
10287         * configure: Regenerate.
10289 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
10291         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10292         (rs6000-*-aix*): Same.
10293         * configure: Regenerate.
10295 2005-09-16  Tom Tromey  <tromey@redhat.com>
10297         * MAINTAINERS: Add self as java maintainer.
10299 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
10301         * configure.in: Recognize f95 in the --enable-languages option,
10302         and substitute it for fortran, issuing a warning.
10303         * configure: Regenerate.
10305 2005-08-30  Phil Edwards  <phil@codesourcery.com>
10307         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
10308         * configure:  Regenerated.
10310 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
10312         * MAINTAINERS: Add self as ms1 maintainer.
10314 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
10316         * Makefile.def (libssp): Add to lang_env_dependencies.
10317         * Makefile.in: Regenerate.
10319 2005-08-18  Ian Lance Taylor  <ian@airs.com>
10321         * MAINTAINERS: Add myself as middle-end maintainer.
10323 2005-08-17  Christian Groessler  <chris@groessler.org>
10325         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10326         * Makefile.in: Regenerate.
10328 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
10330         * MAINTAINERS (write after approval): Added myself.
10332 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
10334         * MAINTAINERS (Write After Approval): Add myself.
10336 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
10338         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10339         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10340         Look for alternate names of the target cc and c++
10341         * configure: Regenerate.
10343 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
10345         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10346         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10347         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10348         tools; remove code to manually set them.
10349         (Target tools): Look in the environment for them.
10350         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10351         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10352         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10353         build directory.
10354         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10355         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10356         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10357         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10358         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10359         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10360         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10361         * configure: Regenerate.
10362         * Makefile.in: Regenerate.
10364 2005-07-28  Ben Elliston  <bje@au.ibm.com>
10366         * MAINTAINERS: Update for removed CPU targets.
10368 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
10370         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10371         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10372         * Makefile.in: Regenerated.
10374 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
10376         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10377         (CFLAGS_FOR_TARGET): Use it.
10378         (CXXFLAGS_FOR_TARGET): Likewise.
10379         * Makefile.in: Regenerated.
10380         * configure.in (--with-build-sysroot): New option.
10381         * configure: Regenerated.
10383 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
10385         * Makefile.tpl: Wrap install between unstage and stage
10386         * Makefile.in: Regenerate.
10388 2005-07-21  Eric Christopher  <echristo@apple.com>
10390         * MAINTAINERS: Update affiliation.
10392 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
10394         * MAINTAINERS: Add self as crx port maintainer.
10396 2005-07-20  DJ Delorie  <dj@redhat.com>
10398         * MAINTAINERS: Add self as m32c maintainer.
10400 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
10402         * all files: Update FSF address.
10404 2005-07-15  Eric Christopher  <echristo@redhat.com>
10406         * MAINTAINERS: Change affiliation.
10408 2005-07-14  Jim Blandy  <jimb@redhat.com>
10410         * configure.in: Add cases for Renesas m32c.
10411         * configure: Regenerated.
10413 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10415         * COPYING.LIB: Update from fsf.org.
10417 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10419         * COPYING, compile, config.guess,
10420         config.sub, install-sh, missing, mkinstalldirs,
10421         symlink-tree, ylwrap: Sync from upstream sources.
10422         * config-ml.in: Update FSF address.
10424 2005-07-13  Eric Christopher  <echristo@redhat.com>
10426         * configure.in: Add toplevel noconfigdir support for tpf.
10427         * configure: Regenerate.
10429 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10431         PR ada/22340
10433         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10434         * Makefile.in: Regenerate.
10436 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10438         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10439         Brolley to write-after-approval.
10441 2005-07-07  Andreas Schwab  <schwab@suse.de>
10443         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10444         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10445         * Makefile.in: Regenerated.
10447 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10449         * configure.in: Don't build sim or rda when targetting darwin.
10450         * configure: Regenerate.
10452 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10454         * configure.in: Add --enable-libssp and --disable-libssp.
10455         * configure: Regenerate with autoconf-2.13.
10457 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10459         * Makefile.def (target_modules): Add libssp.
10460         * configure.in (target_libraries): Add target-libssp.
10461         * configure: Rebuilt.
10462         * Makefile.in: Rebuilt.
10464 2005-07-01  Zack Weinberg  <zackw@panix.com>
10466         * MAINTAINERS: Change email address.  Resign from maintainership.
10468 2005-07-01  Richard Guenther  <rguenther@suse.de>
10470         * MAINTAINERS: Change my e-mail address and affiliation.
10472 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10474         * Makefile.def (stagefeedback): Come after profile.
10475         Define profiledbootstrap target.
10476         * Makefile.tpl (profiledbootstrap): Remove.
10477         (stageprofile-end): Zap stagefeedback.
10478         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10479         * Makefile.in: Regenerate.
10481 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10483         * MAINTAINERS: Update my email address.
10485 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10487         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10488         In 'cpp' stanza, support '#line' as well as '# '.
10490 2005-06-08  Andreas Schwab  <schwab@suse.de>
10492         * MAINTAINERS: Move myself from 'Write After Approval' to
10493         'CPU Port Maintainers' section as m68k maintainer.
10495 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10497         * configure.in (unsupported_languages): New macro.
10498         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10499         non-ported target libraries in noconfigdirs.
10500         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10501         non-linux-gnu.  Remove libgcj_ex_libffi.
10502         <lang_frag loop>: Set add_this_lang=no if the language is in
10503         unsupported_languages.
10504         * configure: Regenerate.
10506 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10508         * configure.in: Fix typo in handling of --with-mpfr-dir.
10509         * configure: Regenerate.
10511 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10513         * MAINTAINERS: Update my email address.
10515 2005-06-02  Jim Blandy  <jimb@redhat.com>
10517         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10518         accepted into the master sources.)
10520 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10521             Michael Snyder  <msnyder@redhat.com>
10522             Stan Cox  <scox@redhat.com>
10524         * configure.in: Set noconfigdirs for ms1.
10526         * configure: Regenerate.
10528 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10530         * MAINTAINERS (Write After Approval): Add self.
10532 2005-06-01  Josh Conner  <jconner@apple.com>
10534         * MAINTAINERS (Write After Approval): Add self.
10536 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10538         * MAINTAINERS: Update my email address.
10540 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10542         * MAINTAINERS (Write After Approval): Add self.
10544 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10546         * MAINTAINERS (Write After Approval): Remove self.
10548 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10550         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10551         (Dependencies): Consider target modules for bootstrap dependencies.
10552         Make target bootstrap modules depend on each stage's gcc.
10553         * Makefile.in: Regenerate.
10555 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10557         * Makefile.def (configure-gcc): Depend on binutils having been built.
10558         (all-gcc): No need to do it here.
10559         * Makefile.in: Regenerate.
10561 2005-05-19  Paul Brook  <paul@codesourcery.com>
10563         * configure.in: Rewrite misleading error message when requested
10564         language cannot be built.
10565         * configure: Regenerate.
10567 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10569         * ylwrap: Import from Automake 1.9.5.
10571 2005-05-13  David Ung  <davidu@mips.com>
10573         * MAINTAINERS (Write After Approval): Add self.
10575 2005-05-09  Mike Stump  <mrs@apple.com>
10577         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10578         lt_cv_sys_max_cmd_len for now.
10580 2005-05-09  Stan Cox  <scox@redhat.com>
10582         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10584 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10586         * README.SCO: Update the URL.
10588 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10590         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10591         with_gnu_ld to libtool.
10592         * ltcf-c.sh (aix[45]): Define file_list_spec.
10593         * ltcf-cxx.sh (aix[45]): Same.
10594         * ltcf-gcj.sh (aix[45]): Same.
10595         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10596         exists, write list of input files to temporary file.
10598 2005-05-04  Mike Stump  <mrs@apple.com>
10600         * configure.in: Always pass --target to target configures as
10601         otherwise rebuilds that do --recheck will fail.
10602         * confiugure: Rebuilt.
10604 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10606         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10607         STAGE_HOST_EXPORTS.
10608         (configure, all): Add bootstrap support.
10609         (Host modules, target modules): Pass post-stage1 flags and exports.
10610         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10611         * Makefile.in: Regenerate.
10613 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10615         * configure: Regenerate.
10617 2005-04-27  Mike Stump  <mrs@apple.com>
10619         * MAINTAINERS: Add self as darwin maintainer.
10621 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10623         * config.sub: Update from master copy.
10625 2005-04-21  Mike Stump  <mrs@apple.com>
10627         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10628         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10630 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10632         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10633         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10634         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10635         "*-*-elf" and "*-*-linux*".
10636         * configure: Regenerate.
10638 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10640         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10642 2005-04-12  Mike Stump  <mrs@apple.com>
10644         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10646 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10648         * MAINTAINERS (Write After Approval): Add myself.
10650 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10652         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10654 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10656         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10657         (TARGET_CONFIGARGS): Include --with-target-subdir.
10658         (configure, all): New macros.  Use them throughout.
10659         * Makefile.in: Regenerate.
10661 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10663         * MAINTAINERS (Write After Approval): Add myself.
10665 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10667         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10669 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10671         * MAINTAINERS: Move John Carr to Write After Approval.
10673 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10675         * config/mh-mingw32: Delete.
10676         * configure.in: Don't use it.
10677         * configure: Regenerate.
10679 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10681         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10682         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10683         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10684         (HOST_LIB_PATH): Generate from Makefile.def.
10685         (TARGET_LIB_PATH): Likewise.
10686         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10687         * Makefile.in: Regenerate.
10688         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10689         (RPATH_ENVVAR): Include Darwin case.
10690         * configure: Regenerate.
10692 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10694         * MAINTAINERS (Various Maintainers): Remove self.
10695         (Write After Approval): Add self.
10697 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10699         * MAINTAINERS (Various Maintainers): Add self.
10701 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10703         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10704         * configure: Regenerate.
10706 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10708         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10709         gcc_version, and gcc_version_trigger from set of flags to pass.
10710         * Makefile.tpl: Remove definitions of above variables.
10711         (config.status): Remove dependency on $(gcc_version_trigger).
10712         * Makefile.in: Regenerate.
10713         * configure.in: Do not reference config/gcc-version.m4 nor
10714         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10715         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10716         * configure: Regenerate.
10718 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10719             Andrew Pinski  <pinskia@physics.uc.edu>
10721         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10722         * Makefile.in: Regenerate.
10724 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10726         * MAINTAINERS (Write After Approval): Add myself.
10728 2005-03-03  David Ayers  <d.ayers@inode.at>
10730         * MAINTAINERS (Write After Approval): Add myself.
10732 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10734         PR libgcj/20160
10735         * ltmain.sh: Avoid creating archives with components that have
10736         duplicate basenames.
10738 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10740         PR bootstrap/20250
10741         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10742         instead of check.
10743         * Makefile.in: Regenerate.
10745 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10747         * Makefile.in: Regenerate to fix conflict between the previous two
10748         patches.
10750 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10752         PR bootstrap/17383
10753         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10754         * Makefile.tpl (HOST_SUBDIR): New substitution.
10755         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10756         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10757         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10758         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10759         (Host modules, Bootstrapped modules): Use it.
10760         (Build modules, Target modules): Do not create symlink trees,
10761         always configure out-of-srcdir.
10762         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10763         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10764         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10765         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10767         * Makefile.in: Regenerate.
10768         * configure: Regenerate.
10770 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10772         Merged from libada-gnattools-branch:
10773         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10775         * gnattools: New directory.
10776         * Makefile.def: Add gnattools as a module, depending on target-libada.
10777         * Makefile.in: Regenerate.
10778         * configure.in: Include gnattools in host_tools; disable it if ada
10779         is disabled.
10780         * configure: Regenerate.
10782 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10784         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10785         treelang maintainer.
10786         (Write After Approval): Remove myself.
10788 2005-02-23  Paul Schlie  <schlie@comcast.net>
10790         * configure.in: Allow darwin targeted ports to build tk, itcl and
10791         libgui.
10792         * configure: Regenerate.
10794 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10796         PR libgcj/10353
10797         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10798         * configure: Regenerate.
10800 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10802         * MAINTAINERS (Write After Approval): Add myself.
10804 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10806         * MAINTAINERS: Update my e-mail address.
10808 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10810         * MAINTAINERS (Write After Approval): Add myself.
10812 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10814         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10815         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10816         target-libgloss when not *-*-elf and *-*-aout.
10817         * configure: Regenerate.
10819 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10821         * MAINTAINERS: Remove obsolete entries.
10823         * MAINTAINERS (Write After Approval): Add Michael Matz.
10825 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10827         * MAINTAINERS: Remove self as cpplib maintainer.
10829 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10831         * install-sh, config.sub: Import from upstream.
10833 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10835         PR bootstrap/18222
10836         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10837         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10838         * Makefile.in: Regenerate.
10840 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10842         * MAINTAINERS: Update my email address.
10844 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10845             Andreas Schwab  <schwab@suse.de>
10847         PR bootstrap/18033
10848         * config-ml.in: Eval option if surrounded by single quotes.
10850 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10852         Revert 2004-12-28 Makefile changes, a better fix will be
10853         applied to mainline and src after GCC 4.0 branches.
10855 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10857         PR bootstrap/17383
10859         * Makefile.def (target_modules): Remove stage parameter,
10860         it is always true now.
10861         * Makefile.tpl (configure-build-[+module+],
10862         configure-target-[+module+]): Always build symlink tree
10863         for the directory and for include.  BUILD_SUBDIR and
10864         TARGET_SUBDIR cannot be . anymore.
10865         * Makefile.in: Regenerate.
10867 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10869         Revert 2004-12-08 Makefile changes.
10871 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10873         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10874         cygwin, mingw.
10876 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10878         * configure.in (sh64-*-*): Reenable gprof.
10879         * configure: Regenerate.
10881 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10883         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10884         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10885         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10886         * Makefile.in: Regenerate.
10888 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10890         * MAINTAINERS: Update my email address.
10892 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10894         * Makefile.tpl: Generate normal dependencies if the LHS module is
10895         not bootstrapped.
10896         * Makefile.in: Regenerate.
10898 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10900         * configure.in: Include config/gxx-include-dir.m4.  Use
10901         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10902         * configure: Regenerate.
10904 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10906         * config.if: Delete.
10907         * configure.in: Set libstdcxx_incdir directly.
10908         * configure: Regenerate.
10910 2004-12-02  Eric Christopher  <echristo@redhat.com>
10912         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10913         * Makefile.in: Regenerate.
10915 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10917         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10918         * configure: Regenerate.
10920 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10922         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10923         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10924         * configure: Regenerate.
10926 2004-12-01  Eric Christopher  <echristo@redhat.com>
10928         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10929         of things to remove.
10931 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10933         * MAINTAINERS (Write After Approval): Update my e-mail address.
10935 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10937         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10938         from CVS libtool to always pass_all.
10940 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10942         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10943         (hppa*64*-*-*): Delete incorrect comment.
10944         * configure: Rebuilt.
10946 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10948         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10950 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10952         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10953         from CVS libtool to always pass_all.
10955 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10957         * install-sh, compile: Import from automake.
10959 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10961         * config.guess, config.sub:  Import from savannnah.
10963 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10965         * MAINTAINERS (Write After Approval): Add myself
10967 2004-11-12  Mike Stump  <mrs@apple.com>
10969         * Makefile.def: Add html support.
10970         * Makefile.tpl: Likewise.
10971         * Makefile.in: Regenerate.
10973 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10975         PR 18423
10976         * configure.in: Remove all instances of build-fixincludes from
10977         noconfigdirs.
10978         (build_configargs): Supply --target to subdirectories.
10979         * configure: Regenerate.
10981         * Makefile.def: Make gcc install depend on fixincludes install.
10982         * Makefile.in: Regenerate.
10984 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10986         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10988 2004-11-11  Paul Brook  <paul@codesourcery.com>
10990         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10992 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10994         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10995         target-libgfortran.
10996         * configure: Regenerate.
10998 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
11000         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
11001         like CC.
11003 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
11005         * Makefile.def (host fixincludes): Specify missing targets.
11006         * Makefile.in: Regenerate.
11008 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
11010         * MAINTAINERS: Add myself
11012 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
11014         * MAINTAINERS (Write After Approval): Add myself.
11016 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
11018         * Makefile.def: Build fixincludes for the host, too.
11019         * Makefile.in: Regenerate.
11020         * configure.in (host_tools): Add fixincludes.
11021         * configure: Regenerate.
11023 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
11025         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
11026         * configure: Regenerated.
11028 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
11030         PR other/17783
11031         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
11032         * configure: Regenerated.
11034 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
11036         * README.SCO: Update per FSF instructions.
11038 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
11040         PR target/18151
11041         * configure.in (case ${target}): Do not build fixincludes for avr.
11042         * configure: Regenerated.
11044 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
11046         * configure.in (case ${target}): Do not build fixincludes
11047         on platforms where it is not used.
11048         * configure: Regenerated.
11050 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
11052         * configure.in: Use an absolute path to install-sh.
11053         * configure: Regenerated.
11055 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
11057         * MAINTAINERS (Write After Approval): Add myself.
11059 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
11061         * MAINTAINERS: Remove from Write After Approval those that are
11062         already maintainers.
11064 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
11066         * MAINTAINERS:  Update my email address.
11068 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
11070         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
11071         * configure: Regenerate.
11073 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
11075         * MAINTAINERS:  Update my email address.
11077 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
11079         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
11080         entries belonging to this category.
11082 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
11084         * MAINTAINERS: Update my e-mail address.
11086 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
11088         Fix wrong conflict resolution in:
11090         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11092         * Makefile.in: Regenerate.
11093         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11094         in the recursive `make', instead of hardwiring `all'.
11095         (Autogenerated TARGET-* variables): New.
11097 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
11099         * configure.in: Enable target-libgloss for crx-*-*.
11100         * configure: Regenerate.
11102 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11104         * MAINTAINERS (Various Maintainers): Move the "windows,
11105         cygwin, mingw" maintainer to ...
11106         (OS Port Maintainers): ... here.
11108 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11110         * MAINTAINERS (Write After Approval): Remove those that are
11111         maintainers of some subsystem.
11113 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
11115         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11116         * ltcf-cxx.sh (tpf*): Likewise.
11117         * ltconfig (tpf*): Add TPF OS configuration support.
11119 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
11121         * MAINTAINERS: Change my email address to my new work account.
11123 2004-09-24  Michael Roth  <mroth@nessie.de>
11125         * configure.in (--without-headers): Add missing double quotes.
11126         * configure: Regenerate.
11128 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
11130         * ylwrap: Revert to previous version.
11132 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
11134         PR bootstrap/17369
11135         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11136         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11137         SET_GCC_LIB_PATH_CMD.
11138         (BASE_TARGET_EXPORTS): Likewise.
11139         * Makefile.in: Regenerated.
11141         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11142         * configure: Regenerated.
11144 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
11146         * config.guess: New upstream version
11147         * compile, depcomp, install-sh, ylwrap: Likewise.
11149 2004-09-19  Roger Sayle  <roger@eyesopen.com>
11151         * config/mh-x86omitfp: New host makefile fragment.  Add
11152         -fomit-frame-pointer to the default BOOT_CFLAGS.
11153         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11154         * configure: Regenerate.
11156 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
11158         PR target/11572
11159         * configure.in (*-*-darwin*): Renable libobjc.
11160         * configure: Regenerate.
11162 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
11164         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11166 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
11168         * Makefile.def: Remove libbanshee.
11169         * Makefile.tpl: Ditto.
11170         * configure.in: Ditto.
11171         * Makefile.in: Regen.
11172         * configure: Ditto.
11174 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
11176         * ltmain.sh: Use $pic_object as $non_pic_object if
11177         $non_pic_object=none.
11179 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
11181         * missing: Import latest version from master repository.
11183 2004-09-06  Nick Clifton  <nickc@redhat.com>
11185         * config.sub: Import latest version from master repository.
11186         * config.guess: Likewise.
11187         This includes these changes:
11189         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
11191         * config.sub: Handle crisv32, alias etraxfs.
11192         * config.guess (crisv32:Linux:*:*): Handle.
11194         2004-08-13  Brad Smith  <brad@comstyle.com>
11196         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11197         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11199         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11201         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11202         assume the processor is a powerpc.  This is because coreutils
11203         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11204         in this case, due to a MacOS X bug that causes
11205         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11206         to return a negative number.
11207         Problem reported by Petter Reinholdtsen in:
11208         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11210         2004-07-19  Ben Elliston  <bje@gnu.org>
11212         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11214         2004-06-24  Ben Elliston  <bje@gnu.org>
11216         * config.guess: Update copyright years.
11217         * config.sub: Likewise.
11219         2004-06-22  Robert Millan  <robertmh@gnu.org>
11221         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11222         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11224         2004-06-22  Stanley F. Quayle <stan@stanq.com>
11226         * config.guess (*:*VMS:*:*): New entry. Replaces
11227         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11228         manufacturer.
11230         2004-06-22  Ben Elliston  <bje@gnu.org>
11232         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11233         * config.sub: Likewise.
11235         2004-06-22  Ben Elliston  <bje@gnu.org>
11237         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11238         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11240         2004-06-11  Ben Elliston  <bje@gnu.org>
11242         * config.guess (pegasos:OpenBSD:*:*): Remove.
11244         2004-06-11  Ben Elliston  <bje@gnu.org>
11246         From Wouter Verhelst <wouter@grep.be>:
11247         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11249         2004-06-11  Ben Elliston  <bje@gnu.org>
11251         * config.guess (luna88k:OpenBSD:*:*): New.
11253         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11255         * config.guess (m32r*:Linux:*:*): New case.
11256         * config.sub: Handle m32rle.
11258         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
11260         From Jens Petersen  <petersen@redhat.com>:
11261         * config.sub: Handle sparcv8.
11263         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
11265         From Tom Smith <smith@cag.lkg.hp.com>:
11266         * config.guess: Version suffixes are equally significant on Tru64
11267         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
11268         prefix of "P" (patched kernel).
11270         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
11272         * config.sub: Add support for National Semiconductor CRX target.
11274 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
11276         * MAINTAINERS (Various Maintainers): Remove myself as web page
11277         maintainer, add myself as maintainer of build status lists.
11279 2004-09-03  Jan Beulich  <jbeulich@novell.com>
11281         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11282         *-*-netware, but add target-libmudflap.
11283         Consolidate *-*-netware targets (of which really only i?86 exists)
11284         into a single entry.
11285         * configure: Likewise.
11287 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
11289         * Makefile.tpl (sorry): Remove.
11290         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11291         (cleanstrap targets): Depend on distclean, not distclean-stage1.
11292         (do-clean): Clean per-stage directories too.
11293         (do-distclean): Run distclean-stage1 too.
11294         (.NOTPARALLEL): Enable during toplevel bootstrap.
11295         (stage[+id+]-bubble): Enable parallel execution during
11296         the recursive invocation.
11297         * Makefile.in: Regenerate.
11299         Fix previous checkin:
11301         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11302         include.
11303         * configure.in: Fix indentation.
11304         * configure: Regenerate.
11306 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
11308         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11309         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11310         * configure: regenerate
11311         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11312         -mdynamic-no-pic
11314 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
11316         * Makefile.def (build_modules): Add fixincludes.
11317         (dependencies): Make gcc depend on fixincludes.
11318         * configure.in (build_tools): Add fixincludes.
11319         (build_configdirs): Always include build_libs.
11320         * Makefile.in: Regenerate.
11321         * configure: Regenerate.
11323 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11325         * Makefile.def (bootstrap stages): Add 'lean' parameter.
11326         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11327         phony targets; do not generate timestamp files.
11328         (distclean-stageN): Remove references to their timestamp files.
11329         (restageN, touch-stageN): Remove.
11330         (stageN-bubble): Rewritten.
11331         (compare): Support lean bootstraps.
11332         * Makefile.in: Regenerate.
11334         * configure.in: Only warn when bootstrapping but
11335         build != host or build != target.  Support lean bootstraps.
11336         * configure: Regenerate.
11338 2004-08-26  Phil Edwards  <phil@codesourcery.com>
11340         * configure.in:  Give a better error message if GMP/MPFR are missing
11341         and a language needing them has been requested.
11342         * configure:  Regenerated.
11344 2004-08-25  Phil Edwards  <phil@codesourcery.com>
11346         * configure.in:  Print a list of available language front-ends if
11347         a requested one is missing.  Tidy stray tab characters.
11348         * configure:  Regenerated.
11350 2004-08-19  Michael Koch  <konqueror@gmx.de>
11352         * gcc/doc/install.texi: Update entry about automake for libjava.
11354 2004-08-17  Robert Millan  <robertmh@gnu.org>
11356         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11357         (instead of FreeBSD).
11358         * configure: Regenerate.
11360 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11362         * Makefile.in: Regenerate.
11363         * configure: Regenerate.
11365         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11366         stage_*_flags.
11367         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11368         for bootstrapped modules if toplevel bootstrap is going.
11369         (GCC bootstrap): Generate per-stage targets for all bootstrapped
11370         modules.  Adjust for changes in Makefile.def.  Enable several
11371         rules even in non-bootstrap mode, just to avoid peppering the
11372         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11373         (stage-[+prev+]-bubble): Remove.
11375         * Makefile.def (Dependencies): Depend on all-build-bison,
11376         all-build-flex, all-build-byacc, all-build-texinfo, rather
11377         than the host variations.
11378         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
11379         with BUILD_SUBDIR.
11380         (BISON): Update for recent Bisons.
11381         (YACC): Fix typo.
11382         (cross): Depend on all-build.
11383         (all): Do not depend on all-build.
11384         (prebootstrap): Remove.
11385         (dep-kind): Accept separate prefixes for MODULE and ON variables.
11386         (Prebootstrap dependencies): Add them to the per-stage targets
11387         and to all-prebootstrap.
11388         * configure.in (build_configdirs): Always enable build_tools.
11389         (BUILD_DIR_PREFIX): Remove.
11391         * Makefile.def (gcc): Add target variable.
11392         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11393         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11394         in the recursive `make', instead of hardwiring `all'.
11395         (Autogenerated TARGET-* variables): New.
11397 2004-08-13  Brian Booth  <bbooth@redhat.com>
11399         * MAINTAINERS: Remove myself from write-after-approval.
11401 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11403         * src-release: Stop distributing mmalloc with gdb (which doesn't
11404         use it).
11405         * Makefile.def: GDB doesn't depend on mmalloc anymore.
11406         * Makefile.in: Regenerate.
11408 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
11410         * configure.in (arm*-*-eabi*): New target.
11411         * configure: Regenerate.
11413 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
11415         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11416         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11417         (Dependencies): New section.
11418         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11419         (configure-target-[+module+]): Depend on maybe-all-gcc
11420         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11421         (toplevel profiledbootstrap): Fix dependencies.
11422         * Makefile.in: Regenerate.
11424 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11426         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11427         target-libiberty to noconfigdirs.
11428         * configure: Regenerate.
11430 2004-08-03  Paul Brook  <paul@codesourcery.com>
11432         * configure.in: Check for MPFR as well as GMP.
11433         * configure: Regenerate.
11435 2004-08-01  Robert Millan  <robertmh@gnu.org>
11437         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11438         libmudflap for all GNU-based systems (with Glibc).
11439         * configure: Regenerate.
11441 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11443         * Makefile.def (host-modules): Add gcc.
11444         * Makefile.in: Regenerate.
11445         * Makefile.tpl (sorry): New rule.
11446         (configure-host, all-host, [+make_target+]-host, do-check,
11447         install-host): Do not add gcc as a special case.
11448         (host modules): Add a small special-casing for gcc.  Export
11449         extra_make_flags through the environment.
11450         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11451         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11452         other recursive targets for gcc): Remove.
11454         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11455         (stage, unstage): New rules.
11456         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11457         distclean-stage[+id+]): Use stage_current.
11458         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11459         the stage*-start rules.
11461 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11463         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11464         use -all_load flag.
11466 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11468         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11469         * configure: Regenerate.
11471 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11473         * maintainer-scripts/gcc_release: Revert yesterday's change.
11475 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11477         * MAINTAINERS: Add myself to write-after-approval.
11479 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11481         * libf2c: Removed.
11482         * gcc/gccbug.in: Updated because of libf2c removal.
11483         * maintainer-scripts/gcc_release: Ditto.
11485 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11487         * configure.in: Build libmudflap by default on FreeBSD.
11488         * configure: Regenerated.
11490 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11492         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11493         systems.
11494         * configure: Regenerated.
11496 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11498         PR target/16344
11499         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11500         feedback based compiler.
11501         * Makefile.in: Rebuilt.
11503 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11505         * Makefile.def (host_modules): Set bootstrap=true for flex.
11506         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11507         * Makefile.in: Rebuilt.
11509 2004-07-07  Jan Hubicka  <jh@suse.cz>
11511         * MAINTAINERS: Add self as a profile feedback maintainer.
11513 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11515         * configure.in:  Do not prepend $srcdir to /dev/null in
11516         makefile fragments.
11517         * configure:  Regenerate.
11519 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11521         * Makefile.def (build_modules): Add bison, byacc, flex,
11522         m4, texinfo.
11523         (flags_to_pass): Add FLEX.
11524         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11525         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11526         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11527         DEFAULT_MAKEINFO): Remove.
11528         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11529         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11530         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11531         objdir or else use configured tool.
11532         (all-build): New.
11533         (all): Depend on it.
11534         (Build module dependencies): Add.
11535         * Makefile.in: Regenerate.
11536         * configure.in: Better support for multiple build modules,
11537         matching what is done for host/target modules.  Do not look
11538         for "plausible" locations of build tools if Canadian cross.
11539         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11540         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11541         * configure: Regenerate.
11543 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11545         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11546         * Makefile.in: Regenerate.
11548 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11550         * Makefile.tpl (configure-build-[+module+],
11551         configure-[+module+], configure-target-[+module+]): Pass
11552         [+extra_configure_args+].
11553         (all-build-[+module+], all-[+module+], check-[+module+],
11554         install-[+module+], [+make_target+]-[+module+],
11555         all-target-[+module+], check-target-[+module+],
11556         install-target-[+module+], [+make_target+]-target-[+module+]):
11557         Pass [+extra_make_args+].
11558         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11559         (GCC_HOST_EXPORTS): Remove.
11560         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11561         cross, check-gcc, check-gcc-c++, install-gcc,
11562         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11563         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11564         * Makefile.in: Regenerate.
11566 2004-06-21  Matthew Sachs  <msachs@apple.com>
11568         * MAINTAINERS: Added self to write-after-approval.
11570 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11572         * configure.in: Check for srcdir/winsup rather than build directory
11573         winsup.
11574         * configure: Regenerate.
11576 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11578         * configure.in: Don't build Cygwin native newlib if winsup
11579         directory is missing.  Emit warning instead.
11580         * configure: Regenerate.
11582 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11584         * Makefile.tpl (touch-stage[+id+]): New.
11585         (restage[+prev+]): Depend on touch-stage[+id+].
11587         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11588         Use it throughout.
11590         * Makefile.def: Add profile and feedback bootstrap stages.
11591         Remove next field from bootstrap stages.
11592         * Makefile.tpl (LN, LN_S): Substitute.
11593         (stageN-start, stageN-end): Use double-colon rules, to
11594         provide a hook for additional setup commands.
11595         (distclean-stageN-gcc, restageN): Create dependencies from
11596         [+prev+], not from [+next+].
11597         (stageN-bubble): Add commands for successive stages from
11598         [+prev+], using double-colon rules.
11599         (all-stageN-gcc): Fix typo.
11600         (stagefeedback-start, profiledbootstrap): New.
11601         * Makefile.in: Regenerate.
11602         * configure.in: Call ACX_PROG_LN.
11603         * configure: Regenerate.
11605 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11607         * MAINTAINERS (Write After Approval): Add myself.
11609 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11611         * MAINTAINERS (Write After Approval): Add myself.
11613 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11615         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11616         without gcc.
11617         * configure: Regenerate.
11619 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11621         * Makefile.tpl: Fix typo.
11622         * Makefile.in: Regenerate.
11624 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11626         * configure.in: Remove new- prefix from toplevel
11627         bootstrap targets.
11628         * configure: Regenerate.
11630 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11632         * Makefile.tpl (all.normal): Rename to all.
11633         (all): Replace with a rule to pick the default
11634         target from configure.
11635         (all-gcc, configure-gcc): Use conditionals to
11636         do nothing when toplevel bootstrap is going on.
11637         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11638         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11639         * configure.in: Support --enable-bootstrap.
11641         * Makefile.def: Remove new- prefix from toplevel
11642         bootstrap targets.
11643         * Makefile.tpl: Likewise.
11645         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11646         target.
11648         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11649         $(RECURSE_FLAGS) to recursive invocation of make.
11651         * Makefile.in: Regenerate.
11652         * configure: Regenerate.
11654 2004-05-30  Andreas Jaeger  <aj@suse.de>
11655             Jim Wilson  <wilson@specifixinc.com>
11657         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11658         like CC.
11660 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11662         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11663         * configure: Regenerate.
11665 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11667         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11668         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11669         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11670         targets.
11671         * Makefile.in: Regenerate.
11673 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11675         * configure.in: Test the ability to symlink directories.
11676         * configure: Regenerate.
11678         * Makefile.def (bootstrap-stage): New definitions.
11679         * Makefile.tpl (configure-stage1-gcc,
11680         configure-stage2-gcc, configure-stage3-gcc,
11681         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11682         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11683         new-restage3, compare): Autogenerate, see Makefile.in
11684         entry for behavioral changes.
11685         (distclean-stage1, new-stage1-start, new-stage1-end,
11686         new-stage1-bubble, distclean-stage2, new-stage2-start,
11687         new-stage2-end, new-stage2-bubble, distclean-stage3,
11688         new-stage3-start, new-stage3-end): New autogenerated targets.
11689         (objext, prebootstrap, BOOT_CFLAGS,
11690         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11691         targets.
11693         * Makefile.in: Regenerate.
11694         (distclean-stage1, new-stage1-start, new-stage1-end,
11695         new-stage1-bubble, distclean-stage2, new-stage2-start,
11696         new-stage2-end, new-stage2-bubble, distclean-stage3,
11697         new-stage3-start, new-stage3-end): New targets.
11698         (all-stage1-gcc): Move prebootstrap dependency from here...
11699         (configure-stage1-gcc): ...to here.
11700         (new-bootstrap): Use bubble targets.
11701         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11702         Use per-stage distclean targets.
11703         (configure-stage1-gcc, configure-stage2-gcc,
11704         configure-stage3-gcc, all-stage1-gcc,
11705         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11706         Use new-stageN-start to prepare the tree.
11708 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11710         * Makefile.def (host_modules): add libcpp.
11711         * Makefile.tpl: Add dependencies on and for libcpp.
11712         * Makefile.in: Regenerate.
11713         * configure.in: Add libcpp host module.
11714         * configure: Regenerate.
11716 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11718         * Makefile.tpl: Whenever a recursive target is defined, wrap
11719         it in a special @if/@endif block, and prepare its maybe
11720         dependency in the @if/@endif block
11721         * configure.in: Instead of writing maybe dependencies, remove
11722         the @if/@endif statements, and remove the @if/@endif blocks
11723         that remain.
11724         * configure: Regenerate.
11725         * Makefile.in: Regenerate.
11727 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11729         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11731 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11733         PR bootstrap/15120
11734         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11735         * */configure: Rebuilt.
11737 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11739         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11740         of libf2c.
11741         * configure, Makefile.in: Regenerate.
11743 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11745         * MAINTAINERS (Write After Approval): Add myself.
11747 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11749         Merge from tree-ssa-20020619-branch.
11751         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11752         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11753         (HOST_GMPLIBS): Define.
11754         (HOST_GMPINC): Define.
11755         (TARGET_LIB_PATH): Add libmudflap.
11756         (GFORTRAN_FOR_TARGET): Define.
11757         (configure-build*): Export GFORTRAN.
11758         (configure-gcc): Export GMPLIBS and GMPINC.
11759         (all-gcc): Add maybe-all-libbanshee.
11760         (configure-target-libgfortran): Define.
11761         * Makefile.in: Regenerate.
11762         * configure.in (host_libs): Add libbanshee.
11763         (target_libraries): Add target-libmudflap and target-libgfortran.
11764         Add --with-libbanshee.
11765         Handle --disable-libmudflap.
11766         (*-*-freebsd*): Use with_gmp.
11767         Add $(libgcj) to noconfigdirs.
11768         * configure: Regenerate.
11769         * depcomp: New file.
11770         * MAINTAINERS: Add tree-ssa maintainers.
11772 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11774         * MAINTAINERS (Various Maintainers): Add myself.
11776 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11778         * MAINTAINERS (Write After Approval): Add myself.
11780 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11782         * MAINTAINERS (Write After Approval): Add myself.
11784 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11786         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11787         * configure: Regenerate.
11789 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11791         Revert:
11792         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11794         * Makefile.def (flags_to_pass): Remove *dir variables that
11795         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11796         as well as prefix and exec_prefix.
11797         * Makefile.in: Regenerate.
11799 2004-04-26  Robert Millan  <robertmh@gnu.org>
11801         Add patches from libtool CVS.
11802         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11803         * ltconfig: Likewise.
11804         * ltcf-c.sh: Likewise.
11805         * ltcf-cxx.sh: Likewise.
11806         * ltcf-gcj.sh: Likewise.
11808 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11810         * Makefile.def (host_modules): Mark with the bootstrap
11811         flag packages on which gcc depends.
11812         * Makefile.tpl (all-bootstrap): Use it.
11813         * Makefile.in: Regenerate.
11815 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11817         * Makefile.def (flags_to_pass): Remove *dir variables that
11818         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11819         as well as prefix and exec_prefix.
11820         * Makefile.in: Regenerate.
11822 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11824         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11825         * configure: Regenerate.
11826         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11827         * gcc/Makefile.tpl (compare): Use the result of the test.
11828         * gcc/Makefile.in: Regenerate.
11830 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11832         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11833         Always relocate gcc and prev-gcc to the original names, even
11834         if the build fails.
11835         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11836         New targets.
11838 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11840         * MAINTAINERS: Update my email address.
11842 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11844         * configure.in (mips*-*-irix5*): Enable ld.
11845         * configure: Regenerate.
11847 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11849         * configure: Regenerate.
11851 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11853         * Makefile.tpl (configure-[+module+], configure-gcc,
11854         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11855         Set and export LDFLAGS.
11856         * Makefile.in: Regenerate.
11858 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11860         * MAINTAINERS: Add myself to write-after-approval.
11862 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11864         PR bootstrap/14871
11865         * Makefile.tpl: If we don't have built-in-tree target tools,
11866         use the ones found by configure rather than hacking around with
11867         program_transform_name.
11868         * configure.in: Give Makefile.tpl the information necessary
11869         to do that.
11870         * Makefile.in: Regenerate.
11871         * configure: Regenerate.
11873 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11875         PR bootstrap/14760
11876         * configure.in: When computing baseargs, strip *all* copies of
11877         offending options.  Also, don't match/substitute the trailing space,
11878         so that this actually works when two similar options are separated by
11879         only one space.
11880         * configure: Regenerate.
11882 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11884         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11885         (rs6000-*-aix*): Same.
11886         * configure: Regenerate.
11888 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11890         * MAINTAINERS: Add myself to write-after-approval.
11892 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11894         * MAINTAINERS: Add myself to write-after-approval.
11896 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11898         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11899         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11900         * Makefile.in: Regenerate.
11902         * configure.in (top level bootstrap support): Rework --enable-werror
11903         to set @stage2_werror_flag@.
11904         * configure: Regenerate.
11905         * Makefile.tpl (top level bootstrap support): Pass
11906         @stage2_werror_flag@ down to configure in stages 2 and 3.
11907         * Makefile.in: Regenerate.
11909 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11911         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11912         for stages 2 and 3 as well as in make.  As a consequence, remove
11913         OUTPUT_OPTION (now detected by configure) from the flags passed down
11914         to make.
11915         * Makefile.in: Regenerate.
11917         * Makefile.tpl (new-bootstrap): Fix typo.
11918         * Makefile.in: Regenerate.
11920 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11922         * Makefile.tpl: Rearrange by moving recursive_targets rules
11923         into their proper sections.
11924         * Makefile.tpl (top level bootstrap support): Move disabling
11925         of coverage flags from 'make' to 'configure'; improve comments.
11926         * Makefile.in: Regenerate.
11928         * Makefile.tpl (experimental top level bootstrap) Move stage1
11929         language setting from all- target to configure- target; disable
11930         intermodule optimization in stage 1; prevent gratuitous rebuilds
11931         of stage 1.
11932         * Makefile.in: Regenerate.
11933         * configure.in: Comma-separate stage 1 language list for top
11934         level bootstrap.
11935         * configure: Regenerate.
11937         * Makefile.tpl: Clean up experimental top level bootstrap support:
11938         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11939         prev-gcc in configure- targets as well as all- targets.
11940         * Makefile.in: Regenerate.
11942 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11944         * compile: New file imported from automake.
11946 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11948         * configure.in: Remove symbolic link section.
11949         * configure: Regenerate.
11950         * Makefile.tpl (links): Remove.
11951         * Makefile.in: Regenerate.
11953 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11954             Nathanael Nerode  <neroden@gcc.gnu.org>
11956         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11957         Set with AC_CHECK_PROGS.
11958         * configure.in: Fix comment typo from last patch.
11959         * configure: Regenerate.
11961 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11963         * Makefile.tpl: Introduce experimental top level bootstrap support.
11964         * Makefile.in: Regenerate.
11965         * configure.in: Introduce support for top level bootstrap.
11966         * configure: Regenerate.
11968 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11969             Paolo Bonzini  <bonzini@gnu.org>
11971         PR bootstrap/14522
11972         * configure.in: Cope with shells that do not support unquoted ^
11973         * configure: Regenerate.
11975 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11976             Paolo Bonzini  <bonzini@gnu.org>
11978         PR bootstrap/14522
11979         * configure.in: Cope with shells that do not support nesting
11980         quotes inside quoted backquote substitutions.
11981         * configure: Regenerate.
11983 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11985         PR bootstrap/14522
11986         * configure.in: Fix escaping of $.
11987         * configure: Regenerate.
11989 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11991         * configure: Regenerate, since I forgot to while committing Paolo's
11992         changes.
11994 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11996         PR ada/14131
11997         Move language detection to the top level.
11998         * configure.in: Find default values for the tools as
11999         soon as possible.  Disable ada if GNAT is not found.
12000         Emit error message about missing languages.  Expand
12001         --enable-languages=all for the gcc subdirectory.
12003 2004-03-10  Ben Elliston  <bje@gnu.org>
12005         * MAINTAINERS: Update my email address.
12007 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
12009         * ltconfig: Disable building static libraries if building shared
12010         libraries on AIX 5L.
12012 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
12014         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
12015         and disable libgcj.
12016         * configure: Regenerated.
12018 2004-03-01  Brian Booth  <bbooth@redhat.com>
12020         * MAINTAINERS: Add myself to write-after-approval.
12022 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
12024         * MAINTAINERS: Add myself to write-after-approval.
12026 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12028         PR bootstrap/7087
12029         * Makefile.tpl: Guard XFOO sed statements better.
12030         * Makefile.tpl: Add dependency for configure-target-libada.
12031         * Makefile.in: Regenerate (incidentally fixes broken
12032         commit when libada-branch was merged).
12034 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
12036         * MAINTAINERS: Add myself to write-after-approval.
12038 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
12040         * MAINTAINERS: Add Nicola Pero and myself as libobjc
12041         maintainers.
12043 2004-02-20  Andrew Cagney  <cagney@redhat.com>
12045         * config.guess: Update from version 2003-10-16 to 2004-02-16.
12046         * config.sub: Update from version 2003-11-03 to 2004-02-16.
12048 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12050         PR bootstrap/11932
12051         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
12053 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
12055         * MAINTAINERS: Added myself to write-after-approval.
12057 2004-02-14  Michael Koch  <konqueror@gmx.de>
12059         * MAINTAINERS: Added myself to write-after-approval.
12061 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
12063         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
12064         some OS port maintainers to OS port maintainers section.
12066 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
12068         * MAINTAINERS: Add self.
12070 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12072         * MAINTAINERS: Alphabetize.
12074 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
12076         * MAINTAINERS: Remove myself.
12078 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
12080         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
12081         (rs6000-*-aix*): Same.
12082         * configure: Regenerate.
12084 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
12086         * configure.in (host): Add in missing $noconfigdirs to defines.
12087         * configure: Regenerate.
12089 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
12090             Nathanael Nerode  <neroden@gcc.gnu.org>
12092         PR ada/6637, PR ada/5911
12093         Merge with libada-branch:
12094         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
12095         with appropriate dependencies. Add --enable-libada configure switch.
12096         * configure, Makefile.in: Regenerate.
12098 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
12100         * MAINTAINERS: Add myself to write-after-approval.
12102 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12104         * configure.in: Don't pass --with-stabs on IRIX 5 either.
12105         * configure: Regenerate.
12107 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
12109         Merge from upstream:
12111         * ltmain.in: When setting IFS to '~', be careful about user
12112         arguments that contain '~'.
12114         2004-02-04  Peter O'Gorman  <peter@pogma.com>
12116         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12117         Also test $base_compile against $CC with escaped arguments. Bug
12118         reported by Geoff Keating <geoffk@apple.com>.
12120 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
12122         * MAINTAINERS: Remove i960 port.
12124 2004-01-23  DJ Delorie  <dj@redhat.com>
12126         * Makefile.def (target_modules) [libiberty]: Don't stage.
12127         * Makefile.in: Rebuilt.
12129 2004-01-20  Caroline Tice  <ctice@apple.com>
12131         * MAINTAINERS: Add myself to write-after-approval.
12133 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
12135         * MAINTAINERS: Update my email address.
12137 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
12139         * MAINTAINERS: Add myself to write-after-approval.
12141 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12143         * MAINTAINERS: Remove entries without email address.
12145 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
12147         * MAINTAINERS: Add myself to write-after-approval.
12149 2004-01-15  Steven Bosscher  <stevenb@suse.de>
12151         * MAINTAINERS: Update my email address.
12153 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
12155         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12156         * Makefile.tpl (configure-target-[+module+]): Support stage.
12157         * Makefile.in: Rebuilt.
12159 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
12161         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12163 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
12165         * MAINTAINERS: Add myself as a MIPS maintainer.
12167 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12169         * configure.in: Use ./config.cache, not config.cache.
12170         * configure: Regenerate.
12171         * Makefile.tpl: Special-casing not needed for GCC any more.
12172         * Makefile.in: Regenerate.
12174         * configure.in: Don't share a cache file for host dirs.
12175         * configure: Regenerate.
12177         * config-ml.in: Don't mess with the cache file.
12179 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12181         * MAINTAINERS: Move myself from 'Write After Approval' to
12182         'CPU Port Maintainers' section as SPARC maintainer.
12184 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12186         * Makefile.tpl: Make GCC use a separate config.cache.
12187         * Makefile.in: Regenerate.
12189         PR bootstrap/11932, PR bootstrap/11933
12190         (I don't know if it will fix either of them, but it relates
12191         to them.)
12192         * configure.in: Don't use shared config.cache for target
12193         directories.
12194         * configure: Regenerate.
12196 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
12198         * MAINTAINERS: Add myself to 'Write After Approval' section.
12200 2003-12-31  Roger Sayle  <roger@eyesopen.com>
12202         * configure.in (ia64*-*-hpux*): Disable building java libraries.
12203         * configure: Regenerated.
12205 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
12207         * MAINTAINERS: Remove the mn10200 maintainer.
12209 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
12211         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12212         * configure: Regenerated.
12214 2003-12-16  Jan Hubicka  <jh@suse.cz>
12216         * MAINTAINERS: Add myself as callgraph maintainer.
12218 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
12220         * configure.in (raw_libstdcxx_flags): Remove the leading space.
12221         * configure: Regenerate.
12223 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
12225         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12226         'Write After Approval' section. Update email.
12228 2003-12-01  James Lemke  <jim@wasabisystems.com>
12230         * MAINTAINERS (Write After Approval): Add myself.
12232 2003-11-20  Matt Thomas  <matt@3am-software.com>
12234         * MAINTAINERS: Add myself as a vax port maintainer.
12236 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
12238         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12239         (configure-build-[+module+], configure-[+module+]): Likewise.
12240         (configure-target-[+module+], configure-gcc, config.status): Likewise.
12241         * Makefile.in: Regenerate.
12243 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
12245         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12246         shared/dylibed libraries.
12247         * ltmain.sh: Likewise.
12248         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12249         * ltcf-cxx.sh: Likewise.
12250         * ltcf-gcj.sh: Likewise.
12251         * ltconfig: Likewise.
12253 2003-11-17  Stan Cox  <scox@redhat.com>
12255         * MAINTAINERS: Add myself as iq2000 port maintainer.
12257 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
12259         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12260         * Makefile.in: Regenerate.
12262 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
12264         * config.sub: Update to 2003-11-03 version.
12266 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12268         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
12269         * configure:  Regenerate.
12271 2003-10-20  Nicolas Pitre  <nico@cam.org>
12273         * MAINTAINERS: Add myself to 'Write After Approval' section.
12275 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
12277         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12279 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
12281         * MAINTAINERS: Update my email address.
12283 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12285         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12287 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
12289         * MAINTAINERS: Add myself to 'Write After Approval' section.
12291 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
12293         * config.guess: Update to 2003-10-16 version.
12294         * config.sub: Update to 2003-10-16 version.
12296 2003-10-15  David Daney  <ddaney@avtrex.com>
12298         * MAINTAINERS: Added myself to 'Write After Approval' section.
12300 2003-10-15  Falk Hueffner  <falk@debian.org>
12302         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12303         'Write After Approval' section. Update email.
12305 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12307         * MAINTAINERS: Move myself from 'Write After Approval' to
12308         'Various Maintainers' section as middle-end maintainer.
12310 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12312         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12313         HOST_FLAGS_TO_PASS.
12314         * Makefile.in: Regenerate.
12316 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
12318         * config.guess: Update to 2003-10-07 version.
12319         * config.sub: Update to 2003-10-07 version.
12321 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12323         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12324         * ltconfig (irix5*, irix6*): Don't override version_type.
12326 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
12328         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12329         * configure: Rebuilt
12330         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12331         * Makefile.in: Rebuilt
12333 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
12335         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12337 2003-09-30  Carlo Wood  <carlo@alinoe.com>
12339         * MAINTAINERS (Write After Approval): Add myself.
12341 2003-09-29  Paul Koning  <ni1d@arrl.net>
12343         * MAINTAINERS: Move myself from "Write After Approval"
12344         to CPU platform maintainers for pdp11 platform.
12346 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
12348         * MAINTAINERS: Move myself from 'Write After Approval' to
12349         'Various Maintainers' section as libffi testsuite maintainer.
12351 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
12353         * configure.in: Pass a computed --program-transform-name
12354         to subconfigures.
12355         * configure: Regenerated.
12357 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12359         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12360         * Makefile.in: Regenerate.
12362         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12363         * Makefile.in: Regenerate.
12365 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
12367         * MAINTAINERS: Move myself from 'Write After Approval'
12368         to 'Various Maintainers' (objective-c) section.
12370 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
12372         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12373         quoting.
12374         * configure: Regenerated.
12376 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
12378         * MAINTAINERS (Write After Approval): Add myself to write after
12379         approval list.
12381 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
12383         * MAINTAINERS (Write After Approval): Add myself.
12385 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
12387         * MAINTAINERS: Update my e-mail address.
12389 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
12391         * libtool.m4 (LD): Correct powerpc64 host match.
12393 2003-09-06  James E Wilson  <wilson@tuliptree.org>
12395         * MAINTAINTERS: Update my affiliation and email address.
12397 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12399         * MAINTAINERS (Write After Approval): Add myself.
12401 2003-09-04  DJ Delorie  <dj@redhat.com>
12403         * configure: Regenerate.
12405 2003-09-04  Robert Millan  <robertmh@gnu.org>
12407         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12409 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12411         * configure.in: Ensure arguments to sed are properly spaced.
12412         * configure: Regenerate.
12414 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
12416         * MAINTAINERS: Update my e-mail address.
12418 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12420         * MAINTAINERS (Write After Approval): Add myself.
12422 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12424         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12425         * configure: Regenerated.
12427 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12429         * MAINTAINERS: Update my email address.
12431 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12433         * configure.in:  Use newline instead of semicolon when assuming
12434         shell arguments in a for loop.
12435         * configure:  Regenerated.
12437 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12439         * MAINTAINERS: Resurrect the i860 maintainer.
12441 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12443         PR 8180
12444         * configure.in: When testing with_libs and with_headers, treat
12445         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12446         * configure: Regenerate.
12448         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12449         make, shell, etc.
12450         (baseargs): Likewise.
12451         * configure: Regenerate.
12453 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12455         * MAINTAINERS (Write After Approval): Add myself.
12457 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12459         * configure.in: Disable libgcj for darwin not on powerpc.
12460         * configure: Rebuild.
12462 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12464         * config-ml.in, symlink-tree: Add license.
12466 2003-08-03  Richard Stallman  <rms@gnu.org>
12467             Eben Moglen  <moglen@columbia.edu>
12469         * README.SCO: New file.
12471 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12473         * Makefile.tpl (check, check-c++): Express dependencies using
12474         dependencies rather than commands.
12475         * Makefile.in: Regenerate.
12477 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12479         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12480         * configure: Ditto.
12482 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12484         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12485         * Makefile.in: Update.
12487 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12489         * configure.in: Enable libgcj for darwin.
12490         * configure: Rebuild.
12492 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12494         * config-ml.in:  Use ac_configure_args directly instead of
12495         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12496         actually seen.
12498 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12500         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12501         creating target and build subdirs to build all parent dirs as needed.
12502         * Makefile.in: Rebuild.
12503         * configure.in: Don't build dirs explicitly here.
12504         * configure: Rebuild.
12506 2003-07-26  Paul Brook  <paul@nowt.org>
12508         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12510 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12512         * Makefile.tpl (all-make): Depend on intl.
12513         * Makefile.in: Rebuilt.
12515 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12517         * install-sh:  Update to newer upstream versions (associated with
12518         aclocal 1.7).
12519         * mkinstalldirs:  Likewise.
12520         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12522 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12524         * MAINTAINERS: Move self from Bug database only accounts
12525         to write-after-approval.
12527 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12529         * config.if: Remove unused libc_interface determination.
12531 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12533         * MAINTAINERS: Move self from write-after-approval to
12534         build machinery (*.in).
12536 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12538         PR bootstrap/11273
12539         PR bootstrap/11408
12540         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12541         unused INSTALL_PROGRAM_ARGS.
12542         * configure.in: Use AC_PROG_INSTALL.
12543         * Makefile.in: Regenerate.
12544         * configure: Regenerate.
12546 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12548         * MAINTAINERS: Alphabetize.
12550 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12552         * configure: Rebuilt.
12553         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12554         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12555         newlib nor libgloss.
12556         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12557         * configure.in (am33_2.0-*-linux*): Added.
12559 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12561         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12562         * configure: Regenerate.
12564 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12566         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12567         * Makefile.in: Regenerate.
12569 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12571         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12572         * Makefile.in: Regenerate.
12574 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12576         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12577         * Makefile.in: Regenerated.
12579         * config-ml.in: Replace PWD with PWD_COMMAND.
12581 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12583         * intl: New directory; see intl/ChangeLog for details.
12584         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12585         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12586         * Makefile.in: Regenerate.
12588 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12590         * configure.in: Clean up config-lang.in handling.  Delete
12591         useless assignment to "subdirs".
12592         * configure: Regenerate.
12594 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12596         * configure.in: Rename 'target_libs' to 'target_libraries'.
12597         Remove useless reference to 'target_libs'.
12598         * configure: Regenerate.
12600 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12602         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12603         * Makefile.in: Regenerate.
12605 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12607         * Makefile.def: Introduce flags_to_pass.
12608         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12609         * Makefile.in: Regenerate.
12611 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12613         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12614         and target-libgloss.
12615         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12616         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12617         * configure: Regenerate.
12619 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12621         * configure.in: Update testsuite_flags to new location.
12622         * configure. Regenerate.
12624 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12626         * Makefile.tpl: Remove BUILD_CC stuff.
12627         * Makefile.in: Regenerate.
12629 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12631         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12633 2003-06-16  Graeme Peterson  <gp@qnx.com>
12635         * MAINTAINERS (Write After Approval): Add myself.
12637 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12639         * config.guess: Update to 2003-06-12 version.
12640         * config.sub: Update to 2003-06-13 version.
12642 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12644         * config.guess: Update to 2003-06-06 version.
12645         * config.sub: Update to 2003-06-06 version.
12647 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12649         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12650         * configure. Regenerate.
12652 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12654         * configure.in: Disable serial configure by default.
12655         * configure: Regenerate.
12656         * Makefile.tpl: Abolish .NOTPARALLEL.
12657         * Makefile.in: Regenerate.
12659         * Makefile.tpl: Replace {build,host,target}_canonical by
12660         {build,host,target}.
12661         * Makefile.in: Regenerate.
12663         * Makefile.tpl: Fix stupid pasto.
12664         * Makefile.in: Regenerate.
12666 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12668         * Makefile.tpl: Remove bogus conditional.
12669         * Makefile.in: Regenerate.
12671 2003-06-05  Jan Hubicka  <jh@suse.cz>
12673         * Makefile.tpl (profiledbootstrap): New target.
12674         * Makefile.in (profiledbootstrap): New target.
12676 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12678         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12679         Pinski. Remove user names from other bugzilla-only maintainers.
12681 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12683         * Makefile.tpl: Make 'recursive targets' using autogen rather
12684         than shell loop.  Remove duplicate 'clean' targets and false
12685         comments.
12686         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12687         Add systematic method of specifying missing targets in subdirs.
12688         Add copyright boilerplate.
12689         * Makefile.in: Regenerate.
12690         * configure.in: Add 'recursive targets' to maybe list.
12691         * configure: Regenerate.
12693         * MAINTAINERS: "GNATS only" -> "Bug database only".
12695         * Makefile.tpl: Rename [+target+] to [+make_target+].
12696         * Makefile.def: Rename 'target' to 'make_target'.
12698 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12700         * MAINTAINERS: Add self as options handling maintainer.
12702 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12704         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12705         been too long since I touched those ports.
12707 2003-05-28  DJ Delorie  <dj@redhat.com>
12709         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12710         * Makefile.in: Regenerate.
12712 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12714         * configure.in: Use curly braces in the definition of tooldir.
12715         * configure: Regenerate.
12717 2003-05-21  DJ Delorie  <dj@redhat.com>
12719         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12720         newlib or libgloss.
12721         * Makefile.in: Regenerate.
12723 2003-05-21  DJ Delorie  <dj@redhat.com>
12725         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12726         * Makefile.in: Regenerate.
12728 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12730         * MAINTAINERS: Update my e-mail address.
12732 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12734         * configure.in: Switch more things to use maybe dependencies.
12735         * Makefile.tpl: Switch more things to use maybe dependencies.
12736         Factor out common code from autogen IF statements.
12737         * configure: Regenerate.
12738         * Makefile.in: Regenerate.
12740 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12742         * configure.in: Accept i[3456789]86 for machine type.
12743         * configure: Regenerate.
12745 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12747         * configure.in: Switch more things to use maybe dependencies.
12748         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12749         * configure: Regenerate.
12750         * Makefile.tpl: Switch more things to use maybe dependencies.
12751         * Makefile.in: Regenerate.
12753 2003-05-16  Andreas Schwab  <schwab@suse.de>
12755         * Makefile.tpl (install-opcodes): Define.
12756         * Makefile.in: Rebuild.
12758 2003-05-13  Andreas Jaeger  <aj@suse.de>
12760         * config.guess: Update to 2003-05-09 version.
12761         * config.sub: Update to 2003-05-09 version.
12763 2003-05-13  Michael Eager  <eager@mvista.com>
12765         * configure.in: Correct sed script so that options in quotes are not
12766         deleted.
12767         * configure: Rebuild.
12769 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12771         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12772         and $$s/newlib/libc/sys/cygwin32 include paths.
12773         * configure: Ditto.
12775 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12777         * MAINTAINERS: Update my email addresses.
12779 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12781         * config-ml.in: Propagate INSTALL variables.
12783 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12785         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12787 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12789         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12790         * Makefile.in: Regenerate.
12792 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12794         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12796 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12798         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12800 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12802         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12803         * Makefile.in: Regenerated.
12805 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12807         * MAINTAINERS (Write After Approval): Upgrade myself from
12808         GNATS only to write-after-approval. Update my mail address.
12810 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12812         (OS Port Maintainers: freebsd): Add myself.
12814 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12816         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12818 2003-04-22  Kean Johnston  <jkj@sco.com>
12820         * MAINTAINERS (SCO ports): Added myself.
12822 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12824         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12826 2003-04-19  Kean Johnston  <jkj@sco.com>
12828         * MAINTAINERS (Write After Approval): Add myself.
12830 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12832         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12833         * Makefile.in: Regenerate.
12835 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12837         * configure.in (powerpc64*-*-linux*): Remove.
12838         * configure: Rebuilt.
12840 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12842         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12843         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12844         and restrap.
12845         * Makefile.in:  Regenerate.
12847 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12849         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12850         * configure: Regenerated.
12852 2003-04-15  DJ Delorie  <dj@redhat.com>
12854         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12856 2003-04-13  Nick Clifton  <nickc@redhat.com>
12858         * config-ml.in: Remove support for --disable-aix removing
12859         call-aix multilibs.
12861 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12863         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12864         * */configure: Rebuilt.
12866 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12868         * MAINTAINERS: Add my email address.
12870 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12872         * MAINTAINERS (Write After Approval): Add myself.
12874 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12876         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12877         * Makefile.in: Regenerate.
12879 2003-03-14  Michael Chastain  <mec@shout.net>
12881         * Makefile.in: Regenerate with correct Makefile.def.
12883 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12885         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12886         Make macro.
12887         * Makefile.in: Regenerate.
12888         * configure.in: Clean up gxx_include_dir logic.
12889         * configure: Regenerate.
12891 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12893         * MAINTAINERS (Write After Approval): Add myself.
12895 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12897         * MAINTAINERS: Update my mail address.
12899 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12901         * configure.in (gxx_include_dir): Fix typo.
12902         * configure: Regenerated.
12904 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12906         * Makefile.tpl: Reindent.
12907         * Makefile.in: Regenerate.
12908         * configure.in: Reindent.  Don't set unused variables.
12909         * configure: Regenerate.
12911 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12913         * configure.in: Include $(build_tooldir)/sys-include in
12914         FLAGS_FOR_TARGET.
12915         * configure: Regenerated.
12917 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12919         * Makefile.tpl: Always pass down RANLIB.
12920         * Makefile.in: Regenerate.
12922         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12923         * Makefile.in: Regenerate.
12924         * configure.in: Remove unused logic relating to --enable-shared
12925         and --enable-threads.  Remove bogus comments.  Remove redundant
12926         noconfigdirs.
12927         * configure: Regenerate.
12929         * configure.in: Replace ${libstdcxx_version} by its value.
12930         Remove reference to mh-dgux.
12931         * configure: Regenerate.
12933 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12935         * MAINTAINERS (Write After Approval): Add myself.
12937 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12939         * Makefile.tpl: Rearrange.
12940         * Makefile.in: Regenerate.
12942 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12944         * configure.in: Add support for kaOS as cross build target system.
12945         * configure: Regenerated.
12947 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12949         * MAINTAINERS (Write after approval): Add myself.
12951 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12953         * MAINTAINERS: Update my email address.
12955 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12957         * MAINTAINERS: Add self to blanket write privs. section.
12959 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12961         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12962         configure-target-* as some target builds may require additional
12963         flags for preprocessor tests.
12964         * Makefile.in: Regenerated.
12966 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12968         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12969         * ltconfig: Handle it.
12970         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12971         auto-detecting it.
12973         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12974         it is used as argument to $CC.
12975         * ltcf-gcj.sh: Likewise.
12977         * configure.in: Introduce --enable-maintainer-mode.
12978         * configure: Rebuilt.
12979         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12980         for maintainer mode.
12981         * Makefile.in: Rebuilt.
12983 2003-02-18  Jason Merrill  <jason@redhat.com>
12985         * Makefile.tpl (check-c++): Allow parallelism.
12987 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12989         * MAINTAINERS: Remove John Carr (who never actually had access to
12990         gcc.gnu.org).
12992 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12994         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12995         don't configure target-libobjc.
12996         * configure: Regenerate.
12998 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13000         * Makefile.tpl (RANLIB): Define.
13001         * Makefile.in: Regenerate.
13003 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
13005         * MAINTAINERS: Update my email.
13007 2003-02-06  Keith R Seitz  <keiths@redhat.com>
13009         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
13010         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
13011         * Makefile.in: Regenerated.
13012         * configure.in: Remove all traces of snavigator, db, and grep.
13013         * configure: Regenerated.
13015 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13017         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
13018         After Approval.
13020 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13022         * MAINTAINERS (Write after approval): Add myself.
13024 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
13026         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
13027         * Makefile.in: Regenerated.
13029 2003-01-30  Roger Sayle  <roger@eyesopen.com>
13031         * config.guess: Updated to 2003-01-30's version.
13032         * config.sub: Updated to 2003-01-28's version.
13034 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
13036         * config.if: If gcc_version is already set, just use it.  Don't set
13037         gcc_version_trigger if it's already set, otherwise set it to
13038         gcc/version.c, but only if the file exists.  If it is not set and
13039         gcc/version.c does not exist, try to extract the version number from
13040         $CC.
13042 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
13044         * MAINTAINERS: Add myself to write-after-approval list.
13046 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
13048         * configure.in:  Revert 24Jan change.
13049         * configure:  Regenerate.
13051 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13053         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
13054         entry of HJ Lu.
13056 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13058         * configure.in: Revert previous change.
13059         * configure: Regenerate.
13061 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13063         * configure.in: Make rda native-only.
13064         * configure: Regenerate.
13066 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13068         * MAINTAINERS: Move myself from GNATS-only-accounts to
13069         write-after-approval.
13071 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13073         * configure.in: Add missing \.
13074         * configure: Rebuilt.
13076 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
13078         * configure.in (baseargs): Avoid using \| in sed regular
13079         expressions.
13080         * configure: Rebuilt.
13082 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
13084         * configure.in (baseargs): Remove all supported forms of
13085         --cache-file, --srcdir, --host, --build and --target options
13086         from argument lists.
13087         * configure: Rebuilt.
13089 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
13091         * MAINTAINERS: Add myself to write-after-approval list.
13093 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
13095         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
13096         * configure: Rebuilt.
13098 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13100         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
13101         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
13102         * Makefile.in: Regenerate.
13103         * configure: Regenerate.
13105 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
13107         * configure.in: Remove Makefile in build, host and target modules
13108         unless configure was run with --no-recursion.
13109         * configure: Rebuilt.
13111 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13113         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13114         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13115         * Makefile.in: Regenerate.
13117 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
13119         * config.guess: Update to 2003-01-03 version.
13120         * config.sub: Update to 2003-01-03 version.
13122 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13124         * configure: Regenerate with proper autoconf 2.13.
13126 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13128         * configure.in: Add AC_PREREQ for consistency.
13129         * configure: Regenerate.
13131 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
13133         * configure.in (GDB_TK): Add tcl directories conditional on
13134         gdb/gdbtk directory being present.
13135         * configure: Regenerate.
13137 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
13139         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
13140         used by gcc if LD is not defined and we are not doing a Canadian Cross.
13141         * configure: Rebuilt.
13143 2002-12-31  Tom Tromey  <tromey@redhat.com>
13145         * Makefile.in: Rebuilt.
13146         * Makefile.def (target_modules) [libffi]: Allow installation.
13148 2002-12-31  Andreas Schwab  <schwab@suse.de>
13150         * configure.in: Fix use of $program_transform_name.
13151         * configure: Regenerated.
13153 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13155         * configure.in (baseargs): Don't remove first configure argument.
13156         * configure: Regenerated.
13158 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
13160         * Makefile.tpl (local-distclean): Don't remove...
13161         (multilib.ts): ... this.  Moved into...
13162         (multilib.out): ... this.  Don't use sub-make.
13163         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13164         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13165         (configure-build-[+module+], configure-[+module+],
13166         configure-target-[+module+], configure-gcc): ... these.  Test
13167         for Makefile existence.  Drop config.status from dependencies.
13168         * Makefile.in: Rebuilt.
13169         * configure.in: Move gcc-version-trigger to the end of
13170         ac_configure_args.  Add comments to maybedep.tmp and
13171         serdep.tmp.  Introduce --disable-serial-configure.  Remove
13172         nonopt from baseargs, matching and removing corresponding
13173         whitespace while at it.
13174         * configure: Rebuilt.
13176 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
13178         * configure.in (host_configargs): Replace reference to
13179         no-longer-defined buildopts with --build=${build_alias}.
13180         * configure: Rebuilt.
13182         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
13183         program_transform_name to standard idiom.
13184         (AUTOGEN, AUTOCONF): Define.
13185         (Makefile.in): Use $(AUTOGEN).
13186         (Makefile): Depend on config.status, and use autoconf-style rule to
13187         build it.  Move original commands to...
13188         (config.status): ... this new target.
13189         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
13190         $(AUTOCONF).
13191         * Makefile.in: Rebuilt.
13193 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13195         * Makefile.tpl: Fix dramatic bustage due to change in
13196         program_transform_name.
13197         * Makefile.in: Regenerate.
13199         * configure.in: Remove unnecessary PATH setting.
13200         * configure: Regnerate.
13202         * configure.in: Don't default to unprefixed tools unless
13203         the native tools will work.
13204         * configure: Regenerate.
13206         * configure.in: Convert to autoconf script.  Blow away lots
13207         of now-redundant Makefile fragments.
13208         * configure: Generate using Autoconf.
13209         * Makefile.tpl: Rewrite to reflect autoconfiscation.
13210         * Makefile.in: Regenerate.
13212 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
13214         * configure: Fix stupid bug where RANLIB was mistakenly included.
13216         * configure.in: Rename (buildargs, hostargs, targargs) to
13217         (build_configargs, host_configargs, target_configargs).
13219         * configure.in: Move logic out of sed statement.
13221         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
13222         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13224 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
13226         * config.sub: Import from master repository
13227         * config.guess: Ditto
13229 2002-12-24  Andreas Schwab  <schwab@suse.de>
13231         * Makefile.tpl (multilib.out): Fix missing space.
13232         * Makefile.in: Regenerate.
13234 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13236         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
13237         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
13238         * Makefile.in: Regenerate.
13239         * configure.in: Remove unnecessary leftovers.
13241 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
13243         * configure.in (extra_ranlibflags_for_target): New variable.
13244         (*-*-darwin): Add -c to ranlib commands.
13245         * configure (tooldir): Handle extra_ranlibflags_for_target.
13247 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13249         * Makefile.tpl: Revert HJL's change.
13250         * Makefile.in: Regenerated.
13251         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13252         always.
13254 2002-12-19  Andreas Schwab  <schwab@suse.de>
13256         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13257         * Makefile.in: Regenerate.
13259 2002-12-18  H.J. Lu  <hjl@gnu.org>
13261         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13262         * Makefile.in: Regenerated.
13264         * configure.in (build_prefix): New. Substitute.
13266 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
13268         * Makefile.tpl: Don't let real targets depend on phony targets.
13269         * Makefile.in: Regenerate.
13271         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13272         * Makefile.in: Regenerate.
13274 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
13276         * config.sub: Import from master repository
13277         * config.guess: Ditto
13279 2002-12-16  Jason Merrill  <jason@redhat.com>
13281         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13282         previous 'make bootstrap'.
13283         * Makefile.in: Regenerate.
13285 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
13287         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13289 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13291         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13292         * Makefile.in: Regenerate.
13294 2002-12-13  Jason Merrill  <jason@redhat.com>
13296         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
13297         library tests.
13298         (check-c++): Just depend on it and check-target-libstdc++-v3.
13299         * Makefile.in: Regenerate.
13301 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13303         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13304         * Makefile.in: Rebuilt.
13306 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13308         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13310 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13312         * configure: Fix bug put in by gremlins.
13314         * Makefile.tpl: Substitute more autoconfily.
13315         * configure: Substitute more autoconfily.
13316         * Makefile.in: Regenerate.
13318 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
13320         * config.sub: Import from master repository
13321         * config.guess: Ditto
13322         * MAINTAINERS: Added Svein Seldal under write after approval
13324 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
13326         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13327         * Makefile.in (all-sim): Ditto.
13329 2002-12-06  DJ Delorie  <dj@redhat.com>
13331         * Makefile.tpl: Change configure dependencies to not have real
13332         targets depend on phony targets.
13334 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
13336         * configure.in: Revert unintentional change.
13338         * Makefile.tpl: Change dependency for */multilib.out so that
13339         it works when gcc isn't in the tree.
13341         * configure.in: Substitute more.
13342         * configure: Run subconfigures from the Makefile.
13343         * Makefile.tpl: Run subconfigures from the Makefile; add a few
13344         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
13346 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13348         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13350 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13352         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13353         and corresponding dependencies.
13354         * Makefile.in: Regenerate.
13356         * configure.in (host_tools): Order binutils, gas and ld for
13357         convenience in running the testsuites.
13359         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13360         * Makefile.in: Regenerate.
13361         * configure.in: Introduce rules to serialize subconfigure runs.
13363         * configure.in: Introduce BASE_CC_FOR_TARGET.
13364         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
13365         Realize configure-build-* targets.  Realize configure-target-* targets.
13366         * Makefile.in: Regenerate.
13368 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13370         * configure: Move gcc_version_trigger stuff from here...
13371         * configure.in: ...to here.
13373         * configure.in: Separate subconfigure options added by this file from
13374         options given by the user.  Add machinery to put args for host
13375         subconfigures into the Makefile.
13377         * Makefile.tpl: Remove 'vault' targets.
13378         * Makefile.tpl: Reorder and comment dependencies.
13379         * Makefile.in: Regenerate.
13381 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13382         * configure.in: Fix my broken commit of previous patch. (sigh)
13384 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13386         * configure.in: Move host-specific darwin noconfigdirs into
13387         the host-specific section.
13389 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13391         * configure.in: Move host-specific darwin noconfigdirs into
13392         the host-specific section.
13394 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13396         * configure: Remove skip-this-dir support.
13397         * Makefile.tpl: Remove skip-this-dir support.
13399         * Makefile.tpl: Remove leftover support for non-autoconfiscated
13400         subdirectories.
13401         * Makefile.in: Regenerate.
13403         * Makefile.tpl: Strip out useless setting of 'dir'.
13404         * Makefile.in: Regenerate.
13406 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13408         * configure.in: Fix deeply stupid bug.
13410         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13411         shell code in CXX_FOR_TARGET
13412         * Makefile.def: Introduce raw_cxx.
13413         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13414         RAW_CXX_FOR_TARGET.
13415         * Makefile.in: Regenerate.
13417 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13419         * Makefile.tpl: Remove unnecessary ifs.
13420         * Makefile.in: Regenerate.
13422         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13423         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13424         targets for 'no_install' modules.
13425         * configure: Move GDB_TK substitution to configure.in.  Move
13426         build_modules stuff to configure.in.
13427         * configure.in: Implement soft dependency machinery.  Maybe-ize
13428         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13429         * Makefile.in: Regenerate.
13431 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13433         * Makefile.tpl: Make all-target, install-target behave similarly
13434         to all, install (only hitting configured targets).  Eliminate
13435         unused macro defintions.
13437         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13438         build != host.
13440         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13442         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13444         * configure.in: Produce lists of subdir targets we're actually
13445         configuring.  Remove references to "dosrel".
13446         * Makefile.tpl: Let configure set which subdir targets are hit.
13447         Remove install-cross; clean up install; remove ALL.  Remove
13448         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13449         Autogenerate host module targets.  Remove empty dependency lines
13450         and redundant dependency; rearrange slightly.
13451         * Makefile.def: Add host-side libtermcap, utils.
13453         * Makefile.in: Regenerate.
13455 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13457         * ltconfig (osf[345]): Append $major to soname_spec.
13458         Reflect this in library_names_spec.
13459         * ltmain.sh (osf): Prefix $major with . for use as extension.
13461 2002-11-19  Andreas Jaeger  <aj@suse.de>
13463         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13464         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13465         and sparc64 GNU/Linux systems.
13467 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13469         * MAINTAINERS: Update email.
13471 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13473         * MAINTAINERS: Complete James Dennett's entry.
13475 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13477         * MAINTAINERS (Write After Approval): Add myself.
13479 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13481         * Makefile.tpl: syntactic cleanup
13483 2002-11-13  Stuart Hastings  <stuart@apple.com>
13485         * MAINTAINERS: Add myself to write-after-approval list.
13487 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13489         * Makefile.def: Add list of recursive targets to autogenerate.
13490         Add build_modules.
13491         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13492         targets.  Autogenerate *-build-* targets.
13493         * Makefile.in: Regenerate.
13495 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13497         * configure: More autoconf-style substitutions.
13498         * Makefile.tpl: More autoconf-style substitutions.
13499         * Makefile.in: Regenerate.
13501 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13503         * configure: Substitute more variables in a more autoconf-friendly
13504         way.  Simplify slightly.
13505         * Makefile.tpl: Make more variables substitutable in an
13506         autoconf-friendly way.
13507         * Makefile.in: Regenerate.
13509 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13511         * MAINTAINERS (Write After Approval): Add myself.
13513 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13515         * configure.in (v810*): Remove special setting of tools.
13517         * configure: Add support for extra required flags for ar or nm.
13518         * configure.in (aix4.3+): Use above support for target-specific
13519         issues, rather than using config/mt-aix43.
13521 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13523         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13524         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13525         with $srcdir.  Reformat indentation.  Substitute some variables
13526         formerly hard-coded in the Makefile for build=host.
13527         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13528         * Makefile.def: Autogenerate more.
13529         * Makefile.in: Regenerate.
13531 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13533         * MAINTAINERS (Write After Approval): Add myself.
13535 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13537         * Makefile.def (host_modules): Add rda.
13538         * Makefile.in: Regenerate.
13539         * configure.in (target_tool): Add target-rda to list.
13541 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13543         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13545 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13547         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13548         and restrap targets to this rule.
13549         * Makefile.in:  Regenerate.
13551 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13553         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13554         GNATS only accounts.
13556 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13558         * configure.in (i[3456]86-*-linux*): Add check to disable
13559         ${libgcj} for glibc1.
13561 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13563         * MAINTAINERS: Add myself as ip2k port maintainer.
13565 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13567         * configure.in: Add tic4x target.
13569 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13571         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13572         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13573         * Makefile.in: Regenerate.
13575         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13576         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13577         * Makefile.in: Regenerate.
13579 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13581         * MAINTAINERS: Add myself as web pages co-maintainer.
13583 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13585         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13586         * Makefile.in: Regenerate.
13588 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13590         * MAINTAINERS: Add myself and Nathan Sidwell
13591         <nathan@codesourcery.com> as VxWorks maintainers.
13593 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13595         * Makefile.def: Remove order dependency comments.
13596         * Makefile.tpl: Add explicit install-install dependencies.
13597         * Makefile.in: Regenerate.
13599         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13600         * Makefile.in: Regenerate.
13602         * Makefile.tpl: Add configure-target (for src-release in src)
13603         * Makefile.in: Regenerate.
13605 2002-09-30  Nick Clifton  <nickc@redhat.com>
13607         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13609 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13611         * configure.in (s390*-*-linux*): Enable libgcj.
13613 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13615         * configure: Revert accidentally applied changes.
13617         * Makefile.tpl: Make more autoconf-friendly.
13618         * Makefile.in: Regenerate.
13619         * configure: Make substitution more autoconf-like.
13621 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13623         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13624         single entry to handle all these.
13625         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13626         libjava on arm-*-elf.
13628 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13630         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13631         things that depend on them.
13633 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13635         * Makefile.tpl: Make subsituted variables more autoconfy.
13636         * Makefile.in: Regenerate.
13637         * configure: Make seds more autoconfy.
13639 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13641         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13642         * Makefile.in: Regenerate.
13643         * configure.in: Rewrite sed statements to look autoconfy.
13645         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13646         all-target-foo on configure-target-foo.
13647         * Makefile.def: Ditto.
13648         * Makefile.in: Rebuild.
13650 2002-09-25  Andrew Haley  <aph@redhat.com>
13652         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13654 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13656         * Makefile.def: New file.
13657         * Makefile.tpl: New file.
13658         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13659         * contrib/gcc_update: Note that Makefile.in is a generated file.
13661         * configure.in: Minor rearrangement.  Simplify tests.
13663 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13665         * configure.in (with_headers): Skip copy if value is "yes".
13666         (with_libs): Likewise.
13668 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13670         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13671         * configure.in (sh*-*-pe*): Ditto.
13672         * configure.in (mips*-*-pe*): Ditto.
13673         * configure.in (*arm-wince-pe): Ditto.
13675         * configure.in: Rearrange.
13677 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13679         * MAINTAINERS: Update my email address.
13681 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13683         * MAINTAINERS: (Write After Approval): Add myself.
13685 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13687         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13689 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13691         * MAINTAINERS: Change my mailing address.
13693 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13695         * MAINTAINERS (Write After Approval): Remove myself.
13696         (Various Maintainers: c++ runtime libs): Add myself.
13698 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13700         * MAINTAINERS (Write After Approval): Remove myself.
13701         (Various Maintainers: c++ runtime libs): Add myself.
13703 2002-08-15  Eric Christopher  <echristo@redhat.com>
13705         * config.sub: Import from master repository.
13706         * config.guess: Ditto.
13708 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13710         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13711         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13712         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13714 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13716         * MAINTAINERS: Add self to rs6000 vector extensions.
13718 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13720         * libiberty/configure: Reverted unintended yesterday's check in.
13722 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13724         * boehm-gc/configure, libf2c/configure: Rebuilt.
13725         * libffi/configure, libiberty/configure: Ditto.
13726         * libjava/configure, libobjc/configure: Ditto.
13727         * libstdc++-v3/configure, zlib/configure: Ditto.
13728         Merged from binutils:
13729         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13730         From Steve Ellcey <sje@cup.hp.com>:
13731         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13732         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13733         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13734         IA64.
13735         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13736         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13737         soname_spec, sys_lib_search_path_spec): Ditto.
13739 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13741         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13743 2002-08-04  H.J. Lu  (hjl@gnu.org)
13745         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13747 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13749         * MAINTAINERS (Write After Approval): Add myself.
13751 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13753         * configure.in: Move generic linux case to end.  Copy generic
13754         linux noconfigdirs to mips*-*-linux* entry and new
13755         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13757 2002-07-19  Michael Matz  <matz@suse.de>
13759         * MAINTAINERS: Add myself as ra* maintainer.
13761 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13763         * config.guess: Update to 2002-07-09 version.
13764         * config.sub: Update to 2002-07-03 version.
13766 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13768         * MAINTAINERS: Fix typo in a maintainer email address.
13770 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13772         * configure.in: Remove two redundant tests.
13774 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13776         * configure.in (mips*-*-irix6*o32): Enable stabs.
13778 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13780         * configure.in: Don't build grez.
13781         * Makefile.in: Ditto.
13783         * Makefile.in: Remove references to bsp, cygmon, libstub.
13784         * configure.in: Ditto.
13786         * configure.in: Remove leftover reference to gdbtest.
13788 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13790         * configure.in (gxx_include_dir):  Change to match versioned
13791         C++ headers if --enable-version-specific-runtime-libs is used.
13793 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13795         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13797 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13799         * configure.in: Make --without-x work.
13801 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13803         * configure.in: Rearrange target Makefile fragment collection.
13805         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13806         cvs[src].
13807         * configure.in: Ditto.
13809 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13811         * MAINTAINERS (Write After Approval): Update my e-mail address.
13813 2002-06-24  Ben Elliston  <bje@redhat.com>
13815         * configure.in (host_tools): Remove cgen.
13817         * Makefile.in (all-cgen): Remove; runs from its source directory.
13818         (check-cgen, install-cgen, clean-cgen): Likewise.
13819         (all-opcodes): Do not depend on all-cgen.
13820         (all-sim): Likewise.
13822 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13824         * Makefile.in: Eliminate 'apache' targets.
13825         * configure.in: Eliminate 'apache' targets.
13827         * configure.in: Eliminate redundant tests.  Reorganize.
13829         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13831         * config-ml.in: Eliminate references to Cygnus configure.
13833         * Makefile.in: Eliminate references to building emacs.
13835 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13837         * MAINTAINERS: Update my email address.
13839 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13841         * config.if (libstdcxx_incdir): Version C++ headers.
13842         (cxx_incdir): Remove.
13844 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13846         * MAINTAINERS (Write After Approval): Add self.
13848 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13850         * configure.in: Add support for ip2k.
13852 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13854         * configure.in: Fix AIX configury bug.
13856 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13858         * MAINTAINERS (Write After Approval): Add self.
13860 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13862         * configure.in: replace ${topsrcdir} with ${srcdir}
13864         * configure.in: Move definition of libstdcxx_flags
13865         right above usage, rather than waaay earlier.
13867         * configure.in: Pull definition of is_cross_compiler earlier.
13869         * configure.in: Rearrange a little.
13871         * configure.in: Remove references to librx.
13872         * Makefile.in: Remove references to librx.
13874 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13876         * config.sub: Add support for avr target.
13877         Import from master sources, rev 1.255
13879 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13881         * configure, .cvsignore:  Revert previous change...
13882         * Makefile:  ...delete.
13884 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13886         * configure.in: Eliminate ${gasdir} variable.
13888 2002-06-18  Dave Brolley  <brolley@redhat.com>
13890         * configure.in: Add support for frv.
13891         * config.sub: Add support for frv.
13893 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13895         * configure:  Remove garbage from previous commit.
13897 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13899         * configure:  For in-source builds, make a subdir and re-exec there.
13900         * Makefile:  New file.  Pass targets through to build directory.
13901         * .cvsignore:  No longer ignore "Makefile".
13903 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13905         * MAINTAINERS (Write After Approval): Add self.
13907 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13909         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13911 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13913         * configure.in (vax-*-netbsd*): Re-enable gas.
13915 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13917         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13918         BUILD_PREFIX_1, to correct nomenclature.
13919         * configure: Likewise.
13921         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13922         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13924 2002-05-31  Olaf Hering  <olh@suse.de>
13926         * config-ml.in: Propogate DESTDIR also.
13928 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13930         * configure.in (vax-*-netbsd*): Don't build gas for this
13931         platform.
13933 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13935         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13936         and libgcj for AVR.
13938 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13940         * MAINTAINERS (Write After Approval): Add myself.
13942 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13944         * config.guess: Update to 2002-05-22 version.
13945         * config.sub: Likewise.
13947 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13949         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13950         * config-ml.in: Likewise.
13951         * configure: Likewise.
13952         * configure.in: Likewise.
13954 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13956         * MAINTAINERS: Update my email address.
13958 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13960         * configure.in: Simplify makefile fragment collection.
13962         * configure.in: Remove code to build emacs.
13964         * configure.in : Remove --srcdir argument from targargs and buildargs
13965         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13967         * configure: Move some logic to configure.in.
13968         * configure.in: Move some logic from configure.
13970 2002-05-11  Tom Tromey  <tromey@redhat.com>
13972         * MAINTAINERS: Reflect libgcj reality.
13974 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13976         * Makefile.in: Honour DESTDIR.
13978 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13980         * config.guess: Import 2002-03-20 version.
13981         * config.sub: Import 2002-04-26 version.
13983 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13985         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13987 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13989         * MAINTAINERS: Add self.
13991 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13993         * ltmain.sh: Detect and handle object name conflicts
13994         while piecewise linking a static library.
13996 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13998         * configure.in (noconfigdirs): Don't disable libgcj on
13999         sparc64-*-solaris* and sparcv9-*-solaris*.
14001 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
14003         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
14005 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
14007         * configure.in (FLAGS_FOR_TARGET): Do not add
14008         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
14009         on i[3456]86-*-linux*.
14011 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
14013         * configure.in (noconfigdirs): Replace [ ] with test.
14015         * configure.in (noconfigdirs): Do not add target-newlib if
14016         target == i[3456]86-*-linux*, and host == target.
14018 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
14020         * configure.in: delete reference to absent file
14022         * configure.in: replace '[' with 'test'
14024         * configure.in: Eliminate references to gash.
14025         * Makefile.in: Eliminate references to gash.
14027         * configure.in: remove useless references to 'pic' makefile fragments.
14029         * configure.in: (*-*-windows*) Finish removing.
14031         * configure.in: Eliminate redundant test for libgui.
14033 2002-04-29  Roger Sayle  <roger@eyesopen.com>
14035         * MAINTAINERS: Add self and realphabetize.  Update entries
14036         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
14037         entry for a29k port maintainer.
14039 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
14041         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
14042         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
14044 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
14046         * configure.in: remove references to dead files
14048 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
14050         * MAINTAINERS: Add information about purpose of this file.
14052 2002-04-18  Tom Tromey  <tromey@redhat.com>
14054         * configure.in: Disallow configuring libgcj when it is already
14055         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
14056         Solaris 2.8 by default.  For PR libgcj/6158.
14058 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14060         * configure.in:  Move default CC setting out of config/mh-* fragments
14061         directly into here.
14063 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14065         * configure.in: don't even try to configure or make a subdirectory
14066         if there's no configure script for it.
14068 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
14070         * MAINTAINERS: Remove chill maintainers.
14071         * Makefile.in (CHILLFLAGS): Remove.
14072         (CHILL_LIB): Remove.
14073         (TARGET_CONFIGDIRS): Remove libchill.
14074         (CHILL_FOR_TARGET): Remove.
14075         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
14076         CHILL_LIB.
14077         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
14078         (CHECK_TARGET_MODULES): Likewise.
14079         (INSTALL_TARGET_MODULES): Likewise.
14080         (CLEAN_TARGET_MODULES): Likewise.
14081         (configure-target-libchill): Remove.
14082         (all-target-libchill): Remove.
14083         * configure.in (target_libs): Remove target-libchill.
14084         Do not compute CHILL_FOR_TARGET.
14085         * libchill: Remove directory.
14087 2002-04-11  DJ Delorie  <dj@redhat.com>
14089         * Makefile.in, configure.in: Sync with binutils, entries
14090         follow...
14092 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
14094         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
14095         (do-tar, do-bz2): New rules.
14096         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
14097         (gdb-tar): New rule.
14098         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
14099         (insight_dejagnu.tar): New rule.
14100         (insight.tar): New rule.
14101         (gdb+dejagnu.tar): New rule.
14102         (gdb.tar): New rule.
14104 2002-02-01  Mo DeJong  <supermo@bayarea.net>
14106         * Makefile.in: Add all-tix to deps for all-snavigator
14107         so that tix is built when building snavigator.
14109 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
14111         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14112         ld and gdb are not supported.
14114 2002-01-07  Mark Salter  <msalter@redhat.com>
14116         * configure.in: Remove target-bsp and target-cygmon from arm builds.
14117         Allow target-libgloss to be built for arm, strongarm, and xscale.
14119 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
14121         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14122         options for i[3456]86-pc-linux* native builds.
14124 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
14126         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14127         files from .po files for a distribution.
14129 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
14131         * configure.in: Enable libstdc++-v3 for h8300 targets.
14133 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
14135         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14136         version from bfd/.
14138 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
14140         * Makefile.in (VER): When present, extract the version number from
14141         the file version.in.
14143 2001-05-24  Tom Rix  <trix@redhat.com>
14145         * configure.in : enable ld for aix
14147 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14149         * config.guess: Add linux target for S/390.
14151 2000-11-07  Philip Blundell  <pb@futuretv.com>
14153         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14155 2000-11-03  Philip Blundell  <pb@futuretv.com>
14157         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14158         files.
14160 2001-01-15  Ben Elliston  <bje@redhat.com>
14162         * configure.in (host_tools): Add sid.
14163         Always configure cgen.
14165 2000-11-24  Nick Clifton  <nickc@redhat.com>
14167         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14169 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
14171         * Makefile.in (ALL_MODULES): Add all-cgen.
14172         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14173         (all-cgen): New target.
14174         (all-opcodes,all-sim): Depend on all-cgen.
14175         * configure.in (host_tools): Add cgen.
14176         Only configure cgen if --enable-cgen-maint.
14178 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
14180         * configure.in: Add *-*-freebsd* configurations.
14182 2002-04-08  Tom Tromey  <tromey@redhat.com>
14184         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14185         Fixes PR libgcj/6068.
14187 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
14189         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14191 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14193         * configure.in (alpha*-dec-osf*): Enable libgcj.
14195 2003-03-27  Matthew Gingell  <gingell@gnat.com>
14197         * MAINTAINERS (Write After Approval): Add myself.
14199 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
14201         Fix for: PR bootstrap/3591, target/5676
14202         * configure.in (mcore-pe): Disable the configuration of
14203         libstdc++-v3 since exceptions are not supported.
14205 2002-03-20  Anthony Green  <green@redhat.com>
14207         * configure.in: Enable libgcj for xscale-elf target.
14209 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
14211         * MAINTAINERS:  Update my email address.
14213 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
14215         * ltmain.sh (relink_command): Fix typo in previous change.
14217 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
14219         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
14220         (relink_command): Added --tag flags.
14221         (mode=install): If relinking fails; error out.
14223 2002-03-12  Richard Henderson  <rth@redhat.com>
14225         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
14226         .NOTPARALLEL tag.
14227         (do-check): Rename from check.
14228         (check): Allow parallel check.
14230 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14232         * MAINTAINERS: Add myself as maintainer for xtensa port.
14233         Fix alphabetical order in CPU port maintainer list.
14234         Remove myself from Write After Approval list.
14236 2002-03-11  Richard Henderson  <rth@redhat.com>
14238         * Makefile.in (.NOTPARALLEL): Add fake tag.
14240 2002-03-07  H.J. Lu  (hjl@gnu.org)
14242         * configure.in: Enable gprof for mips*-*-linux*.
14244 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
14246         * MAINTAINERS (Write After Approval): Add myself.
14248 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
14250         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14251         libjava.
14252         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14254 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
14256         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14257         because its Makefile is there; test for the executable instead.
14259 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14261         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14262         libstdc++-v3 and libjava.
14264 2002-02-11  Adam Megacz  <adam@xwt.org>
14266         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14267         boehm-gc
14269 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14271         * config.guess: Updated to 2002-01-30's version.
14272         * config.sub: Updated to 2002-02-01's version.
14273         Contribute sh64-elf.
14274         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14275         * configure.in: Added sh64-*-*.
14277 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
14279         * MAINTAINERS: Belatedly add myself to write after approval list.
14281 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
14283         * MAINTAINERS: Put self in as maintainer for x86-64 port.
14284         Remove self as Write After Approval.
14286 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
14288         * MAINTAINERS: Put self in as maintainer for contrib/regression
14289         directory.
14291 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
14293         * MAINTAINERS:  Update my email address.
14295 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
14297         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
14298         target-libiberty, and target-libgloss.  Skip Java-related
14299         libraries if not supported for NetBSD on target CPU.
14301 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
14303         * install-sh: Use _inst.$$_ for temp file name.
14305 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
14307         * MAINTAINERS (Write After Approval): Move my contact info
14308         from here...
14309         (OS Port Maintainers): ...to here (netbsd).
14311 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
14313         * MAINTAINERS (Write After Approval): Add myself.
14315 2002-01-17  H.J. Lu  <hjl@gnu.org>
14317         * Makefile.in (all-fastjar): Also depend on all-libiberty.
14318         (all-target-fastjar): Also depend on all-target-libiberty.
14320 2002-01-16  H.J. Lu  (hjl@gnu.org)
14322         * config.guess: Import from master sources, rev 1.225.
14323         * config.sub: Import from master sources, rev 1.238.
14325 2002-01-16  Kazu Hirata  <kazu@hxi.com>
14327         * MAINTAINERS (Write After Approval): Remove myself.
14329 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
14331         * MAINTAINERS (Write After Approval): Add myself.
14333 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14335         * MAINTAINERS: Add self as docs co-maintainer.
14337 2001-12-11  Matthias Klose  <doko@debian.org>
14339         * MAINTAINERS (Write After Approval): Add myself.
14341 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
14343         * MAINTAINERS: Update my email address.
14345 2001-12-07  Turly O'Connor  <turly@apple.com>
14346         * MAINTAINERS (Write After Approval): Add myself.
14347         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14348         (rs6000_initialize_trampoline): Call __trampoline_setup for
14349         ABI_DARWIN too.
14350         * darwin-tramp.asm: New file, implements __trampoline_setup.
14351         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14353 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
14355         * MAINTAINERS (Write After Approval): Add myself.
14357 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
14359         * configure, configure.in: Use temp file for long sed commands.
14361 2001-12-03  Laurent Guerby  <guerby@acm.org>
14363         * config.sub: Update to version 1.232 on subversion.
14365 2001-12-03  Ben Elliston  <bje@redhat.com>
14367         * MAINTAINERS: Update mail address for config.* patches.
14369 2001-11-27  DJ Delorie  <dj@redhat.com>
14370             Zack Weinberg  <zack@codesourcery.com>
14372         When build != host, create libiberty for the build machine.
14374         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14375         CONFIG_ARGUMENTS.
14376         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14377         New variables.
14378         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14379         and rules.
14380         (all.normal): Depend on ALL_BUILD_MODULES.
14381         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14382         (all-build-libiberty): Depend on configure-build-libiberty.
14384         * configure: Calculate and substitute proper value for
14385         ALL_BUILD_MODULES.
14386         * configure.in: Create the build subdirectory.
14387         Calculate and substitute TARGET_CONFIGARGS (formerly
14388         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14390 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
14392         * MAINTAINERS (write-after-approval): Add self.
14394 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14396         * MAINTAINERS (GNATS only accounts): Remove self.
14398 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
14400         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14401         libf2c.
14403 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14405         * MAINTAINERS (Write After Approval): Add self.
14407 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14409         * MAINTAINERS: mips and s390 are also CPU ports.
14411 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14413         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14415 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
14417         * MAINTAINERS: Alphabetize.
14419 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14421         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14423 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14425         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14427 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14429         * configure.in (--enable-languages): Be more permissive about
14430         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14432 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14434         * config.sub: Import from master sources, rev. 1.230.
14435         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14437 2001-11-07  Laurent Guerby  <guerby@acm.org>
14439         * MAINTAINERS (Write After Approval): Add self.
14441 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14443         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14445 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14447         * config.sub: Import from master sources, rev 1.226.
14448         * config.guess: Import from master sources, rev 1.216.
14450 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14452         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14453         * MAINTAINERS: Add self as maintainer of MMIX port.
14454         Remove old after-approval entry.
14456 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14458         * ChangeLog, configure: Fix spelling errors.
14460 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14462         * MAINTAINERS: Tweak my address.
14464 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14466         * MAINTAINERS: Update my email address.
14468 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14470         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14471         * MAINTAINERS: Add self as maintainer of CRIS port.
14473 2001-10-10  Geert Bosch  <bosch@gnat.com>
14475         * MAINTAINERS (Various maintainers: Ada front end):
14476         Added Robert Dewar.
14478 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14480         * MAINTAINERS (Write After Approval): Added self
14482 2001-10-02  Geert Bosch  <bosch@gnat.com>
14484         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14486 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14488         * configure: Handle temporary files securely using mkdir.
14490 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14492         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14494 2001-09-26  Will Cohen  <wcohen@redhat.com>
14496         * configure.in (*-*-linux*): Disable configuration of target-newlib
14497         and target-libgloss.
14499 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14501         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14502         RANLIB.
14504 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14506         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14507         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14508         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14509         avoid quotes nesting problems.
14510         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14511         (DO_X): Export only variables that are set.
14513 2001-09-19  Ben Elliston  <bje@redhat.com>
14515         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14516         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14517         semantics.  Use the shell built-in "type" command instead.
14519 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14521         Merged from gcc-3_0-branch:
14522         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14523         * ltcf-c.sh: Use $objext, not $ac_objext.
14524         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14525         * ltcf-cxx.sh: Add support for GNU.
14526         2001-07-22  Timothy Wall  <twall@redhat.com>
14527         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14528         default settings if using GNU tools with that configuration.
14529         * ltcf-cxx.sh: Ditto.
14530         * ltcf-gcj.sh: Ditto.
14531         2001-07-21  Michael Chastain  <chastain@redhat.com>
14532         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14533         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14534         * ltmain.sh: Mark as gcc-local.
14536 2001-08-30  Eric Christopher  <echristo@redhat.com>
14537             Jason Eckhardt  <jle@redhat.com>
14539         * config.guess: Merge from master sources.
14540         * config.sub: Merge from master sources, add support for mipsisa32.
14542 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14543         * config.sub: Merge from master sources, rev 1.219.
14544         * MAINTAINERS: Add self as contact for stormy16 port.
14546 2001-08-14  Zack Weinberg  <zackw@panix.com>
14548         * config.sub: Merge from master sources, rev 1.218.
14549         * config.guess: Merge from master sources, rev 1.209.
14551 2001-08-11  Graham Stott  <grahams@redhat.com>
14553         * Makefile.in (check-c++): Add missing semicolon.
14555 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14557         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14559 2001-07-30  Eric Christopher  <echristo@redhat.com>
14561         * MAINTAINERS (Various maintainers: mips port): Added myself.
14563 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14565         * configure.in (sh-*-linux*): New.
14567 2001-07-27  Richard Henderson  <rth@redhat.com>
14569         * .cvsignore: Add LAST_UPDATED.
14571 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14573         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14575 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14577         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14579 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14581         * MAINTAINERS (Write After Approval): Added myself.
14583 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14585         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14586         and libgcj on m68hc11/m68hc12.
14588 2001-06-27  H.J. Lu  (hjl@gnu.org)
14590         * Makefile (CFLAGS_FOR_BUILD): New.
14591         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14593 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14595         * README: Remove version number.
14597 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14599         * INSTALL/README: Update wrt. to the installation instructions now
14600         residing in gcc/doc/install.texi.
14602 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14604         * README: Replace with a cut-down and updated version of gcc/README.
14606 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14608         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14609         multilibs to be disabled.
14611 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14613         * MAINTAINERS (Write After Approval): Add myself.
14615 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14617         * config.guess: Import CVS version 1.195.
14618         * config.sub: Import CVS version 1.212.
14620 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14622         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14623         gcc/xgcc is built, use -print-prog-name to find out the program
14624         name to use.
14626 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14628         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14629         appear to also be in the master copy.
14630         * config.sub:  Import CVS version 1.211.
14632 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14634         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14635         with_gcc]: Use `gcc -shared' to build a shared library.
14637 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14639         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14640         archives.
14642 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14644         * MAINTAINERS (Write After Approval): Add myself.
14646 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14648         * configure.in (libstdcxx_flags): Do not try to execute
14649         libstdc++-v3/testsuite_flags until it exists.
14651 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14653         * MAINTAINERS: Update my email address.
14655 2001-05-31  Graham Stott  <grahams@redhat.com>
14657         * MAINTAINERS (Write After Approval): Add myself.
14659 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14661         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14662         libraries when using g++ with native linker.
14664 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14666         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14668 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14670         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14671         [aix4*|aix5*]: Prepend blank.
14673 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14675         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14676         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14677         of subdir/configure scripts to use the new libtool.m4.
14679 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14681         * MAINTAINERS (Write After Approval): Add myself.
14683 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14685         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14687 2001-05-11  Ben Elliston  <bje@redhat.com>
14689         * Makefile.in (all-sid): New target.
14690         (check-sid, clean-sid, install-sid): Likewise.
14692 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14694         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14696 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14698         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14699         libgcj.
14701 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14703         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14704         gcc/xgcc is built, use -print-prog-name to find out the program
14705         name to use.
14707 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14709         * configure.in (noconfigdirs): Don't reset it from scratch in the
14710         target case; only append to it.
14712         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14713         sparc-*-solaris2.8]: Disable ${libgcj}.
14715 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14717         * configure.in (libgcj_saved): Copy from $libgcj.
14718         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14719         --disable-libgcj.
14721 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14723         * MAINTAINERS: Remove self as MIPS maintainer and
14724         C front end maintainer.
14726 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14728         * configure.in: Move *-chorusos target case to the proper switch.
14729         Disable libgcj.
14731 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14733         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14734         1.641.2.228.
14736 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14738         * Makefile.in (STAGE1_CFLAGS): Pass down.
14740 2001-04-13  Alan Modra  <amodra@one.net.au>
14742         * config.guess: Add hppa64-linux support.  Note for next import that
14743         this is already in the master file.
14744         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14746 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14748         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14749         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14751 2001-04-11  Stan Shebs  <shebs@apple.com>
14753         * MAINTAINERS: Add self as Darwin port maintainer.
14755 2001-04-11  Alan Modra  <amodra@one.net.au>
14757         * MAINTAINERS: Update my email address.
14759 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14761         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14762         recent versions of FreeBSD (release 3 or later).
14763         * ltconfig: On FreeBSD, -lc must not be provided when building
14764         a shared library or else the standard -pthread gcc option is
14765         rendered worthless to later users of the built library.
14767 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14769         * MAINTAINERS: Add self and RTH as C front end maintainers.
14771 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14773         * config.sub: Make sure to match an already-canonicalized
14774         machine name (eg. mn10300-unknown-elf).
14776 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14778         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14779         New macros.
14780         (bootstrap, cross): Use RECURSE_FLAGS.
14781         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14783 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14785         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14787 2001-03-22  Colin Howell  <chowell@redhat.com>
14789         * Makefile.in (DO_X): Do not backslash single-quotes in
14790         backquotes (two places).
14792 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14794         Re-installed:
14795         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14796         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14797         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14798         * ltcf-cxx.sh: Likewise.
14799         * ltcf-gcj.sh: Likewise.
14801 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14803         * MAINTAINERS: Add myself as "documentation co-maintainer".
14805 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14807         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14808         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14810 2001-03-19  Tom Tromey  <tromey@redhat.com>
14812         * config-ml.in: Handle GCJ and GCJFLAGS.
14814 2001-03-21  Michael Chastain  <chastain@redhat.com>
14816         * Makefile.in: all-m4 depends on all-texinfo.
14818 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14820         * MAINTAINERS: Add myself to write after approval list.
14822 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14824         * Makefile.in (DO_X): Quote nested quotes.
14826 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14828         * MAINTAINERS: Add myself to write after approval list.
14830 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14832         * Makefile.in (DO_X): Use double quotes for quoting
14833         "RANLIB=$${RANLIB}".
14835 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14837         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14839 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14841         * configure.in: Only use `lang_requires' for languages athat are
14842         actually enabled.
14844 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14846         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14848 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14850         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14852 2001-03-07  Tom Tromey  <tromey@redhat.com>
14854         * configure.in: Allow config-lang.in to set `lang_requires' to list
14855         of other required languages.
14857 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14859         * Makefile.in: Remove RANLIB definition. Use RANLIB
14860         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14861         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14863 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14864             Alexandre Oliva  <aoliva@redhat.com>
14866         * Makefile.in (check-c++): Use tabs, not spaces.
14868 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14870         * MAINTAINERS: add myself to Write After Approval list.
14872 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14874         * Makefile.in (check-c++): New rule.
14876         * configure.in (target_libs): Remove libg++.
14877         (noconfigdirs): Remove libg++.
14878         (noconfigdirs): Same.
14879         (noconfigdirs): Same.
14880         (noconfigdirs): Same.
14882         * config-ml.in: Remove libg++ references.
14884         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14885         (ALL_TARGET_MODULES): Same.
14886         (configure-target-libg++): Remove.
14887         (all-target-libg++): Remove.
14888         (configure-target-libio): Remove.
14889         (all-target-libio): Remove.
14890         (check-target-libio): Remove.
14891         (.PHONY): Remove.
14892         (libg++.tar.bz2): Remove.
14893         (all-target-cygmon): Remove libio.
14894         (all-target-libstdc++): Remove.
14895         (configure-target-libstdc++): Remove.
14896         (TARGET_LIB_PATH): Remove libstdc++.
14897         (ALL_GCC_CXX): Remove libstdc++.
14898         (all-target-gperf): Correct.
14900 2001-02-16  Nick Clifton  <nickc@redhat.com>
14902         * configure.in (noconfigdirs): Allow configuration of texinfo
14903         for Cygwin hosts.
14905 2001-02-15  Anthony Green  <green@redhat.com>
14907         * configure: Introduce GCJ_FOR_TARGET.
14908         * configure.in: Ditto.
14909         * Makefile.in: Ditto.
14911 2001-02-13  Andreas Schwab  <schwab@suse.de>
14913         * MAINTAINERS: Update mail address.
14915 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14917         * config.guess: Add linux target for S/390.
14918         * config.sub: Likewise.
14920 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14922         * configure.in: for *-chorusos, don't config target-newlib and
14923         target-libgloss.
14925 2001-02-06  Ben Elliston  <bje@redhat.com>
14927         * configure: Output host type to stdout, not stderr.
14929 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14931         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14932         * ltcf-cxx.sh: Likewise.
14934         * config.if: Assume enable_libstdcxx_v3 is defined.
14936 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14938         Remove V2 C++ library.
14939         * configure.in: Remove --enable-libstdcxx_v3 support.
14941 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14943         * include/demangle.h: Add prototype for java_demangle_v3.
14945 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14947         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14949 2001-01-27  Richard Henderson  <rth@redhat.com>
14951         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14953 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14955         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14956         Don't unset, it's non-portable and no longer necessary, set to empty
14957         instead.
14959 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14961         * ltconfig: Shell portability fix for the tagname validity check.
14963 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14965         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14966         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14968 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14970         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14972 2001-01-26  Tom Tromey  <tromey@redhat.com>
14974         * configure.in: Allow libgcj to be built on Sparc Solaris.
14976 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14978         * ltcf-c.sh: Add aix5 case.
14979         * ltcf-cxx.sh: Likewise.
14980         * ltconfig: Likewise.
14982 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14984         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14985         keep at least one of build_libtool_libs or build_old_libs set to
14986         yes.
14988         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14989         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14991 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14993         * configure.in: Enable libgcj on several additional platforms.
14995 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14997         * configure.in: Enable libgcj for linux targets.
14999 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15001         * MAINTAINERS (Write After Approval): Add myself.
15003 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15005         * MAINTAINERS: Add myself as vax port maintainer.
15007 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
15009         * MAINTAINERS: Add myself as Mercury front-end maintainer.
15011 2001-01-09  Mike Stump  <mrs@wrs.com>
15013         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
15014         failures of subdirectories.
15016 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15018         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
15019         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
15020         * ltcf-cxx.sh: Likewise.
15021         * ltcf-gcj.sh: Likewise.
15022         * ltconfig.sh: Fix typo.
15024 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15026         * configure: handle DOS-style absolute paths.
15028 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15030         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
15032 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
15034         * MAINTAINERS: Add myself as avr port co-maintainer.
15036 2000-12-28  Ben Elliston  <bje@redhat.com>
15038         * MAINTAINERS: Add myself under ``Write After Approval''.
15040 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
15042         * texinfo: Remove directory from GCC.
15044 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15046         * COPYING: Update to current
15047         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
15048         to 19yy as example year in copyright notice).
15050 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
15052         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
15053         (libstdcxx_incdir): Pass down.
15054         * config.if: Remove expired bits for cxx_interface, add stub.
15055         (libstdcxx_incdir): Add variable for g++ include directory.
15056         * configure.in (gxx_include_dir): Use it.
15058 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
15060         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
15061         with old-email address from ``Write After Approval''.
15063 2000-12-15  Andreas Jaeger  <aj@suse.de>
15065         * configure.in: Handle lang_dirs.
15067 2000-12-14  Tom Tromey  <tromey@redhat.com>
15069         * MAINTAINERS: Removed brads.
15071         * MAINTAINERS: Added gcj developers.
15073 2000-12-13  Anthony Green  <green@redhat.com>
15075         * configure.in: Disable libgcj for any target not specifically
15076         listed.  Disable libgcj for x86 and Alpha Linux until compatible
15077         with g++ abi.
15079 2000-12-13  Mike Stump  <mrs@wrs.com>
15081         * Makefile.in (local-distclean): Also remove fastjar.
15083 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
15085         * contrib/gcc_update: Add fastjar --touch entries.
15087 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
15089         * configure.in: Disable language-specific target libraries for
15090         languages that aren't enabled.
15092 2000-12-10  Anthony Green  <green@redhat.com>
15094         * configure.in: Define libgcj.  Disable libgcj target libraries for
15095         most targets.
15097 2000-12-10  Neil Booth  <neilb@earthling.net>
15099         * MAINTAINERS: Update mail address, remove from WAA list.
15101 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15103         * libjava: Imported from /cvs/java.
15104         * libffi: Likewise.
15105         * Boehm-gc: Likewise.
15107 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15109         * configure.in (target_libs): Revert 2000-12-08 patch.
15110         (noconfigdirs): Added target-libjava.
15112 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15114         * djunpack.bat: removed.
15116 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15118         * Makefile.in: handle DOS-style absolute paths.
15119         * config-ml.in: likewise.
15120         * symlink-tree: likewise.
15122 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15124         * fastjar: Imported.
15126 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15128         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15129         libjava.
15130         * configure.in (target_libs): Removed `target-libjava'.
15132 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15134         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15135         (ALL_MODULES): Added fastjar.
15136         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15137         (all-target-libjava): all-fastjar replaces all-zip.
15138         (all-fastjar): Added.
15139         (configure-target-fastjar, all-target-fastjar): Likewise.
15140         * configure.in (host_tools): Added fastjar.
15142 2000-12-07  Mike Stump  <mrs@wrs.com>
15144         * Makefile.in (local-distclean): Remove leftover built files.
15146 2000-11-24  Nick Clifton  <nickc@redhat.com>
15148         * configure.in (xscale-elf): Add target.
15149         (xscale-coff): Add target.
15151 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
15153         * ltcf-cxx.sh: Support creation of C++ shared libraries on
15154         recent versions of FreeBSD (release 3 or later).
15155         * ltconfig: On FreeBSD, -lc must not be provided when building
15156         a shared library or else the standard -pthread gcc option is
15157         rendered worthless to later users of the built library.
15159 2000-11-16  Fred Fish  <fnf@be.com>
15161         * configure.in (enable_libstdcxx_v3): Fix typo,
15162         libstd++ -> libstdc++.
15164 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15166         * MAINTAINERS: Add self to Write After Approval list.
15168 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
15170         * MAINTAINERS: Update my email address.  Add myself to global write
15171         privs list.
15173 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
15175         * Makefile.in: Merge with src and libgcj.
15176         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
15177         configure-target-<library> when their configure scripts need the C
15178         or C++ library to have already been built to work properly.
15179         (do_proto_toplev): Set them to an empty string.
15181         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15182         (REALLY_SET_LIB_PATH): Use them.
15184 2000-11-17  Stan Shebs  <shebs@apple.com>
15186         * MAINTAINERS: Add self to Write After Approval list.
15188 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15190         * configure: Provide the original toplevel configure arguments
15191         (including $0) to subprocesses in the environment rather than
15192         through gcc/configargs.h.
15194 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15196         * MAINTAINERS: Remove references to cccp. Change C9X reference to
15197         C99.  Alphabetise "Write After Approval" list.
15199 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
15201         * configure: Turn on libstdc++ V3 by default.
15203         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15204         if we've got GCC.
15206 2000-11-11  Philip Blundell  <philb@gnu.org>
15208         * MAINTAINERS: Add self to Write After Approval list.
15210 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
15212         * ltcf-c.sh (aix4): Improve shared library configuration; require
15213         exporting symbols.
15214         * ltcf-cxx.sh (aix4): Define.
15215         * ltconfig (aix4): Define library and soname specs appropriate for
15216         AIX.  Define command to create export symbols list.
15218 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
15220         * config.sub: Add support for Sun Chorus
15222 2000-10-31  Nick Clifton  <nickc@redhat.com>
15224         * MAINTAINERS: Rename <name>@cygnus.com addresses to
15225         <name>@redhat.com.  Also installed new email address for Clint
15226         Popetz.
15228 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
15230         * etc: Remove directory from GCC.
15232 2000-10-16  Michael Meissner  <meissner@redhat.com>
15234         * configure (gcc/configargs.h): Only create if there is a build GCC
15235         directory created.
15237 2000-10-16  Matthias Klose  <doko@debian.org>
15239         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15240         when configured for libstdc++-v3.
15242 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
15244         * configure: Save configure arguments to gcc/configargs.h.
15246 2000-10-04  Philipp Thomas  <pthomas@suse.de>
15248         * config.guess: Import CVS version 1.157.
15249         * config.sub: Import CVS version 1.181.
15251 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
15253         * Makefile.in (bootstrap): avoid recursion if subdir missing
15254         (cross): ditto
15255         (do-proto-toplev): ditto
15257 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
15259         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15260         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15262         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15263         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
15264         all affected `configure' scripts.
15266 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
15268         * MAINTAINERS: Add self as cpplib co-maintainer.
15270 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
15272         * MAINTAINERS: Add self to Write After Approval list.
15274 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15276         * INSTALL/README: egcs -> GCC update.
15278 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
15280         * MAINTAINERS: Add myself to Write After Approval list.
15282 2000-09-15  Kazu Hirata  <kazu@hxi.com>
15284         * MAINTAINERS: Add myself to Write After Approval list.
15286 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
15288         * configure.in: Do not build byacc for hppa64.  Provide paths to the
15289         X11 libraries for hppa64.
15291 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15293         * MAINTAINERS: Add myself as 68hc11 port maintainer.
15295 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
15297         * Makefile.in (all-zlib): Added dummy target.
15299         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15300         ltcf-gcj.sh: Updated from libtool multi-language branch.
15302 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
15304         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15305         (bootstrap*): Depend on all-bootstrap.
15307 2000-09-05  Philipp Thomas  <pthomas@suse.de>
15309         * config.guess: Import CVS version 1.156.
15310         * config.sub: Import CVS version 1.179.
15312 2000-09-02  Anthony Green  <green@cygnus.com>
15314         * Makefile.in (all-gcc): Depend on all-zlib.
15315         (CLEAN_MODULES): Add clean-zlib.
15316         (ALL_MODULES): Add all-zlib.
15317         * configure.in (host_libs): Add zlib.
15319 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
15321         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15322         crosses, but add gcc/include to the header search path for them.
15324 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
15326         * MAINTAINERS: Add self to Write After Approval list.
15328 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15330         * config.guess: Import CVS version 1.152.
15331         * config.sub: Import CVS version 1.177.
15333 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
15335         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15336         $targargs to tell whether newlib is going to be built.
15338         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15339         $$r/TARGET_SUBDIR/libio for _G_config.h.
15341 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
15343         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15345 2000-08-22  DJ Delorie  <dj@redhat.com>
15347         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15349 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
15351         * config-ml.in (CC, CXX): Avoid trailing whitespace.
15352         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15353         sub-configures.
15355 2000-08-21  DJ Delorie  <dj@redhat.com>
15357         * MAINTAINERS: Add self as a libiberty maintainer
15359 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
15361         * configure.in (libstdcxx_flags): Use
15362         libstdc++-v3/src/libstdc++.INC.
15364 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
15366         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15368 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
15370         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15372         * configure: Make enable_threads and enable_shared defaults
15373         explicit.  Substitute enable_threads into generated Makefiles.
15374         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15375         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15377 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15379         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15381 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
15383         * config-ml.in (CC): Remove bogus duplicate quotation mark from
15384         previous delta.
15386 2000-08-11  Jason Merrill  <jason@redhat.com>
15388         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15389         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15390         (FLAGS_FOR_TARGET): Not here.
15391         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15393 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
15395         * config-ml.in (CC, CXX): Don't introduce a leading space.
15397 2000-08-07  DJ Delorie  <dj@delorie.com>
15399         * MAINTAINERS: Add self as a DJGPP maintainer
15401 2000-08-07  DJ Delorie  <dj@redhat.com>
15403         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15404         "if we're also building gcc, and it's a gcc that will run on the
15405         build machine, we want to use its includes instead of the system's
15406         default includes".
15408 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15410         * MAINTAINERS: Add self to Write After Approval list.
15412 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
15414         * configure.in (libstdcxx_flags): Don't use `"'.
15416         * config-ml.in: Adjust multilib search paths to the
15417         appropriate multilib tree.
15419 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15421         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15422         commas in $LANGUAGES.
15424 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15426         * configure.in: Re-enable all references to libg++ and librx.
15428 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15430         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15431         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15432         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15433         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15435         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15437 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15439         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15440         CXX_FOR_TARGET for sed.
15442 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15444         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15445         Do not override if already set in the environment or in configure.
15446         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15447         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15449 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15451         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15452         the libtool CVS tree multi-language branch.
15453         * ltconfig, ltmain.sh: Updated.
15455 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15457         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15458         (clean-target): Depend on it.
15460         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15461         (GCC_FOR_TARGET): Use it.
15462         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15463         * configure.in: ... here.
15464         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15465         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15467 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15469         * MAINTAINERS: Add self to Write After Approval list.
15471 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15473         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15474         (configure-target-libchill, configure-target-libobjc): Likewise.
15476         * configure.in: Use the same cache file for all target libs.
15477         * config-ml.in: But different cache files per multilib variant.
15479 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15481         * configure (topsrcdir): Don't use dirname.
15483 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15485         * MAINTAINERS: Add self to Write After Approval list.
15487 2000-07-20  Jason Merrill  <jason@redhat.com>
15489         * configure.in: Remove all references to libg++ and librx.
15491         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15493 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15495         * config.sub: Update to subversions version 2000-07-06.
15497 2000-07-12  Andrew Haley  <aph@cygnus.com>
15499         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15500         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15502 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15504         * symlink-tree:  Check number of arguments.
15506 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15508         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15509         search path for a g++ extracted from the build tree.  This
15510         will allow link tests run by configure scripts in
15511         subdirectories to succeed.
15513 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15515         * ltconfig: Add support for mips-dde-sysv4.2MP
15517 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15519         * MAINTAINERS: Add myself as loop discovery maintainer.
15521 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15523         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15524         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15526 2000-06-19  Timothy Wall  <twall@cygnus.com>
15528         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15529         * config.sub: Add tic54x target.
15531 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15533         * MAINTAINERS: Add self as Fortran maintainer,
15534         remove Craig Burley.
15536 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15538         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15539         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15541 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15543         * MAINTAINERS: Add self as i18n maintainer
15545 20000-05-21  H.J. Lu  (hjl@gnu.org)
15547         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15548         directory are used if they exist. Make sure
15549         $(build_tooldir)/include is searched for header files,
15550         $(build_tooldir)/lib/ for library files.
15551         (GCC_FOR_TARGET): Likewise.
15552         (CXX_FOR_TARGET): Likewise.
15554 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15556         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15558 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15560         * Makefile.in (configure-target-libiberty): Depend on
15561         configure-target-newlib.
15563 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15565         * configure.in, Makefile.in: Merge all libffi-related
15566         configury stuff from the libgcj tree.
15568 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15570         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15571         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15573 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15575         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15576         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15577         current version information.  Add to proto-toplev directory.
15578         (gdb-taz): Build do-djunpack.
15580 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15582         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15584 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15586         * MAINTAINERS: Add self to Write After Approval list.
15588 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15590         * ltmain.sh: Preserve in relink_command any environment
15591         variables that may affect the linker behavior.
15593 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15595         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15597 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15599         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15601 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15603         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15604         with the version name.
15606 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15608         * MAINTAINERS: Add self as bb-reorder maintainer.
15610 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15612         * config.if: Tweak.
15614 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15616         * djunpack.bat: New file.
15618 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15620         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15621         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15622         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15623         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15625 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15627         * config.sub (case $basic_machine): Change default for "ibm-*"
15628         to "openedition".
15630 2000-04-13  Andreas Jaeger  <aj@suse.de>
15632         * MAINTAINERS: Added myself.
15634 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15636         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15637         (do-md5sum): New target.
15638         (MD5PROG): Define.
15639         (PACKAGE): Default to TOOL.
15640         (VER): Default to a shell script.
15641         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15642         md5 checksum generation.
15643         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15644         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15645         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15646         insight.tar.bz2): Use gdb-taz to create archive.
15648 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15650         * configure (warn_cflags): Delete.
15652 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15654         * MAINTAINERS: Added myself.
15656 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15657             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15659         * configure.in (enable_libstdcxx_v3): Add.
15660         (target_libs): Add bits here to switch between libstdc++-v2 and
15661         libstdc++-v3.
15662         * config.if: And this file too.
15663         * Makefile.in: Add libstdc++-v3 targets.
15665 2000-04-05  Michael Meissner  <meissner@redhat.com>
15667         * config.sub (d30v): Add d30v as a basic machine type.
15669 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15671         * configure.in: -linux-gnu*, not -linux-gnu.
15673 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15675         * MAINTAINERS: Add self in write-after-approval section.
15677 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15679         * MAINTAINERS: Add self as ia64 port maintainer.
15681 2000-03-08  Neil Booth  <NeilB@earthling.net>
15683         * MAINTAINERS: Add self in write-after-approval section.
15685 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15687         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15688         (do-tar-bz2): Replace TOOL with PACKAGE.
15689         (gdb.tar.bz2): Remove GDBTK from GDB package.
15690         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15691         dejagnu.tar.bz2): New packages.
15693 2000-02-27  Andreas Jaeger  <aj@suse.de>
15695         * configure.in: Add entry for mips*-*-linux*, move catch all
15696         *-*-*linux* entry below this one.
15698 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15700         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15702 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15704         * config.sub: Support an OS of "wince".
15706 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15708         * config.guess, config.sub: Updated to match config's 2000-02-15
15709         version.
15711 2000-02-23  Linas Vepstas  <linas@linas.org>
15713         * config.sub: Add support for Linux/IBM 370.
15714         * configure.in: Likewise.
15716 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15718         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15720 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15722         * config.guess: Guess "cygwin" rather than "cygwin32".
15724 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15726         * configure (gcc_version): When setting, narrow search to
15727         lines containing `version_string'.
15729 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15731         * config.sub: Add support for avr target.
15733 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15735         * MAINTAINERS: Add maintainers for MCore port.
15737 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15739         * config.sub: Add mmix-knuth-mmixware.
15741 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15743         * MAINTAINERS: Pair cccp with cpplib maintainership.
15745 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15747         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15748         structure stuff to -L library search.
15749         (CXX_FOR_TARGET): Ditto.
15750         (CROSS_CHECK_MODULES): Fix spelling mistake.
15752 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15754         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15755         the C++ compiler.
15757 2000-01-12  Richard Henderson  <rth@cygnus.com>
15759         * configure.in: Don't build some bits for beos.
15761 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15763         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15764         as include files.
15766 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15768         * Add self as cpplib maintainer, as requested by Jason
15769         Merrill.  Correct my e-mail address.
15771 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15773         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15774         not mh-aix43.
15776 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15778         * MAINTAINERS: Add myself to "write after approval" list.
15780 1999-12-14  Richard Henderson  <rth@cygnus.com>
15782         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15783         * config.sub: Accept alphaev[78], alphaev8.
15785 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15787         * config.guess, config.sub: Update from autoconf.
15789 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15791         * MAINTAINERS:  update my playtime e-address.
15793 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15795         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15796         necessary libraries are missing.
15798 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15800         * MAINTAINERS: Add new 'write after approval' maintainer.
15802 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15804         * MAINTAINERS: Add new Java maintainer.
15806 1999-10-25  Andreas Schwab  <schwab@suse.de>
15808         * configure: Fix quoting inside arguments of eval.
15810 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15812         * config-ml.in: Allow suppression of some ARM multilibs.
15814 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15816         * config.guess: Add OS/390 match pattern.
15817         * config.sub: Add mvs, openedition targets.
15818         * configure.in (i370-ibm-opened*): New.
15820 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15822         * config.sub: Add support for configuring for pj.
15824 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15826         * config.sub (maybe_os): Add support for configuring for fr30.
15828 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15830         * configure.in: Do not configure or build ld for AIX
15831         platforms.  ld is known to be broken on these platforms.
15833 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15835         * config-ml.in: Pass compiler flag corresponding to multidirs to
15836         subdir configures.
15838 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15840         * Makefile.in (LDFLAGS): Define.
15842 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15844         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15845         noconfigdirs.
15846         (*-*-cygwin*): Likewise.
15848 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15850         * mkdep: New file.
15851         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15852         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15854         From Eli Zaretskii <eliz@is.elta.co.il>:
15855         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15856         long file name when using DJGPP on MS-DOS.
15858 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15860         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15862 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15864         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15865         dependency as this causes "make check" to globally "make all"
15867 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15869         * configure.in (target_libs): Added target-zlib.
15870         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15871         (CONFIGURE_TARGET_MODULES): Likewise.
15872         (CHECK_TARGET_MODULES): Likewise.
15873         (INSTALL_TARGET_MODULES): Likewise.
15874         (CLEAN_TARGET_MODULES): Likewise.
15875         (configure-target-zlib): New target.
15876         (all-target-zlib): Likewise.
15877         (all-target-libjava): Depend on all-target-zlib.
15878         (configure-target-libjava): Depend on configure-target-zlib.
15880         * Makefile.in (configure-target-libjava): Depend on
15881         configure-target-newlib.
15882         (configure-target-boehm-gc): New target.
15883         (configure-target-qthreads): New target.
15885         * configure.in (target_libs): Added target-qthreads.
15886         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15887         (CONFIGURE_TARGET_MODULES): Likewise.
15888         (CHECK_TARGET_MODULES): Likewise.
15889         (INSTALL_TARGET_MODULES): Likewise.
15890         (CLEAN_TARGET_MODULES): Likewise.
15891         (all-target-qthreads): New target.
15892         (configure-target-libjava): Depend on configure-target-qthreads.
15893         (all-target-libjava): Depend on all-target-qthreads.
15895         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15896         (CONFIGURE_TARGET_MODULES): Likewise.
15897         (CHECK_TARGET_MODULES): Likewise.
15898         (INSTALL_TARGET_MODULES): Likewise.
15899         (CLEAN_TARGET_MODULES): Likewise.
15900         (all-target-libjava): New target.
15901         (all-target-boehm-gc): Likewise.
15902         * configure.in (target_libs): Added libjava, boehm-gc.
15904 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15906         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15907         configure.bat in SUPPORT_FILES.
15908         (gas+binutils.tar.bz2): Likewise.
15910         * makeall.bat: Remove; obsolete.
15912 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15914         From Mark Elbrecht:
15915         * configure.bat: Remove; obsolete.
15917 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15919         * configure: Add -W -Wall to the default CFLAGS when compiling with
15920         gcc.
15922 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15924         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15926 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15928         * configure.in: Build ld on IRIX6.
15930 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15932         * Makefile.in: Change distribution targets to use bzip2 instead of
15933         gzip.
15934         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15935         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15937 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15939         * config.sub: Add mcore target.
15941 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15943         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15945 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15947         * config.guess (dummy): Changed to $dummy.
15949 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15951         * config.sub: Tidied up case statements.
15953 1999-05-22  Ben Elliston  <bje@cygnus.com>
15955         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15956         <jiro@din.or.jp>.
15958         * config.guess: Merge with FSF version. Future changes will be
15959         more accurately recorded in this ChangeLog.
15960         * config.sub: Likewise.
15962 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15964         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15966 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15968         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15970 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15972         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15974 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15976         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15977         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15978         Bad merge removed these two changes.
15980 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15981                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15983         * config.guess (interix Alpha): Add.
15985 1999-04-11  Richard Henderson  <rth@cygnus.com>
15987         * configure.in (i?86-*-beos*): Do config gperf; don't config
15988         gdb, newlib, or libgloss.
15990 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15992         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15993         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15994         from multidirs.
15996 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15998         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
16000 1999-04-08  Nick Clifton  <nickc@cygnus.com>
16002         * config.sub: Add support for mcore targets.
16004 1999-04-07  Michael Meissner  <meissner@cygnus.com>
16006         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
16007         not mt-ospace, in order to shut up assembler warning about using
16008         symbols that are named the same as registers.
16010 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
16012         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
16013         dependency list for all-target-cygmon.
16015 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
16017         * config-ml.in: Check $host, not $target, for selective multilibs.
16018         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
16019         thumb interworking, and underscore prefix multilibs.
16021 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
16023         * missing: Update to version from current automake.
16025 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
16027         * configure (gxx_include_dir): Removed.
16029         * configure.in (gxx_include_dir): Handle it.
16030         * Makefile.in: Likewise.
16032 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
16034         * config.sub (mips64vr4111,mips64vr4111el) Add.
16036 1999-03-21  Ben Elliston  <bje@cygnus.com>
16038         * config.guess: Correct typo for detecting ELF on FreeBSD.
16040 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
16042         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
16043         config/mh-djgpp.
16045 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
16047         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
16048         all-target-newlib to dependency list for all-target-bsp.
16050 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16052         * config.sub: Add i386-uwin support.
16053         * config.guess: Likewise.
16055 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16057         * configure.in: cleanup, add mh-*pic handling for arm, special
16058         case powerpc*-*-aix*
16060 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
16062         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
16063         can be built.
16065 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
16067         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
16068         targets.
16070 1999-03-02  Nick Clifton  <nickc@cygnus.com>
16072         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
16074 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
16076         * config.sub: Check for "cygwin*" rather than "cygwin32*"
16078 1999-02-24  Nick Clifton  <nickc@cygnus.com>
16080         * config.sub: Fix typo in arm recognition.
16082 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
16084         * configure.in (noconfigdirs): Changed target_configdirs to
16085         include target-bsp only for m68k-*-elf* and m68k-*-coff*
16086         rather than m68k-*-* since it is not known to work on
16087         m68k-aout. Ditto for arm-*-*oabi.
16089 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
16091         * configure.in (*-*-windows*): Remove, no longer used.
16093 1999-02-19  Ben Elliston <bje@cygnus.com>
16095         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
16096         Smart and improved by Andrew Cagney.
16098 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
16100         * config.guess: Recognize openbsd-*-hppa.
16102 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
16104         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
16105         only if it is not empty.
16107 1999-02-17  Nick Clifton  <nickc@cygnus.com>
16109         Patch from: Scott Bambrough <scottb@corelcomputer.com>
16111         * config.guess: Modified to recognize uname's armv* syntax.
16113         * config.sub: Modified to recognize uname's armv* syntax.
16115 1999-02-17  Mark Salter  <msalter@cygnus.com>
16117         * configure.in: Added target-bsp for sparclite.
16119 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
16121         * config.sub: Recognize alphapca5[67] and up to alphaev8.
16123 1999-02-08  Nick Clifton  <nickc@cygnus.com>
16125         * configure.in: Add support for strongarm port.
16126         * config.sub: Add support for strongarm target.
16128 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16130         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16131         the old name config/mh-cygwin32.
16132         Enable texinfo.
16134 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
16136         * configure.in: Do build ld for ix86 Solaris.
16138 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
16140         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
16141         $AR_FOR_TARGET.  Likewise for RANLIB.
16143 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
16145         * config.sub (oabi):  Recognize.
16146         * configure.in (arm-*-oabi):  Handle.
16148 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
16150         * config.guess: Improve detection of i686 on UnixWare 7.
16152 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16154         * config.guess: Add support for i386-pc-interix.
16155         * config.sub: Likewise.
16156         * configure.in: Likewise.
16158 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
16160         * Makefile.in: Remove unneeded all-target-libio from
16161         from all-target-winsup target since it is now unneeded.
16162         Add all-target-libtermcap in its place since it is now
16163         needed.
16165 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
16167         * configure.in: makefile stub for cygwin target is probably
16168         unnecessary.  Remove it for now.
16170 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
16172         * configure.in: libtermcap.a should be built when cygwin is the
16173         target as well as the host.
16174         * config.guess: Allow mixed case in cygwin uname output.
16175         * Makefile.in: Add libtermcap target.
16177 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
16179         * config.sub: Clean up handling of hppa2.0.
16181 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
16183         * config.guess: Use C code to identify more HP machines.
16185 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
16187         * config.sub: Handle hppa2.0.
16189 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
16191         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
16192         cygmon for all sparclite targets, regardless of object format.
16194 1998-12-15  Mark Salter  <msalter@cygnus.com>
16196         * configure.in: Added target-bsp for several target architectures.
16198         * Makefile.in: Added rules for bsp.
16200 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
16202         * config.guess: Improve detection of hppa2.0 processors.
16204 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
16206         * config.guess: Recognize FreeBSD using ELF automatically.
16208 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
16210         * configure (skip-this-dir): Add handling for new shell script, which
16211         might be created by a sub-directory's configure to indicate, this particular
16212         directory is "unwanted".
16213         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16215 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
16217         * ltconfig: import from libtool, after changing libtool to
16218         account for the cygwin name change.
16220 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
16222         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16223         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16225 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
16227         * configure.in: Add libtermcap to list of cygwin dependencies.
16229 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
16231         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16232         they include winsup/include when it's a cygwin target.
16234 1998-11-12  Tom Tromey  <tromey@cygnus.com>
16236         * configure.in (host_tools): Added zip.
16237         * Makefile.in (all-target-libjava): Depend on all-zip.
16238         (all-zip): New target.
16239         (ALL_MODULES): Added all-zip.
16240         (NATIVE_CHECK_MODULES): Added check-zip.
16241         (INSTALL_MODULES): Added install-zip.
16242         (CLEAN_MODULES): Added clean-zip.
16244 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
16246         * Makefile.in: lose "32" from comment about cygwin.
16248 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
16250         * configure.in: Use -Os to build target libraries for the fr30.
16252 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
16254         * config.sub: Add fr30.
16256 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
16258         * configure.in: drop "32" from config/mh-cygwin32.  Check
16259         cygwin* instead of cygwin32*.
16260         * config.sub: Check cygwin* instead of cygwin32*.
16262 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
16264         * config.guess: Match any version of Unixware7.
16266 1998-10-20  Syd Polk  <spolk@cygnus.com>
16268         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16269         if desired.
16271 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
16273         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16274         these if the appropriate directories and files to not exist.
16276 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
16278         * Makefile.in (DEVO_SUPPORT): Add config.if.
16280 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16282         * configure: Add pattern to replace "build_tooldir"'s
16283         definition in the generated Makefile with "tooldir"'s
16284         actual value.
16286 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
16288         * config.sub: Bring back lost sparcv9.
16290         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16292 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
16294         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16295         CC_FOR_TARGET and friends.
16297 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
16299         * Makefile.in (build_tooldir): New variable, same as tooldir.
16300         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16301         -B$(build_tooldir)/bin/.
16302         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16304 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16306         * README: Remove installation instructions and refer to the
16307         INSTALL directory instead.
16309 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
16311         * config.sub: Add support for i[34567]86-pc-udk.
16312         * configure.in: Likewise.
16314 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
16316         * Makefile.in: add bzip2 package building bits for user
16317         tools module
16318         * configure.in: ditto
16320 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
16322         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16323         (ALL_TARGET_MODULES): Add all-target-libobjc.
16324         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16325         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16326         (all-target-libchill): Add dependencies.
16327         * configure.in (target_libs): Add libchill.
16329 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
16331         * configure.in (target_subdir): Remove duplicate line.
16333 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
16335         * Makefile.in (all-automake): fix dependencies.
16337 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
16339         * configure.in: Minor cleanups for building in the $(target_alias)
16340         subdir.
16342 1998-09-22  Jim Wilson  <wilson@cygnus.com>
16344         * Makefile.in (bootstrap): Set r and s before make all.  Use
16345         BASE_FLAGS_TO_PASS in make all.
16346         (cross): Likewise.
16348 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
16350         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16352 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
16354         * config.sub: Fix typo in last change.
16356 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16358         * config.sub: Add support for C4x target.
16359         * configure.in: Likewise.
16361 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
16363         * config.sub: Recognize sparcv9 just like sparc64.
16365 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
16367         * config.guess: Match "Pent II" or "PentII" for OpenServer.
16369 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
16371         * config.guess: Correctly identify Pentium II sco boxes.
16373         * config.guess: Fix "tr" code.  From Weiwen Liu.
16375 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
16377         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16378         stabs.
16380 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
16382         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16383         (ALL_TARGET_MODULES): Add all-target-libchill.
16384         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16385         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16386         (all-target-libchill): Add dependencies.
16387         * configure.in (target_libs): Add libchill.
16389 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16391         * config.guess: Avoid assumptions about "tr" behaves when
16392         LANG is set to something other than English.
16394 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
16396         * configure (gxx_include_dir): Changed to
16397         '${prefix}/include/g++'-${libstdcxx_interface}.
16399         * config.if: New to determine the interfaces.
16401 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
16403         * config.guess: Detect and handle MPE/IX.
16404         * config.sub: Deal with MPE/IX.
16406 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
16408         * configure.in: Use mh-aix43.
16410 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
16412         * configure: Fix --without/--disable cases for gxx-include-dir.
16414 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
16416         * mdata-sh:  Imported.  Needed for automake support.
16418 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16420         * Makefile.in (taz): Try "chmod -R og=u ." before
16421         "chmod og=u `find . -print`".
16423 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16425         * configure.in: Add arm-elf and thumb-elf support.
16427 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16429         * Makefile.in: Undo previous patch.
16431 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16433         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16434         to here ...
16435         (install-no-fixedincludes): and here
16436         (INSTALL_MODULES): ... from here.
16438 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16440         * config.sub: Merge with FSF.
16442         * config.guess: Merge with FSF.
16444 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16446         * configure (extraconfigdirs): New variable.
16447         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16448         * Makefile.in (all): Move higher in file.
16449         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16450         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16451         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16452         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16453         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16455 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16457         * Makefile.in (all-target-libjava): Depend on all-gcc and
16458         all-target-newlib.
16459         (configure-target-libjava): Depend on $(ALL_GCC).
16461 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16463         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16464         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16466 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16468         * INSTALL/README: Fix typo.
16470 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16472         * ylwrap: Change absolute path checks to check for DOS style path
16473         names.
16475         * ylwrap: Don't use a full path name if the source file is in the
16476         same directory.  From hjl@lucon.org (H.J. Lu).
16478         * config-ml.in: Default to being verbose, to match Feb 18 change to
16479         configure.
16481 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16483         Brought over from egcs:
16485         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16487         * configure.in (target_subdir): Set to ${target_alias} instead
16488         of "libraries".
16490         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16492         * configure.in (target_subdir): Set to libraries if enable_multilib.
16494 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16496         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16497         multilibs, force reconfiguration the first time we create
16498         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16500 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16502         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16503         avoid confusion with --no-recursion.
16505 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16507         * configure.in: Win32 hosts shouldn't use install -x
16508         * install-sh: remove -x option, and special .exe-handling
16509         hack.
16511 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16513         * config.guess: Recognize i586-pc-beos.
16514         * configure.in: Don't build some bits for beos.
16516 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16518         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16519         CFLAGS default to -O2.
16521         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16522         when using GNU ld.
16524 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16526         * ltmain.sh: Correct install when using a different shell.
16528 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16530         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16532 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16534         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16535         target.
16537 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16539         * ltconfig: Update to correct AIX handling.
16541 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16543         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16545         * configure.in (target_subdir): Set to ${target_alias} instead
16546         of "libraries".
16548 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16550         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16551         (Makefile): Depend on $(gcc_version_trigger).
16553         * configure (gcc_version): Change default initializer to empty
16554         string.
16555         (gcc_version_trigger): New variable; pass this variable down
16556         to subdir configures to enable them checking gcc's version
16557         themselves. Emit make macros for both gcc_version vars.
16558         (topsrcdir): Initialize reliably.
16559         (recursion line): Remove --with-gcc-version=${gcc_version}.
16561 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16563         * configure (enable_version_specific_runtime_libs): Implement new flag
16564         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16565         in $(libsubdir); emit definition in each generated Makefile.
16566         (gxx_include_dir): Initialize depending on
16567         $enable_version_specific_runtime_libs.
16569 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16571         * configure (gcc_version): Initialize properly depending on
16572         how and where configure is started.
16573         (recursion line): Pass a --with-gcc-version=${gcc_version}
16574         to configures in subdirs.
16576 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16578         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16579         cygmon
16581 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16583         * configure.in: Add cygmon and libstub support for mn10200.
16585 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16587         * configure (gcc_version): Add new variable describing the
16588         particular gcc version we're building.
16589         * Makefile.in (libsubdir): Add new macro for the directory
16590         in which the compiler finds executables, libraries, etc.
16591         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16592         and libsubdir.
16594 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16596         * Makefile.in (local-clean): Remove *.log.
16597         (warning.log): Built with warn_summary from build.log.
16598         (mail-report.log): Run test_summary.
16599         (mail-report-with-warnings.log): Run test_summary including
16600         warning.log in the report.
16602 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16604         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16606 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16608         * Makefile.in (grep): Grep no longer depends on libiberty.
16610 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16612         * Makefile.in: all-snavigator needs all-libgui.
16614 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16616         * configure.in: Add cygmon and libstub support for mn10300.
16618 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16620         * missing: Update to version from automake 1.3.
16622         * ltmain.sh: On installation, don't get confused if the same name
16623         appears more than once in the list of library names.
16625 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16627         * config.sub: Accept m68060 and m5200 as CPU names.
16629 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16631         * configure: Use && rather than using -a in test, because odd
16632         strings can confuse test.
16633         * configure.in: Likewise.
16635 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16637         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16639 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16641         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16642         bootstrap4-lean): New targets.
16644 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16646         * mpw-* Delete.  Not used.
16648 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16650         * COPYING.LIB: Update FSF address.
16652 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16654         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16656         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16657         GAS_SUPPORT_DIRS.
16659 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16661         * ltconfig, ltmain.sh: Avoid producing a version number if
16662         -version-info was not used.
16664 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16666         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16667         building with newlib.
16669 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16671         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16672         Solaris `make' causes it to continue to next definition.
16674 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16676         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16677         the right GUI libraries and files are installed along with GDB.
16679 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16681         * configure.in: Change alpha to alpha* in several places.
16683 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16685         * config.sub: Recognize sparc86x.
16687 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16689         * configure.in (--enable-target-optspace): Remove debug echo.
16691 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16693         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16695 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16697         * ltconfig: Update cygwin32 support.
16699         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16700         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16701         (GDB_SUPPORT_DIRS): Likewise.
16703 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16705         * configure.in (target_makefile_frag): If --enable-target-optspace,
16706         use -Os to compile target libraries rather than -O2.  Default to
16707         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16708         not used.
16709         * configure.in (target_cflags): Ditto for d30v.
16711 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16713         * Makefile.in (all-bfd): Depend on all-intl.
16714         (all-binutils): Likewise.
16715         (all-gas): Likewise.
16716         (all-gprof): Likewise.
16717         (all-ld): Likewise.
16719 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16721         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16723 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16725         * Makefile.in (all-bfd): Depend upon all-libiberty.
16727         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16729 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16731         * Makefile.in: Add libstub.
16733         * configure.in: Ditto. Build libstub for targets that have cygmon
16734         support.
16736 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16738         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16740 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16742         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16743         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16745 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16747         * configure: Define DEFAULT_M4 by searching PATH.
16748         * Makfile.in: Use DEFAULT_M4.
16750 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16752         * ltconfig: Add cygwin32 support.
16754         * Makefile.in, configure.in: Add libtool as a native only directory
16755         to configure and build.
16757 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16759         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16761 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16763         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16765 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16767         * Makefile.in: add ash make rules
16768         * configure.in: add ash to native_only and host_tools lists
16770 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16772         * Makefile.in (all-gettext, all-intl): New targets.
16773         (ALL_MODULES): Added all-gettext, all-intl.
16774         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16775         (INSTALL_MODULES): Added install-gettext, install-intl.
16776         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16778         * configure.in (host_tools): Added gettext.
16779         (native_only): Likewise.
16780         (noconfigdirs) [various cases]: Likewise.
16781         (host_libs): Added intl.
16783 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16785         * configure: Do not disable building gdbtk for cygwin32 hosts.
16787 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16789         * configure.in: Add thumb-coff target.
16790         * config.sub: Add thumb-coff target.
16792 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16794         * Makefile.in: Revert yesterday's change.
16795         (all-target-winsup):  all-target-librx stays out of here.
16797 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16799         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16800         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16801         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16802         Remove references to librx and libg++.
16804 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16806         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16807         recursive makes
16809 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16811         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16812         for newlib directory.
16813         (CXX_FOR_TARGET): Likewise.
16815 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16817         * ltconfig: Update after libtool/ltconfig.in change for
16818         hpux11.
16820 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16822         * ltconfig, ltmain.sh: Update to libtool 1.2.
16824 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16826         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16827         (install-gcc-cross): Instead, override LANGUAGES here.
16829 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16831         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16832         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16834 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16836         * configure.in: Add Thumb-pe target.
16838 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16840         * Makefile.in - changed sn targets to snavigator
16841         * configure.in - changed sn targets to snavigator
16843 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16845         * config-ml.in: After building symlink tree call make distclean
16846         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16847         to be the case for libiberty.
16849 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16851         * configure: When making link, also check the current
16852         directory. The configure scripts may create one.
16854 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16856         * config.sub: Accept alphapca56 and alphaev6 properly.
16858 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16860         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16862 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16864         * config.sub (sco5): Fix typo.
16866 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16868         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16869         install-itcl.
16870         (install-itcl): Remove dependency on install-tcl.
16872 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16874         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16876 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16878         * configure.in: Don't build libgui for a cygwin32 target when not on
16879         a cygwin32 host.
16881 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16883         * configure (redirect): Set to null, so default behavior of
16884         configure is now --verbose.
16886 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16888         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16889         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16891 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16893         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16894         this change to sync Makefile.in with its ChangeLog entries.
16896 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16898         * ltmain.sh (mkdir): Check that the directory doesn't exist
16899         before we exit with error, so that we don't get races during
16900         parallel builds.
16902 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16904         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16906 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16908         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16909         PICFLAG_FOR_TARGET.
16910         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16912         * configure: Emit a definition for the new macro enable_shared
16913         into each Makefile.
16915 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16917         * configure.in (host_tools, native_only): Add libtool.
16919 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16921         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16922         Fix typo in ming config comment.
16924 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16926         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16928 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16930         * config.sub: Add tic30 cases, and map c30 to tic30.
16932 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16934         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16935         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16936         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16937         (CLEAN_TARGET_MODULES): Similarly
16938         (all-target-libf2c): Add dependences.
16939         * configure.in (target_libs): Add libf2c.
16941 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16943         * configure.in: Remove expect from noconfigdirs when target
16944         is cygwin32.  OK to build expect and dejagnu with Canadian
16945         Cross.
16947 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16949         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16950         host.
16952         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16953         and mingw32.
16955 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16957         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16958         here as it is not defined in the toplevel Makefile.
16960 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16962         * configure (package_makefile_rules_frag): New variable, which names
16963         a file with generic rules, ...
16964         Change comment to mention we now have FIVE parts.
16965         * configure: Undo last change.
16967 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16969         * config.guess: More accurate determination of HP processor types.
16970         * config.sub: More accurate determination of HP processor types.
16972 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16974         * configure (package_makefile_frag): Move inserting the
16975         ${package_makefile_frag} to where it should be according
16976         to the comment.
16978 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16980         * config.guess: Add support for Linux/ARM.
16982 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16984         * .cvsignore: Remove *-info and *-install since they match
16985         release-info and mpw-install, which we don't want to just ignore.
16987 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16989         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16991 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16993         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16994         local_prefix to sub-make invocations.
16996 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16998         * configure.in: Check makefile fragments in the source
16999         directory.
17001 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
17003         * configure.in: Check whether host and target makefile
17004         fragments exist before adding them to *_makefile_frag.
17006 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
17008         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
17010 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
17012         * configure.in: Make sure we only replace RPATH_ENVVAR on
17013         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
17014         regexp to sed.
17016         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
17017         to sub-makes.
17019 1998-01-13  Lee Iverson   (leei@ai.sri.com)
17021         * config-ml.in (multi-do): LDFLAGS must include multilib
17022         designator.
17024 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
17026         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
17028 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
17030         * config.sub: Add mingw32 support.
17031         * configure.in: Likewise.
17033 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
17035         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
17037 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
17039         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17040         * configure (gxx_include_dir): Provide a definition for subdirs
17041         which do not use autoconf.
17043 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
17045         * config.guess: Sync with egcs.  Picks up new alpha support,
17046         BeOS & some additional linux support.
17048 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
17050         * config.guess: HP 9000/803 is a PA1.1 machine.
17052 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
17054         * configure.in: It's alpha*-...
17056 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17058         * configure.in (host_makefile_frag, target_makefile_frag):
17059         Handle multiple config files.
17060         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
17061         alpha-*-*.
17063 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
17065         * mkdep: New file.
17067 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
17069         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
17071 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17073         * Makefile.in: Add libgui directory.
17074         (GDB_TK): Add all-libgui.
17075         * configure.in: Add libgui directory.
17076         * configure: Add all-libgui to GDB_TK.
17078 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
17080         * config-ml.in (multidirs): Add m32r to multilib list.
17082 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
17084         * Makefile.in (all-target-gperf): Change dependency to
17085         all-target-libstdc++.
17087 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
17089         * config.guess: Add BeOS support.
17091 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17093         Source directory cvs renamed to cvssrc:
17094         * configure.in (host_tools): Change cvs to cvssrc.
17095         (native_only): Likewise.
17096         (noconfigdirs) [various cases]: Likewise.
17097         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
17098         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
17099         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
17100         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
17101         (all-cvssrc): Rename target from all-cvs.
17103 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
17105         * configure (gxx_include_dir): Fix thinko.
17107 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
17109         * Makefile.in (INSTALL_TARGET_CROSS): Define.
17110         (install-cross, install-gcc-cross): New targets.
17112 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
17114         * configure.in (noconfigdirs): Add support for Thumb target.
17116         * config.sub (maybe_os): Add support for Thumb target.
17118 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
17120         * Makefile.in: Add rules for cygmon.
17122         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17124 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
17126         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17127         * configure (gxx_include_dir): Provide a definition for subdirs
17128         which do not use autoconf.
17130 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
17132         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
17133         11/18/97 build
17135 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
17137         * From Franz Sirl.
17138         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17139         found on RedHat Linux systems.
17141 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
17143         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17144         guesses.
17146 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
17148         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17150 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
17152         * ltmain.sh: If mkdir fails, check whether the directory was created
17153         anyhow by some other process.
17155 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
17157         * configure.in (d30v-*-*): Configure all directories.
17159 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
17161         * configure.in (d30v-*-*): Configure newlib, libiberty directories
17162         for the D30V.
17164 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
17166         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17168 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
17170         * include/libiberty.h: Add extern "C" { so it can be used with C++
17171         progrms.
17172         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
17173         programs.
17175 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
17177         * configure.in (d30v-*-*): Configure GCC now.
17179 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17181         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17182         is no longer needed.
17184 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
17186         * Makefile.in: check-target-libio depends on all-target-libstdc++.
17188 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
17190         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17191         targets using "$@" to provide support for similar but not identical
17192         targets without having to duplicate code.
17194 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
17196         * makefile.vms: Fix to work with DEC C.
17198 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
17200         * config.sub: Add mips-tx39-elf to marketing names.
17202 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
17204         * ltmain.sh: Handle symlinks in generated script.
17206 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
17208         * configure: Handle autoconf style directory options: --bindir,
17209         --datadir, --includedir, --infodir, --libdir, --libexecdir,
17210         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17211         --sysconfdir.
17212         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17213         (sharedstatedir, localstatedir, oldincludedir): New variables.
17214         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17215         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17216         sbindir, sharedstatedir, and sysconfdir.
17218 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17220         * Makefile.in (bootstrap-lean): New target.
17222 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
17224         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
17225         sn, and gnuserv from noconfigdirs.
17227 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
17229         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17231 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
17233         * Makefile.in (cross): New target.
17235 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
17236                           Jeff Law         <law@cygnus.com>
17238         * Makefile.in (bootstrap2, bootstrap3): New targets.
17239         (all-bootstrap): Remove outdated and confusing target.
17240         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17242 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17244         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17245         windows.  Consistent with gdb/configure.
17247 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
17249         * configure.in: Name Linux target fragment.
17251         * configure: Rewrite so that project Makefile fragment is inserted
17252         first and appears last in the resulting Makefile.
17254 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17256         * Makefile.in (install-itcl): Install tcl first.
17258 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
17260         * configure.in: remove bison from noconfigdirs for Cygwin32 host
17262 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17264         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17266         * configure.in (skipdirs): Add target-librx for Linux.
17267         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17269 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
17271         * Makefile.in (bootstrap): New target.
17273 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
17275         * config.sub: Accept 'amigados' for backward compatibility.
17277 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
17279         * config.guess: Merge with FSF.
17281 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
17283         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17285 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
17287         * config.sub: Add "marketing-names" patch.
17289 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
17291         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17293 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
17295         * config.sub: Handle v850-elf.
17297 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
17299         * .cvsignore (*-install): Remove.
17301 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
17303         * ltconfig: Set CONFIG_SHELL in libtool.
17304         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17306 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
17308         * configure.in (target_subdir): Set to libraries if enable_multilib.
17310 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
17312         * config.guess: Update from gcc directory.
17314 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17316         * Makefile.in (all-sim): Depends on all-readline.
17318 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
17320         * Makefile.in (BISON, YACC): Use $$s.
17321         (all-bison): Depend on all-texinfo.
17323 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
17325         * Makefile.in (BISON): Add -L flag.
17326         (YACC): Likewise.
17328 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17330         * configure.in (noconfigdirs): Add support for v850e target.
17332         * config.sub (maybe_os): Add support for v850e target.
17334 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17336         * configure.in (noconfigdirs): Add support for v850ea target.
17338         * config.sub (maybe_os): Add support for v850ea target.
17340 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
17342         * config.sub: Add mipstx39.  Delete r3900.
17344 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17346         * Makefile.in (all-autoconf): Depends on all-texinfo.
17348 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
17350         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17351         eabi targets.
17353 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
17355         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17357         * configure: When handling a Canadian Cross, handle YACC as well as
17358         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
17359         * Makefile.in (all-bison): Depend upon all-texinfo.
17361 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
17363         * Makefile.in (BISON): bison, not byacc or bison -y.
17364         (YACC): bison -y or byacc or yacc.
17365         (various): Add *-bison as appropriate.
17366         (taz): No need to mess with BISON anymore.
17368 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
17370         * configure: If OSTYPE matches *win32*, try to find a good value for
17371         CONFIG_SHELL.
17373 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
17375         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17376         configure.in if it is present.
17378 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
17380         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17382 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
17384         * config.sub: Recognize `arc' cpu.
17385         * configure.in: Likewise.
17386         * config-ml.in: Likewise.
17388 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
17390         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17392 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
17394         * configure: Changed sed delimiter from ':' to '|' when
17395         attempting to substitute ${config_shell} for SHELL. On
17396         NT ${config_shell} may contain a ':' in it.
17398 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
17400         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17402 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
17404         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17406 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17408         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17410         * ylwrap: If the program is a relative path, force it to be
17411         absolute.
17413 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17415         * configure (tooldir): Set BISON to `bison -y' and not just bison.
17417 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17419         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17420         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17421         for libraries.
17423 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17425         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17426         separated by spaces.
17428 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17430         * ylwrap: New file.
17431         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17433         * ltmain.sh: Handle /bin/sh at start of install program.
17435         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17437         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17438         * missing: New file, from automake 1.2.
17440 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17442         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17443         check-tk to CHECK_X11_MODULES.
17445 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17447         * config.sub: Merge with FSF.
17449 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17451         * config.guess: Merge with FSF.
17453 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17455         * configure: Treat msdosdjgpp like go32.
17456         * configure.in: Likewise.  Don't remove gprof for go32.
17458         * configure: Change Makefile.tem2 to Makefile.tm2.
17460 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17462         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17464 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17466         * install-sh (chmodcmd): Set to null if the DST directory already
17467         exists.  Same as Nov 11th change.
17469 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17471         * configure (GDB_TK): Needs itcl and tix.
17473 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17475         * config.guess: Update from FSF.
17477 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17479         * Makefile.in (GDB_TK): Depend on itcl and tix.
17481 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17483         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17484         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17485         (INSTALL_SCRIPT): New variable.
17486         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17487         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17488         to -x.
17489         * install-sh: Add support for -x option.
17491 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17493         * configure.in, Makefile.in: Treat tix like itcl.
17495 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17497         * Makefile.in (WINDRES): New variable.
17498         (WINDRES_FOR_TARGET): New variable.
17499         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17500         (EXTRA_HOST_FLAGS): Add WINDRES.
17501         (EXTRA_TARGET_FLAGS): Add WINDRES.
17502         (EXTRA_GCC_FLAGS): Add WINDRES.
17503         ($(DO_X)): Pass down WINDRES.
17504         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17505         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17506         DLLTOOL_FOR_TARGET.
17508 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17510         * configure.in: configure sim before gdb for win32-x-ppc
17512 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17514         Move gperf into the toplevel, from libg++.
17515         * configure.in (target_tools): Add target-gperf.
17516         (native_only): Add target-gperf.
17517         * Makefile.in (all-target-gperf): New target, depend on
17518         all-target-libg++.
17519         (configure-target-gperf): Empty rule.
17520         (ALL_TARGET_MODULES): Add all-target-gperf.
17521         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17522         (CHECK_TARGET_MODULES): Add check-target-gperf.
17523         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17524         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17526 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17528         * config.sub (mn10200): Recognize new basic machine.
17530 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17532         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17533         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17535 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17537         * configure.in: If we're building mips-sgi-irix6* native, turn on
17538         ENABLE_MULTILIB and set TARGET_SUBDIR.
17540 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17542         * Makefile.in (all-sn): Depend on all-grep.
17544 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17546         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17548         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17549         Makefile.  From Jeff Makey <jeff@cts.com>.
17550         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17552         * Makefile.in (DISTBISONFILES): Remove.
17553         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17554         $(DEFAULT_YACC).
17556         * configure.in: Build itl, db, sn, etc., when building for native
17557         cygwin32.
17559         * Makefile.in (LD): New variable.
17560         (EXTRA_HOST_FLAGS): Pass down LD.
17561         ($(DO_X)): Likewise.
17563 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17565         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17567 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17569         * configure.in (targargs): Strip out any supplied --build argument
17570         before adding our own. Always add --build.
17572 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17574         * configure.in (targargs): Pass --build if we're doing
17575         a cross-compile.
17577 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17579         * configure: Use '|' instead of ":" as the separator in
17580         sed. Otherwise sed chokes on NT path names with drive
17581         designators. Also look for "?:*" as the leading characters in an
17582         absolute pathname.
17584 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17586         * config.sub: Support for r3900.
17588 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17590         * configure.in: Use install-sh, not install.sh.
17592 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17594         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17595         apply it twice.
17597 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17599         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17600         install-binutils.
17602 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17604         * Makefile.in: Add automake targets.
17605         * configure.in (host_tools): Add automake.
17607 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17609         * configure: Default CXX to c++, not gcc.
17610         * Makefile.in (CXX): Set to c++, not gcc.
17611         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17613 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17615         * install-sh: try appending a .exe if source file doesn't
17616         exist
17618 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17620         * configure.in: Turn on multilib by default.
17621         (cross_only): Remove target-libiberty.
17623         * Makefile.in (all-gcc): Don't depend on libiberty.
17625 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17627         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17629 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17631         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17632         (DISTBISONFILES): Add ld/Makefile.in
17634 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17636         * configure.in: if target is cygwin32 but host isn't cygwin32,
17637         don't configure gdb tcl tk expect, not just gdb.
17639 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17641         * configure.in: Added gnuserv everywhere sn appears.
17643         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17644         (CROSS_CHECK_MODULES): Added check-gnuserv.
17645         (INSTALL_MODULES): Added install-gnuserv.
17646         (CLEAN_MODULES): Added clean-gnuserv.
17647         (all-gnuserv): New target.
17649 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17651         * config.guess: Fixes for MIPS OpenBSD systems.
17653 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17655         * Makefile.in (INSTALL_XFORM): Remove.
17656         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17658         * mkinstalldirs: New file, copied from automake.
17659         * Makefile.in (installdirs): Rename from install-dirs.  Use
17660         mkinstalldirs.  Change all users.
17661         (DEVO_SUPPORT): Add mkinstalldirs.
17663 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17665         * install-sh: Rename from install.sh.
17666         * Makefile.in (INSTALL): Change install.sh to install-sh.
17667         (DEVO_SUPPORT): Likewise.
17669         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17670         Graichen <graichen@rzpd.de>.
17672 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17674         * config.guess: Recognize OpenBSD systems correctly.
17676 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17678         * README, Makefile.in (ETC_SUPPORT): Remove references to
17679         cfg-paper*, configure.{texi,man,info*}._
17681 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17683         * Makefile.in (all.normal): Ensure that gcc is built after all
17684         the x11 - ie gdb - targets.
17686 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17688         * makefile.vms: Don't run conf-a-gas.
17690 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17692         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17694 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17696         * configure.in: Remove noconfigdirs case since gdb also
17697         configures and builds for tic80-coff.
17699 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17701         * configure: Set cache_file to config.cache.
17702         * Makefile.in (local-distclean): Remove config.cache.
17704 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17706         * COPYING: Update FSF address.
17708 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17710         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17711         noconfigdirs.
17713 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17715         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17716         MAKEDIRS, is empty.
17718 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17720         * config.sub: Tweak mn10300 entry.
17722 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17724         * configure.in (host_tools): Put sim before gdb, so gdb's
17725         configure.tgt can determine if the simulator was configured.
17727 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17729         * config.sub: Move BeOS $os case to be with other Cygnus
17730         local cases.
17732 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17734         * config.sub: Remove misplaced comment that broke Linux.
17736 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17738         * config.sub: Add BeOS support.
17740 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17742         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17744 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17746         * configure.in (noconfigdirs): Remove tcl and tk from
17747         noconfigdirs for cygwin32 builds.
17749 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17751         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17753 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17755         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17756         make-all.com, use makefile.vms instead.
17758 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17760         * config.sub: Accept -lnews*.
17762 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17764         * configure.in (noconfigdirs): Disable target-newlib,
17765         target-examples and target-libiberty for d30v.
17767 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17769         * configure.in (noconfigdirs): Enable ld for d30v.
17771 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17773         * configure.in (tic80-*-*): Build compiler.
17775 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17777         * configure.in (d30v-*): Remove sim directory from list of
17778         unsupported d30v directories
17780 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17782         * config.sub, configure.in: Add d30v target cpu.
17784 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17786         * makefile.vms: New file.
17787         * make-all.com: Remove.
17789 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17791         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17793 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17795         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17797 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17799         * Makefile.in (ALL_MODULES): Added all-db.
17800         (CROSS_CHECK_MODULES): Addec check-db.
17801         (INSTALL_MODULES): Added install-db.
17802         (CLEAN_MODULES): Added clean-db.
17804 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17806         * config.guess: Merge with latest FSF sources.
17808 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17810         * Makefile.in (ALL_MODULES): Added all-itcl.
17811         (CROSS_CHECK_MODULES): Added check-itcl.
17812         (INSTALL_MODULES): Added install-itcl.
17813         (CLEAN_MODULES): Added clean-itcl.
17815 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17817         * configure.in: build gdb for mn10200
17819 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17821         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17823 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17825         * configure.in (tic80-*-*): Turn off most targets right now.
17827 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17829         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17830         rather than the makeinfo program.
17831         (do-info): Depend upon all-texinfo.
17833 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17835         * configure.in: Remove uses of config/mh-linux.
17837         * config.sub, config.guess: Merge with latest FSF sources.
17839 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17841         * config.sub (case $basic_machine): Add tic80 entries.
17843 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17845         * config.sub, config.guess: Merge with latest FSF sources.
17847 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17849         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17850         * mpw-config.in: Test for NewFolderRecursive.
17851         * mpw-install: Use symbolic name for startup filename.
17852         * mpw-README: Add various additional details.
17854 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17856         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17858 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17860         * configure.in: Do build gcc and the target libraries for
17861         the mn10200.
17863 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17865         * configure.in: don't avoid building gdb for mn10300 any more
17866         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17867         instead of single-quoting it.
17869 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17871         * configure.in: Don't use --with-stabs on IRIX 6.
17873 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17875         * configure.in (m32r): Build gdb, libg++ now.
17877 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17879         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17880         directories from noconfigdirs.
17882 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17884         * config.sub (basic_machine): added mips16 configuration
17886 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17888         * config.sub: Handle d10v-unknown.
17890 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17892         * config.sub: Handle v850-unknown.
17894 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17896         * Makefile.in: add findutils
17897         * configure.in: add findutils to list of host_tools
17899 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17901         * config.sub: Handle mn10200 and mn10300.
17903 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17905         * configure.in (d10v-*): Do not build librx.
17907 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17909         * configure.in (mn10300): Build everything except gdb & libgloss.
17911 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17913         * config.guess:  Patch for Dansk Data Elektronik servers,
17914         from Niels Skou Olsen <nso@dde.dk>.
17916         For ncr, use /bin/uname rather than uname, since GNU uname does not
17917         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17919         Patch for MIPS R4000 running System V,
17920         from Eric S. Raymond <esr@snark.thyrsus.com>.
17922         Fix thinko for nextstep.
17924         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17926         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17927         * config.guess: Guess mips-dec-mach_bsd4.3.
17929         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17930         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17931         release numbers.
17932         * config.guess (mips-mips-riscos*):  Emit just enough of the
17933         release number.
17935         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17936         * config.guess (sparc-auspex-sunos*):  Added.
17937         (f300-fujitsu-*): Added.
17939         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17940         * config.guess:  Recognize a Tadpole as a sparc.
17942 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17944         * config.guess: Don't assume that NextStep version is either 2 or
17945         3.  NextStep 4 (aka OpenStep 4) has come out now.
17947 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17949         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17950         From Rik Faith <faith@cs.unc.edu>.
17952 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17954         * config.sub: Contributions from bug-gnu-utils to:
17955         Support plain "hppa" (no version given) architecture, reported by
17956         OpenStep.
17957         OpenBSD like NetBSD.
17958         LynxOs is not a hardware supplier.
17960         * config.guess: Contributions from bug-gnu-utils to add support for:
17961         OpenBSD like NetBSD.
17962         Stratus systems.
17963         More Pyramid systems.
17964         i[n>4]86 Intel chips.
17965         M680[n>4]0 Motorola chips.
17966         Use unknown instead of lynx for hardware manufacturer.
17968 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17970         * install.sh (chmodcmd): Set to null if the DST directory already
17971         exists.
17973 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17975         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17976         not use mt-ppc target Makefile fragment any more.
17978 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17980         * configure.in (*-*-windows):  Exclude everything but those dirs
17981         needed to build windows.
17983 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17985         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17987 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17989         * configure.in:  Exclude mmalloc from i386-windows.
17991 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17993         * Undo my previous change.
17995 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17997         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17998         unconditionally.
17999         (MAKEOVERRIDES): Define (revert this part of October 18 change).
18001 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
18003         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
18004         host to add it's own flags.
18006 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
18008         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
18010 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
18012         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
18013         (CXX_FOR_TARGET): Likewise.
18014         (GCC_FOR_TARGET): Define.
18015         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
18016         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
18017         CC_FOR_TARGET was specified on the command line.
18018         (MAKEOVERRIDES): Don't define.
18020 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
18022         * configure.in (m32r): Fix spelling of libg++ libs.
18024 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
18026         * config.sub (-apple*): Remove, now redundant.
18028 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
18030         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
18032         * configure: Rework yesterday's sed script patch.
18034         * config.sub: Merge with FSF.
18036 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
18038         * config.guess:  Merge from FSF.
18040         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
18041         * config.guess: Use pc instead of unknown, for pc clone systems.
18042         Change linux to linux-gnu.
18044         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18045         * config.guess: Avoid non-portable tr syntax.
18047 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
18049         * test-build.mk (HOLES): Add "xargs" for gdb.
18051         * configure: Avoid hpux10.20 sed bug.
18053 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
18055         * configure.in:  Add support for windows host
18056         (that is a build done under the Microsoft build environment).
18058 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
18060         * Makefile.in: Replace all uses of srcroot with s, to shrink
18061         command line lengths.
18063         Patches from Geoffrey Noer <noer@cygnus.com>:
18064         * configure.in: If configuring for newlib, pass --with-newlib to
18065         subdirectories.
18066         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
18067         -Bnewlib/ and -Lwinsup to gcc.
18068         (CXX_FOR_TARGET): Likewise.
18070 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18072         * Makefile.in (ETC_SUPPORT): Add configure.
18074 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
18076         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
18077         host configuration file.
18079 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
18081         * configure.in: Break mn10x00 support into separate
18082         mn10200 and mn10300 configurations.
18083         * config.sub: Likewise.
18085 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
18087         * configure.in: Add lots of stuff to noconfigdirs for
18088         the mn10x00 targets.
18090         * config.sub, configure.in: Add mn10x00 support.
18092 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
18094         * make-all.com: Call conf-a-gas, not config-a-gas.
18096 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
18098         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
18099         targets.
18101 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
18103         * mpw-README: Add much more detail for native PowerMac.
18104         * mpw-install: New file.
18105         * mpw-configure: Add --norecursion and --help options.
18106         * mpw-config.in: Translate readme and install files when
18107         copying to objdir.
18108         * mpw-build.in: Don't always depend on byacc and flex.
18109         (install-only-top): New action.
18111 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
18113         * configure.in:  You can now configure GDB for the v850.
18115 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
18117         * configure.in (noconfigdirs): Don't configure any C++ dirs
18118         if targeting D10V.
18120 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
18122         * config.sub: Recognize mips64vr5000.
18124 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
18126         * configure.in: Use a single line for host_tools and native_only.
18128 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
18130         * config.sub, configure.in: Add entries for m32r.
18132 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
18134         * Makefile.in (inet-install): Don't run install-gzip.
18136 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
18138         * configure.in:  Don't config lots of things for *-*-windows*.
18140 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
18142         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18143         (host_libs, host_tools): Copy from configure.in.
18144         * mpw-configure: Don't complain about directories not found.
18146 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18148         * configure.in (i[345]86): Recognize i686 for pentium pro.
18149         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18150         file.
18152         * config.guess (i[345]86): Ditto.
18154 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18156         * configure.in (noconfigdirs): Removed gdb for D10V.
18158 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
18160         * configure.in: Remove ld, target-libio, target-libg++, and
18161         target-libstdc++ from noconfigdirs.
18163 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
18165         * configure: Fix three locations where shell scripts were
18166         being run directly rather than with config_shell.
18168 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
18170         * configure.in (v850-*-*): Set up initial $noconfigdirs.
18171         * config.sub (basic_machine): Recognize v850.
18173 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18175         * mpw-configure: Handle multiple enable/disable options and
18176         pass them down recursively, handle -c and -s flags appropriately
18177         depending on choice of compiler, add escape mechanism for
18178         quoted arguments to gC.
18180 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18182         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18183         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18184         so that -mrelocatable-lib and -mno-eabi are used.
18186         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18187         not support --print-multi-lib, don't abort.
18189 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
18191         * make-all.com: Run config-a-gas.
18192         * setup.com: Don't copy subdirectory files around.
18194 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
18196         * configure.in (*-*-ose): Remove exclusion of libgloss for this
18197         target, it now compiles correctly.
18199 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
18201         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18203 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18205         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
18207 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18209         * configure.in (native_only): Add prms.
18211 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
18213         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18214         (BINUTILS_SUPPORT_DIRS): Likewise.
18216 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18218         * configure.in (d10v-*-*): Don't configure ld or gdb until the
18219         d10v support is added.
18221 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18223         * configure.in (d10v-*-*): New target.
18225 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
18227         * config.guess (HP 9000/811): Recognize this as a PA1.1
18228         machine.
18230 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
18232         * Makefile.in (do-tar-gz): New target, split out from tail end of
18233         taz target.  Run each command separately, don't use pipes.
18234         (taz): Use it.
18236 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
18238         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18239         * mpw-build.in: No builds should depend on building byacc or flex,
18240         they are assumed to be installed already.
18242 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18244         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18245         variable that CC_FOR_TARGET needs.
18247 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18249         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18250         options have changed since the last time the subdirectory was
18251         configured, and if it has, reconfigure.
18252         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18253         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18255 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
18257         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18258         CLEAN_MODULES): Add bash.
18259         (all-bash): New target.
18261 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
18263         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18265 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18267         * config.sub (basic_machine): Recognize d10v as a valid processor.
18269 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
18271         * mpw-configure: Add support for --bindir.
18272         * mpw-build.in: Use a GCC-specific build script for GCC actions.
18274 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
18276         * configure.in: add bash, time, gawk to list of hosttools and things
18277         to only build for native toolchains
18279 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18281         * Makefile.in (docdir): Remove.
18283 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18285         * Makefile.in (datadir): Set to $(prefix)/share.
18287 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
18289         * configure.in: build diff and patch for cygwin32-hosted
18290         toolchains.
18292 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
18294         * config.sub: Accept -rtems*.
18296 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
18298         * configure.in: enable dosrel for cygwin32-hosted builds,
18299                 remove diff from the list of things not buildable
18300                 via Canadian Cross
18302 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
18304         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18305         don't get ". ".
18307 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
18309         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18311 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
18313         * Makefile.in (taz): Handle case where tex3patch didn't even get
18314         checked out.  Also, if it was found, put the symlink in a new util
18315         subdirectory.
18317 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18319         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18321 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
18323         * config.sub: Recognize -openvms.
18324         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18325         * make-all.com, setup.com: New files.
18327 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18329         * Makefile.in (taz): tex3patch moved to texinfo/util.
18331 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
18333         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18334         * configure.in: remove make from disable-if-Can-Cross list
18335                 enable gdb if ${host} and ${target} are cygwin32
18337 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
18339         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
18340         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18342 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18344         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
18345         distinguish sysv/svr4/bsd variants.
18346         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18348 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
18350         * configure.in: Added copyright notice.
18351         * move-if-change: Added copyright notice.
18353 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18355         * configure.in (powerpcle-*-solaris*): Until we get shared
18356         libraries working, don't build gdb, sim, make, tcl, tk, or
18357         expect.
18359 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
18361         * config.guess:  Merge with FSF:
18363         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18364         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18366         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
18367         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18369         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
18370         * config.guess:  Combine two OSF1 rules.
18371         Also recognize field test versions.  From mjr@zk3.dec.com.
18372         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
18373         because GNU uname does not support -p.  From pmr@pajato.com.
18375 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
18377         * Makefile.in (MAKEDIRS): Removed $(tooldir).
18379 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
18381         * mpw-README: Document GCCIncludes.
18383 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
18385         * configure.in (alpha-*-linux*): Set enable_shared to yes.
18387 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
18389         * mpw-configure: Handle --enable-FOO and --disable-FOO.
18391 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
18393         * configure.in (*-*-cygwin32): Configure make.
18395 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
18397         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18399 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
18401         * Makefile.in (all-inet): Depend on all-perl.
18403         * Makefile.in (inet-install): New target.
18405         * Makefile.in (all-inet): Depend on all-tcl.
18406         (all-inet): Depend on all-send-pr.
18408 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18410         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18411         temporarily.
18413 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
18415         * configure.in: Don't configure --with-gnu-ld on AIX.
18417 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18419         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18421 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18423         * Makefile.in (ALL_MODULES): Added all-inet.
18424         (CROSS_CHECK_MODULES): Added check-inet.
18425         (INSTALL_MODULES): Added install-inet.
18426         (CLEAN_MODULES): Added clean-inet.
18427         (all-indent): New target.
18429         * configure.in (host_tools): Added inet.
18430         (native_only): Added inet.
18431         (noconfigdirs): Added inet.
18433 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18435         * configure.in: Don't configure libgloss if we are not configuring
18436         newlib.
18438 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18440         * configure.in: Don't configure libgloss for unsupported
18441         architectures.
18443 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18445         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18447 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18449         * Makefile.in (ALL_MODULES): Include all-apache.
18450         (CROSS_CHECK_MODULES): Include check-apache.
18451         (INSTALL_MODULES): Include install-apache.
18452         (all-apache): New target.
18454         * configure.in: Added apache everywhere perl is seen.
18456 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18458         * Makefile.in: Add support for clean-{module} and
18459         clean-target-{module} rules.
18461 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18463         * configure.in (*-*-ose) do not build libgloss.
18465 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18467         * config.guess (prep*:SunOS:5.*:*): Turn into
18468         powerpele-unknown-solaris2.
18470 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18472         * configure.in: Permit --enable-shared to specify a list of
18473         directories.
18475 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18477         * configure.in (host==solaris): Pass only the first word of $CC
18478         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18480 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18482         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18484 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18486         * Makefile.in (ALL_MODULES): Include all-perl.
18487         (CROSS_CHECK_MODULES): Include check-perl.
18488         (INSTALL_MODULES): Include install-perl.
18489         (ALL_X11_MODULES): Include all-guile.
18490         (CHECK_X11_MODULES): Include check-guile.
18491         (INSTALL_X11_MODULES): Include install-guile.
18492         (all-perl): New target.
18493         (all-guile): New target.
18495         * configure.in (host_tools): Include perl and guile.
18496         (native_only): Include perl and guile.
18497         (noconfigdirs): Don't build guile and perl; no ports have been
18498         done.
18500 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18502         * configure (--enable-*): Handle quoted option lists such as
18503         --enable-sim-cflags='-g0 -O' better.
18505 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18507         * Makefile.in ({,inst}all-target): New rule so we can make and
18508         install all of the target directories easily.
18510 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18512         * configure.in: Add missing global flag in sed substitution when
18513         deleting `target-' from ${configdirs}.
18515 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18517         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18518         option.
18520         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18521         config/mh-necv4.
18523         * install.sh: Correct misspelling of transformbasename.
18525         * config.guess: Recognize mips-*-sysv*.
18527 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18529         * config.sub: Recognize mon960.
18531 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18533         * configure: Restore Canadian Cross handling of BISON and LEX,
18534         removed in Feb 20 change.
18536 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18538         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18539         Mention make install.  Remove the old copyright date as well the
18540         clumsy and rather pointless copyright on the README file.
18542 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18544         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18545         Makefile after running symlink-tree, then run `make distclean' to
18546         avoid clobbering any generated files in srcdir.
18548 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18550         * configure.in (m68k-*-netbsd*): Build everything now.
18552 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18554         * Makefile.in (taz): Fix quoting.
18556 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18558         * configure.in (sparclet-*-*): Build everything now.
18560 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18562         * configure.in (m68k-*-linux*): New host.
18564 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18566         * configure: Check for bison before byacc.
18568 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18570         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18571         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18572         searching PATH.  These are used as fallbacks by Makefile.in if
18573         flex/bison/byacc aren't in objdir.
18575 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18577         * Makefile.in: Make everything which depends upon all-bfd also
18578         depend upon all-opcodes, in case --with-commonbfdlib is used.
18580 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18582         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18583         building NT native compilers on Unix.
18585 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18587         * configure.in: Don't get CC from the host Makefile fragment if we
18588         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18589         Solaris test for /usr/ucb/cc to the post target script, just after
18590         the compiler sanity test.
18592 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18594         * config.sub: Merge with FSF.
18596 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18598         * Makefile.in (RPATH_ENVVAR): New variable.
18599         (REALLY_SET_LIB_PATH): Use it.
18600         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18602 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18604         * config.sub, configure.in: Recognize sparclet cpu.
18606 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18608         * config.guess:  Support m68k-cbm-sysv4.
18610 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18612         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18613         m68k-unknown-linuxaout from linker help string.  Put quotes around
18614         $ld_help_string.
18616 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18618         * config.guess (powerpc-harris-powerunix): Add guess for port
18619         to new target.
18621 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18623         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18625 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18627         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18628         $(REALLY_SET_LIB_PATH) in Makefile.
18629         * Makefile.in (SET_LIB_PATH): New variable.
18630         (REALLY_SET_LIB_PATH): New variable.
18631         ($(DO_X)): Use $(SET_LIB_PATH).
18632         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18633         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18634         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18635         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18636         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18637         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18638         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18639         (install-dosrel): Likewise.
18640         (all-opcodes): Depend upon all-libiberty.
18642 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18644         * config.guess (*:CYGWIN*): New
18646 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18648         * Makefile.in (all-target-winsup): All all-target-libiberty.
18650 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18652         * configure.in (noconfigdirs): Add missing # in front of comment.
18654 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18656         * configure.in: add second pass to things added to noconfigdirs
18657         so *-gm-magic can exclude libgloss properly.
18659 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18661         * mpw-configure (extralibs_name, rez_name): Set correctly
18662         for MWC68K compiler.
18664         * mpw-README: Add more info on the necessary build tools.
18666 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18668         * configure.in, config.sub: Recognize cygwin32.
18670 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18672         * config.guess, config.sub: Recognize A/UX.
18674 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18676         * config.sub: Merge with gcc/config.sub.
18678 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18680         * mpw-build.in (do-binutils): Add build of stamps.
18682 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18684         * config.sub: Add recognition for mips64vr4100*-* targets.
18686 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18688         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18689         Add creation of gconfigargs with `--enable-shared' turned on.
18690         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18691         ($(host)-stamp-stage3-configured): Likewise.
18692         (HOLES): Add chatr and ldd.
18693         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18695 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18697         * configure: Pass --nfp to recursive configures.
18699 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18701         * Makefile.in (DLLTOOL): New.
18702         (DLLTOOL_FOR_TARGET): New.
18703         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18704         (EXTRA_TARGET_FLAGS): Ditto.
18705         (EXTRA_GCC_FLAGS): Ditto.
18706         (CONFIGURE_TARGET_MODULES): Ditto.
18707         (DO_X): Ditto.
18708         * configure: Add DLLTOOL.
18710 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18712         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18713         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18714         mh-sco, since old workarounds no longer needed, and don't
18715         build ld, since libraries have weak symbols in COFF.
18717 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18719         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18721 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18723         * configure.in: Make sure that ${CC} can be used to compile an
18724         executable.
18726 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18728         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18729         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18730         nothing depending on whether gdbtk is being built.
18732 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18734         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18736 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18738         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18739         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18741 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18743         * config-ml.in: Add support for
18744         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18745         Simplify setting of multidirs from --disable-foo.
18747 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18749         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18750         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18751         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18752         non-empty, pass them on to the  GCC make.
18753         (all-bootstrap): New rule that is like all-gcc, except it executes
18754         the GCC bootstrap rule instead of the GCC all rule.
18756 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18758         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18760 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18762         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18763         DG/UX support.
18765 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18767         * config.sub (i*86*) Change [345] to [3456]
18769 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18771         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18772         --with-gnu-ld=no.
18774 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18776         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18777         AIX multilibs get built.
18779 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18781         * configure.in (i386-win32): Don't build expect if we're not
18782         building the tcl subdir.
18784 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18786         * Makefile.in: (configure-target-examples, all-target-examples):
18787         New targets, configure and build example programs.
18789 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18791         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18792         use it as input to sedit the generated MPW makefile.
18793         * mpw-README: Add a suggestion about Gestalt.h.
18795 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18797         * config.sub: Accept *-*-ieee*.
18799 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18801         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18802         Ronald F. Guilmette <rfg@monkeys.com>.
18804 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18806         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18807         for powerpc-pe native.
18808         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18809         (target==powerpc-pe): duplicate i386-win32 entry.
18811 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18813         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18814         of vxworks, not just vxworks5.1.
18816 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18818         * mpw-configure: Add support for exec-prefix.
18820 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18822         * config.guess: Recognize HP model 816 machines as having
18823         a PA1.1 processor.
18825 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18827         * configure: Ignore new autoconf configure options.
18829 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18831         * config.guess:  Recognize Pentium under SCO.
18832         From Robert Lipe <robertl@arnet.com>.
18834 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18836         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18838 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18840         * configure.in: Don't configure gas for alpha-dec-osf*.
18842 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18844         * configure.in: Default to --with-stabs for some targets for which
18845         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18846         i[345]86*-*-unixware*.
18848 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18850         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18851         rather than basing it on the target.  Simplify handling of options
18852         controlling which directories to configure.  Remove extraneous
18853         slash in multi-clean target.
18855 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18857         * config-ml.in: Prefix more variables with ml_ so they don't collide
18858         with configure's.
18860 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18862         * configure: Don't turn -v into --v.
18864 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18866         * configure.in (targargs): Fix typo.
18868         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18870 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18872         * configure.in: Strip --host and --target options from
18873         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18874         --with-cross-host option when building with a cross-compiler.
18875         * configure: Canonicalize the arguments put into config.status by
18876         always using `=' for an option with an argument.  Pass a presumed
18877         --host or --target explicitly.
18879 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18881         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18882         into general OS recognition case.
18884 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18886         * configure.in (target_configdirs): add target-winsup only
18887         for win32 target systems.
18889 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18891         * Makefile.in (all-target-libgloss): Depend upon
18892         configure-target-newlib, since when libgloss is built it looks to
18893         see if the newlib directory exists.
18895 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18897         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18898         cfg-ml-*.in.
18900 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18902         * configure: Handle LD and LD_FOR_TARGET when configuring a
18903         Canadian Cross.
18905 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18907         * configure.in (target_libs): add target-winsup.
18908         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18909         (target==ppcle-pe): remove ld from $noconfigdirs.
18911 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18913         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18914         Preserve relative path names in $srcdir.  Build symlink tree if
18915         configuring cross target dir and srcdir=. (= no VPATH support).
18916         (configure-target-libg++): Depend on configure-target-librx.
18917         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18918         * config-ml.in: New file.
18919         * symlink-tree: New file.
18920         * configure: Ensure srcdir="." if that's what it is.
18922 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18924         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18925         includes and FLEX_SKELETON setting.
18926         * mpw-configure (--with-gnu-ld): New option, controls whether
18927         to use PPCLink or ld with PowerMac GCC.
18928         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18929         * mpw-config.in: Configure grez if targeting Mac.
18931         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18932         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18933         just macos.
18934         * configure.in: Configure grez resource compiler if targeting Mac.
18935         * Makefile.in (all-grez, install-grez): New targets.
18937 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18939         * configure: CXX defaults to gcc, not g++.  If we find
18940         gcc in the path, set CC to gcc -O2.
18942 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18944         * configure: Default ${build} correctly.  Avoid picking up extra
18945         spaces when reading CC and CXX from Makefile.  When doing a
18946         Canadian Cross, use plausible default values for numerous
18947         variables.
18948         * configure.in: When doing a Canadian Cross, don't try to
18949         configure tools whose configure script can't handle it.
18951 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18953         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18955 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18957         * configure:  Remove dubious bug reporting address.
18959 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18961         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18962         configure script, run that instead of this directory's configure.
18963         In either case, print a message that we're configuring the sub-dir.
18965 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18967         * configure.in: Before checking for the existence of various files,
18968         use sed to filter out "target-".
18970 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18972         * Makefile.in (DO_X): Split rule to decrease command line length
18973         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18974         (Philippe De Muyter).
18976 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18978         * Makefile.in (all-patch): depend on all-libiberty.
18980 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18982         * configure.in: If the only directory in target_configdirs which
18983         actually exists is libiberty, then set target_configdirs to empty,
18984         to avoid trying to build a target libiberty in a gas or gdb
18985         distribution.
18987 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18989         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18990         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18991         systems.
18993 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18995         * configure.in (copy_dirs): Use sys-include instead of include
18996         for --with-headers option.
18998 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
19000         * Makefile.in, configure.in: Make winsup builds work with
19001         new scheme.
19003 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
19005         * configure.in: Build the linker on AIX.
19007 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19009         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
19010         where needed.
19012 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
19014         * Makefile.in (all-gcc): Fix typo.
19016 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19018         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
19020 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19022         * configure.in:  Rename libFOO to target-libFOO, and xiberty
19023         to target-xiberty, to provide more flexibility.
19024         (target_subdir):  Define.  Create if cross.
19025         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
19026         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
19027         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
19028         check-libFOO -> check-target-libFOO, etc.
19029         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
19030         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
19031         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
19032         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
19033         allow ALL_GCC="" to only configure.
19034         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
19035         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
19036         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
19038 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
19040         * Makefile.in (taz): Build "info" in etc explicitly.
19042 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
19044         * configure.in:  Make sure that CC is undefined (as opposed to
19045         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
19046         problem with autoconf trying to configure on a host without GCC.
19048 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19050         * mpw-configure: Set host alias from choice of host compiler,
19051         only use generic MPW Makefile sed if present, edit a file
19052         named "hacked_Makefile.in" instead of "Makefile.in" if present.
19053         * mpw-README: Add problem notes about CW6 and CW7.
19055 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
19057         * Makefile.in (taz): Use ";" instead of ";;".
19059 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19061         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
19062         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
19063         DISTDOCDIRS.
19064         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
19065         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
19067 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19069         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
19070         and gnats, because they are now subsumed by DISTSTUFFDIRS.
19071         Move bfd to DISTSTUFFDIRS.
19073 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19075         * Makefile.in (X11_LIB): Removed.
19076         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
19078         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
19080 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19082         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
19083         names.
19085 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19087         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
19089 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
19091         * configure.in (i[345]86-*-win32): Always build newlib.
19092         Don't configure cvs, autoconf or texinfo.
19093         * Makefile.in (LD_FOR_TARGET): New.
19094         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
19095         Pass down LD_FOR_TARGET.
19097 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19099         * winsup: New directory.
19100         * Makefile.in: Build winsup.
19101         * configure.in: Winsup is configured when target is win32.
19102         Can only build win32 target GDB when native.
19104 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
19106         * config.guess: Recognize HP model 819 machines as having
19107         a PA 1.1 processor.
19109 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19111         * configure: Fix sed loop which substitutes for CC and CXX to
19112         avoid bug found in various sed implementations.
19114 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19116         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19117         simulator.  Use standard powerpc-*-eabi*.
19119 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
19121         * configure.in: Stop putting gas and binutils in noconfigdirs for
19122         powerpc-*-aix* and rs6000-*-*.
19124 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
19126         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19127         -mcall-aixdesc libraries.
19129 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
19131         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19133         * config.sub (arm | armel | armeb): Fix shell syntax.
19135 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19137         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19138         -msoft-float and -mcpu=common support.
19139         (powerpc*-*-eabisim*): Add support for building -mcall-aix
19140         libraries.
19142 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19144         * configure.in: Allow configuration and build of emacs19 for the alpha.
19146 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19148         * configure.in (CC): Get ^CC, not just any old CC, from
19149         ${host_makefile_frag}.
19151 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19153         * configure.in (CC): Try to get CC from
19154         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19156 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19158         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19159         only if it exists in $(srcdir).
19161 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19163         * configure: If CC and CXX are not set in the environment, set
19164         them, based on either an existing Makefile or on searching for gcc
19165         in PATH.  Substitute for CC and CXX in Makefile.
19166         * configure.in: Remove libm from target_libs.  Separate
19167         target_configdirs from configdirs.  If CC is not set in
19168         environment, try to get it from a host Makefile fragment.  Rewrite
19169         changes of configdirs to use skipdirs instead.  A few minor
19170         tweaks.  Take directories out of target_configdirs as they are
19171         taken out of configdirs.  Remove existing Makefile files from
19172         subdirectories.  Substitute for TARGET_CONFIGDIRS and
19173         CONFIG_ARGUMENTS in Makefile.
19174         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19175         by configure.in.
19176         (CONFIG_ARGUMENTS): Likewise.
19177         (CONFIGURE_TARGET_MODULES): New variable.
19178         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19179         ($(CONFIGURE_TARGET_MODULES)): New target.
19180         (configure-libg++, configure-libio): New targets.
19181         (all-libg++): Depend upon configure-libg++.
19182         (all-libio): Depend upon configure-libio.
19183         (configure-libgloss, all-libgloss): New targets.
19184         (configure-libstdc++): New target.
19185         (all-libstdc++): Depend upon configure-libstdc++.
19186         (configure-librx, all-librx): New targets.
19187         (configure-newlib): New target.
19188         (all-newlib): Depend upon configure-newlib
19189         (configure-xiberty): New target.
19190         (all-xiberty): Depend upon configure-xiberty.
19192 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19194         * configure.in (host i[345]86-*-win32):  Expand the
19195         noconfigdirs again.
19197 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
19199         * mpw-configure: Fix sed command file name.
19201 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19203         * configure.in (host i[345]86-*-win32): Reduce the
19204         noconfigdirs again.
19206 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
19208         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19209         or powerpc*-*-pe*, since they are not yet supported.
19211 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19213         Add PowerMac support and many other enhancements.
19214         * mpw-configure: New option --cc to select compiler to use,
19215         paste options set according to --cc into the generated
19216         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19217         if mpw-make.sed is present.
19218         * mpw-config.in: Don't test for gC1, test for mpw-touch,
19219         add forward includes for PowerPC include files.
19220         * mpw-build.in: Build using Makefile.PPC if present.
19221         (do-byacc, etc): Remove separate version resource builds.
19222         (do-gas): Build "stamps" before "all".
19223         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19224         * mpw-README: Update to reflect --cc option, PowerMac support,
19225         and recently-reported compatibility problems.
19227 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
19229         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19230         embedded m68k systems (-aout, -coff, -elf, -vxworks).
19231         (--with-multilib-top): Pass to recursive invocations.
19233 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
19235         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19236         v810-*-*.
19238 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19240         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19241         gdb, ld and opcodes on v810-*-*.
19243 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19245         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19246         (local-maintainer-clean): New target.
19247         (maintainer-clean): New target.
19248         (realclean): Just depend upon maintainer-clean.
19250 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19252         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19254 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
19256         * configure.in: Build ld in mips*-*-bsd* case.
19258 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
19260         * config.sub: Accept -lites* OS.  From Ian Dall.
19262 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
19264         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19265         targets.
19267 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19269         * configure.in: treat i386-win32 canadian cross the same as
19270         i386-go32 canadian cross.
19272 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19274         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19275         running under the simulator to build a reduced set of libraries.
19276         (powerpc-*-eabiaix): Add fine grained multilib support added to
19277         other powerpc targets yesterday.
19279 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19281         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19282         -disable-softfloat, -disable-relocatable, -disable-aix, and
19283         -disable-sysv to control which multilib libraries get built.
19285 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19287         * configure: Add Makefile.tem to list of files to remove in trap
19288         handler.
19290 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19292         * config.guess (*Linux*):  Add missing "exit"s.
19293         Also, need specific check for alpha-unknown-linux (uses COFF).
19295 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19297         * config.guess:  Merge with FSF:
19299         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
19300         * config.guess (AIX4): More robust release numbering discovery.
19302         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
19303         * config.guess (i386-sequent-ptx): Properly get version number.
19305         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
19306         * config.guess (mips:*:4*:UMIPS): New case.
19308 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19310         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19311         (i386-win32 host): Likewise.  Don't build readline.
19313 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
19315         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
19316         SUPPORT_FILES to submakes.
19318 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
19320         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19321         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19322         mpw-configure.
19324 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
19326         * configure.in (appdirs): Use =, not ==, in test expression when
19327         trying to build the text to print in the warning message for
19328         Solaris users.
19330 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
19332         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19334 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19336         * config.guess: Recognize lynx-2.3.
19338 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
19340         * config.sub (z8ksim): Deleted
19341         (z8k-*-coff): New, this is the one true name of the target.
19343 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
19345         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19347 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
19349         * config.guess (*:Linux:*:*): First try asking the linker what the
19350         default object file format is (elf, aout, or coff).  Then if this
19351         fails, try previous methods.
19353 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19355         * configure.in: Don't build newlib for *-*-vxworks5.1.
19357 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19359         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19360         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19362 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
19364         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19366 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
19368         * cfg-ml-com.in: New file.
19369         * cfg-ml-pos.in: New file.
19371 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19373         * COPYING.NEWLIB: Add HP free copyright to list.
19375 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19377         * config.sub: Recognize -eabi* for the system, not just -eabi.
19379 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19381         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19382         * config.sub, configure.in (win32): New target and host.
19384 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19386         * configure.in: Add i386-pe configuration.
19388 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
19390         * mpw-build.in (install): Install GDB after LD.
19392 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
19394         * mpw-config.in (elf/mips.h): Always forward-include, needed
19395         for GDB to build.
19397 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19399         * testsuite: New directory for customer acceptance and whole tool
19400         chain tests.
19402 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19404         * configure: If per-host line isn't found, but AC_OUTPUT is found
19405         and a configure script exists, run it instead.
19407 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19409         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
19411 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19413         * configure: Set build_{cpu,vendor,os,alias} to host values when
19414         --build isn't specified.
19416 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19418         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19419         (FLAGS_TO_PASS): Pass them.
19420         (EXTRA_TARGET_FLAGS): Ditto.
19422 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19424         * Makefile.in (all-libg++): Depend on all-libstdc++.
19426 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19428         * configure.in (noconfigdirs): Enable all packages for
19429         i386-unknown-netbsd.
19431 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19433         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19434         hosted builds (DOS builds)
19436 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19438         Changes for ARM based on patches from Richard Earnshaw:
19439         * config.sub: Handle armeb and armel.
19440         * configure.in: Omit arm linker only for riscix.
19442 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19444         * config.guess:  Update from FSF.
19446 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19448         * config.sub: Recognize powerpcle as the little endian variant of
19449         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19450         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19451         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19452         temporarily.
19454 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19456         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19458 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19460         * config.sub: Accept -lites* as a basic system type.
19462 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19464         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19465         installed, and if so return linuxoldld as the system name.
19467 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19469         * config.guess: Add hppa1.1-hp-lites support.
19471 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19473         * configure.in: Don't build newlib for m68k-vxworks5.1.
19475 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19477         * configure.in (mips-sgi-irix6): Use mh-irix5.
19479 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19481         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19483 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19485         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19486         OSF/1.  Fix compiler flags.
19487         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19489 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19491         * configure.in: Recognize --with-newlib.
19492         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19494 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19496         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19497         to *_X11_MODULES due to gdbtk needing X include files et al.
19499 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19501         Merge in support for Mac MPW as a host.
19502         (Old change descriptions retained for informational value.)
19504         * mpw-config.in: Add generic include forwards for cpu-specific
19505         include files in aout and elf directories.
19507         * mpw-configure: Added copyright.
19508         * mpw-config.in: Check for presence of required build tools.
19509         (target_libs): Add newlib.
19510         (target_tools): Add examples.
19511         (Read Me): Generate as "Read Me for MPW" instead.
19512         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19513         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19514         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19516         * mpw-configure: Remove subdir-specific makefile hackery,
19517         delete mk.tmp after using it.
19519         * mpw-build.in (all): Display start and end times.
19521         * mpw-configure (host_canonical): Set.
19522         (target_cpu): Always add to makefiles.
19523         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19524         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19525         (mpw-mh-mpw): Look for in srcdir and srcroot.
19526         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19528         * mpw-build.in: (install-only): New target.
19530         * mpw-configure (host_alias, target_alias): Rename from hostalias
19531         and targetalias, add into generated Makefile.
19532         (mk.tmp): If present, add into generated Makefile.
19533         * mpw-build.in (all-gas): Build config.h first before gas proper.
19535         * mpw-configure (config.status): Write only if changed.
19536         * mpw-config.in (readline): Configure it (not built, just used for
19537         definitions).
19539         * mpw-config.in (elf/mips.h): Add a forward include.
19541         * mpw-config.in: Forward-include most .h files in include into
19542         extra-include.
19543         (readline): Don't build.
19544         mpw-build.in (install): Install GDB.
19546         * mpw-configure (prefix, mpw_prefix): Handle it.
19547         * mpw-config.in (mmalloc, readline): Don't configure.
19548         * mpw-build.in (thisscript): Rename to ThisScript.
19549         Use mpw-build instead of BuildProgram everywhere.
19550         (mmalloc, readline): Don't build.
19551         * mpw-README: New file, basic documentation about the MPW port.
19553         * mpw-config.in: Use forward-include to create include files.
19555         * mpw-configure: Add more things to the top of each configured
19556         Makefile, including contents of config/mpw-mh-mpw.
19557         * mpw-config.in (extra-include): Create this directory and fill it
19558         with Posix-like include files when configuring.
19560         * config.sub (apple, mac, mpw): Add various aliases.
19562         * mpw-build.in: New file, top-level build script fragment for MPW.
19563         * mpw-configure: New file, configure script for MPW.
19564         * mpw-config.in: New file, config fragment for MPW.
19566 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19568         * configure.in (host_libs): Remove glob, since it is gone from the
19569         sources.
19571 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19573         * Makefile.in: define empty GDB_NLM_DEPS var.
19575         * configure.in(target_makefile_frag): use config/mt-netware
19576         for netware targets.
19578 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19580         * config.sub: Merge in recent FSF changes.  Remove linux special
19581         cases.
19583 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19585         Revert this change:
19587         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19589                 * build-all.mk: Use CC=cc -Xs on Solaris.
19591 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19593         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19594         stop using it.
19595         * Makefile.in: Nuke all references to glob subdirectory.
19597 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19599         * configure.in: Fix --enable-shared logic in per-host.
19601 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19603         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19605 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19607         * configure.in (noconfigdirs): Don't build gas on AIX, for
19608         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19610 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19612         * configure: Fix --cache-file to work if the file argument is a
19613         relative path.
19615 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19617         * configure: If the --cache-file is used, pass it down to
19618         configure in subdirectories.
19620 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19622         * config.sub: add vxworks29k configuration.
19624 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19626         * Makefile.in (taz): Do "diststuff" part quietly.
19628 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19630         * config.sub: Mini-merge with gcc/config.sub.
19632 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19634         * config.guess (IRIX): Sed - to _.
19636 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19638         * Makefile.in (source-vault, binary-vault): New targets.
19640 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19642         * config.sub: Recognize -eabi as a basic system type.
19644 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19646         * configure.in (enable_shared stuff): Fix typo.
19648 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19650         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19652 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19654         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19656 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19658         * configure.in (rs6000-*-*): Don't build gas.
19660 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19662         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19663         reduce command line length.
19664         (AS_FOR_TARGET): Check for as.new, not Makefile.
19665         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19667 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19669         * config.guess:  Merge from FSF.
19671 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19673         * configure: Don't use $ when handling program_suffix.
19675 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19677         * configure.in:  Configure tk for hppa/hpux.
19679 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19681         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19683 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19685         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19686         to LIBCXXFLAGS.  Tests are better run without it.
19688 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19690         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19692 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19694         * configure.in (*-*-netware*): Don't configure xiberty.
19696 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19698         * configure.in:  Remove tk from native_only list.
19700 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19702         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19703         for special NCD build.
19705 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19707         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19708         makeall.bat, they're only useful for binutils snapshots.
19709         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19710         makeall.bat to specified SUPPORT_FILES.
19712 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19714         * build-all.mk: Add Ericsson targets to sun4 and solaris
19715         hosts.  Add  BNR's sun4 target to solaris host, so their
19716         build-from-source will be tested in-house first.
19718 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19720         * Makefile.in (LIBCFLAGS): New variable.
19721         (CFLAGS_FOR_TARGET): Ditto.
19722         (LIBCFLAGS_FOR_TARGET): Ditto.
19723         (LIBCXXFLAGS): Ditto.
19724         (CXXFLAGS_FOR_TARGET): Ditto.
19725         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19726         (BASE_FLAGS_TO_PASS): Pass them.
19727         (EXTRA_TARGET_FLAGS): Ditto.
19729         * configure.in: Support --enable-shared.
19731 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19733         * configure.in (target_libs):  Include libstdc++ again.
19734         * config.guess:  Update from FSF (for FreeBSD).
19736 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19738         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19739         makeall.bat.
19740         (DISTDOCDIRS): Add `etc'.
19741         (ETC_SUPPORT_PFX): New variable.
19742         (taz): Include anything from etc starting with a word in
19743         ETC_SUPPORT_PFX.
19745 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19747         * config.sub: Update for recent FSF changes.  Remove obsolete
19748         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19749         spacing changes.
19751 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19753         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19755         * config.guess:  Merge with FSF.
19756         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19758 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19760         * configure: Since the "trap 0" handler will override the exit
19761         status on many systems, only use it for "exit 1", and make it set
19762         a non-zero exit status; reset it before "exit 0".  Also, check
19763         exit status of config.sub, and error out if it failed.
19765 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19767         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19768         and install libgloss.
19770 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19772         * Makefile.in (all-binutils): Depend upon all-byacc.
19774         * configure.in: Don't build emacs on Irix 5.
19776 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19778         * configure.in (*-*-netware*): Add libio.
19780 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19782         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19783         (CHECK_TARGET_MODULES): Ditto.
19784         (INSTALL_TARGET_MODULES): Ditto.
19785         (TARGET_LIBS): Ditto.
19786         (all-libstdc++): Note dependencies.
19788 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19790         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19792 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19794         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19795         -fexternal-templates.
19797         * configure.in (target_libs): Add libstdc++.
19798         (noconfigdirs): Add libstdc++ as appropriate.
19800 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19802         * config.guess:  Update from FSF.
19804 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19806         * configure: Use ${config_shell} when running ${configsub}.
19808 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19810         * config.sub: No longer recognize h8300h.
19812 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19814         * config.sub: Remove extraneous differences between config.sub and
19815         gcc/config.sub.
19817 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19819         * Makefile.in (DISTSTUFFDIRS): Add gas.
19821 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19823         * COPYING.NEWLIB: New file.
19825 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19827         * config.guess (HP-UX):  Patch from Harlan Stenn
19828         <harlan@landmark.com> to also emit release level.
19830 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19832         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19834 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19836         * config.sub:  Merge nextstep cleanup from FSF.
19838 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19840         * configure.in (arm-*-*): Don't configure ld for this target.
19842 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19844         * configure.in (*-*-netware): don't configure libg++, libio,
19845         librx, or newlib.
19847 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19849         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19850         configure ld--it works, but it doesn't support shared libraries.
19852 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19854         * config.guess (*-unknown-freebsd*):  Get rid of possible
19855         trailing "(Release)" in version string.
19856         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19858 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19860         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19861         Fix type: *-next-neststep -> *-next-nextstep.
19863         * config.guess:  Merge from FSF:
19865         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19867         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19869         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19871         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19872         instead of UNIX_SV for UnixWare 1.0).
19874 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19876         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19877         to make gdb/nlm/* build after the compiler and linker.
19879 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19881         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19882         not just i[34]86.
19883         (m68k-atari-sysv4):  Relocate to match FSF version.
19885         * config.guess:  More merges from the FSF:
19887         Add a space before function call or macro invocation.
19889         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19891         * config.guess: Add trap cmd to remove dummy.c and dummy when
19892         interrupted.
19894         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19896         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19897         (dummy): Redirect stderr from compilation of dummy.c.
19899         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19901         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19903 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19905         * configure: Accept and ignore --cache*, for compatibility with
19906         new autoconf.
19908 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19910         * config.guess:  Merge from FSF:
19912         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19914         * config.guess (Pyramid*:OSx*:*:*): New case.
19915         (PATH): Add /.attbin at end for finding uname.
19916         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19918         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19920         * config.guess (M88*:DolphinOS:*:*): New case.
19922         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19924         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19925         to select whether to use ELF or COFF.
19927         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19929         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19931         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19933         * config.guess: Guess the OS version for HPUX.
19935         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19937         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19939 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19941         * configure.in: Recognize --with-headers, --with-libs, and
19942         --without-newlib.
19943         * Makefile.in (all-xiberty): Depend upon all-ld.
19945 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19947         * configure.in: Change i[34]86 to i[345]86.
19949 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19951         * configure (version): A few more tweaks to help message.
19953 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19955         * Makefile.in:  Remove (for now) librx as a host library,
19956         now that we're building it for target.
19958 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19960         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19961         (Karl Berry).
19963 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19965         * configure.in:  Also configure librx.
19967 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19969         * Makefile.in:  Update various rules to reflect that librx
19970         is now needed for libg++.
19972 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19974         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19976 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19978         * configure.in: Configure the examples directory.
19980 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19982         * configure: Simplify Jun 2 1994 change.
19984 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19986         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19987         /bin/gcc isn't good enough to build gcc.
19989 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19991         * Makefile.in (GDB_SUPPORT_FILES): Remove
19992         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19993         (gdb.tar.gz): Add new rule to use standard distribution building
19994         mechanism.
19996 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19998         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19999         Bill Cox <bill@cygnus.com>.
20001 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20003         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
20005 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
20007         * configure:  Search current dir first in .gdbinit.
20009 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20011         * config.sub:  Recognize freebsd (merged from gcc config.sub).
20013 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20015         * config.sub:  Refer to NeXT's operating system as nextstep.
20017         * config.sub (case $basic_machine):  Re-order the cases, to match
20018         the order in the FSF version (which is mostly alphabethical).
20019         Merge in some additions and changes from the FSF.
20021 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
20023         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
20024         * config.sub: Recognize cxux7.
20025         * configure.in: Use mh-cxux for m88k-harris-cxux*.
20027 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20029         * config.sub:  Fix typo powerpc -> powerpc-*.
20031 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
20033         * Makefile.in: `all-emacs19' depends on `all-byacc'.
20035         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
20036         parallel with all-emacs and install-emacs).  Top-level command
20037         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
20039 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20041         * test-build.mk ($(host)-stamp-stage2-installed): Remove
20042         $(relbindir)/make before doing ``make install'', and use
20043         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
20044         installing over running make binary.
20045         ($(host)-stamp-stage3-installed): Likewise.
20047 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20049         * config.guess: Recognize Mach.
20051 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20053         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
20054         see whether --exec-prefix was used.
20056 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20058         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
20060 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20062         * Makefile.in: Add all-librx target similar to all-libproc.
20064 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
20066         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
20067         with post 1.2 uname bogosity.
20069 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20071         * configure: Remove temporary files on receipt of a signal.
20073 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
20075         * configure: If there is a package_makefile_frag, remove
20076         ${subdir}/Makefile.tem after copying it in.
20078 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20080         * build_all.mk: support rs6000 lynx identifies itself as
20081         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
20082         since /bin/gcc is too feeble to compile a modern gcc.
20084 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20086         * brought devo/test-build.mk update-to-date with progressive/
20087         test-build.mk. Add lynx targets and hppa flag info.
20089 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20091         * configure.in:  Use mh-ncrsvr43.  Patch from
20092         Tom McConnell <tmcconne@sedona.intel.com>.
20094 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20096         * config.guess (i386-unknown-bsdi):  No longer need to
20097         check #if defined(__bsdi__) && defined(__i386__).
20099 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20101         * configure: Set program_transform_nameoption correctly.
20103 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20105         * brought build-all.mk update-to-date with progressive build-all.mk,
20106         added new targets and hppa info.
20108 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20110         * configure: If config.guess result is a prefix of the user
20111         specified target, assume a native build and use the user specified
20112         target as the host alias.  Remove SunOS patch suffix removal hack.
20113         * configure.in: Remove SunOS patch suffix removal hack.
20115         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20116         in NATIVE_CHECK_MODULES.
20118 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
20120         * Makefile.in: Rename HOST_ONLY to NATIVE.
20121         * configure: Delete SunOs patch suffix from host_canonical
20122         and build_canonical variables that are prepended to Makefiles.
20123         * configure.in: Add comments for easier maintenance.
20125 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20127         * Makefile.in: Add all-libproc target similar to all-gui.
20129 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
20131         * Makefile.in (CHECK_MODULES): split into
20132         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20134 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
20136         * config.guess (i386-unknown-bsdi): New system to guess.
20138 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20140         * Makefile.in: Add all-gui target (but not yet build by "all").
20142 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
20144         * config.sub: Move deletion of patch suffix from here...
20145         * configure.in: To here, at Ian's suggestion.  The top-
20146         level scripts might need to know of a patch level.
20148 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
20150         * config.sub: Strip off patch suffix so rtl is recognized
20151         as a sunos4.1.3 machine, even though it's been patched.
20153 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
20155         * Makefile.in (INSTALL_LAST): Delete.
20156         (INSTALL_DOSREL): New.
20158 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20160         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20161         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20162         whether we pass down --with-gnu-ld anyhow.
20164 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
20166         * Makefile.in (INSTALL_LAST): Change operation so it works
20167         on more flavors of make.
20168         * configure.in (go32): Don't build libg++ or libio.
20170 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
20172         * Makefile.in (Move HOST_PREFIX_1 and friends up so
20173         they can be overriden by templates.
20175 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
20177         * configure.in (target==go32): Don't build gdb.
20178         * dosrel: New directory.
20180 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
20182         * configure.in (host==go32): Configure dosrel too.
20183         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20184         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20185         be set by incoming names or templates.
20186         (INSTALL_LAST): New rule.
20188 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
20190         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20192 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20194         * configure.in (appdirs): New variable.  Currently empty, but will
20195         be used in gas distribution.  If nonempty, lists a set of
20196         directories at least one of which must get configured, or top
20197         level configuration is considered to have failed.
20198         (rs6000-*-lynxos*): Use new file name.
20200 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20202         Eliminate XTRAFLAGS.
20203         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20204         newlib include files using -idirafter, and also use -nostdinc.
20205         (CXX_FOR_TARGET): Likewise.
20206         (XTRAFLAGS): Removed.
20207         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20208         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20209         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20210         ($(DO_X)): Don't pass down XTRAFLAGS.
20212 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20214         * configure.in (mips*-dec-bsd*): New target; do build linker.
20215         (mips*-*-bsd*): New target; don't build linker.
20217 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20219         * configure.in: support rs6000-*-lynxos* configuration.
20220         support sunos4 as a cross target.
20222         * config.sub: look for lynx*, not lynx since the OS version may
20223         legitimately be part of the name.
20225 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20227         * configure.in (i[34]86-*-sco*): Move to be with other i386
20228         targets.
20229         (romp-*-*): New target.  Skip various binary utilities.
20230         (vax-*-*): New target.  Don't build newlib.
20231         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
20233 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20235         * configure.in: Only set host_makefile_frag if config
20236         directory exists.
20238 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20240         * install.sh: If $dstdir exists, don't check whether each
20241         component does.
20243 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20245         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20247 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20249         * configure.in (*-*-lynxos*): Don't configure newlib for either
20250         native or cross Lynx.
20252 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
20254         * config.sub (sparc64-elf): Fix os.
20255         (z8k): Remove duplicate.
20257 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20259         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20260         gcc/stmp-fixproto, to try to prevent fixproto from being run.
20262 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
20264         * configure: Make file links cleanly even if Lynx fails on
20265         an NFS symlink (at least fail cleanly).
20267 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
20269         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20270         -XNh2000.
20272 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20274         * configure: Unknown options are fatal again.
20276 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
20278         * configure: Ignore --x-includes and --x-libraries, for Autoconf
20279         compatibility.
20281 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
20283         * build-all.mk: Add `clean' target.
20285 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20287         * config.guess:  Add SINIX support.
20288         * configure.in:  Add mips-*-sysv4* support.
20290 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
20292         * build-all.mk: Document all useful targets.
20293         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20294         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20296 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20298         * configure: Support --silent, --quiet.
20300 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20302         * configure: Support --disable-FEATURE.
20304 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20306         * config.guess: Recognize NCR running SVR4.3.
20308 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20310         * config.guess:  Make BSDI generate i386-unknown-bsd386.
20311         Patch from Paul Eggert <eggert@twinsun.com>.
20313 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20315         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20317 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20319         * configure: Make unrecognized options give nonfatal warnings
20320         instead of fatal errors, and pass them to any subdirectory
20321         configures in case they recognize them.
20322         Make --x equivalent to --with-x.
20324 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20326         * configure: Add --enable-* options.  Clean up usage message and
20327         some comments.
20329 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
20331         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20333 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20335         * configure.in (hppa*-*-*): Enable binutils.
20337 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20339         * config.sub: Recognize cisco.
20341 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
20343         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20345 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20347         * config.guess: about target *-hitachi-hiuxwe2, don't print more
20348         than one configuration name.  Add comment.
20350 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
20352         * config.guess: about target *-hitachi-hiuxwe2, fixed
20353         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
20354         macro is incorrect.]
20356 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20358         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20359         than the "make ls" stuff which used to be here.
20361 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20363         * config.guess:  Recognize i[34]86-unknown-freebsd.
20364         From Shawn M Carey <smcarey@rodan.syr.edu>.
20366 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20368         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20370 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20372         * config.guess: Check for ptx.
20374 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
20376         * config.sub: Add os9k checking.
20378 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20380         * config.guess: Handle OSF1 running on HPPA processors
20382 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20384         * configure: If subdir configure fails, print out a message with
20385         subdirectory name, in case subdir's configure code didn't identify
20386         itself.
20388 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
20390         * configure.in: Remove embedded newlines from configdirs.
20391         Avoid mismatches of substrings.  Fix matching strings at end
20392         of configdirs.
20394 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
20396         * config.guess:  Add Lynx/rs6000 config support.
20398 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20400         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20402 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
20404         * configure.in (hppa*-*-osf*): Treat this just like most other
20405         PA configurations (eg no binutils or ld).
20406         (hppa*-*-*elf*): These configurations have binutils and ld.
20408 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20410         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
20412 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20414         * configure.in (rs6000-*-*): Build gas.
20416 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20418         * Makefile.in:  Avoid bug in losing hpux sed.
20420 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20422         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20423         for GDB and GDB has been fixed to not need it.
20425 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20427         * config.guess: Recognize vax hosts.
20429 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20431         * configure (while loop): Don't use "break 2" inside case
20432         statement -- the case statement isn't an enclosing loop.
20434 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20436         * config.guess:  Clean up NeXT support, to allow nextstep
20437         on Intel machines.  Make OS be nextstep.
20439 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20441         * config.guess: Add alternate forms for Convex.
20443 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20445         * configure:  Completely rewrite option processing.  Take
20446         advantage of pattern-matching to avoid invoking test frequently.
20447         Also clean up host and target defaulting logic.
20449 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20451         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20452         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20453         commands (plus user environment) will fit SCO limits.
20455 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20457         * configure.in: Don't issue warnings about directories which are
20458         not being configured if -norecursion is set.  Correct test for
20459         --with-gnu-as and --with-gnu-ld to not get confused by substring
20460         matches.
20462         * configure.in: Don't build gas for alpha-dec-osf1*.
20464 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20466         * configure:  Back out Per's change of 12/19/1993.  It changes the
20467         behavior of configure in unexpected and confusing ways.
20469         Also, use different delim char when calculating
20470         program_transform_name so that the name can contain slashes.
20472 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20474         * configure.in, config.sub: Add support for VSTa micro-kernel.
20476 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20478         * configure.in: Nuke hacks which were used to get a special
20479         version of GAS for HPPA configurations.
20481 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20483         * configure:  If only ${target_alias} is given, use that
20484         as the default for ${host_alias}.
20485         * configure:  Add missing back-slashes before nested quotes.
20487 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20489         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20491 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20493         * config.guess:  Recognize some Tektronix configurations.
20494         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20496 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20498         * config.sub: Match any flavor of SH.
20500 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20502         * configure.in: Don't try to configure newlib for Alpha.
20504 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20506         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20507         libg++ or libio for any Alpha target.
20509         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20511 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20513         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20514         default arguments -- so it tried to compress itself.
20516 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20518         * configure.in (notsupp): ensure that a space is always at the end
20519         of the configdirs list, since the grep checks for an explicit space
20521 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20523         * configure.in (target i386-sysv4.2): don't build ld, since static
20524         versions of many libraries are not available.
20526 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20528         * config.guess: Recognize Apollos (using environment variables).
20529         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20531 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20533         * config.guess: Recognize Sony news mips running newsos.
20535 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20537         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20538         "fi ; else" for bash.
20540 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20542         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20544 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20546         * config.sub: accept unixware as an alias for svr4.2.
20547         Fix some inconsistancies with the gcc version.
20549 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20551         * Makefile.in (DISTDOCDIRS):  Add gdb.
20553 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20555         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20557 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20559         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20560         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20561         this now.
20563 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20565         * config.sub: Accept hiux* as an OS name.
20567         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20568         etc/make-stds.texi.  The underscore came from gcc, and dje now
20569         agrees that RUNTESTFLAGS is the correct name.
20571 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20573         * install.sh:  Remove 'set -e'.  It makes any conditionals
20574         in the script useless.
20576         * config.guess: Automatically recognize arm-acorn-riscix
20577         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20579 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20581         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20583 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20585         * Makefile.in (DISTDOCDIRS): New variable.
20586         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20587         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20589 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20591         * configure.in (hppa target): check the source directory for the
20592         pagas sub-directory
20594 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20596         * config.sub: Allow -aout* and -elf*.
20598 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20600         * configure.in: Don't build ld on i386-solaris2, same as for
20601         sparc-solaris2.
20603 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20605         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20607 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20609         * configure.in:  Configure gdb for alpha.
20611 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20613         * Makefile.in (CXXFLAGS): Add -O.
20615 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20617         * config.guess: added support for DG Aviion
20619 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20621         * configure.in: Produce warning message for subdirectories not
20622         configurable for this host/target combination.  Don't try to
20623         configure gdb for vms.
20625 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20627         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20628         appropriate files before making "diststuff".
20629         (DISTBISONFILES): New var: list of files to be edited.
20630         (DISTSTUFFDIRS): Add binutils.
20632 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20634         * config.sub: also handle mipsel and mips64el (for little endian mips)
20636 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20638         * configure.in: Add * to end of all OS names.
20640 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20642         * configure.in: Build newlib for LynxOS native.
20644 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20646         * config.guess: Add support for delta 88k running SVR3.
20648         * configure.in: Add comment about HP compiler vs. emacs.
20650 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20652         * configure.in: don't build ld on solaris2 (not a viable option
20653         due to bugs in getpwnam & getpwuid)
20655 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20657         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20658         config.guess will produce a full version number.
20660 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20662         * configure.in: Build linker and binutils for alpha-dec-osf1.
20664 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20666         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20667         and gdb/testsuite/Makefile.in.
20669 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20671         * configure.in: recognize mips*- instead of mips-
20673 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20675         * config.sub: Accept linux*coff and linux*elf as operating
20676         systems.
20678 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20680         * config.sub: Recognize mips64, and mips3 as an alias for it.
20682 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20684         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20685         gdb knows how to handle OSF/1 shared libraries.
20687 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20689         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20690         * config.guess: Recognize Hitachi's HIUX.
20691         * config.sub: Recognize h3050r* and hppahitachi.
20692         Remove redundant cases for hp9k[23]*.
20694 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20696         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20697         if gas and ld are in the source tree and are in ${configdirs}.
20698         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20699         --with options (but still pass them down on the command line,
20700         if they were explicitly specified).
20702 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20704         * configure: substitute SHELL value in Makefile.in with
20705         ${CONFIG_SHELL}
20707 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20709         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20710         *-*-solaris2* targets.
20712 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20714         * Makefile.in: define M4, and pass it down to sub-makes;
20715         all-autoconf now depends on all-m4
20717 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20719         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20720         presence of {ar,ranlib} instead of a configured directory
20722 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20724         * config.guess: Accept 34?? as well as 33?? for NCR.
20726 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20728         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20729         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20731 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20733         * configure: grab values for $(CC) and $(CXX) from the
20734         environment, so that someone can do "CC=gcc configure; make" and
20735         have it work right (matching the way that autoconf works now)
20737         * configure.in, Makefile.in: add support for gash, the tcl
20738         interface to Galaxy
20740         * config.guess: add NetBSD variants (hp300, x86)
20742 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20744         * install.sh: Support -d option (in the manner of SunOS 4 install,
20745         as it is more deterministic than that of GNU install)
20746         (chmodcmd): Set file to mode 755 by default (should also do default
20747         chgrp and chown, but I don't feel like dealing with that now)
20749 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20751         * config.sub: Remove h8300hhms alias.
20753 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20755         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20757 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20759         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20760         as stmp-fixinc
20762 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20764         * config.sub: recognize m88110-bug-coff.
20766 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20768         * Makefile.in (all-libio): all dependencies on the toolchain used
20769         to build this (gcc, gas, ld, etc)
20771 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20773         * config.guess: Deal with OSF/1 1.3 on alpha.
20775 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20777         * install.sh: add some 'else true' clauses for portability
20779         * configure.in: don't build libio for h8[35]00-*-* targets
20781 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20783         * Makefile.in:  Add support for new libio.
20785 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20787         * install.sh: If one command fails, don't try the rest.  Don't try
20788         to remove $dsttmp (via trap) unless we have already created it.
20789         If $src doesn't exist, detect it and exit with an error.
20791         * config.guess: Recognize BSD on hp300.
20793 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20795         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20796         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20798 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20800         * Makefile.in (all-send-pr): depends on all-prms
20802 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20804         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20806 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20808         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20809         Added test for mips-mips-riscos5.
20811 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20813         * configure.in: use mh-hp300 for 68k HP hosts
20815 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20817         * configure: add support for CONFIG_SHELL, so that you can use
20818         some alternate shell for evaluating configure scripts
20820 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20822         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20823         in configure script to bug-gdb@prep.ai.mit.edu when building
20824         distribution archive.
20825         * Makefile.in (COMPRESS):  Remove def.
20826         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20827         gdb.tar.Z and make-gdb.tar.Z respectively.
20828         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20829         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20830         to convergence with 'taz' target in Makefile.in.
20832 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20834         * install.sh (dsttmp): use trap to ensure that tmp files go
20835         away on error conditions
20837 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20839         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20841 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20843         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20844         its parent is '/' not ''.
20846         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20848 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20850         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20851         that ${newsrcdir}/configure.in does.
20853 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20855         * test-build.mk: support for CONFIG_SHELL
20857 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20859         * config.sub (netware):  Add as a basic system type.
20861 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20863         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20864         $(srcdir)/ from the dependency on Makefile.in.
20866 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20868         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20869         (h8300hhms is temporary until multi-libraries are implemented).
20870         * configure.in: Handle h8300h too.
20872 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20874         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20876 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20878         * configure:  Remove extraneous output when guessing host type.
20879         * config.guess:  Remove extraneous output when guessing using C
20880         compiler rather than uname, or when guessing fails.
20882 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20884         * Makefile.in: remove all.cross and install.cross targets
20886         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20887         definitions
20889 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20891         * configure.in (target sh): Build gprof.
20893 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20895         * config.sub: change -solaris to -solaris2
20897 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20899         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20901 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20903         * configure: Correct error message for missing Makefile.in to
20904         print correct directory.
20906 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20908         * install.sh: kludge around 386BSD shell bug
20910 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20912         * config.guess:  Recognize NeXT.
20913         * config.guess:  Recognize i486-ncr-sysv4.
20914         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20916 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20918         * Makefile.in (MAKEINFOFLAGS): New variable.
20919         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20920         * build-all.mk, test-build.mk: Pass down --no-split as
20921         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20923 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20925         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20927 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20929         * Makefile.in (libg++.tar.z):  New rule.
20930         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20931         * Makefile.in (taz):  Only do a single chmod.
20933 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20935         * install.sh: don't use dirname anymore (replaced with sed usage)
20937 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20939         * Makefile.in:  Change extension for gzip'd files from '.z' to
20940         '.gz' per new FSF standard usage.
20942 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20944         * configure: put quotes around the final value of program_transform_name
20946 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20948         * Makefile.in: new install.sh support; update install-info rules
20950 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20952         * configure.in: Build diff for crosses, but not for go32 host.
20954         * configure.in: Build gprof only for native, and don't build it
20955         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20957 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20959         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20961 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20963         * configure.in (host_tools): Add prms.
20965 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20967         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20968         with $(FLAGS_TO_PASS) on the command line
20970         * config.sub: Recognize lynx and lynxos
20972 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20974         * config.sub: Accept -ecoff*, not just -ecoff.
20976 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20978         * Makefile.in (taz): Use .gz suffix instead of .z.
20979         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20980         names.
20982 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20984         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20986 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20988         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20989         that rebuilds that might happen during 'make install' don't get
20990         bogus gcc include files
20992 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20994         Change from Utah for HPPA support:
20995         * config.guess: Recognize hppa1.x-hp-bsd.
20997 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20999         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
21000         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
21002 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21004         * config.sub: Add support for rom68k and bug boot monitors.
21006 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
21008         * Makefile.in: Make all-opcodes depend on all-bfd.
21010 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21012         * config.guess: Added special check for i[34]86-univel-sysv4*.
21014 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
21016         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
21017         the processor rather than assuming i486.
21019 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21021         * config.guess: Recognize SunOS6 as Solaris3.
21023 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
21025         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
21026         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
21028 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
21030         * build-all.mk (all-cross): New target for Canadian Cross.
21031         Added Q2 go32 targets.
21032         * test-build.mk: Configure go32 cross sparclite-aout and
21033         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
21034         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
21036 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21038         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
21039         GO32 hosted toolchains
21041 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21043         * configure: change  so "-exec-prefix" gets passed down rather
21044         than "-exec_prefix" so autoconf generated Makefiles get the
21045         exec_prefix set right.
21047 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21049         * config.guess: get the Solaris2 minor version number
21051         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
21053 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21055         * config.guess: Recognize some Sequent platforms.
21057 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21059         * Makefile.in: added the vault-install target
21061         * configure.in: actually use the Sun3 makefile fragment that's in
21062         config, also added the release dir to configdirs
21064 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21066         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
21068 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21070         * configure.in: remove some program from Alpha targetted toolchains
21072 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
21074         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
21075         gprof.
21076         (taz): Run "make diststuff" in those directories instead of "make
21077         proto-dir".  Look for "VERSION=" only at start of line in subdir
21078         Makefile.  Use "gzip -9" for compression.
21079         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
21080         (binutils.tar.z): New target.
21082 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21084         * Makefile.in (taz): Include gpl.texinfo.
21086 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21088         * Makefile.in (setup-dirs): Merged into "taz" target.
21089         (taz): Only do `proto-dir' stuff if a directory is actually needed
21090         for this target.
21092 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
21094         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
21095         (FLAGS_TO_PASS): Pass down MUNCH_NM.
21096         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
21097         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
21098         (gcc-no-fixedincludes): Correct for current gcc Makefile.
21100 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
21102         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
21103         config.sub, and move-if-change to gdb testsuite distribution
21104         archive, so the testsuite can be extracted, configured, and
21105         run separately from the gdb distribution.  Blow away the Chill
21106         tests that require a Chill compiled executable, since GNU Chill
21107         is not yet publically available.
21109 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21111         * test-build.mk: set environment variables in a single command,
21112         instead of a list of assignments and exports
21114         * config.guess: recognize Alpha/OSF1 systems
21116 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21118         * configure: Change help message to prefer --options rather than
21119         -options.
21121 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21123         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21124         zippy@ecst.csuchico.edu.
21125         * config.guess: Recognize miniframe.
21127 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21129         * Makefile.in: Use srcroot to find runtest rather than rootme.
21130         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
21132 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21134         * test-build.mk: Extensive additions to support building on a
21135         machine other than the host.
21137 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21139         * configure (tooldir): Fix for i386-aix again.
21141 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
21143         * configure, Makefile.in:  Change definition of $(tooldir)
21144         to match the FSF.
21146 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
21148         * config.guess:  Recognize i[34]86/SVR4.
21150 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21152         * Makefile.in (all-gdb): gdb depends on sim.
21154 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
21156         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
21157         at the same time we make the prototype gdb directory.
21158         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
21159         files at the same time as the gdb base release distribution.
21161 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
21163         * Makefile.in (check): Use individual check targets rather than
21164         DO_X rule.
21165         (check-gcc): Added.
21167 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
21169         * config.sub: Use sysv3.2 not sysv32 for canonical OS
21170         for System V release 3.2.
21172 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21174         * config.sub: Recognize hppaosf.
21175         * configure.in: Do configure ld/binutils/gas for it.
21177 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21179         * configure (tooldir): Alter syntax used to set this, for systems
21180         where "\$" isn't handled right, like i386-aix.
21182 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21184         * configure: Pass program-transform-name, not
21185         program_transform_name, to recursive configures.
21187 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
21189         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21190         of gas+ld+binutils.
21192 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
21194         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
21196 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21198         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21200 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21202         * Makefile.in (PRMS): Set back to all-prms.
21204 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21206         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21207         targets, rather than for MIPS hosts.
21209 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21211         * configure.in: add comment for --with-x default values
21213         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21215         * Makefile.in: add check-* targets for each of the directories in
21216         the tree.  Add a definition of RUNTEST that will use the one we
21217         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
21219 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
21221         * configure.in: Removed obsolete references to bfd_target and
21222         target_makefile_frag.
21224         * build-all.mk: Set assorted targets for Q2.
21225         * config.sub: Recognize z8k-sim and h8300-hms.
21226         * test-build.mk: Really don't pass host to configure.
21227         (HOLES): Added uname.
21229 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
21231         * configure: Handle an empty program-prefix, program-suffix or
21232         program-transform-name correctly.
21234 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21236         * build-all.mk: -G 8 no longer required for MIPS targets.
21237         * test-build.mk: Don't pass host argument to configure; make it
21238         guess.
21240 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
21242         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
21243         * Makefile.in (COMPRESS):  New macro, like GZIP.
21245 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21247         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21249         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21250         with gas currently defaults to -G 0.
21252 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
21254         * Makefile.in (all-flex): flex depends on byacc.
21256         * build-all.mk: If host not specified, use config.guess.  Pass TAG
21257         to test-build.mk as RELEASE_TAG.
21258         * test-build.mk (configargs): New variable containing arguments to
21259         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
21260         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21262         * config.guess: Use /bin/uname when checking -X argument on SCO,
21263         to avoid invoking GNU uname which doesn't understand -X.
21265         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21267         * configure.in: Build gas for mips-*-*.
21269 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21271         * Makefile.in (all.normal): insert missing backslash.
21273 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21275         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21277         * Makefile.in: Complete overhaul to merge many almost identical
21278         targets.
21280 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21282         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21283         (gdb.tar.Z): Adjusted.
21285         * Makefile.in (setup-dirs, taz): New targets; should be general
21286         enough to adapt for gdb sometime.  Build only .z file.
21287         (gas.tar.z): New target.
21289 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
21291         * build-all.mk: Use CC=cc -Xs on Solaris.
21293 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
21295         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
21296         for handling BISON for FSF releases.
21298 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21300         * configure: Actually implement the change zoo just documented.
21302 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
21304         * configure: when using config.guess, only set target_alias when
21305         it's not already been set (ie, on the command line)
21307 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21309         * Makefile.in: add installcheck target, set PRMS to install-prms
21311 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21313         * configure: add support for package_makefile_fragment, handle the
21314         case where a directory has a configure.in file but no Makefile.in
21315         more gracefully (with an actual understandable error message, even);
21316         add support for --without (and add this to the usage message); also
21317         explicitly add a --host=${host_alias} to the command line when
21318         config.guess is used
21320 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21322         * configure: Must use both --host and --target in recursive calls.
21324 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21326         * Makefile.in: Change deja-gnu to dejagnu.
21328 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21330         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21332 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21334         * configure.in: canonicalize all instances to *-*-solaris2*,
21335         also strip out a number of tools to not build for go32 host
21337 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21339         * config.guess: add GPL.
21341         * Makefile.in, config.guess, config.sub, configure: bump
21342         copyrights to 93.
21344 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
21346         * Makefile.in (do-info): Removed obsolete check for existence of
21347         localenv file.
21349         * Makefile.in (MAKEOVERRIDES): Define to be empty.
21351 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21353         * Makefile.in: a couple of 'else true' for decstation,
21354         support for TclX
21356         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21358 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
21360         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21362 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
21364         * config.guess: Recognize i386-ibm-aix (PS/2).
21365         * configure.in: Use config/mh-aix386 file for it.
21367 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
21369         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21370         CC_FOR_TARGET instead.
21371         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21373 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
21375         * Makefile.in: Add sim to list of directories sent with gdb
21377 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
21379         * configure.in: Put back mips-dec-bsd* case.
21381 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
21383         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21384         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
21385         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21387 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21389         * configure.in: remove no-op mips-dec-bsd* in "case $target"
21391         * Makefile.in (dir.info): only run gen-info-dir if it exists,
21392         (install-info): install dir.info only if it exists,
21393         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21395 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
21397         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
21398         gas for mips-dec-bsd.
21400 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
21402         * configure (makesrcdir): If ${srcdir} is relative and not ".",
21403         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21405 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21407         * configure.in: Added "dejagnu" to hosttools list.
21409 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
21411         * config.sub, configure.in, config.guess:  Add support
21412         for Bosx, an AIX variant from Bull.
21413         Patches from F.Pierresteguy@frcl.bull.fr.
21415 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21417         * devo/dejagnu: Initial creation of devo/dejagnu.
21418         Migrated dejagnu testcases and support files for testing software
21419         tools to reside as subdirectories, currently called "testsuite",
21420         within the directory of the software tool.  Migrated all programs,
21421         support libraries, etc. beloging to dejagnu proper from
21422         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21423         with no modifications.  The changes to these files which will
21424         allow them to configure, build, and execute properly will be made
21425         in a future update.
21427 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21429         * Makefile.in: Change send_pr to send-pr.
21430         * configure.in: Likewise.
21431         * send_pr: Renamed directory to send-pr.
21433 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21435         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21437 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21439         * README:  Update for gdb-4.8 release.
21440         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21441         gdb-xxx.tar.z (gzip'd) file also.
21443 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21445         * Makefile.in: make all-diff depend on all-libiberty
21447 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21449         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21451 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21453         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21455 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21457         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21458         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21459         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21461 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21463         * Makefile.in:  makeinfo binary is in a new location
21465 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21467         * config.sub: Accept -ecoff as an OS.
21469         * Makefile.in: Various changes to eliminate a level of make
21470         recursion and reduce the required command line length.
21471         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21472         sub-makes.
21473         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21474         variables holding settings for specific sub-makes.
21475         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21476         in terms of BASE_FLAGS_TO_PASS.
21477         (TARGET_LIBS): New variable listing directories which use
21478         TARGET_FLAGS_TO_PASS.
21479         (subdir_do): Eliminated.
21480         (do-*): New set of targets to replace subdir_do.
21481         (various): All targets which used subdir_do now depend on do-*.
21482         (local-clean): Renamed from do_clean.
21483         (local-distclean): New target, dependency of distclean and
21484         realclean.
21485         (install-info): Don't create directories.  Depend on dir.info
21486         rather than calling make recursively.
21487         (install-dir.info): Eliminated.
21488         (install-info-dirs): Create all info directories here.
21489         (dir.info): Depend upon do-install-info.
21491         * test-build.mk (HOLES): Added false.
21493 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21495         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21497 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21499         * Makefile.in (info): remove dependency on all-texinfo.  The
21500         problem was really in texinfo/C, not at this level.
21502 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21504         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21506 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21508         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21509         GDB releases.
21511 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21513         * configure: Include srcdir in message about target of link not
21514         being found.  Don't convert `-' to `_' in `with' options being
21515         passed to subdirs.
21517 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21519         * configure.in: add uudecode to host_tools
21521         * Makefile.in: added {all,install}-uudecode targets, added them to
21522         the appropriate lists
21524 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21526         * Makefile.in (all-gcc): Added dependency on all-gas.
21528         * configure.in (mips-*-*): Build ld and binutils.
21530 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21532         * configure: check return code from mkdir, print error message and
21533         exit on failure.
21535 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21537         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21539 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21541         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21543 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21545         * config.sub (h8500):  Recognize this as a cpu type.
21547 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21549         * configure: source directory missing is no longer a warning
21551         * configure.in: recognize irix[34]* instead of irix[34]
21553         * Makefile.in: define and pass down X11_LIB
21555 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21557         * guess-systype: Renamed to ...
21558         * config.guess:  ... by popular request.
21559         * configure.in, Makefile.in:  Update accordingly.
21561 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21563         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21564         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21565         + Execute ./dummy instead of assuming . is in PATH.
21567 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21569         * guess-systype:  New shell script.  Attempts to guess the
21570         canonical host name of the executing host.
21571         Only a few hosts are supported so far.
21572         * configure:  Call guess-systype if no host is specified.
21574 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21576         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21577         gcc Makefile.
21579 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21581         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21582         (all-gcc, install-gcc, subdir_do): Use it.
21584 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21586         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21588 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21590         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21591         set exclusively by configure, using configure.in .
21593 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21595         * test-build.mk: set $PATH for all builds
21597         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21599 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21601         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21602         the one used in gcc/Makefile.in, so that a null expansion doesn't
21603         override the one needed to build gcc with a native cc.
21605 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21607         * configure: Accept -with arguments.
21609 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21611         * Makefile.in: added h8300sim
21613 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21615         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21616         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21617         (all-cygnus, native, build-cygnus): Make
21618         $(canonhost)-stamp-3stage-done, not $(host)....
21619         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21620         i386-sco3.2v4.  Added else true to if command.
21622 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21624         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21626 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21628         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21630 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21632         * configure.in: don't remove binutils from Solaris builds
21634 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21636         * Makefile.in: get rid of earlier definitions for *clean,
21637         also handle the recursive info rule better
21639 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21641         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21642         do more-or-less the right thing.
21644 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21646         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21647         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21649 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21651         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21652         $(host_canonical).
21654         * configure.in: split the configdirs list into 4 categories (native
21655         v. cross, library v. tool) and handle the cross-only and native-
21656         only in more reasonable (and correct!) way.
21658 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21660         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21661         configdirs anymore.
21663 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21665         * Makefile.in: extensive cleanup::  removed all of the explicit
21666         clean-* targets, collapsed many wrappers around subdir_do into
21667         one, added additional targets to satisfy standards.texi, deleted
21668         some old targets, some changes for consistency
21670 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21672         * configure.in: handle some programs as cross-only, and others as
21673         native only
21675         * test-build.mk: handle partial holes in a more generic manner
21677         * Makefile.in: m4 depends on libiberty
21679 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21681         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21682         time, wdiff, and find to configdirs
21684         * Makefile.in: all, clean, and install rules for the new programs
21685         added to configure.in
21687 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21689         * configure.in: use mh-sun for all *-sun-* hosts
21691 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21693         * Makefile.in: define flags for X11 include files and library file
21694         locations, pass them down to the programs that need this info
21696         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21698 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21700         * configure.in: start building libg++ for HP-UX targets
21702 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21704         * README:  Update references to files moved into etc/.
21706 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21708         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21709         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21711 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21713         * configure: accept dash as well as underscore in long option
21714         names for FSF compatibility.
21716 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21718         * config.sub: added -sco3.2v4 support from FSF.
21720 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21722         * configure.in: expand the section that adds or removes
21723         directories from the list of programs to build, to handle native
21724         vs. cross in addition to host v. native
21726 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21728         * Makefile.in:  Replace C++ in macro names with CXX.
21729         This is less likely to break ...
21731 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21733         * test-build.mk: add -w to GNU_MAKE
21735 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21737         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21738         add 'sparc' to list of recognized cpus.  This needed to make
21739         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21740         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21741         then changes that into $CPU-wrs-vxworks.
21743         * configure.in: remove most references to gdbtest, regularize
21744         target based program removal
21746         * test-build.mk: import from p3 tree (many fixes and changes)
21748 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21750         * Makefile.in: added rules to handle tcl, tk, and expect
21752         * configure.in: handle those directories if they exist
21754 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21756         * config.sub: removed bogus hppabsd and hppahpux names, since
21757         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21759 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21761         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21762         depends upon all-xiberty
21764         * Makefile.in: changes from p3, including:
21766         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21768         * Makefile.in (XTRAFLAGS): include newlib directories if
21769         newlib/Makefile exists, rather than if host != target.
21771         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21773         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21774         from the same source tree and not building a cross-compiler.  This
21775         matters for the libg++ configuration if reconfiguring a tree that
21776         has already been installed.
21778         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21780         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21781         pick up the machine and system specific header files.
21783         * Makefile.in: added AS_FOR_TARGET, passed down in
21784         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21785         the C compiler to use to create programs which are run in the
21786         build environment, set it to default to $(CC), and passed it down
21787         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21789         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21791         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21792         We need them for unusual native builds, like systems without
21793         ranlib.
21795         * configure: also define $(host_canonical) and
21796         $(target_canonical), which are the full, canonical names for the
21797         given host and target
21799 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21801         * Makefile.in:  Added separate definitions for C++.
21803 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21805         * configure.in (configdirs):  Add deja-gnu.
21807 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21809         * README:  Update for configure.texi and gdb-4.7 release.
21811 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21813         * Makefile.in:  Move "all" target to top of file.
21814         Previously, first target was ".PHONY" which caused BSD4.4 make
21815         to build .PHONY when make was run without arguments.
21817 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21819         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21820         Library-copylefted code in libiberty.
21822 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21824         * config.sub:  Replace m68kmote with plain old m68k.
21826 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21828         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21830 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21832         * config.sub: Complain if no argument is given.  Added support for
21833         386bsd as OS and target alias.
21835 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21837         * Makefile.in (XTRAFLAGS): include newlib directories if
21838         newlib/Makefile exists, rather than if host != target.
21840 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21842         * config.sub: recognize sparclite-wrs-vxworks.
21844         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21845         p3.) Added clean-xiberty to clean.
21847 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21849         * configure.in: use *-*-* instead of nested cases for host and target
21851 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21853         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21854         from the same source tree and not building a cross-compiler.  This
21855         matters for the libg++ configuration if reconfiguring a tree that
21856         has already been installed.
21858 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21860         * config.sub (i486v/i486v4):  Merge in from FSF version.
21862 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21864         * configure: only set PWD if it is already set.
21866 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21868         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21869         doesn't have unset and all success paths (and most error paths)
21870         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21871         to just ${PWD} to avoid confusion.)
21873 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21875         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21876         even for a native compilation.
21878 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21880         Changes to make the gdb.tar.Z rule work better.
21882         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21883         (DEVO_SUPPORT):  Add configure.texi.
21884         (bfd-ilrt.tar.Z):  Remove ancient rule.
21886 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21888         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21889         pick up the machine and system specific header files.
21891         * configure.in, config.sub: added new target m68010-adobe-scout,
21892         with alias of adobe68k.  Changed configure.in to check for
21893         -scout before -sco* to avoid a false match.
21895         * Makefile.in: added AS_FOR_TARGET, passed down in
21896         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21897         the C compiler to use to create programs which are run in the
21898         build environment, set it to default to $(CC), and passed it down
21899         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21901 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21903         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21904         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21905         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21906         FOR_TARGET variants, to newlib and libg++.
21908 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21910         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21911         first.
21913 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21915         * config.sub:  Accept `elf' as an environment.
21917 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21919         * Makefile.in (all-opcodes):  cd into the right directory
21921 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21923         * configure: added -program_transform_name option, used as
21924         argument to sed when installing programs.
21925         configure.texi: added documentation for -program_prefix,
21926         -program_suffix and -program_transform_name.
21928 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21930         * config.sub:  Accept i486 where i386 ok.
21932 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21934         * config.sub: accept we32k
21936 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21938         * config.sub, configure.in: accept OSE68000 and OSE68k.
21940         * Makefile.in: don't create all directories for ``make install'';
21941         let the subdirectories create the ones they need.
21943 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21945         * COPYING: new file, GPL v2
21947 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21949         * Makefile.in: use the new gen-info-dir, which needs a template
21950         argument (which also lives in texinfo)
21952         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21954 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21956         * config.sub (ncr3000):  Change i386 to i486.
21958 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21960         * Makefile.in: add install-rcs, install-grep to
21961         install-no-fixedincludes, removed install-bison and install-libgcc
21963 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21965         * configure.in: grab the HPUX makefile fragment if on HPUX
21967 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21969         * Makefile.in: eradicate bison spoor (ditto libgcc).
21970         configure.in: recognise m68{k,000}-ericsson-OSE.
21971         es1800 is alias for m68k-ericsson-OSE
21973 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21975         * configure.in: rearrange the parts that remove programs from
21976         configdirs, based now on HOST==TARGET or by canonical triple.
21978 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21980         * test-build.mk: recurse explicitly with -f test-build.mk when
21981         appropriate.  predicate stage3 and comparison on the existence
21982         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21983         On very clean, also remove ...stamp-co.  Build in-place before
21984         doing other builds.
21986 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21988         * Makefile.in, configure.in: add tgas
21990 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21992         * Makefile.in: a number of changes merged in from progressive.
21994         * configure.in: add libm.
21996         * .cvsignore: ignore some stuff that comes from test-build.mk.
21998 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
22000         * config.sub:  Add es1800 (m68k-ericsson-es1800).
22002 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
22004         * configure: Add program_suffix (parallel to program_prefix)
22005         * Makefile.in: adjust directory-creating script for losing decstation
22007 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
22009         * configure:  Minor $subdir-related fixes.
22011 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
22013         * configure: fix various problems with propogating
22014         makefile_target_frag in subdirs.
22015         * configure.in: config libgcc if its there
22017 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
22019         * config.sub:  HPPA merge.
22021 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
22023         * Makefile.in:  Replace all-bison with all-byacc in all
22024         dependency lines for other tools (which now use byacc).
22026 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
22028         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
22030 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
22032         * Makefile.in: make gprof rules similar to byacc rules (instead of
22033         vestigal $(unsubdir) that didn't work...)
22035 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
22037         * config.sub:  Add support for Linux.
22038         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
22039         (at least for libg++).
22041 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
22043         * configure.texi: fix doc for the -nfp option to configure
22045 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
22047         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
22049 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
22051         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
22052         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
22053         * configure.in: added solaris* host_makefile_frag hook.
22055 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22057         * config.sub: changed recognition of m68000 so that various
22058         m68k types can be specified via m680[01234]0
22060 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22062         * config.sub (basic_machine): fix sed so that '-foo' isn't
22063         completely substituted out while .+'-foo' loses the '-foo'
22065 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22067         * config.sub ($os): Add -aout.
22069 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
22071         * configure:  If host_makefile_frag is absolute, don't
22072         prefix ${invsubdir} (relevant to libg++ auto-configure).
22074 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22076         * Makefile.in (tooldir): Define it.
22077         (all-ld): Depend on all-flex.
22079 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
22081         * Makefile.in (check):  Fix libg++ special case.
22083 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
22085         * configure: do not bury `pwd` into config.status, thus do fewer
22086         pwd's.
22088         * configure: print the "Building in" message only when building in
22089         other than "." AND verbose.
22091         * configure: remove -s, rework -v to better accommodate guested
22092         configures.
22094         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
22096 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
22098         * Makefile.in: macroize flags passed on recursion.  remove
22099         fileutils.
22101 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
22103         * configure: get makesrcdir right for subdirs deeper than 1.
22105         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
22106         install.
22108 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
22110         * Makefile.in: don't print subdir_do or recursion lines.
22112 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
22114         * standards.texi: added menu item.
22116         * Makefile.in: build and install standards.info.
22118         * standards.texi: new file.
22120 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22122         * configure: test for and move config.status pieces from
22123         ${subdir}/.
22125 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
22127         * configure:  Test for existance of files before trying to mv
22128         them, to avoid numerous non-existance messages.
22130 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
22132         * configure: correct final line of config.status.
22134         * configure: patch from eggert.  Avoids a protection problem if
22135         the original Makefile.in is read only.
22137         * configure: use move-if-change from gcc to create config.status.
22138         Some makefiles depend on config.status to tell if a directory
22139         has been reconfigured for a different host.  This change
22140         prevents those directories from remaking everything in the case
22141         where the reconfig was only intended to rebuild a Makefile.
22143         * configure: test for config.sub with "config.sub sun4" rather
22144         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
22145         host alias from a missing config.sub.
22147 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22149         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
22150         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
22152 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
22154         * configure: mkdir ${subdir} as needed.
22156 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
22158         * Makefile.in,configure.in: added autoconf.
22160 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22162         * Makefile.in: no longer pass against on recursion.
22164         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
22165         definitions are not inherited.
22167         * configure: correct makesrcdir when subdir is .
22169 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
22171         * configure:  Add support for 'subdirs' variable, which is
22172         like 'configdirs', except that configure doesn't re-invoke
22173         itself for subdirs, it just creates a Makefile for each subdir.
22174         * configure.texi:  Document subdirs.
22176 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22178         * configure.in: added flex to configdirs
22180 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
22182         * Makefile.in: remove clean-stamps from clean.
22184 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
22186         * configure.in:  Add gdbtest to configdirs.
22188 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
22190         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
22191         to recursive makes.
22192         * configure.in:  Recognize new ncr3000 config.
22194 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
22196         * Makefile.in, configure.in: removed references to gdbm.
22198 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
22200         * config.sub:  Don't canonicalize os value
22201         newsos* to bsd (readline needs to check for newsos).
22202         (This fix was earlier made Jan 31, but got re-broken.)
22204 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
22206         * configure.in:  sco is an os, not a vendor!
22208         * configure:  Quote $( better.  Keep various shells happy.
22210 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
22212         * Makefile.in: eliminate stamp-files.
22214 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
22216         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
22217         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
22219 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
22221         * config.sub:  fix iris/iris3.
22223 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
22225         * configure: re-add -rm.
22227 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
22229         * Maskefile.in: add .stmp-rcs to all.
22231         * configure.in: remove gas from rs6000 build, use aix host fragment.
22233 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
22235         * configure: pass down site_option during recursion.
22237 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
22239         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
22241 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
22243         * configure: Change exec_prefix so that it really defaults to prefix.
22245 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
22247         * Makefile.in, configure.in:  Add support for mmalloc library.
22249 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
22251         * Makefile.in: add stmp dependencies for a few more things.
22253 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
22255         * configure: adjusted error message on objdir/srcdir configure
22256         collision, per john's suggestion.
22258         * Makefile.in: add libiberty stmp to all and all.cross.
22260 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
22262         * Makefile.in: remove force dependencies, add grep to all.
22264 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
22266         * Makefile.in: drop flex.  make stamp files work.
22268         * configure: added test for conflicting configuration in srcdir,
22269         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
22270         gets cranky.  use relative paths for configure and srcdir
22271         whenever possible.  Send some error messages to stderr that were
22272         going to stdout.
22274 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
22276         * Makefile.in:  Fix libg++ rule to check for gcc directory
22277         before using gcc/gcc.  Also pass XTRAFLAGS.
22279 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
22281         * Makefile.in: added stmp-files so that directories aren't polled
22282         when they are already built.
22284         * configure.texi: fixed a node pointer problem.
22286 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
22288         * config.sub configure.in gdb/configure.in
22289         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22290         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22291         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
22293 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22295         * configure: -recurring becomes -silent.  corrected help message
22296         for -site= option.
22298         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22300 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22302         * configure: when building Makefile for crosses, replace
22303         tooldir and program_prefix.  default srcdir from location of
22304         config.sub.  remove "for host in hosts" and "for target in
22305         targets" loops.
22307 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22309         * Makefile.in: Do not pass bindir or mandir to cvs.
22311 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
22313         * Makefile.in, configure.in: removed traces of namesubdir,
22314         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
22315         copyrights to '92, changed some from Cygnus to FSF.
22317         * configure.texi: remove most references to multiple hosts,
22318         multiple targets, subdirs, etc.
22320         * configure.man: removed rcsid. reference config.sub not
22321         config.subr.
22323         * Makefile.in: mkdir $(infodir) on install-info.
22325 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
22327         * configure.texi:  Explain better about .gdbinit and about
22328         the environment that configure.in sections run in.
22330 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
22332         * configure.in:  Ultrix is only a decstation if it's a MIPS.
22334 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
22336         * README:  DOC.configure => cfg-paper.texi.
22338 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
22340         * config.sub (near case $os):  Don't convert newsos* to bsd!
22342 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
22344         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
22345         the number of copies of COPYING that go into the GDB tar file.
22347 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
22349         * bfd/configure.in, gdb/config/mh-i386sco,
22350         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22351         Fix SCO configuration stuff.
22353 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
22355         * Makefile.in:  For libg++, make sure the -I pointing
22356         to the gcc directory goes *after* all the libg++-local -I flags.
22357         Also, move just-gcc dependency from just-libg++ to all-libg++.
22359 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
22361         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
22363 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
22365         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
22367 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
22369         * config.sub:  Add stratus configuration frags.  Also
22370         submitted to FSF.
22372 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
22374         * Makefile.in (DEV_SUPPORT):  add configure.man.
22376         * config.sub(Decode manufacturer-specific):  add -none*.
22378 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
22380         * Makefile.in:  remove form feeds to make Sun's make happy.
22381         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
22383 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
22385         * Makefile.in (AR_FLAGS):  Make quieter.
22387 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
22389         * configure.in:  Add libg++.
22390         * configure:  When verbose, don't output the command line at each
22391         level; it will be unremarkably the same as the previous version,
22392         which will be the same as what the user typed.
22394 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
22396         * configure.in, Makefile.in: fix clean-info, add flex.  add
22397         fileutils.
22399         * configure: be less sensitive to spaces in Makefile.in.  Do not
22400         look for sources in "..".  Doing so breaks subdirectories that
22401         might have their own configure.  If a subdir has it's own
22402         configure script, use it.
22404 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
22406         * cfg-paper.texi: some changes suggested by rms.
22408 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
22410         * config.sub:  Merge in some small additions from the FSF version,
22411         taken from the gcc distribution, to bring the Cygnus and FSF
22412         versions into closer sync.
22414 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
22416         * configure.in:  Changed svr4 references to sysv4.
22418 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22420         * configure: added -V for version number option.
22422 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22424         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22425         renamed from DOC.configure to cfg-paper.texi.
22427 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22429         * configure, config.subr, config.sub: config.subr is now
22430         config.sub again.
22432 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22434         * configure.texi: new file, in progress.
22436         * Makefile.in: build info file and install the man page for
22437         configure.
22439         * configure.man: new file, first cut.
22441         * configure: find config.subr again now that configuration "none"
22442         has gone.  removed all traces of the -ansi option.  removed all
22443         traces of the -languages option.
22445         * config.subr: resync from rms.
22447 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22449         * configure, config.sub, config.subr: merge config.sub into
22450         config.subr, call the result config.subr, remove config.sub, use
22451         config.subr.
22453         * Makefile.in: revised install for dir.info.
22455 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22457         * configure.in: add decstation host makefile frag.
22459         * Makefile.in: BISON now bison -y again.  also install-gcc on
22460         install.  clean-gdbm on clean.  infodir belongs in datadir.
22461         Make directories for info install.  Build dir.info here then
22462         install it.
22464 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22466         * Makefile.in: fix for bad directory tests.
22468 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22470         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22471         regexp.  -srcdir relative was being handled incorrectly.
22473         * Makefile.in: unwrapped some for loops so that parallel makes
22474         work again and so one can focus one's attention on a particular
22475         package.
22477 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22479         * configure: added PWD as a stand in for `pwd` (for speed). use
22480         elif wherever possible.  make -srcdir work without -objdir.
22481         -objdir= commented out.
22483 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22485         * configure: +options become --options.  -subdirs commented out.
22486         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22487         Makefile now at top of generated Makefile.  Removed cvs log
22488         entries.  added -srcdir.  create .gdbinit only if there is one
22489         in ${srcdir}.
22491         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22492         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22493         and mandir now keyed off datadir by default.
22495 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22497         * Freshly created ChangeLog.
22500 Local Variables:
22501 mode: change-log
22502 left-margin: 8
22503 fill-column: 76
22504 version-control: never
22505 End: