Add .data.rel.ro.local to read only sections in gcc.dg/array-quals-1.c
[official-gcc.git] / ChangeLog
blob644bea96c4cd8f4172244bee7c3edf2a5a606aa6
1 2024-01-15  Andrew Pinski  <quic_apinski@quicinc.com>
3         * MAINTAINERS (DCO): Add myself.
5 2024-01-09  Siddhesh Poyarekar  <siddhesh@gotplt.org>
7         * SECURITY.txt: Drop "exploitable" in the hardening section.
9 2024-01-09  Tom Tromey  <tom@tromey.com>
11         * Makefile.in: Rebuild.
12         * Makefile.tpl (BASE_EXPORTS): Add GUILE.
13         (GUILE): New variable.
14         * Makefile.def (flags_to_pass): Add GUILE.
16 2024-01-08  Joseph Myers  <josmyers@redhat.com>
18         * MAINTAINERS: Update my email address.
20 2023-12-30  Joseph Myers  <jsm@polyomino.org.uk>
22         * MAINTAINERS: Update my email address.
24 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
25             Thomas Schwinge  <thomas@codesourcery.com>
27         * Makefile.def: Add libgrust as host & target module.
28         * configure.ac: Add libgrust to host tools list. Add libgrust to
29         noconfigdirs if we're not building target libstdc++.
30         * Makefile.in: Regenerate.
31         * configure: Regenerate.
33 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
34             Arthur Cohen  <arthur.cohen@embecosm.com>
36         * MAINTAINERS: Add maintainers for libgrust.
38 2023-12-13  Arsen Arsenović  <arsen@aarsen.me>
40         * Makefile.def (gettext): Disable (via missing)
41         {install-,}{pdf,html,info,dvi} and TAGS targets.  Set no_install
42         to true.  Add --disable-threads --disable-libasprintf.  Drop the
43         lib_path (as there are no shared libs).
44         * Makefile.in: Regenerate.
46 2023-12-12  Paul Iannetta  <piannetta@kalrayinc.com>
48         * MAINTAINERS: Add myself to write after approval
50 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
52         * MAINTAINERS: Update my email address
54 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
56         * MAINTAINERS: Add myself to write after approval
58 2023-11-23  Nathaniel Shead  <nathanieloshead@gmail.com>
60         * MAINTAINERS: Add myself to write after approval and DCO
62 2023-11-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
64         * libtool.m4: Fix stray call
66 2023-11-19  Lewis Hyatt  <lhyatt@gmail.com>
68         * Makefile.in: Regenerate.
69         * Makefile.tpl: Add dependency on site.exp to check-gcc-* targets
71 2023-11-18  Petter Tomner  <tomner@bahnhof.se>
73         * MAINTAINERS: Update my email address.
75 2023-11-18  Frederik Harwath  <frederik@harwath.name>
77         * MAINTAINERS: Change my address.
79 2023-11-16  Michal Jires  <mjires@suse.cz>
81         * MAINTAINERS: Add myself.
83 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
85         PR bootstrap/12596
86         * .gitignore: Add '/gettext*'.
87         * configure.ac (host_libs): Replace intl with gettext.
88         (hbaseargs, bbaseargs, baseargs): Split baseargs into
89         {h,b}baseargs.
90         (skip_barg): New flag.  Skips appending current flag to
91         bbaseargs.
92         <library exemptions>: Exempt --with-libintl-{type,prefix} from
93         target and build machine argument passing.
94         * configure: Regenerate.
95         * Makefile.def (host_modules): Replace intl module with gettext
96         module.
97         (configure-ld): Depend on configure-gettext.
98         * Makefile.in: Regenerate.
100 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
102         * intl/*: Remove.
104 2023-11-09  Jivan Hakobyan  <jivanhakobyan9@gmail.com>
106         * MAINTAINERS: Add myself.
108 2023-11-09  YunQiang Su  <yunqiang.su@cipunited.com>
110         * MAINTAINERS: Update my email address.
112 2023-11-06  Carl Love  <cel@linux.ibm.com>
114         * MAINTAINERS: Update my email address.
116 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
118         * .github/CONTRIBUTING.md: Wrap lines more tightly.
120 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
122         * .github/CONTRIBUTING.md: New file.
123         * .github/PULL_REQUEST_TEMPLATE.md: New file.
125 2023-10-22  Iain Sandoe  <iain@sandoe.co.uk>
127         * configure: Regenerate.
128         * configure.ac: Do not add default runpaths to GCC exes
129         when we are building -static-libstdc++/-static-libgcc (the
130         default).
131         * libtool.m4: Add 'enable-darwin-at-runpath'.  Act  on the
132         enable flag to alter Darwin libraries to use @rpath names.
134 2023-10-15  Mike Frysinger  <vapier@gentoo.org>
136         * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
137         * Makefile.in: Regenerate.
139 2023-10-11  Filip Kastl  <fkastl@suse.cz>
141         * MAINTAINERS: Fix name order.
143 2023-10-10  Christoph Müllner  <christoph.muellner@vrull.eu>
145         * MAINTAINERS: Add myself.
147 2023-10-06  Sergei Trofimovich  <siarheit@google.com>
149         PR bootstrap/111663
150         * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
151         * Makefile.in: Regenerate.
153 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
155         * SECURITY.txt: Fix up indentation.
157 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
159         * SECURITY.txt: Fix up commas.
161 2023-10-04  Siddhesh Poyarekar  <siddhesh@gotplt.org>
163         * SECURITY.txt: New file.
165 2023-09-18  Fei Gao  <gaofei@eswincomputing.com>
167         * MAINTAINERS: Add myself.
169 2023-09-15  Yang Yujie  <yangyujie@loongson.cn>
171         * config-ml.in: Remove unneeded loongarch clause.
172         * configure.ac: Register custom makefile fragments mt-loongarch-*
173         for loongarch targets.
174         * configure: Regenerate.
176 2023-09-12  Edwin Lu  <ewlu@rivosinc.com>
178         * MAINTAINERS: Add myself
180 2023-09-12  Thomas Schwinge  <thomas@codesourcery.com>
181             Chung-Lin Tang  <cltang@codesourcery.com>
183         PR testsuite/109951
184         * Makefile.tpl (BASE_TARGET_EXPORTS): Add
185         'SYSROOT_CFLAGS_FOR_TARGET'.
186         * Makefile.in: Regenerate.
188 2023-09-05  Yang Yujie  <yangyujie@loongson.cn>
190         * config-ml.in: Do not build the multilib library variant
191         that is duplicate with the toplevel one.
193 2023-08-29  Tsukasa OI  <research_trasio@irq.a4lg.com>
195         * MAINTAINERS: Add myself.
197 2023-08-22  Filip Kastl  <fkastl@suse.cz>
199         * MAINTAINERS: Update my email address.
201 2023-08-11  Eric Feng  <ef2648@columbia.edu>
203         * MAINTAINERS: Add myself.
205 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
207         * Makefile.def: Reflect that libsframe needs to installed before
208         libbfd.  Reorder a bit to better track libsframe dependencies.
209         * Makefile.in: Regenerate.
211 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
213         * Makefile.def: Add install dependency on libsframe for libbfd.
214         * Makefile.in: Regenerated.
216 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
218         * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
219         Solaris 11.
221 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
223         * configure: Regenerate.
224         * configure.ac: Add Haiku to list of ELF OSes
225         * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
227 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
229         * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
230         options, including options containing paths.
232 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
234         * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
235         NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
236         errors from nms that refuse to work on non-regular files.  Remove
237         other workarounds for this problem.  Strip out blank lines from the
238         nm output.
240 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
242         * configure.ac: Reinstate 32b PA-RISC HP-UX targets
243         * configure: Regenerate.
245 2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
247         * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
248         * configure: Re-generate.
249         * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
250         (PKG_CONFIG_PATH): New.
251         * Makefile.in: Re-generate.
253 2023-08-07  Luis Machado  <luis.machado@arm.com>
255         * configure.ac: Disable year2038 by default on 32-bit hosts.
256         * configure: Regenerate.
258 2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
260         * Makefile.def: Add gprofng module.
261         * configure.ac: Add --enable-gprofng option.
262         * Makefile.in: Regenerate.
263         * configure: Regenerate.
265 2023-08-07  Martin Liska  <mliska@suse.cz>
267         * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
268         * configure: Regenerate.
270 2023-08-07  Fangrui Song  <maskray@google.com>
272         * configure: Regenerate.
273         * configure.ac: Add --with-zstd.
275 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
277         * configure: Regenerate.
278         * configure.ac: Recover tilegx/tilepro targets.
280 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
282         * configure: Regenerated.
283         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
284         --plugin and rc before enabling --plugin.
286 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
288         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
289         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
290         * configure.ac: Include config/gcc-plugin.m4.
291         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
292         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
293         RANLIB if possible.
294         * Makefile.in: Regenerated.
295         * configure: Likewise.
297 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
299         * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
300         $(CFLAGS).
302 2023-08-07  David Faust  <david.faust@oracle.com>
304         * MAINTAINERS: Add the BPF port to my reviewer listing.
306 2023-08-02  Jan Beulich  <jbeulich@suse.com>
308         * MAINTAINERS: Correct my email address.
310 2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
312         * MAINTAINERS (Write After Approval): Add myself.
314 2023-08-01  Richard Ball  <richard.ball@arm.com>
316         * MAINTAINERS: Add myself.
318 2023-07-31  Andreas Schwab  <schwab@suse.de>
320         * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
321         * configure: Regenerate.
322         * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
324 2023-07-31  xuli  <xuli1@eswincomputing.com>
326         * MAINTAINERS: Add myself.
328 2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
330         * MAINTAINERS: List myself as "nvptx port" maintainer.
332 2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
334         * MAINTAINERS: Add myself to write after approval
336 2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
338         * MAINTAINERS: Add myself as a reviewer for the riscv port.
340 2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
342         * MAINTAINERS: Add myself as a reviewer for the riscv port.
344 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
346         * MAINTAINERS: Add Hao Liu to write after approval
348 2023-07-12  Ken Matsui  <kmatsui@gcc.gnu.org>
350         * MAINTAINERS: Add Ken Matsui to write after approval
352 2023-07-07  Eugene Rozenfeld  <erozen@microsoft.com>
354         * Makefile.in: Collect both kernel and user events for autofdo
355         * Makefile.tpl: Collect both kernel and user events for autofdo
357 2023-06-30  Rishi Raj  <rishiraj45035@gmail.com>
359         * MAINTAINERS: Added myself to Write After Approval and DCO
361 2023-06-29  Eugene Rozenfeld  <erozen@microsoft.com>
363         * Makefile.in: Remove -gtoggle for STAGEautoprofile
364         * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
366 2023-06-25  Lehua Ding  <lehua.ding@rivai.ai>
368         * MAINTAINERS: Add Lehua Ding to write after approval
370 2023-06-25  Iain Sandoe  <iain@sandoe.co.uk>
372         * Makefile.def: Pass the enable-host-pie value to GCC configure.
373         * Makefile.in: Regenerate.
374         * configure: Regenerate.
375         * configure.ac: Adjust the logic for shared and PIE host flags to
376         ensure that PIE is passed for hosts that require it.
378 2023-06-16  YunQiang Su  <yunqiang.su@cipunited.com>
380         * MAINTAINERS (Write After Approval): move Matthew Fortune
381         to Write After Approval.
383 2023-06-15  Marek Polacek  <polacek@redhat.com>
385         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
386         check.
387         * configure: Regenerate.
389 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
391         * MAINTAINERS: Add myself to write after approval
393 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
395         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
396         port maintainer.
397         (Write After Approval): Remove myself.
399 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
401         * MAINTAINERS (Write After Approval): Add myself.
403 2023-05-29  Martin Jambor  <mjambor@suse.cz>
405         * MAINTAINERS: Replace spaces with tabs.
407 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
409         * MAINTAINERS: New entry.
411 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
413         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
414         * Makefile.in: Regenerate
416 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
418         * Makefile.in: Disable warnings as errors for STAGEautofeedback
420 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
422         * MAINTAINERS: Sort.
424 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
426         * MAINTAINERS: Add myself.
428 2023-05-10  Pan Li  <pan2.li@intel.com>
430         * MAINTAINERS: Add myself.
432 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
434         * Makefile.in: Define PROFILE_MERGER
435         * Makefile.tpl: Define PROFILE_MERGER
437 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
439         * MAINTAINERS: Change my email address.
441 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
443         * MAINTAINERS: Add myself.
445 2023-04-26  Martin Liska  <mliska@suse.cz>
447         * MAINTAINERS: fix sorting
449 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
451         * MAINTAINERS (Write After Approval): Add myself.
453 2023-04-24  Martin Liska  <mliska@suse.cz>
455         * MAINTAINERS: Fix sorting.
457 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
459         * configure: Regenerate.
460         * configure.ac: Only create serdep.tmp if needed
462 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
464         * MAINTAINERS (Write After Approval): Add myself.
466 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
468         * MAINTAINERS (Write After Approval): Add myself.
469         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
471 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
473         * MAINTAINERS: Add myself.
475 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
477         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
479 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
481         * MAINTAINERS (Write After Approval): Add myself.
483 2023-02-16  Martin Liska  <mliska@suse.cz>
485         * MAINTAINERS: I'm stepping down from my positions.
487 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
489         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
491 2023-01-06  Clément Chigot  <chigot@adacore.com>
493         * configure.ac: Skip GMP and MPFR when --disable-gdb is
494         provided.
495         * configure: Regenerate.
497 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
499         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
501 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
503         * Makefile.def: Do not build shared libffi.
504         * Makefile.in: Regenerate.
506 2022-12-21  Andrew Pinski  <apinski@marvell.com>
508         * Makefile.def: Add configure-gdb dependencies
509         on all-gmp and all-mpfr.
510         * configure.ac: Split out MPC checking from MPFR.
511         Require GMP and MPFR if the gdb directory exist.
512         * Makefile.in: Regenerate.
513         * configure: Regenerate.
515 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
517         * configure.ac (target_libraries): Add target-libgm2.
518         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
519         Add GCC_TARGET_TOOL entry for gm2.
520         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
521         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
522         * Makefile.def (target_modules): Add libgm2.
523         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
524         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
525         (languages): Add entry for language=m2 with gcc-check-target=check-m2
526         and lib-check-target=check-target-libgm2.
527         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
528         (HOST_EXPORTS): Add definition for GM2.
529         (BASE_TARGET_EXPORTS): Add definition for GM2.
530         (GM2_FOR_BUILD): Defined.
531         (GM2FLAGS): Defined.
532         (GM2_FOR_TARGET): Defined.
533         (GM2FLAGS_FOR_TARGET): Defined.
534         (EXTRA_HOST_FLAGS): Defined.
535         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
536         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
537         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
538         * configure: Rebuilt.
539         * Makefile.in: Rebuilt.
541 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
543         * Makefile.def: Add Rust language.
544         * Makefile.in: Regenerate via autogen.
546 2022-12-09  Martin Liska  <mliska@suse.cz>
548         * MAINTAINERS: Fix spacing.
550 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
552         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
554 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
556         * Makefile.def: Pass host_libs_picflag to host dependent library
557         configures.
558         * Makefile.in: Regenerate.
559         * configure: Regenerate.
560         * configure.ac (host_libs_picflag): New configure variable set to
561         '--with-pic' when building 'host_shared'.
563 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
565         * Makefile.def: Add libsframe as new module with its dependencies.
566         * Makefile.in: Regenerated.
567         * configure.ac: Add libsframe to host_libs.
568         * configure: Regenerated.
570 2022-11-23  Marek Polacek  <polacek@redhat.com>
572         Revert:
573         2022-11-23  Marek Polacek  <polacek@redhat.com>
575         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
576         isl.
577         * Makefile.in: Regenerate.
578         * Makefile.tpl: Set PICFLAG.
579         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
580         check.
581         * configure: Regenerate.
583 2022-11-23  Marek Polacek  <polacek@redhat.com>
585         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
586         isl.
587         * Makefile.in: Regenerate.
588         * Makefile.tpl: Set PICFLAG.
589         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
590         check.
591         * configure: Regenerate.
593 2022-11-14  Martin Liska  <mliska@suse.cz>
595         Revert:
596         2022-11-09  Martin Liska  <mliska@suse.cz>
598         * doc/Makefile: New file.
599         * doc/_static/custom.css: New file.
600         * doc/baseconf.py: New file.
601         * doc/bsd.rst: New file.
602         * doc/contrib.rst: New file.
603         * doc/contribute.rst: New file.
604         * doc/cppdiropts.rst: New file.
605         * doc/cppenv.rst: New file.
606         * doc/cppopts.rst: New file.
607         * doc/cppwarnopts.rst: New file.
608         * doc/favicon.ico: New file.
609         * doc/funding.rst: New file.
610         * doc/gcc_sphinx.py: New file.
611         * doc/gnu.rst: New file.
612         * doc/gnu_free_documentation_license.rst: New file.
613         * doc/gpl-3.0.rst: New file.
614         * doc/indices-and-tables.rst: New file.
615         * doc/lgpl-2.1.rst: New file.
616         * doc/logo.pdf: New file.
617         * doc/logo.svg: New file.
618         * doc/md.rst: New file.
619         * doc/requirements.txt: New file.
621 2022-11-14  Martin Liska  <mliska@suse.cz>
623         Revert:
624         2022-11-09  Martin Liska  <mliska@suse.cz>
626         * doc/baseconf.py: Port to GCC sources.
628 2022-11-14  Martin Liska  <mliska@suse.cz>
630         Revert:
631         2022-11-14  Martin Liska  <mliska@suse.cz>
633         * configure: Regenerate.
634         * configure.ac: Support Sphinx based documentation.
636 2022-11-14  Martin Liska  <mliska@suse.cz>
638         Revert:
639         2022-11-09  Martin Liska  <mliska@suse.cz>
641         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
642         provide a default.
644 2022-11-14  Martin Liska  <mliska@suse.cz>
646         Revert:
647         2022-11-09  Martin Liska  <mliska@suse.cz>
649         * doc/bsd.rst:
650         Add trailing newline.
651         * doc/contrib.rst:
652         Add trailing newline.
653         * doc/contribute.rst:
654         Add trailing newline.
655         * doc/cppdiropts.rst:
656         Add trailing newline.
657         * doc/cppenv.rst:
658         Add trailing newline.
659         * doc/cppopts.rst:
660         Add trailing newline.
661         * doc/cppwarnopts.rst:
662         Add trailing newline.
663         * doc/funding.rst:
664         Add trailing newline.
665         * doc/gnu.rst:
666         Add trailing newline.
667         * doc/gnu_free_documentation_license.rst:
668         Add trailing newline.
669         * doc/gpl-3.0.rst:
670         Add trailing newline.
671         * doc/indices-and-tables.rst:
672         Add trailing newline.
673         * doc/lgpl-2.1.rst:
674         Add trailing newline.
675         * doc/md.rst:
676         Add trailing newline.
678 2022-11-14  Martin Liska  <mliska@suse.cz>
680         Revert:
681         2022-11-09  Martin Liska  <mliska@suse.cz>
683         * configure.ac: Use new install URL.
684         * configure: Regenerate.
686 2022-11-14  Martin Liska  <mliska@suse.cz>
688         Revert:
689         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
691         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
692         instead of just ``.''.
693         * doc/gcc_sphinx.py: Moved to...
694         * doc/modules/gcc_sphinx.py: ...here.
696 2022-11-14  Martin Liska  <mliska@suse.cz>
698         Revert:
699         2022-11-10  Martin Liska  <mliska@suse.cz>
701         * doc/baseconf.py: Modernize by using pathlib.
703 2022-11-14  Martin Liska  <mliska@suse.cz>
705         Revert:
706         2022-11-11  Martin Liska  <mliska@suse.cz>
708         * doc/Makefile: Disable -j auto.
710 2022-11-14  Martin Liska  <mliska@suse.cz>
712         Revert:
713         2022-11-11  Martin Liska  <mliska@suse.cz>
715         * doc/Makefile: Update comment.
717 2022-11-14  Martin Liska  <mliska@suse.cz>
719         Revert:
720         2022-11-11  Martin Liska  <mliska@suse.cz>
722         * doc/indices-and-tables.rst: Rename Indexes to Indices.
724 2022-11-14  Martin Liska  <mliska@suse.cz>
726         Revert:
727         2022-11-13  Martin Liska  <mliska@suse.cz>
729         PR web/107643
730         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
731         is set.
732         * doc/indices-and-tables.rst: Use include_todo tag.
734 2022-11-14  Martin Liska  <mliska@suse.cz>
736         Revert:
737         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
739         * doc/contrib.rst: Update Jeff Law's email address.
741 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
743         * doc/contrib.rst: Update Jeff Law's email address.
745 2022-11-13  Martin Liska  <mliska@suse.cz>
747         PR web/107643
748         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
749         is set.
750         * doc/indices-and-tables.rst: Use include_todo tag.
752 2022-11-11  Martin Liska  <mliska@suse.cz>
754         * doc/indices-and-tables.rst: Rename Indexes to Indices.
756 2022-11-11  Martin Liska  <mliska@suse.cz>
758         * doc/Makefile: Update comment.
760 2022-11-11  Martin Liska  <mliska@suse.cz>
762         * doc/Makefile: Disable -j auto.
764 2022-11-10  Martin Liska  <mliska@suse.cz>
766         * doc/baseconf.py: Modernize by using pathlib.
768 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
770         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
771         instead of just ``.''.
772         * doc/gcc_sphinx.py: Moved to...
773         * doc/modules/gcc_sphinx.py: ...here.
775 2022-11-09  Martin Liska  <mliska@suse.cz>
777         * configure.ac: Use new install URL.
778         * configure: Regenerate.
780 2022-11-09  Martin Liska  <mliska@suse.cz>
782         * doc/bsd.rst:
783         Add trailing newline.
784         * doc/contrib.rst:
785         Add trailing newline.
786         * doc/contribute.rst:
787         Add trailing newline.
788         * doc/cppdiropts.rst:
789         Add trailing newline.
790         * doc/cppenv.rst:
791         Add trailing newline.
792         * doc/cppopts.rst:
793         Add trailing newline.
794         * doc/cppwarnopts.rst:
795         Add trailing newline.
796         * doc/funding.rst:
797         Add trailing newline.
798         * doc/gnu.rst:
799         Add trailing newline.
800         * doc/gnu_free_documentation_license.rst:
801         Add trailing newline.
802         * doc/gpl-3.0.rst:
803         Add trailing newline.
804         * doc/indices-and-tables.rst:
805         Add trailing newline.
806         * doc/lgpl-2.1.rst:
807         Add trailing newline.
808         * doc/md.rst:
809         Add trailing newline.
811 2022-11-09  Martin Liska  <mliska@suse.cz>
813         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
814         provide a default.
816 2022-11-09  Martin Liska  <mliska@suse.cz>
818         * configure: Regenerate.
819         * configure.ac: Support Sphinx based documentation.
821 2022-11-09  Martin Liska  <mliska@suse.cz>
823         * doc/baseconf.py: Port to GCC sources.
825 2022-11-09  Martin Liska  <mliska@suse.cz>
827         * doc/Makefile: New file.
828         * doc/_static/custom.css: New file.
829         * doc/baseconf.py: New file.
830         * doc/bsd.rst: New file.
831         * doc/contrib.rst: New file.
832         * doc/contribute.rst: New file.
833         * doc/cppdiropts.rst: New file.
834         * doc/cppenv.rst: New file.
835         * doc/cppopts.rst: New file.
836         * doc/cppwarnopts.rst: New file.
837         * doc/favicon.ico: New file.
838         * doc/funding.rst: New file.
839         * doc/gcc_sphinx.py: New file.
840         * doc/gnu.rst: New file.
841         * doc/gnu_free_documentation_license.rst: New file.
842         * doc/gpl-3.0.rst: New file.
843         * doc/indices-and-tables.rst: New file.
844         * doc/lgpl-2.1.rst: New file.
845         * doc/logo.pdf: New file.
846         * doc/logo.svg: New file.
847         * doc/md.rst: New file.
848         * doc/requirements.txt: New file.
850 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
852         * Makefile.def: Remove module 'liboffloadmic'.
853         * Makefile.in: Regenerate.
854         * configure.ac: Remove 'liboffloadmic' handling.
855         * configure: Regenerate.
857 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
859         * MAINTAINERS: Update email address.
861 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
863         * configure.ac: Don't configure readline if --with-system-readline is
864         used.
865         * configure: Re-generate.
867 2022-10-12  Cui,Lili  <lili.cui@intel.com>
869         * MAINTAINERS (Write After Approval): Add myself.
871 2022-10-11  Olivier Hainque  <hainque@adacore.com>
873         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
874         and friends for rtp !large. Assume the linker has the required
875         abilities and set lt_cv_deplibs_check_method.
877 2022-09-30  Olivier Hainque  <hainque@adacore.com>
879         * configure.ac (*vxworks*): If enable_shared is not
880         set, set to "no" and add --disable-shared to target and
881         host_configargs.
882         * configure: Regenerate.
884 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
886         * MAINTAINERS: Update my email address and DCO entry.
888 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
890         * MAINTAINERS (Write After Approval): Add myself.
892 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
894         * MAINTAINERS (Write After Approval): Add myself.
896 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
898         * MAINTAINERS: Update my email address.
900 2022-09-07  Tom de Vries  <tdevries@suse.de>
902         * configure.ac: Set extra_host_libiberty_configure_flags and
903         extra_host_zlib_configure_flags in separate case statements.
904         * configure: Regenerate.
906 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
908         * MAINTAINERS: Update c-sky port maintainers' emails.
910 2022-08-31  Martin Liska  <mliska@suse.cz>
912         * configure: Regenerate.
913         * configure.ac: Delete hpux9 and hpux10.
915 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
917         * Makefile.def: Drop libelf module and gcc-configure dependency
918         on it.
919         * Makefile.in: Regenerate with 'autogen Makefile.def'.
920         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
921         LIBELFINC.
922         * configure: Regenrate.
923         * configure.ac (host_libs): Drop unused libelf.
925 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
927         * Makefile.in: Regenerate.
929 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
931         * MAINTAINERS: Add myself as AutoFDO maintainer.
933 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
934             Arnaud Charlet  <charlet@adacore.com>
936         * configure: Regenerate.
938 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
940         PR bootstrap/106472
941         * Makefile.def (dependencies): Make configure-target-libgo depend
942         upon all-target-libbacktrace.
944 2022-07-27  David Faust  <david.faust@oracle.com>
946         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
948 2022-07-27  Richard Biener  <rguenther@suse.de>
950         * MAINTAINERS (Roger Sayle): Update e-mail address.
952 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
954         * MAINTAINERS (Write After Approval): Add myself.
956 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
958         * MAINTAINERS: Add myself as Ada front end co-maintainer.
960 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
962         * .gitignore: Do not ignore config.h.
964 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
966         * MAINTAINERS: Add myself to Write After Approval.
968 2022-07-04  Martin Liska  <mliska@suse.cz>
970         * MAINTAINERS: fix sorting of names
972 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
974         * MAINTAINERS: add myself.
976 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
978         * MAINTAINERS: Add myself to write after approval and DCO.
980 2022-07-02  Tim Lange  <mail@tim-lange.me>
982         * MAINTAINERS: Add myself.
984 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
986         * MAINTAINERS (Write After Approval): Add myself.
988 2022-06-30  Cui,Lili  <lili.cui@intel.com>
990         Revert:
991         2022-06-30  Cui,Lili  <lili.cui@intel.com>
993         * MAINTAINERS (Write After Approval): Add myself.
995 2022-06-30  Cui,Lili  <lili.cui@intel.com>
997         * MAINTAINERS (Write After Approval): Add myself.
999 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
1001         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
1002         (EXTRA_GCC_FLAGS): Likewise.
1003         * Makefile.in: Rebuilt.
1005 2022-06-28  konglin1  <lingling.kong@intel.com>
1007         * MAINTAINERS (Write After Approval): Add myself.
1009 2022-06-27  Tom de Vries  <tdevries@suse.de>
1011         * configure.ac: Build libiberty pic variant for gdbserver.
1012         * configure: Regenerate.
1014 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
1016         * configure: Regenerate.
1017         * configure.ac: Correct use of $host.
1019 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
1021         * MAINTAINERS: Remove tilegx and tilepro entries.
1022         * configure.ac: Remove tilegx and tilepro stanzas.
1023         * configure: Rebuilt.
1025 2022-05-28  Bruce Korb  <bkorb@gnu.org>
1027         * .gitignore: Ignore vim swap files
1029 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
1031         * MAINTAINERS: Add myself to write after approval.
1033 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
1035         * MAINTAINERS: Remove myself from DCO section.
1037 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
1039         * MAINTAINERS: Update my email address.
1041 2022-05-09  Clément Chigot  <chigot@adacore.com>
1043         * MAINTAINERS: Update my email address.
1045 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
1047         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
1048         section.
1050 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
1052         * MAINTAINERS: Update my email address.
1054 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
1056         * MAINTAINERS: Update my email address.
1058 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1060         * MAINTAINERS: (CPU Port Maintainers): Add myself and
1061         Lulu as LoongArch port maintainer.
1063 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1064             Lulu Cheng  <chenglulu@loongson.cn>
1066         * configure.ac: Add LoongArch tuples.
1067         * configure: Regenerate.
1069 2022-03-28  Tom Tromey  <tromey@adacore.com>
1071         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
1072         * configure: Rebuild.
1074 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
1076         * MAINTAINERS: Change my information.
1078 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
1080         * MAINTAINERS: Add myself to DCO section.
1082 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
1084         * configure.ac: Fix incorrect option in comment.
1085         * configure: Regenerate.
1087 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
1089         * Makefile.def (dependencies): Make configure-sim depend on
1090         all-readline.
1091         * Makefile.in: Regenerate.
1093 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
1095         * MAINTAINERS (Write After Approval): Update my e-mail address.
1097 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
1099         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1101 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
1103         * MAINTAINERS: Update my email and add myself to the DCO list.
1105 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
1107         Revert:
1108         2021-09-16  Andrew Pinski  <apinski@marvell.com>
1110         PR bootstrap/67102
1111         * Makefile.def: Have configure-target-libffi depend on
1112         all-target-libstdc++-v3.
1113         * Makefile.in: Regenerate.
1115 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
1117         PR other/104181
1118         * build.log: Remove.
1120 2022-01-20  Martin Liska  <mliska@suse.cz>
1122         * MAINTAINERS: Adjust email address based on IRC request.
1124 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
1126         * MAINTAINERS: Update my email address.
1128 2022-01-17  Martin Liska  <mliska@suse.cz>
1130         * MAINTAINERS: Rename .c names to .cc.
1132 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
1134         * Makefile.am: Remove.
1136 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
1138         * Makefile.am: New file.
1140 2022-01-11  Martin Liska  <mliska@suse.cz>
1142         * MAINTAINERS: Sort 2 names.
1144 2022-01-10  Martin Liska  <mliska@suse.cz>
1146         * MAINTAINERS: Fix obvious issues with sorting.
1148 2022-01-07  liuhongt  <hongtao.liu@intel.com>
1150         * build.log: New file.
1152 2022-01-05  Nathan Sidwell  <nathan@acm.org>
1154         * MAINTAINERS: Add DCO entry.  Sort that list.
1156 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
1158         * MAINTAINERS: Change of email address in both DCO and
1159         Write After Approval list.
1161 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1163         * configure: Regenerate.
1165 2021-12-21  Martin Liska  <mliska@suse.cz>
1167         * config.sub: Change mode back to 755.
1169 2021-12-17  Martin Liska  <mliska@suse.cz>
1171         * config.sub: Sync from master.
1173 2021-12-17  Martin Liska  <mliska@suse.cz>
1175         Revert:
1176         2021-12-16  Matthias Seidel  <mseidel@apache.org>
1178         * config.sub: Fix typo.
1180 2021-12-16  Matthias Seidel  <mseidel@apache.org>
1182         * config.sub: Fix typo.
1184 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
1186         Revert:
1187         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1189         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1190         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1191         * configure.ac: Include config/gcc-plugin.m4.
1192         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1193         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1194         RANLIB if possible.
1195         * Makefile.in: Regenerated.
1196         * configure: Likewise.
1198 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1200         * Makefile.tpl (BUILD_CFLAGS): New.
1201         (CFLAGS): Append $(BUILD_CFLAGS).
1202         (CXXFLAGS): Likewise.
1203         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1204         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1205         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1206         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1207         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1208         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1209         (PGO-TRAINING-TARGETS): Likewise.
1210         (PGO_BUILD_TRAINING): Likewise.
1211         (all): Add '+' to the command line for recursive make.  Support
1212         the PGO build.
1213         * configure.ac: Add --enable-pgo-build[=lto].
1214         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1215         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
1216         * Makefile.in: Regenerated.
1217         * configure: Likewise.
1219 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1221         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1222         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1223         * configure.ac: Include config/gcc-plugin.m4.
1224         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1225         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1226         RANLIB if possible.
1227         * Makefile.in: Regenerated.
1228         * configure: Likewise.
1230 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
1232         * MAINTAINERS: Add myself to write after approval.
1234 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
1236         * MAINTAINERS: Adding myself.
1238 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
1240         * configure: Regenerate.
1241         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1242         $(CPP).
1244 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1246         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1247         libatomic.
1248         * Makefile.in: Regenerate.
1249         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1250         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1251         target-libphobos-bootstrap.
1252         (STAGE2_CONFIGURE_FLAGS): Likewise.
1253         * configure: Regenerate.
1254         * configure.ac: Add support for bootstrapping D front-end.
1256 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
1258         * MAINTAINERS: Add myself to DCO section and update email address.
1260 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
1262         * configure: Regenerate.
1263         * configure.ac: Ensure that PIC (shared) defaults are set
1264         correctly for Darwin.
1266 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
1268         * MAINTAINERS: Update my address.
1270 2021-11-12  Alan Modra  <amodra@gmail.com>
1272         * Makefile.def (configure-opcodes): Depend on configure-bfd.
1273         * Makefile.in: Regenerate.
1275 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
1277         * MAINTAINERS: Clarify the policy WRT the Write After Approval
1278         list.
1280 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1282         * MAINTAINERS (Reviewers, arc): Remove my entry.
1283         (Write After Approval): Add an entry for myself.
1285 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
1287         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1288         * Makefile.in: Regenerate.
1289         * configure: Regenerate.
1290         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1292 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
1294         * MAINTAINERS: Fix up Maciej's entries.
1296 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
1298         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1299         maintainer.
1301 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
1303         PR other/102663
1304         * Makefile.def: Handle install-dvi target.
1305         * Makefile.tpl: Likewise.
1306         * Makefile.in: Regenerate.
1308 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
1310         * MAINTAINERS: Add myself for write after approval.
1312 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
1314         * Makefile.def: Mark libcody, libdecnumber,
1315         c++tools, libgcc, and libobjc as missing TAGS
1316         targets.
1317         * Makefile.in: Regenerate.
1319 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
1321         * MAINTAINERS: Add myself to DCO section and update email
1322         address.
1324 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
1326         * MAINTAINERS: Add myself to DCO section.
1328 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1330         * configure: Regenerate.
1331         * configure.ac (skipdirs): Add the contents of target_configdirs if
1332         we are not building gcc.
1334 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1336         * Makefile.def: Back-port commits ba4d88ad892f and
1337         755ba58ebef0 from binutils-gdb repository.
1338         * Makefile.in: Regenerated.
1340 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
1342         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1344 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
1346         * Makefile.def: Add a jit check target for the jit
1347         language.
1348         * Makefile.in: Regenerate.
1350 2021-09-16  Andrew Pinski  <apinski@marvell.com>
1352         PR bootstrap/67102
1353         * Makefile.def: Have configure-target-libffi depend on
1354         all-target-libstdc++-v3.
1355         * Makefile.in: Regenerate.
1357 2021-09-10  Petter Tomner  <tomner@kth.se>
1359         * MAINTAINERS: Me added to DCO and write after approval
1361 2021-09-01  YunQiang Su  <syq@debian.org>
1363         * MAINTAINERS: Add myself for write after approval.
1365 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1367         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1368         * Makefile.in: Regenerate.
1370 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
1372         * MAINTAINERS: Add myself for write after approval.
1374 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
1376         * Makefile.in: Regenerate.
1377         * Makefile.tpl: Make the state of the configured host
1378         shared flag available to makefile fragements.
1380 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
1382         * MAINTAINERS (Write After Approval): Add myself.
1384 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1386         * .dir-locals.el (bug-reference-url-format): Use https.
1388 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1390         * .dir-locals.el (c-mode): Change fill-column to 79.
1392 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1394         * MAINTAINERS: Add myself to DCO section.
1396 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1398         * configure: Regenerate.
1399         * configure.ac: Adjust cases for which it is necessary to
1400         include the Darwin host config fragment.
1402 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1404         * MAINTAINERS: Add myself for write after approval and DCO.
1406 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1408         * Makefile.def: Add dsymutil defs.
1409         * Makefile.in: Regenerated.
1410         * Makefile.tpl: Add dsymutil to flags.
1411         * configure: Regenerated.
1412         * configure.ac: Add dsymutil to target and build recipes.
1414 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1416         * MAINTAINERS: Add myself for write after approval.
1418 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1420         * MAINTAINERS (Write After Approval): Add myself.
1422 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1424         * MAINTAINERS: Add myself for write after approval and DCO
1426 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1428         * .gitignore: Add entry for cscope.out.
1430 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1432         * MAINTAINERS: Remove my Write After Approval entry.
1434 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1436         * MAINTAINERS: Add myself as maintainer of the i386 vector
1437         extensions.
1439 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1441         * MAINTAINERS (Write After Approval): Add myself.
1443 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1445         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1446         as *vrp and ranger maintainers.
1448 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1450         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1451         not trigger testsuite failures.
1453 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1455         * MAINTAINERS: Add myself to DCO section with both email addresses.
1457 2021-06-03  Jason Merrill  <jason@redhat.com>
1459         * MAINTAINERS: Add DCO version number.
1461 2021-06-02  Jason Merrill  <jason@redhat.com>
1463         * MAINTAINERS: Add DCO section.
1465 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1467         * MAINTAINERS (Write After Approval): Add myself.
1469 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1471         * configure.ac: Add gnulib to configdirs for sim.
1472         * configure: Regenerate.
1474 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1476         * Makefile.def: Add configure-sim dependency on all-gnulib.
1477         * Makefile.in: Regenerated.
1479 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1481         * MAINTAINERS (Write After Approval): Add myself.
1483 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1485         * MAINTAINERS (Write After Approval): Add myself.
1487 2021-05-11  Martin Liska  <mliska@suse.cz>
1489         * MAINTAINERS: Remove entries for removed
1490         components (HSA, BRIG, libhsail-rt).
1491         Move Pekka to Write After Approval.
1493 2021-05-11  Martin Liska  <mliska@suse.cz>
1495         * Makefile.def: Remove libhsail-rt.
1496         * Makefile.in: Likewise.
1497         * configure.ac: Likewise.
1498         * configure: Regenerate.
1499         * libhsail-rt/ChangeLog: Removed.
1500         * libhsail-rt/Makefile.am: Removed.
1501         * libhsail-rt/Makefile.in: Removed.
1502         * libhsail-rt/README: Removed.
1503         * libhsail-rt/aclocal.m4: Removed.
1504         * libhsail-rt/configure: Removed.
1505         * libhsail-rt/configure.ac: Removed.
1506         * libhsail-rt/configure.tgt: Removed.
1507         * libhsail-rt/include/internal/fibers.h: Removed.
1508         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1509         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1510         * libhsail-rt/include/internal/workitems.h: Removed.
1511         * libhsail-rt/rt/arithmetic.c: Removed.
1512         * libhsail-rt/rt/atomics.c: Removed.
1513         * libhsail-rt/rt/bitstring.c: Removed.
1514         * libhsail-rt/rt/fbarrier.c: Removed.
1515         * libhsail-rt/rt/fibers.c: Removed.
1516         * libhsail-rt/rt/fp16.c: Removed.
1517         * libhsail-rt/rt/misc.c: Removed.
1518         * libhsail-rt/rt/multimedia.c: Removed.
1519         * libhsail-rt/rt/queue.c: Removed.
1520         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1521         * libhsail-rt/rt/segment.c: Removed.
1522         * libhsail-rt/rt/workitems.c: Removed.
1523         * libhsail-rt/target-config.h.in: Removed.
1525 2021-05-04  Nick Clifton  <nickc@redhat.com>
1527         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1528         * configure: Regenerate.
1530 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1531             Tobias Burnus  <tobias@codesourcery.com>
1533         * configure.ac (--enable-offload-defaulted): New.
1534         * configure: Regenerate.
1536 2021-04-23  David Faust  <david.faust@oracle.com>
1538         * MAINTAINERS (Write After Approval): Add myself.
1540 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1542         * MAINTAINERS (Write After Approval): Add myself.
1544 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1546         * MAINTAINERS: Add myself as pru port maintainer.
1548 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1550         * MAINTAINERS: Add myself as static analyzer maintainer.
1552 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1554         * MAINTAINERS: Update primary entry.
1556 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1558         * MAINTAINERS (Write After Approval): Add myself.
1560 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1562         * Makefile.def: Remove all-sim dependency on configure-gdb.
1563         * Makefile.in: Regenerated.
1565 2021-03-11  Jeff Law  <law@redhat.com>
1567         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1569 2021-03-11  Martin Liska  <mliska@suse.cz>
1571         * Makefile.tpl: The change was done Makefile.in which
1572         is generated file.
1574 2021-03-08  Jeff Law  <law@redhat.com>
1576         * MAINTAINERS: Update my email address
1578 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1580         * config.guess: Import latest upstream.
1581         * config.sub: Import latest upstream.
1583 2021-01-25  Martin Liska  <mliska@suse.cz>
1585         PR gcov-profile/98739
1586         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1587         for profiledbootstrap.
1589 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1591         * MAINTAINERS (Write After Approval): Add myself.
1593 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1595         * MAINTAINERS (Write After Approval): Update my e-mail address.
1597 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1599         * MAINTAINERS: Fix spacing.
1601 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1603         * MAINTAINERS (Write After Approval): Add myself
1605 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1607         * Makefile.def: Sync with binutils-gdb:
1608         (dependencies): all-ld depends on all-libctf.
1609         (host_modules): libctf is no longer no_install.
1610         No longer no_check.  Checking depends on all-ld.
1611         * Makefile.in: Regenerated.
1613 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1615         * libtool.m4: Match gnu* along other GNU systems.
1616         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1617         * libgo/configure: Re-generate.
1619 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1621         * MAINTAINERS: Update my email address.
1623 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1625         * MAINTAINERS (Write After Approval): Add myself.
1627 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1629         * Makefile.def
1630         * Makefile.in
1631         * Makefile.tpl
1632         * configure
1633         * configure.ac
1635 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1637         * Makefile.def: Add libcody.
1638         * configure.ac: Add libcody.
1639         * Makefile.in: Regenerated.
1640         * configure: Regenerated.
1642 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1644         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1646 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1648         PR target/97865
1649         * libtool.m4: Update handling of Darwin platform link flags
1650         for Darwin20.
1652 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1654         * .gitignore: Sync with binutils-gdb
1656 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1658         * MAINTAINERS: Add myself as arc port maintainer.
1660 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1662         PR d/87788
1663         * configure.ac: Don't disable D for *-*-darwin*.
1664         * configure: Regenerate.
1666 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1668         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1669         hppa64-*-hpux11*.
1671 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1673         * configure: Regenerate.
1674         * configure.ac: Add --bootstrap-hwasan option.
1676 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1678         * config.guess: Import latest upstream.
1679         * config.sub: Import latest upstream.
1681 2020-11-16  Martin Liska  <mliska@suse.cz>
1683         * .gitignore: Add cache as clangd uses it now.
1685 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1687         * MAINTAINERS (Write After Approval): add myself
1689 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1691         * MAINTAINERS (Write After Approval): Add myself.
1693 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1695         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1696         Remove FIXME comments.
1698 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1700         * MAINTAINERS: Update my email address.
1702 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1704         * MAINTAINERS (Write After Approval): Add myself.
1706 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1708         PR target/97302
1709         * configure.ac: Only set with_gmp to /usr/local
1710         if not building in tree.
1711         * configure: Regenerate.
1713 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1715         * MAINTAINERS (Write After Approval): Add myself.
1717 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1719         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1721 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1723         PR bootstrap/96612
1724         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1725         if not the same as ${host}.
1726         * configure: Regenerate.
1728 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1730         * MAINTAINERS (Write After Approval): Add myself.
1732 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1734         * MAINTAINERS: Update my email address.
1736 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1738         * MAINTAINERS (Write After Approval): Add myself.
1740 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1742         * MAINTAINERS (Write After Approval): Add myself.
1744 2020-06-12  Martin Liska  <mliska@suse.cz>
1746         * .gitignore: Add .clang-tidy.
1748 2020-06-08  Jason Merrill  <jason@redhat.com>
1750         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1751         * configure: Regenerate.
1753 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1755         * MAINTAINERS: Add myself as xtensa port maintainer.
1757 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1759         * configure.ac: Don't require --enable-host-shared when building
1760         for Mingw.
1761         * configure: Regenerate.
1763 2020-05-18  Jason Merrill  <jason@redhat.com>
1765         * configure.ac: Update bootstrap dialect to -std=c++11.
1767 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1769         * MAINTAINERS (Write After Approval): Add myself.
1771 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1773         PR target/92713
1774         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1775         (noconfigdirs): Add 'target-libstdc++-v3'.
1776         * configure: Regenerate.
1778 2020-04-21  Stephen Casner  <casner@acm.org>
1780         PR 25830
1781         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1782         * configure: Rebuild.
1784 2020-04-17  Martin Liska  <mliska@suse.cz>
1785             Jonathan Yong <10walls@gmail.com>
1787         PR gcov-profile/94570
1788         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1789         for CYGWIN.
1791 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1793         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1795 2020-04-09  Tom Tromey  <tom@tromey.com>
1797         * configure: Rebuild.
1798         * Makefile.in: Rebuild.
1799         * Makefile.def (gdbsupport, gdbserver): New host modules.
1800         (configure-gdb): Depend on all-gdbsupport.
1801         (all-gdb): Depend on all-gdbsupport, all-libctf.
1802         * configure.ac (host_tools): Add gdbserver.
1803         Conditionally build gdbserver and gdbsupport.
1805 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1807         * configure.ac: Build libgomp by default for amdgcn.
1808         * configure: Regenerate.
1810 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1812         * MAINTAINERS (Write After Approval): Add myself.
1814 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1816         * MAINTAINERS (Write After Approval) : Add myself.
1818 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1820         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1822 2020-02-14  Martin Sebor  <msebor@redhat.com>
1824         * doc/extend.texi (attribute alias): Mention type requirement.
1825         (attribute weak): Same.
1826         (attribute weakref): Correct invalid example.
1828 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1830         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1832 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1833             Jakub Jelinek  <jakub@redhat.com>
1835         * .gitattributes: Add *.md diff=md.
1837 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1839         The mentioned auto-generated file is no more part of the
1841         GCC sources, it's auto-generated in $(builddir) during build.
1843         PR target/92055
1844         * contrib/gcc_update (files_and_dependencies): Remove
1845         entry for gcc/config/avr/t-multilib.
1847 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1849         * MAINTAINERS: Update my email address.
1851 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1853         * README.MOVED_TO_GIT: Remove.
1855 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1857         * README.MOVED_TO_GIT: New file.
1859 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1861         * MAINTAINERS (Write After Approval): Add myself.
1863 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1865         * MAINTAINERS (write_after_approval): Add myself.
1867 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1869         * MAINTAINERS (write_after_approval): Add myself.
1871 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1873         * MAINTAINERS (write_after_approval): Add myself.
1875 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1877         * configure.ac: Factor out common cases for compare_exclusions.
1878         * configure: Regenerate.
1880 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1882         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1883         flag.
1885 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1887         * MAINTAINERS (Write After Approval): Add myself.
1889 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1891         PR middle-end/92463
1892         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1893         * configure: Regenerate
1895 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1897         * configure.ac: Use https for gcc.gnu.org.
1898         * configure: Regenerated.
1900 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1902         * MAINTAINERS (aarch64 port): Remove my name, move to...
1903         (Write After Approval): ...Here.
1905 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1907         * MAINTAINERS: Change my email address as maintainer.
1909 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1911         PR fortran/91828
1912         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1913         * configure: Regenerated.
1915 2019-10-21  Jason Merrill  <jason@redhat.com>
1917         * .gitattributes: Also check ChangeLog whitespace.
1919 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1921         * contrib/dg-extract-results.sh: Add support for KPASS.
1922         * contrib/dg-extract-results.py: Likewise.
1924 2019-10-17  Jason Merrill  <jason@redhat.com>
1926         * .gitattributes: Avoid {} in filename pattern.
1928 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1930         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1931         Approval section.
1933 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1935         * MAINTAINERS: Add myself to Write After Approval
1937 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1939         * MAINTAINERS: Add myself as an aarch64 maintainer.
1941 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1943         * MAINTAINERS: Add myself as aarch64 maintainer.
1945 2019-09-23  Carl Love  <cel@us.ibm.com>
1947         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1948         New define_insn.
1949         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1950         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1952 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1954         * MAINTAINERS (Sam Tebbs): Update email address.
1956 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1958         * MAINTAINERS: Update my email address.
1960 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1962         * libtool.m4: Handle uclinuxfdpiceabi.
1964 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1966         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1967         Remove myself from Write After Approval section.
1969 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1971         * configure.ac: Support for bpf-*-* targets.
1972         * configure: Regenerate.
1974 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1976         * config.sub: Import upstream version 2019-06-30.
1977         * config.guess: Import upstream version 2019-07-24.
1979 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1981         * MAINTAINERS: Remove spu port maintainers.
1983 2019-08-28  Martin Liska  <mliska@suse.cz>
1985         * .gitignore: Add .clangd and compile_commands.json
1986         to .gitignore.
1988 2019-08-23  Michael Forney  <mforney@mforney.org>
1990         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1991         * Makefile.in: Regenerate.
1993 2019-08-19  Tom Tromey  <tom@tromey.com>
1995         * configure: Rebuild.
1996         * configure.ac: Add --with-static-standard-libraries.
1998 2019-08-16  Alexandre Oliva <oliva@gnu.org>
2000         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
2002 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
2004         * MAINTAINERS (Write After Approval): Add myself.
2006 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2008         * MAINTAINERS (Write After Approval): Remove myself, already listed in
2009         RISC-V port maitainer.
2011 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2013         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
2015 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2017         * MAINTAINERS (Write After Approval): Add myself.
2019 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
2021         * MAINTAINERS (Write After Approval): Add myself.
2023 2019-06-25  Martin Liska  <mliska@suse.cz>
2025         contrib/filter-clang-warnings.py: Transform from
2026         filter-rtags-warnings.py.
2028 2019-06-15  Tom Tromey  <tom@tromey.com>
2030         * configure.ac (host_libs): Add gnulib.
2031         * configure: Rebuild.
2032         * Makefile.def (host_modules, dependencies): Add gnulib.
2033         * Makefile.in: Rebuild.
2035 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2037         * MAINTAINERS (Write After Approval): Add myself.
2039 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2041         * configure: Regenerate.
2042         * configure.ac: Add PRU target.
2044 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
2046         * MAINTAINERS (Write After Approval): Add myself.
2048 2019-06-11  Nick Clifton  <nickc@redhat.com>
2050         Import these changes from the binutils/gdb repository:
2052         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2054         * Makefile.def (dependencies): configure-libctf depends on all-bfd
2055         and all its deps.
2056         * Makefile.in: Regenerated.
2058         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2060         * Makefile.def (host_modules): Add libctf.
2061         * Makefile.def (dependencies): Likewise.
2062         libctf depends on zlib, libiberty, and bfd.
2063         * Makefile.in: Regenerated.
2064         * configure.ac (host_libs): Add libctf.
2065         * configure: Regenerated.
2067 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
2069         * MAINTAINERS (Write After Approval): Add myself.
2071 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
2073         * MAINTAINERS: Update my email address.
2075 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
2077         * MAINTAINERS (Write After Approval): Add myself.
2079 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
2081         * MAINTAINERS (Write After Approval): Add myself.
2083 2019-05-07  Jim Wilson  <jimw@sifive.com>
2085         * MAINTAINERS: Remove myself as IA-64 maintainer.
2087 2019-05-04  Roland Illig  <roland.illig@gmx.de>
2089         * MAINTAINERS (Write After Approval): Add myself.
2091 2019-05-02  Richard Biener  <rguenther@suse.de>
2093         PR bootstrap/85574
2094         * Makefile.tpl (compare target): Also compare extra-compare
2095         files.
2096         * Makefile.in: Regenerate.
2098 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
2100         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2101         as modulo-scheduler maintainer.
2103 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
2105         * MAINTAINERS: Add myself as co-maintainer for Darwin.
2107 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
2109         * MAINTAINERS: Update my email address.
2111 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
2113         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2114         * configure: Regenerate.
2116 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2118         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2119         * configure: Regenerate.
2121 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
2123         * configure.ac: Add target-zlib to target_libraries.
2124         * configure: Regenerate.
2126 2019-04-09  Martin Liska  <mliska@suse.cz>
2128         * Makefile.in: Regenerate.
2129         * Makefile.tpl: Pass GENERATOR_CFLAGS
2130         in all stages.
2132 2019-03-28  Martin Liska  <mliska@suse.cz>
2134         PR bootstrap/89829
2135         * Makefile.in: Revert r254150.
2136         * Makefile.tpl: Likewise.
2138 2019-03-28  Ben Elliston  <bje@gnu.org>
2140         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2141         related, and libdecnumber.
2143 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
2145         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2146         (Write After Approval): Remove myself.
2148 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
2150         * MAINTAINERS (Write After Approval): Add myself.
2152 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
2154         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2155         (Write After Approval): Remove myself and Julian.
2157 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
2159         * MAINTAINERS (Write After Approval): Add myself.
2161 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
2163         * MAINTAINERS (Write After Approval): Add myself.
2165 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2167         * ChangeLog: Replace space with tab.
2168         * MAINTAINERS: Delete 1 tab to keep alignment.
2170 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
2172         * MAINTAINERS (Write After Approval): Add myself.
2174 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
2176         * MAINTAINERS (Write After Approval): Add myself.
2178 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
2179             Kwok Cheung Yeung  <kcy@codesourcery.com>
2180             Julian Brown  <julian@codesourcery.com>
2181             Tom de Vries  <tom@codesourcery.com>
2182             Jan Hubicka  <hubicka@ucw.cz>
2183             Martin Jambor  <mjambor@suse.cz>
2185         * configure.ac: Likewise.
2186         * configure: Regenerate.
2187         * contrib/config-list.mk: Add amdgcn-amdhsa.
2189 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
2191         * MAINTAINERS (Write After Approval): Add myself.
2193 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2195         * MAINTAINERS (Write After Approval): Add myself.
2197 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2199         PR target/88535
2200         * config.guess: Import upstream version 2019-01-03.
2201         * config.sub: Import upstream version 2019-01-01.
2203 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2205         * MAINTAINERS (Write After Approval): Update my maintainer address.
2207 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
2209         * MAINTAINERS (Write After Approval): Add myself.
2211 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
2213         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2215 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
2217         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2218         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2219         (GCC_TARGET_TOOL): Likewise.
2220         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2221         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2222         OTOOL, OTOOL_FOR_TARGET: New substitutions.
2223         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2224         * configure: Regenerate.
2225         * Makefile.in: Likewise.
2227 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
2229         * MAINTAINERS (Write After Approval): Add myself.
2231 2018-11-13  Martin Liska  <mliska@suse.cz>
2233         * gcc.target/i386/pr87930.c: Move to ...
2234         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
2236 2018-11-10  Stafford Horne  <shorne@gmail.com>
2238         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2239         (Write After Approval): Remove myself.
2241 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2243         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2244         Append $INCICONV to it.
2246 2018-11-04  Stafford Horne  <shorne@gmail.com>
2248         * MAINTAINERS (Write After Approval): Add myself.
2250 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
2252         PR bootstrap/82856
2253         * multilib.am: New file.  From automake.
2255         Merge from binutils-gdb:
2256         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2258         * libtool.m4: Use AC_LANG_SOURCE.
2259         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2260         * ar-lib: New file.
2261         * test-driver: New file.
2262         * configure: Re-generate.
2264 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
2266         * MAINTAINERS (Write After Approval): Add myself.
2268 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
2270         PR bootstrap/87788
2271         PR d/87799
2272         * configure: Rebuild.
2273         * configure.ac: Disable D on systems where it is known not to work.
2275 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
2277         * Makefile.def (target_modules): Add libphobos.
2278         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2279         GDCFLAGS_FOR_TARGET.
2280         (dependencies): Make libphobos depend on libatomic, libbacktrace
2281         configure, and zlib configure.
2282         (language): Add language d.
2283         * Makefile.in: Rebuild.
2284         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2285         (HOST_EXPORTS): Add GDC.
2286         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2287         (BASE_TARGET_EXPORTS): Add GDC.
2288         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2289         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2290         (EXTRA_HOST_FLAGS): Add GDC.
2291         (STAGE1_FLAGS_TO_PASS): Add GDC.
2292         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2293         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2294         environment variables.
2295         * configure: Rebuild.
2296         * configure.ac: Add target-libphobos to target_libraries.  Set and
2297         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2299 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
2301         * MAINTAINERS (Write After Approval): Add myself.
2303 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2305         * MAINTAINERS (Write After Approval): Remove myself.
2307 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2309         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2311 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
2313         * MAINTAINERS: Update my email address.
2315 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
2317         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2318         maintainer.
2320 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
2322         * MAINTAINERS (Write After Approval): Add self.
2324 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2326         * MAINTAINERS (write after approval): Add myself.
2328 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
2330         * MAINTAINERS: Update my email address.
2332 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
2334         * MAINTAINERS (write after approval): Add myself.
2336 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
2338         * MAINTAINERS: Add self to global reviewers list.
2340 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
2342         MAINTAINERS: Add c-sky port maintainers.
2344 2018-08-10  Martin Liska  <mliska@suse.cz>
2346         * MAINTAINERS: Revert change in previous commit and
2347         join lines.
2349 2018-08-10  Martin Liska  <mliska@suse.cz>
2351         * MAINTAINERS: Remove extra line.
2353 2018-08-06  Naveen H.S  <naveenh@marvell.com>
2355         * MAINTAINERS: Update my email address.
2357 2018-07-19  DJ Delorie  <dj@redhat.com>
2359         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2360         as maintainer.
2362 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
2364         * MAINTAINERS: Adjust email address for me and my colleague Robin
2365         Dapp.
2367 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2368             Sunil K Pandey  <sunil.k.pandey@intel.com>
2370         PR target/84413
2371         * config/i386/i386.c (m_CORE_AVX512): New.
2372         (m_CORE_AVX2): Likewise.
2373         (m_CORE_ALL): Add m_CORE_AVX2.
2374         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2375         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2376         and remove the rest of m_SKYLAKE_AVX512.
2378 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2380         * config.sub: Sync with upstream version 2018-07-03.
2382 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2384         * config.guess: Sync with upstream version 2018-06-26.
2385         * config.sub: Sync with upstream version 2018-07-02.
2387 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2389         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2390         * ltmain.sh: Likewise.
2392 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2394         * contrib/config-list.mk: Remove powerpc-linux_paired.
2396 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2398         * configure.ac: Introduce support for @unless/@endunless.
2399         * Makefile.tpl (dep-kind): Rewrite with cond; return
2400         postbootstrap in some cases.
2401         (make-postboot-dep, postboot-targets): New.
2402         (dependencies): Do not output postbootstrap dependencies at
2403         first.  Output non-target ones changed for configure to depend
2404         on stage_last @if gcc-bootstrap, and the original deps @unless
2405         gcc-bootstrap.
2406         * configure.in, Makefile.in: Rebuilt.
2408 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2410         * MAINTAINERS (write after approval): Add myself.
2412 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2414         * MAINTAINERS (write after approval): Add myself.
2416 2018-06-19  Nick Clifton  <nickc@redhat.com>
2418         * zlib/configure.ac: Restore old behaviour of only enabling
2419         multilibs when a target subdirectory is defined.  This allows
2420         building with srcdir == builddir.
2421         * zlib/configure: Regenerate.
2423 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2425         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2426         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2427         * Makefile.in: Regenerate.
2429 2018-06-16  Ben Elliston  <bje@gnu.org>
2431         * config.guess: Import latest version.
2432         * config.sub: Likewise.
2434 2018-06-08  Martin Liska  <mliska@suse.cz>
2436         * MAINTAINERS: Remove MPX-related entries.
2437         * Makefile.def: Remove libmpx support.
2438         * Makefile.in: Regenerate.
2439         * configure.ac: Remove removed files.
2440         * configure: Regenerate.
2441         * libmpx/ChangeLog: Remove.
2442         * libmpx/Makefile.am: Remove.
2443         * libmpx/Makefile.in: Remove.
2444         * libmpx/acinclude.m4: Remove.
2445         * libmpx/aclocal.m4: Remove.
2446         * libmpx/config.h.in: Remove.
2447         * libmpx/configure: Remove.
2448         * libmpx/configure.ac: Remove.
2449         * libmpx/configure.tgt: Remove.
2450         * libmpx/libmpx.spec.in: Remove.
2451         * libmpx/mpxrt/Makefile.am: Remove.
2452         * libmpx/mpxrt/Makefile.in: Remove.
2453         * libmpx/mpxrt/libmpx.map: Remove.
2454         * libmpx/mpxrt/libtool-version: Remove.
2455         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2456         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2457         * libmpx/mpxrt/mpxrt.c: Remove.
2458         * libmpx/mpxrt/mpxrt.h: Remove.
2459         * libmpx/mpxwrap/Makefile.am: Remove.
2460         * libmpx/mpxwrap/Makefile.in: Remove.
2461         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2462         * libmpx/mpxwrap/libtool-version: Remove.
2463         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2465 2018-06-04  Martin Liska  <mliska@suse.cz>
2467         * MAINTAINERS: Add myself as gcov maintainer.
2469 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2471         * MAINTAINERS: Update my email address.
2473 2018-06-04  Tom de Vries  <tdevries@suse.de>
2475         * MAINTAINERS: Remove write-after-approval entries for component
2476         maintainers.
2478 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2480         * MAINTAINERS (write after approval): Add myself.
2482 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2484         * MAINTAINERS: Update my email address.
2486 2018-06-01  Tom de Vries  <tdevries@suse.de>
2488         * MAINTAINERS: Update my email address.
2490 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2492         * MAINTAINERS (loop-optimizer): Add myself.
2494 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2496         * configure.ac: Added "nfp" target.
2497         * configure: Regenerate.
2499 2018-04-30  Richard Biener  <rguenther@suse.de>
2501         PR bootstrap/85571
2502         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2503         (STAGE3_TFLAGS): Likewise.
2504         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2505         (STAGEtrain_TFLAGS): Likewise.
2506         * Makefile.in: Regenerate.
2508 2018-04-26  Richard Biener  <rguenther@suse.de>
2510         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2511         (STAGE2_CFLAGS): Likewise.
2512         (STAGE2_TFLAGS): Likewise.
2513         (STAGE3_CFLAGS): Add -fchecking.
2514         (STAGE3_TFLAGS): Likewise.
2515         (STAGEtrain_CFLAGS): Filter out -fchecking.
2516         (STAGEtrain_TFLAGS): Likewise.
2517         * Makefile.in: Re-generate.
2519 2018-04-25  Catherine Moore <clm@codesourcery.com>
2521         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2523 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2525         * MAINTAINERS (write after approval): Add myself.
2527 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2529         * MAINTAINERS: Update my email address.
2531 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2533         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2535 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2537         * MAINTAINERS: Update my email address and disambiguate myself
2538         a bit from Will Schmidt.
2540 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2542         * MAINTAINERS: Move maintainers of now-removed picochip and score
2543         ports to write after approval.
2545 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2547         * MAINTAINERS: Add entry for SVE maintainership.
2549 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2551         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2552         * configure: Regenerate.
2554 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2556         * MAINTAINERS (write after approval): Add myself.
2558 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2560         * MAINTAINERS (write after approval): Add myself.
2562 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2564         * MAINTAINERS (write after approval): Add myself.
2566 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2568         Update copyright years.
2570 2018-01-03  Ben Elliston  <bje@gnu.org>
2572         * config.guess: Import latest version.
2573         * config.sub: Likewise.
2575 2017-12-12  Stafford Horne  <shorne@gmail.com>
2577         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2578         * configure: Regenerate.
2580 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2582         * MAINTAINERS (Write After Approval): Add myself.
2584 2017-11-28  Julia Koval  <julia.koval@intel.com>
2585             Sebastian Peryt  <sebastian.peryt@intel.com>
2587         * Makefile.def (target_modules): Remove libcilkrts.
2588         * Makefile.in: Ditto.
2589         * configure: Ditto.
2590         * configure.ac: Ditto.
2592 2017-11-28  Julia Koval  <julia.koval@intel.com>
2594         * MAINTAINERS (Write After Approval): Add myself.
2596 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2598         * MAINTAINERS (Write After Approval): Add myself.
2600 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2602         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2603         Use my SiFive email address.
2605 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2607         * MAINTAINERS (write after approval): Add myself.
2609 2017-10-27  Martin Liska  <mliska@suse.cz>
2611         * Makefile.tpl: Use proper name of folder as it was renamed
2612         during transition to 4 stages.
2613         * Makefile.in: Regenerate.
2615 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2617         * MAINTAINERS (write after approval): Add myself.
2619 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2621         * MAINTAINERS: Add a note that maintainership also includes web
2622         pages, docs, and testsuite related to that area.
2624 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2626         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2628 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2630         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2632 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2634         * MAINTAINERS: Remove myself as a vxworks maintainer.
2636 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2638         * MAINTAINERS: Remove email address of Jim Norris.
2640 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2642         * MAINTAINERS (Reviewers): Move myself from here...
2643         (CPU Port Maintainers): ... to here.
2645 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2647         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2649 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2651         * MAINTAINERS (write after approval): Add myself.
2653 2017-07-28  Tony Reix  <tony.reix@atos.net>
2655         * configure.ac (target-libffi): Don't disable for AIX.
2656         (go): Don't add to unsupported_languages on AIX.
2657         (target-libgo): Don't disable for AIX.
2658         * configure: Regenerate.
2660 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2662         * MAINTAINERS: Add myself.
2664 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2666         * MAINTAINERS: Update my email address.
2668 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2670         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2671         arm-specific auto-generated header files.
2673 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2675         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2676         * configure: Rebuilt.
2678 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2680         * MAINTAINERS: Readd myself for c6x.
2682 2017-06-28  Martin Liska  <mliska@suse.cz>
2684         PR bootstrap/81217
2685         * Makefile.def: Remove superfluous bootstrap_target from
2686         bootstrap_stage.
2687         * Makefile.in: Re-generate the file.
2689 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2691         * MAINTAINERS: Add myself to Write After Approval
2693 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2695         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2697 2017-06-19  Martin Liska  <mliska@suse.cz>
2699         * Makefile.def: Define 4 stages PGO bootstrap.
2700         * Makefile.tpl: Define FLAGS.
2701         * Makefile.in: Regenerate.
2703 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2705         * Makefile.def: Add check-gotools to go check targets.
2706         * Makefile.in: Rebuild.
2708 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2710         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2712 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2714         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2715         * configure: Regenerate.
2717 2017-05-31  Martin Liska  <mliska@suse.cz>
2719         * configure.ac: Add handling of stage2_werror_flags to
2720         action-if-given and to action-if-not-given.
2721         * configure: Regenerate.
2723 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2725         * MAINTAINERS: Add self to Write After Approval
2727 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2729         * MAINTAINERS: Update my email address, and remove myself as
2730         maintainer in some areas.
2732 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2734         * MAINTAINERS: Add self to Write After Approval
2736 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2738         * configure.ac: Add --enable-languages=default to mean default and
2739         make --enable-languages=all mean all supported languages.
2740         * configure: Regenerated.
2742 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2744         * config.gcc (powerpc*-*-*spe*): New.
2745         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2746         (powerpc-*-rtems*spe*): New.
2747         (powerpc*-*-linux*spe*): New.
2748         (powerpc-wrs-vxworksspe): New.
2749         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2750         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2751         * config.host (powerpc*-*-*spe*): New.
2753 2017-05-19  Martin Liska  <mliska@suse.cz>
2755         * configure.ac: Add --enable-werror-always just for
2756         bootstrap-debug (or none build config) and do not add it
2757         when we are on a release branch.
2758         * configure: Regenerated.
2760 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2762         * MAINTAINERS: Add self to Write After Approval
2764 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2766         * MAINTAINERS: Move myself to Write After Approval section.
2768 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2770         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2771         ACCH registers.
2772         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2773         available.
2774         (umulsidi3): Likewise.
2775         (mulsidi3_700): Disable this pattern when we have advanced mpy
2776         instructions.
2777         (umulsidi3_700): Likewise.
2778         (maddsidi4): New pattern.
2779         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2780         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2781         (mpydu_imm_arcv2hs): Likewise.
2782         * config/arc/predicates.md (accl_operand): New predicate.
2784 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2785             Andrew Burgess <andrew.burgess@embecosm.com>
2787         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2788         case.
2789         (ARC_AUTOFP_IRQ_P): Likewise.
2790         (ARC_AUTO_IRQ_P): Likewise.
2791         (rgf_banked_register_count): New variable.
2792         (parse_mrgf_banked_regs_option): New function.
2793         (arc_override_options): Handle rgf_banked_regs option.
2794         (arc_handle_interrupt_attribute): Add firq option.
2795         (arc_compute_function_type): Return fast irq type when required.
2796         (arc_must_save_register): Handle fast interrupts.
2797         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2798         (arc_return_address_regs): Update.
2799         * config/arc/arc.h (arc_return_address_regs): Update.
2800         (arc_function_type): Add fast interrupt type.
2801         (ARC_INTERRUPT_P): Update.
2802         (RC_FAST_INTERRUPT_P): Define.
2803         * config/arc/arc.md (simple_return): Update for fast interrupts.
2804         (p_return_i): Likewise.
2805         * config/arc/arc.opt (mrgf-banked-regs): New option.
2806         * doc/invoke.texi (mrgf-banked-regs): Document.
2808 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2810         * config/arc/arc.c (irq_ctrl_saved): New variable.
2811         (ARC_AUTOBLINK_IRQ_P): Define.
2812         (ARC_AUTOFP_IRQ_P): Likewise.
2813         (ARC_AUTO_IRQ_P): Likewise.
2814         (irq_range): New function.
2815         (arc_must_save_register): Likewise.
2816         (arc_must_save_return_addr): Likewise.
2817         (arc_dwarf_emit_irq_save_regs): Likewise.
2818         (arc_override_options): Handle deferred options.
2819         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2820         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2821         arc_must_save_return_addr.
2822         (arc_compute_frame_size): Handle automated save and restore of
2823         registers.
2824         (arc_expand_prologue): Likewise.
2825         (arc_expand_epilogue): Likewise.
2826         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2827         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2828         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2830 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2831         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2833         PR bootstrap/77661
2834         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2835         in-tree build MPC.
2836         * Makefile.in: Regenerate.
2838 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2840         * configure.ac: Enable LTO by default on darwin >= 9.
2841         * configure: Regenerate.
2843 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2845         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2846         and Andrew Waterman as the RISC-V maintainers.
2848 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2850         * MAINTAINERS: Add self to Write After Approval
2852 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2854         * config.guess: Import latest from upstream.
2856 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2858         * MAINTAINERS (Write After Approval): Remove entries that are
2859         already covered under Reviewers.
2861 2017-03-08  Mark Wielaard  <mark@klomp.org>
2863         PR demangler/70909
2864         PR demangler/67264
2865         * include/demangle.h: Add d_printing to struct demangle_component
2866         and pass struct demangle_component as non const.
2868 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2870         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2872 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2874         * Makefile.tpl: Remove HOST_ISLVER.
2875         (HOST_EXPORTS): Remove ISLVER.
2876         * Makefile.in: Regenerate.
2878 2017-02-13  Richard Biener  <rguenther@suse.de>
2880         * configure: Re-generate.
2882 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2884         * MAINTAINERS: Adjust bug reporting URL.
2886 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2888         * MAINTAINERS (Write After Approval): Remove redundant entry
2889         for Andrew Burgess.
2891 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2893         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2894         32-bit hppa*-*-hpux*.
2895         * configure: Regenerate.
2897 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2899         * configure.ac: Moved the white list of enabling BRIG FE to
2900         libhsail-rt/configure.tgt.
2901         * configure: Regenerated.
2902         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2904 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2905             Martin Jambor  <mjambor@suse.cz>
2907         * Makefile.def (target_modules): Added libhsail-rt.
2908         (languages): Added language brig.
2909         * Makefile.in: Regenerated.
2910         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2911         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2912         * configure: Regenerated.
2914 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2916         PR other/79046
2917         * configure: Regenerated.
2919 2017-01-04  Alan Modra  <amodra@gmail.com>
2921         * configure: Regenerate.
2923 2016-12-29  Ben Elliston  <bje@gnu.org>
2925         * config.sub: Import latest version.
2927 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2929         * MAINTAINERS (Write After Approval): Add myself.
2931 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2933         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2934         includes bootstrap-mpx.
2935         * configure: Regenerated.
2937 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2939         * MAINTAINERS (Write After Approval): Add myself.
2941 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2943         * configure: Regenerate.
2945 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2947         * configure.ac: Don't use pkg-config to check for bdw-gc.
2948         * configure: Regenerate.
2950 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2952         * Makefile.def: Remove reference to boehm-gc target module.
2953         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2954         options and for the bdw-gc pkg-config module.
2955         * configure: Regenerate.
2956         * Makefile.in: Regenerate.
2958 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2960         * MAINTAINERS (nvptx): Remove self.
2962 2016-11-25  Ben Elliston  <bje@gnu.org>
2964         * config.guess: Import latest version.
2965         * config.sub: Likewise.
2967 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2969         * MAINTAINERS (Write After Approval): Add myself.
2971 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2973         * Makefile.def: Remove references to GCJ.
2974         * Makefile.tpl: Likewise.
2975         * Makefile.in: Regenerate.
2977 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2979         * config-ml.in: Remove references to GCJ.
2980         * configure.ac: Likewise.
2981         * configure: Regenerate.
2983 2016-11-01  Josh Conner  <joshconner@google.com>
2985         * MAINTAINERS (Write After Approval): Update email address,
2987 2016-10-27  Carl Love  <cel@us.ibm.com>
2989         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2990         Approval list to make it alphabetical.
2992 2016-10-27  Carl Love  <cel@us.ibm.com>
2994         * MAINTAINERS (Write After Approval): Add myself.
2996 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2998         * MAINTAINERS (Reviewers): Add myself.
2999         (Write After Approval): Add myself.
3001 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
3002             Ulrich Weigand  <uweigand@de.ibm.com>
3004         * MAINTAINERS: Update email address.
3006 2016-10-10  Nathan Sidwell  <nathan@acm.org>
3008         * MAINTAINERS: Update email address.
3010 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
3012         * configure.ac: Add aarch64-*-freebsd*.
3013         * configure: Regenerate.
3015 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
3017         * MAINTAINERS: Update email address after it got reverted.
3019 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3021         * configure.ac (target_libraries): Readd target-boehm-gc.
3022         Restore --enable-objc-gc handling.
3023         * configure: Regenerate.
3025 2015-10-03  Jeff Law  <law@redhat.com>
3027         * MAINTAINERS: Move several inactive maintainers to the
3028         write-after-approval section.
3030 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
3032         * configure.ac: Add target-libffi to target_libraries.
3033         Readd libgcj target disablings, modified to only target-libffi.
3034         Readd target addition of go to unsupported languages.
3035         * configure: Regenerated.
3037 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
3039         * MAINTAINERS: Update email address.
3041 2016-09-30  Andrew Haley  <aph@redhat.com>
3043         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
3044         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
3045         libgcj.
3047 2016-09-30  Andrew Haley  <aph@redhat.com>
3049         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
3050         write-after approval after GCJ deletion.
3052 2016-09-30  Andrew Haley  <aph@redhat.com>
3054         * Makefile.def: Remove libjava.
3055         * Makefile.tpl: Likewise.
3056         * Makefile.in: Regenerate.
3057         * configure.ac: Likewise.
3058         * configure: Likewise.
3059         * gcc/java: Remove.
3060         * libjava: Likewise.
3062 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
3064         * MAINTAINERS (Reviewers): Add myself.
3066 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3068         * configure.ac: Disable "sim" directory for arc*-*-*.
3069         * configure: Regenerated.
3071 2016-09-23  Tamar Christina <tamar.christina@arm.com>
3073         * MAINTAINERS (Write After Approval): Add myself.
3075 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
3077         * configure.ac: Check for the minimum in-tree MPFR version
3078         handled.
3079         * configure: Regenerate.
3081 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
3083         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3084         * configure: Regenerated.
3086 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
3088         * MAINTAINERS (Write After Approval): Add myself.
3090 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3092         * Makefile.def: Add autoprofiledbootstrap.
3093         * Makefile.tpl: Dito.
3094         * Makefile.in: Regenerate.
3096 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3098     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3099     * configure: Regenerate.
3101 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3103         * configure: Regenerate.
3104         * configure.ac: Remove support for avr-rtems.
3106 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3108         * MAINTAINERS (Write After Approval): Add myself.
3110 2016-06-16  Michael Collison  <michael.collison@arm.com>
3112         * MAINTAINERS (Write After Approval): Add myself.
3114 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
3116         * MAINTAINERS (Write After Approval): Update e-mail address.
3118 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
3120         * MAINTAINERS (Write After Approval): Add myself.
3122 2016-05-28  Alan Modra  <amodra@gmail.com>
3124         * Makefile.tpl (configure): Depend on m4 files included.
3125         * Makefile.in: Regenerate.
3127 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3129         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3130         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3132 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3134         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3135         special case builtin.
3136         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3137         support for ALTIVEC_BUILTIN_VEC_ADDEC.
3138         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3139         for __builtin_vec_addec.
3141 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3143         * config.guess: Import version 2016-04-02 (newest).
3144         * config.sub: Import version 2016-05-10 (newest).
3146 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
3148         * configure.ac: Add ARC support to libgloss.
3149         * configure: Regenerate
3151 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3153         * MAINTAINERS (Write After Approval): Add myself.
3155 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3157         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3158         * configure: Regenerated.
3159         * Makefile.def (gmp): Explicitly disable assembler.
3160         (mpfr): Adjust lib_path.
3161         (mpc): Likewise.
3162         * Makefile.in: Regenerated.
3164 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
3166         PR bootstrap/70704
3167         * configure.ac (--enable-stage1-checking): Add missing
3168         --enable-checking=.
3169         * configure: Regenerated.
3171 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3173         * config.guess: Revert r235676.
3174         * config.sub: Revert r235676.
3176 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3178         * config.guess: Remove SH5 support.
3179         * config.sub: Likewise.
3180         * configure: Likewise.
3181         * configure.ac: Likewise.
3183 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
3185         PR bootstrap/70704
3186         * configure.ac (--enable-stage1-checking): For --disable-checking or
3187         implicit --enable-checking, make sure extra flag matches in between
3188         stage1 and later checking.
3189         * configure: Regenerated.
3191 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3193         * .gitattributes: New file.
3195 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
3197         * MAINTAINERS (rs6000/powerpc port): Add myself.
3199 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
3201         PR bootstrap/70173
3202         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3203         and gotools directories.  Delete the stage_final file.
3204         * Makefile.in: Regenerate.
3206 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
3208         * MAINTAINERS (Write After Approval): Add myself.
3210 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
3212         * MAINTAINERS (Fortran maintainer): Remove myself.
3214 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
3216         * MAINTAINERS (Write After Approval): Add myself.
3218 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
3220         * MAINTAINERS (Write After Approval): Add myself.
3222 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3224         Sync with binutils-gdb:
3226         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3228         * configure.ac: Add mips and s390 to the gold target check.
3229         * configure: Regenerate.
3231 2016-03-01  DJ Delorie  <dj@redhat.com>
3233         * MAINTAINERS (mep): Remove myself as MeP maintainer.
3235 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
3237         * MAINTAINERS (libcpp): Add myself.
3238         (diagnostic messages): Likewise.
3240 2016-02-20  Tom de Vries  <tom@codesourcery.com>
3242         * MAINTAINERS: Fix whitespace.
3244 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
3246         * MAINTAINERS (Write After Approval): Add myself.
3248 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
3250         * config/isl.m4: Add comments about isl-0.16.
3251         * configure: Regenerate.
3253 2016-01-29  Martin Jambor  <mjambor@suse.cz>
3255         * MAINTAINERS (hsa maintainers): Add myself.
3257 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
3259         * MAINTAINERS: (Write After Approval): Add myself.
3261 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
3262             Sebastian Pop  <s.pop@samsung.com>
3264         * Makefile.in: Regenerate.
3265         * Makefile.tpl: Export ISLVER.
3266         * configure: Regenerate.
3267         * config/isl.m4: Detect isl-0.15.
3269 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
3271         PR bootstrap/69329
3272         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3273         * Makefile.in: Regenerate.
3275 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
3277         * configure.ac: Enable LTO for DJGPP
3278         * configure: Regenerate
3280 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3282         Sync with binutils-gdb:
3283         2015-10-21  Nick Clifton  <nickc@redhat.com>
3285         PR gas/19109
3286         * configure.ac: Note the 'none' is an acceptable argument to
3287         --enable-compressed-debug-sections.
3288         * configure: Regenerate.
3290 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3292         PR bootstrap/69134
3293         * Makefile.def (mpfr): Disable assembler.
3294         * Makefile.in: Regenerate.
3296 2016-01-01  Ben Elliston  <bje@gnu.org>
3298         * config.guess: Import version 2016-01-01.
3299         * config.sub: Likewise.
3301 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
3303         * MAINTAINERS (Write After Approval): Add myself.
3305 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
3307         * Makefile.in: Replace ISL with isl.
3308         * Makefile.tpl: Same.
3309         * config/isl.m4: Same.
3310         * configure.ac: Same.
3311         * contrib/download_prerequisites: Same.
3312         * configure: Regenerate.
3314 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
3316         * MAINTAINERS (Write After Approval): Add Myself.
3318 2015-12-17  Nathan Sidwell  <nathan@acm.org>
3320         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3321         * configure: Regenerate.
3323 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
3324             Sebastian Pop  <s.pop@samsung.com>
3326         * config/isl.m4 (ISL_CHECK_VERSION): Check for
3327         isl_ctx_get_max_operations.
3328         * configure: Regenerate.
3330 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
3332         * MAINTAINERS (Write After Approval): Add myself.
3334 2015-12-02  Ian Lance Taylor  <iant@google.com>
3336         PR go/66147
3337         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3338         * Makefile.in: Regenerate.
3340 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
3342         PR libffi/65726
3343         * Makefile.def (lang_env_dependencies): Make libffi depend
3344         on cxx.
3345         * Makefile.in: Regenerate.
3347 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
3349         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3350         symbols.
3352 2015-11-20  Tristan Gingold  <gingold@adacore.com>
3354         Sync with binutils-gdb:
3355         2015-11-20  Tristan Gingold  <gingold@adacore.com>
3357         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3358         * configure: Regenerate.
3360 2015-11-19  Martin Liska  <mliska@suse.cz>
3362         * .gitignore: Add .clang-format to ignored files.
3363         * Makefile.in: Add clang-format.
3364         * Makefile.tpl: Likewise.
3366 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3368         * configure.ac: Enable libmpx by default.
3369         * configure: Regenerated.
3371 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
3373         * MAINTAINERS: Update email address.
3375 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3377         * MAINTAINERS: Update email address.
3379 2015-10-23  Alan Hayward <alan.hayward@arm.com>
3381         * MAINTAINERS  (Write After Approval): Add myself.
3383 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3385         Sync with binutils-gdb:
3386         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3388         PR gas/19109
3389         * configure.ac: Add
3390         --enable-compressed-debug-sections={all,gas,gold,ld}.
3391         * configure: Regenerated.
3393 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3395         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3397 2015-10-09  Martin Liska  <mliska@suse.cz>
3399         * MAINTAINERS (Write After Approval): Add myself.
3401 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3403         * MAINTAINERS (Write After Approval): Add myself.
3405 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3407         * MAINTAINERS: Update email address.
3409 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3411         * MAINTAINERS  (Write After Approval): Add myself.
3413 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3415         * MAINTAINERS: Update email.
3417 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3419         * MAINTAINERS: Update my email address.
3421 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3423         * MAINTAINERS (ft32 port): Add myself.
3425 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3427         * MAINTAINERS: Add myself.
3429 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3431         * MAINTAINERS (Write After Approval): Add myself.
3433 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3435         PR libfortran/54572
3436         * Makefile.def: Make libgfortran depend on libbacktrace.
3437         * Makefile.in: Regenerate.
3439 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3441         * MAINTAINERS (Write After Approval): Add myself.
3443 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3445         PR other/67092
3446         * configure.ac: Remove --with_host_libstdcxx support.
3447         * configure: Regenerate.
3449 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3450             Jakub Jelinek  <jakub@redhat.com>
3452         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3453         nvptx*-*-*.
3454         * configure: Regenerate.
3456 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3458         * Makefile.def (libiconv): Define bootstrap=true.
3459         Mark pdf/html/info as missing.
3460         (configure-gcc): Depend on all-libiconv.
3461         (all-gcc): Ditto.
3462         (configure-libcpp): Ditto.
3463         (all-libcpp): Ditto.
3464         (configure-intl): Ditto.
3465         (all-intl): Ditto.
3466         * Makefile.in: Regenerate.
3468 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3470         * MAINTAINERS (loop ivopts): Add the entry and myself.
3472 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3474         * MAINTAINERS (nvptx): Add self.
3476 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3478         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3479         128-bit vector modes.
3481 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3483         * MAINTAINERS (Write After Approval): Add myself.
3485 2015-07-28  Ben Elliston  <bje@gnu.org>
3487         * config.sub, config.guess: Import from upstream.
3489 2015-07-24  Michael Darling  <darlingm@gmail.com>
3491         PR other/66259
3492         * config-ml.in: Reflects renaming of configure.in to configure.ac
3493         * configure: Likewise
3494         * configure.ac: Likewise
3496 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3498         * MAINTAINERS: Update my email address.
3500 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3502         Sync with binutils-gdb:
3503         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3505         * configure.ac (target_configdirs): Exclude target-zlib if
3506         target-libjava isn't built.
3507         * configure: Regenerated.
3509 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3511         Sync with binutils-gdb:
3512         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3514         * configure.ac: Disable configuration of GDB for HPUX targets.
3515         * configure: Regenerate.
3517         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3519         * configure.ac: Add --with-system-zlib.
3520         * configure: Regenerated.
3522         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3524         * configure.ac: Add FT32 support.
3525         * configure: Regenerate.
3527         2015-01-12  Anthony Green  <green@moxielogic.com>
3529         * configure.ac: Don't disable gprof for moxie.
3530         * configure: Rebuild.
3532 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3534         Sync with binutils-gdb:
3535         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3537         PR ld/18355
3538         * Makefile.def: Add extra_configure_flags to host zlib.
3539         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3540         to --enable-host-shared When bfd is to be built as shared
3541         library.  AC_SUBST.
3542         * Makefile.in: Regenerated.
3544 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3546         Sync with src:
3547         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3548         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3549         * Makefile.in: Regenerated.
3551 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3553         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3554         target.
3555         * configure: Regenerate.
3557 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3559         * MAINTAINERS (Write After Approval): Add myself.
3561 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3563         * MAINTAINERS (OS Port Maintainers): Add myself.
3564         (Various Maintainers): Remove myself from libffi testsuite.
3566 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3568         * MAINTAINERS (gen* on machine desc): Add self.
3570 2015-06-02  Jason Merrill  <jason@redhat.com>
3572         PR bootstrap/66319
3573         * configure.ac: Use -std=gnu++98.
3575 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3577         * MAINTAINERS (Write After Approval): Add myself.
3579 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3581         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3582         * configure: Regenerate.
3584 2015-05-26  Jason Merrill  <jason@redhat.com>
3586         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3587         * configure: Regenerate.
3589 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3591         * configure.ac: FT32 target added.
3592         * configure: Regenerated.
3594 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3596         * MAINTAINERS (Write After Approval): Add myself.
3598 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3600         * MAINTAINERS (Write After Approval): Add myself.
3602 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3604         * configure.ac: Fix typo.
3605         * configure: Regenerate.
3607 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3609         * MAINTAINERS (Write After Approval): Add myself.
3611 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3613         * configure.ac: Match $host configured with triplets.
3614         * configure: Regenerate.
3616 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3618         * Makefile.tpl: Remove surplus whitespace throughout.
3619         * Makefile.in: Regenerate.
3621 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3623         * MAINTAINERS (Various Maintainers): Add myself as instruction
3624         combiner maintainer.
3626 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3628         PR bootstrap/62077
3629         * configure.ac (--enable-stage1-checking): Default to
3630         release,misc,gimple,rtlflag,tree,types if --disable-checking
3631         or --enable-checking is not specified and DEV-PHASE is not
3632         experimental.
3633         * configure: Regenerated.
3635 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3637         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3638         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3639         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3640         * Makefile.in: Regenerate.
3642 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3644         * MAINTAINERS: Update my email address.
3646 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3648         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3650 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3652         * MAINTAINERS: Add myself as an arm port reviewer.
3654 2015-03-25  Martin Liska  <mliska@suse.cz>
3655             Yury Gribov  <y.gribov@samsung.com>
3657         * Makefile.in: Fix ln source location for vimrc file.
3658         * Makefile.tpl: Likewise.
3660 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3662         PR bootstrap/25672
3663         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3664         cross-compiling.  Similarly for CXX_FOR_TARGET.
3665         * configure: Regenerate.
3667 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3669         * Makefile.def: Add libmpx.
3670         * configure.ac: Add libmpx.
3671         * Makefile.in: Regenerate.
3672         * configure: Regenerate.
3674 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3676         * MAINTAINERS (CPU Port Maintainers): Add myself
3677         i386 vector ISA extns mantainer.
3679 2015-03-13  Jeff Law  <law@redhat.com>
3681         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3682         maintainer.
3683         Remove Richard Henderson as a maintainer for the x86 port.
3685 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3687         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3689 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3691         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3692         pointer bounds checker and i386 MPX maintainer.
3694 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3696         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3698 2015-02-26  Martin Sebor  <msebor@redhat.com>
3700         * MAINTAINERS (Various Maintainers): Add self.
3702 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3704         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3705         Make sure it contains lto.
3706         * configure: Regenerate.
3708 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3710         * configure: Regenerate.
3712 2015-02-06  Diego Novillo  <dnovillo@google.com>
3714         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3715         middle-end, docstring): Remove myself.
3716         (Write After Approval): Add myself.
3718 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3720         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3721         (Write After Approval): Update address.
3723 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3725         PR jit/64780
3726         * configure.ac: Require the user to explicitly specify
3727         --enable-host-shared if the jit is enabled.
3728         * configure: Regenerate.
3730 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3732         * MAINTAINERS (Write After Approval): Add myself.
3734 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3736         * MAINTAINERS: Make whitespace consistent.
3738 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3740         * MAINTAINERS (Write After Approval): Add myself.
3742 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3744         * MAINTAINERS: (Write After Approval): Add myself.
3746 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3748         * MAINTAINERS: (Write After Approval): Add myself.
3750 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3752         * MAINTAINERS: (Write After Approval): Add myself.
3754 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3756         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3757         objective-c/c++ front end maintainer.
3759 2015-01-13  Marek Polacek  <polacek@redhat.com>
3761         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3763 2015-01-12  Jeff Law  <law@redhat.com>
3765         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3766         a very long time.
3768 2015-01-09  Ian Lance Taylor  <iant@google.com>
3770         * configure.ac (host_tools): Add gotools.
3771         * Makefile.def (host_modules): Add gotools.
3772         (dependencies): Add dependency of all-gotools on all-target-libgo.
3774 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3776         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3777         * configure: Regenerate.
3779 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3781         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3782         all-target-libgomp.
3783         * Makefile.in: Regenerate.
3785 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3787         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3789 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3791         * configure.ac: Add Visium support.
3792         * configure: Regenerate.
3794 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3796         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3797         * configure: Regenerate.
3799 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3801         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3802         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3803         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3804         (OBJCOPY_FOR_TARGET): New variable.
3805         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3806         * Makefile.in: Regenerate.
3807         * configure.ac: Check for already installed target objcopy.
3808         Also GCC_TARGET_TOOL on objcopy.
3809         * configure: Regenerate.
3811 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3813         * config.sub: Update from upstream, to 2015-01-01 version.
3814         * config.guess: Ditto.
3816 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3818         * MAINTAINERS (RTEMS Ports): Add myself.
3820 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3822         * MAINTAINERS (Write After Approval): Add myself.
3824 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3826         * MAINTAINERS (Write After Approval): Add myself.
3828 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3830         * configure.ac (--enable-as-accelerator-for): Don't set
3831         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3832         * configure: Regenerate.
3834 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3836         PR bootstrap/64023
3837         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3838         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3839         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3840         to CXX.
3841         * Makefile.in: Regenerated.
3843 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3844             Yury Gribov  <y.gribov@samsung.com>
3846         * .gitignore: Added .local.vimrc and .lvimrc.
3847         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3848         * Makefile.in: Regenerate.
3850 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3852         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3853         * configure: Regenerated.
3855 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3857         * MAINTAINERS (nvptx port): New entry.
3859 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3861         * configure: Regenerate.
3863 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3865         * configure.ac: Merge with Binutils.
3867 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3869         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3870         * Makefile.in: Regenerate.
3872 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3874         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3875         missing flex.
3876         * Makefile.in: Regenerated.
3878 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3880         * Makefile.in: Regenerate.
3882 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3884         PR bootstrap/63784
3885         * libtool.m4: Add $pic_flag with -shared.
3887 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3889         * MAINTAINERS (Write After Approval): Added myself.
3891 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3893         * MAINTAINERS (write-after-approval): Add myself.
3895 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3897         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3898         from 2 years ago.
3900 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3902         Revert:
3903         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3905         * MAINTAINERS (Write After Approval): Added myself as line map
3906         maintainer.
3908 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3910         Revert:
3911         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3913         * MAINTAINERS (Write After Approval): Added myself.
3915 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3917         * MAINTAINERS (Write After Approval): Added myself.
3919 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3921         * MAINTAINERS (Write After Approval): Added myself as line map
3922         maintainer.
3924 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3926         * MAINTAINERS (Various Maintainers): Added myself as line map
3927         maintainer.
3929 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3931         * move-if-change: Sync from upstream gnulib.
3933 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3935         * compile: Sync with upstream Automake.
3936         * depcomp: Ditto.
3937         * install-sh: Ditto.
3938         * missing: Ditto.
3939         * mkinstalldirs: Ditto.
3940         * ylwrap: Ditto.
3942 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3944         * config.sub: Update from upstream config repo.
3945         * config.guess: Ditto.
3947 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3949         * Makefile.def: Add liboffloadmic to target_modules.  Make
3950         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3951         * Makefile.in: Regenerate.
3952         * configure: Regenerate.
3953         * configure.ac: Add liboffloadmic to target binaries.
3954         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3955         Add liboffloadmic to noconfig list when C++ is not supported.
3957 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3958             Thomas Schwinge  <thomas@codesourcery.com>
3959             Ilya Verbin  <ilya.verbin@intel.com>
3960             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3962         * configure: Regenerate.
3963         * configure.ac (--enable-as-accelerator-for)
3964         (--enable-offload-targets): New configure options.
3966 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3968         * Makefile.def: Make all-gcc depend on all-isl.
3969         * Makefile.in: Regenerate.
3971 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3973         * ChangeLog.jit: New.
3974         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3976 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3978         PR target/63610
3979         * libtool.m4: Fix globbing of darwin versions.
3980         * configure: Regenerate.
3982 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3984         * Makefile.def: Remove CLooG.
3985         * Makefile.tpl: Ditto.
3986         * configure.ac: Ditto.
3987         * configure: Regenerate.
3988         * Makefile.in: Ditto.
3990 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3992         * configure.ac: Handle nvptx-*-*.
3993         * configure: Regenerate.
3995 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3997         * MAINTAINERS (Write After Approval): Add myself.
3999 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
4001         * Makefile.def (libcc1): Remove bootstrap=true;.
4002         * Makefile.in: Regenerated.
4004 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4006         * configure.ac: Update comment.
4007         * configure: Regenerate.
4009 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
4011         * MAINTAINERS (Write After Approval): Add myself.
4013 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
4015         * configure.ac (extra_host_libiberty_configure_flags): Add
4016         --enable-shared also for libcc1's benefit.
4017         * configure: Regenerate.
4019 2014-10-29  Tristan Gingold  <gingold@adacore.com>
4021         * MAINTAINERS: Change my email address.
4023 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
4024             Tom Tromey  <tromey@redhat.com>
4026         * Makefile.def: Add libcc1 to host_modules.
4027         * configure.ac (host_tools): Add libcc1.
4028         * Makefile.in, configure: Rebuild.
4030 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
4032         * configure.ac (build_configargs): Don't share config.cache between
4033         build subdirs.
4034         * configure: Regenerate.
4036 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4038         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
4039         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
4040         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
4041         leon3v7 as leon3.
4042         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
4043         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
4044         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
4045         * config/sparc/sparc.md (cpu): Add leon3v7.
4046         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
4048 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4050         * MAINTAINERS (write-after-approval): Add myself.
4052 2014-10-23  Ian Lance Taylor  <iant@google.com>
4054         * configure.ac: Disable the Go frontend on systems where it is known
4055         to not work.
4056         * configure: Regenerate.
4058 2014-10-23  Richard Biener  <rguenther@suse.de>
4060         * Makefile.def: Add libcpp build module and dependencies.
4061         * configure.ac: Add libcpp build module.
4062         * Makefile.in: Regenerate.
4063         * configure: Likewise.
4065 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
4067         * MAINTAINERS (write-after-approval): Add myself.
4069 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
4071         * INSTALL/README: Do not mention CVS.
4073 2014-10-03  Jing Yu  <jingyu@google.com>
4075         * configure.ac: Add aarch64 to list of targets that support gold.
4076         * configure: Regenerate.
4078 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
4080         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
4082 2014-09-29  Catherine Moore  <clm@codesourcery.com>
4084         * MAINTAINERS:  Add myself as MIPS maintainer.
4086 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
4088         * MAINTAINERS: Move myself to MIPS maintainers.
4090 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4092         * MAINTAINERS: Put all email addresses between '<' and '>'.
4094 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4096         * MAINTAINERS: Move myself to reviewers (Fortran).
4098 2014-09-01  Andi Kleen  <ak@linux.intel.com>
4100         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4101         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
4102         * Makefile.in: Regenerate.
4104 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4106         * rtx-classes-status.txt: Delete
4108 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4110         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4112 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
4114         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4115         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4116         of checking for version number.
4117         * configure: Regenerated.
4118         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4120 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4122         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4123         is done; begin phase 6 (use extra rtx_def subclasses).
4125 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4127         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4128         done; begin phase 5 (additional rtx_def subclasses).
4130 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4132         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4134 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4136         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4137         SET_BB_HEADER are done.
4139 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4141         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4142         done.
4144 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4146         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4148 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4150         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4152 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4154         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4156 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4158         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4160 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4162         * rtx-classes-status.txt: Phase 3 (per-file commits within
4163         "config" subdirs) is done; begin phase 4 (removal of
4164         "scaffolding").
4166 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
4168         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4169         dir) is done; begin phase 3 (per-file commits within "config"
4170         subdirs).
4172 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
4174         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4175         phase 2 (per-file commits in main source dir).
4177 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
4179         * configure: Regenerated.
4181 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4183         * rtx-classes-status.txt (TODO): Add SET_BND_TO
4185 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4187         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4189 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4191         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4193 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4195         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4197 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4199         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4201 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
4203         * MAINTAINERS (Write After Approval): Add myself.
4205 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
4207         * MAINTAINERS: Remove myself
4209 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4211         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4213 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
4215         * MAINTAINERS (Write After Approval): Add myself.
4217 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4219         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4220         SET_BB_HEADER, SET_BB_FOOTER
4222 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4224         * rtx-classes-status.txt: New file
4226 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
4228         * configure.ac: Eliminate ClooG installation dependency.
4229         * configure: Regenerate.
4230         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4231         * Makefile.in: Regenerate.
4233 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
4235         * MAINTAINERS (Write After Approval): Add myself.
4237 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
4239         * MAINTAINERS (Write After Approval): Add myself.
4241 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
4243         * MAINTAINERS (Write After Approval): Add myself.
4245 2014-07-28  Anthony Green  <green@moxielogic.com>
4247         Import from savannah.gnu.org:
4248         * config.sub: Update to 2014-07-28 version.
4250 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
4252         * MAINTAINERS: Remove my MIPS maintainer entry.
4254 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
4256         PR target/47230
4257         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4258         * configure: Regenerate.
4260 2014-07-24  James Norris  <jnorris@codesourcery.com>
4262         * MAINTAINERS (Write After Approval): Add myself.
4264 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
4266         * configure.ac: Accept only CLooG 0.18.1.
4267         * configure: Regenerate.
4269 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
4271         * configure.ac: Don't accept isl 0.11.
4272         * configure: Regenerate.
4274 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4276         * MAINTAINERS (Write After Approval): Add myself.
4278 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4280         * configure.ac: Don't accept isl 0.10.
4281         * configure: Regenerate.
4283 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4285         Fix include path for in-tree cloog.
4286         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4287         * configure: Regenerate.
4289 2014-06-18  Richard Henderson  <rth@redhat.com>
4291         * .gitignore: Import gcc_update output.
4293 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4295         * config-ml.in: Robustify ac_configure_args parsing.
4297         * configure.ac (--enable-linker-plugin-configure-flags)
4298         (--enable-linker-plugin-flags): New flags.
4299         (configdirs): Conditionally add libiberty-linker-plugin.
4300         * configure: Regenerate.
4301         * Makefile.def (host_modules): Add libiberty-linker-plugin.
4302         (host_modules) <lto-plugin>: Pay attention to
4303         @extra_linker_plugin_flags@ and
4304         @extra_linker_plugin_configure_flags@.
4305         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4306         * Makefile.in: Regenerate.
4308         * Makefile.tpl (configure-[+prefix+][+module+])
4309         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4310         "module_srcdir" instead of "module" for locating a module's srcdir.
4311         * Makefile.in: Regenerate.
4313 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
4315         * MAINTAINERS (Write After Approval): Add myself.
4317 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
4319         * MAINTAINERS: Update my email address.
4321 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4323         * MAINTAINERS (Write After Approval): Add myself.
4325 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
4327         * MAINTAINERS (Write After Approval): Add myself.
4329 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
4331         PR libstdc++/61011
4332         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4333         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4334         * configure: Regenerate.
4336 2014-05-28  Pedro Alves  <palves@redhat.com>
4338         * MAINTAINERS (Write After Approval): Add myself.
4340 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4342         * MAINTAINERS: Update my affiliation/email.
4344 2014-05-19  Mike Stump  <mikestump@comcast.net>
4346         * MAINTAINERS: Add wide-int reviewers.
4348 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
4350         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4351         * configure: Regenerated.
4353 2014-05-15  Torvald Riegel  <triegel@redhat.com>
4355         * MAINTAINERS (libitm): Add myself as maintainer.
4357 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
4359         * MAINTAINERS (Write After Approval): Add myself.
4361 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
4363         * config.sub, config.guess: Import from upstream.
4365 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4367         * MAINTAINERS (Write After Approval): Put myself in correct order.
4369 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4371         * MAINTAINERS (Write After Approval): Add myself.
4373 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4375         * MAINTAINERS: Move myself from Reviewers to Write After Approval
4376         section.
4378 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4380         * MAINTAINERS (Write After Approval): Delete myself.
4382 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
4384         PR sanitizer/56781
4385         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4386         and -B* options with -Xcompiler.
4388 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4390         PR bootstrap/60620
4391         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4392         * Makefile.in: Regenerate.
4394 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4396         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4397         for WINDRES_FOR_TARGET in default-manifest.o rule.
4398         * Makefile.in: Regenerate.
4400 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4402         * MAINTAINERS (Write After Approval): Add myself.
4404 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4406         PR sanitizer/56781
4407         * Makefile.def: Set bootstrap=true; for host fixincludes.
4408         * configure.ac: Don't bootstrap host fixincludes unless
4409         --with-build-config=bootstrap-{a,ub}san.
4410         * Makefile.in: Regenerated.
4411         * configure: Regenerated.
4413 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4415         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4416         --enable-vtable-verify option parsing.  Don't add
4417         target-libsanitizer to bootstrap_target_libs unless
4418         --with-build-config=bootstrap-asan or
4419         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4420         to bootstrap_target_libs unless --enable-vtable-verify.
4421         * configure: Regenerated.
4423 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4425         * MAINTAINERS (Write After Approval): Add myself.
4427 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4429         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4431 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4433         PR bootstrap/58572
4434         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4435         -I for libstdc++-v3 includes if $(LEAN).
4436         * Makefile.in: Regenerated.
4438 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4440         * MAINTAINERS: Update my email address.
4442 2014-02-24  Walter Lee  <walt@tilera.com>
4444         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4445         (tilegx-*-*): Change to tilegx*-*-*.
4446         * configure: Regenerate.
4448 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4450         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4452 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4454         * MAINTAINERS (Write After Approval): Add myself.
4456 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4458         PR target/59788
4459         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4460         *solaris2*.
4462 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4464         * MAINTAINERS: Update my email address.
4466 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4468         * MAINTAINERS: Convert to UTF-8.
4469         Properly sort Xinliang David Li's entry.
4471 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4472             Sandra Loosemore  <sandra@codesourcery.com>
4474         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4475         nios2 port maintainers.
4477 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4479         * MAINTAINERS (Write After Approval): Add myself.
4481 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4483         * configure.ac: Add user-friendly check for native x86_64-linux
4484         multilibs.
4485         * configure: Regenerate.
4487 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4489         * MAINTAINERS: Add myself as sh maintainer.
4491 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4493         * MAINTAINERS: Add self as SLSR maintainer.
4495 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4497         * MAINTAINERS: Update my email address.
4499 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4501         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4503 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4505         * Makefile.in: Regenerate.
4507         * Makefile.tpl: Fix typo.
4508         * Makefile.in: Regenerate partially.
4510 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4512         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4513         supported.
4514         * configure: Regenerated.
4516 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4518         * MAINTAINERS (Write After Approval): Add myself.
4520 2013-10-30  Jason Merrill  <jason@redhat.com>
4522         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4523         --disable-build-format-warnings.
4525 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4527         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4528         depend on libstdc++ and libgcc.
4529         * configure: Regenerate.
4530         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4531         libcilkrts for POSIX and i*86, and x86_64 architectures.
4532         * Makefile.in: Added libcilkrts related fields to support building it.
4534 2013-10-26  Jeff Law  <law@redhat.com>
4536         * Makefile.def (target_modules): Remove libmudflap
4537         (languages): Remove check-target-libmudflap).
4538         * Makefile.in: Rebuilt.
4539         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4540         * configure.ac (target_libraries): Remove target-libmudflap.
4541         Remove checks which disabled libmudflap on some systems.
4542         * configure: Rebuilt.
4543         * libmudflap: Directory removed.
4545 2013-10-21  Cong Hou  <congh@google.com>
4547         * MAINTAINERS (Write After Approval): Add myself.
4549 2013-10-16  Mike Stump  <mikestump@comcast.net>
4551         * .dir-locals.el: Add.
4553 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4555         * configure.ac: Add --enable-host-shared
4556         * configure: Regenerate.
4558 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4560         Import from savannah.gnu.org:
4561         * config.guess: Update to 2013-06-10 version.
4562         * config.sub: Update to 2013-10-01 version.
4564 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4566         Changes to build configuration to allow big endian ARC ELF toolchain
4567         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4568         * configure: Regenerate.
4570 2013-09-20  Alan Modra  <amodra@gmail.com>
4572         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4573         ppc host match.  Support little-endian powerpc linux hosts.
4575 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4577         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4578         maintainer.
4580 2013-09-12  DJ Delorie  <dj@redhat.com>
4582         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4583         maintainers.
4585 2013-09-03  Richard Biener  <rguenther@suse.de>
4587         * configure.ac: Also allow ISL 0.12.
4588         * configure: Regenerated.
4590 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4592         * MAINTAINERS (Write After Approval): Add myself.
4594 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4596         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4598 2013-08-26  Caroline Tice  <cmtice@google.com>
4600         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4601         "Various Reviewers" to libvtv "Various Maintainers".
4603 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4605         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4607 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4609         * MAINTAINERS: Update name, email.
4611 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4613         * MAINTAINERS (Write After Approval): Add myself.
4615 2013-08-12  Caroline Tice  <cmtice@google.com>
4617         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4618         address in the Write After Approval section.
4620 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4622         * MAINTAINERS (Write After Approval): Update email.
4624 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4626         * configure.ac: Adjust to check VTV_SUPPORTED.
4627         * configure: Regenerated.
4629 2013-08-02  Caroline Tice  <cmtice@google.com>
4631         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4632         on non-linux systems; add target-libvtv to noconfigdirs; add
4633         libsupc++/.libs to C++ library search paths.
4634         * configure: Regenerated.
4635         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4636         libstdc++ and libgcc.
4637         * Makefile.in: Regenerated.
4639 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4641         * MAINTAINERS (Write After Approval): Add myself.
4643 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4644             Shiva Chen  <shiva0217@gmail.com>
4646         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4647         nds32 port maintainers.
4649 2013-07-17  Tim Shen  <timshen91@gmail.com>
4651         * MAINTAINERS (Write After Approval): Add myself.
4653 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4655         * configure.ac: Sync from binutils.
4656         * configure: Regenerate.
4658 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4660         * MAINTAINERS (Write After Approval): Add myself.
4662 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4664         * MAINTAINERS (Write After Approval): Add myself.
4666 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4668         * MAINTAINERS (Write After Approval): Add myself.
4670 2013-04-30  Brooks Moses  <bmoses@google.com>
4672         * MAINTAINERS: Update my email; move myself from Fortran
4673         reviewer to Write After Approval.
4675 2013-04-16  Andreas Schwab  <schwab@suse.de>
4677         * configure.ac (aarch64-*-*): Don't disable java.
4678         * configure: Regenerate.
4680 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4682         * MAINTAINERS (Write After Approval): Add myself.
4684 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4686         * Makefile.def (target_modules): Don't install libffi.
4687         * Makefile.in: Regenerate.
4689 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4691         * MAINTAINERS (Write After Approval): Add myself.
4693 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4695         * MAINTAINERS (Write After Approval): Add myself.
4697 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4699         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4700         * configure: Regenerated.
4702 2013-02-05  Ian Lance Taylor  <iant@google.com>
4704         PR go/55969
4705         * configure.ac: Disable libgo on some systems where it does not
4706         work.
4708 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4710         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4711         Remove Geoff Keating as rs6000 port maintainer, at his request.
4713 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4715         * MAINTAINERS: Update my email.
4717 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4719         * configure: Re-generate.
4721 2013-01-15  Richard Biener  <rguenther@suse.de>
4723         PR other/55973
4724         * configure: Re-generate.
4726 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4728         * Makefile.def (install-target-libsanitizer): Depend on
4729         install-target-libstdc++-v3.
4730         * Makefile.in: Regenerate.
4732 2013-01-14  Richard Biener  <rguenther@suse.de>
4734         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4735         * configure: Re-generate
4737 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4739         * config.sub: Update from config repo.
4741 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4743         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4744         * Makefile.in: Regenerate.
4746 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4748         * MAINTAINERS (arc): Add new port maintainership for myself.
4750 2013-01-09  Jason Merrill  <jason@redhat.com>
4752         * .gitignore: Import from gdb repository.
4754 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4756         * Makefile.def (configure-gcc): Depend on all-gmp.
4757         (all-gcc): Remove dependency on all-gmp.
4758         * Makefile.in: Regenerated.
4760 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4762         * config.sub: Merge from config repo.
4763         * config.guess: Ditto.
4765 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4767         * Makefile.def: Merge from binutils.
4768         * Makefile.in: Ditto.
4770 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4772         * MAINTAINERS: Update my email.
4774 2012-12-29  Ben Elliston  <bje@gnu.org>
4776         * config.guess: Update to 2012-12-29 version.
4777         * config.sub: Likewise.
4779 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4781         * Makefile.def (install-target-libgfortran): Depend on
4782         install-target-libquadmath, install-target-libgcc.
4783         (install-target-libsanitizer): Depend on install-target-libgcc.
4784         (install-target-libjava): Depend on install-target-libgcc.
4785         (install-target-libitm): Depend on install-target-libgcc.
4786         (install-target-libobjc): Depend on install-target-libgcc.
4787         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4788         * Makefile.in: Regenerate.
4790 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4792         * Makefile.def (install-target-libgo): Depend on
4793         install-target-libatomic.
4794         * Makefile.in: Regenerate.
4796 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4798         PR go/55201
4799         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4800         * Makefile.in: Regenerate.
4802 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4804         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4805         * configure: Regenerate.
4807 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4809         * config.sub: Merge from config repo.
4811 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4813         * Makefile.def (target_modules): Add bootstrap=true and
4814         raw_cxx=true to libsanitizer.
4815         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4816         * Makefile.in: Regenerated.
4817         * configure: Likewise.
4819 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4821         * MAINTAINERS: Remove self as RTL optimization maintainer.
4823 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4825         * MAINTAINERS (Write After Approval): Add myself.
4827 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4829         * Makefile.def (target_modules): Remove bootstrap=true and
4830         raw_cxx=true from libsanitizer.
4831         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4832         * Makefile.in: Regenerated.
4833         * configure: Likewise.
4835 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4837         * Makefile.def (target_modules): Add bootstrap=true and
4838         raw_cxx=true to libsanitizer.
4839         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4840         * Makefile.in: Regenerated.
4841         * configure: Likewise.
4843 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4845         PR bootstrap/54279
4846         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4847         * configure: Regenerate.
4848         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4849         * Makefile.in: Regenerate.
4851 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4853         * configure.ac: Disable libsanitizer if we're not building C++.
4854         * configure: Regenerate.
4856 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4858         * MAINTAINERS (Write After Approval): Add myself.
4860 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4862         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4863         Kostya Serebryany (kcc@google.com) and
4864         Jakub Jelinek (jakub@redhat.com).
4865         Rename area for Dodji Seketeli (dodji@redhat.com).
4867 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4869         * MAINTAINERS: (asan.c, related): Add myself.
4871 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4873         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4874         * configure: Regenerate.
4876 2012-11-13  Richard Henderson  <rth@redhat.com>
4878         * configure.ac: Move libsanitizer logic to subdirectory.
4879         * configure: Regenerate.
4881 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4883         * configure.ac: Enable libsanitizer just on x86 linux for now.
4884         * configure: Re-generate.
4886 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4888         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4889         sections.
4890         * configure: Regenerate.
4892 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4894         * configure.ac: Add section for configdirs for libsanitizer.
4895         Disable for cris-*-* and mmix-*-*.
4896         * configure: Regenerate.
4898 2012-11-12  Wei Mi <wmi@google.com>
4900         * configure.ac: Add libsanitizer to target_libraries.
4901         * Makefile.def: Ditto.
4902         * configure: Regenerate.
4903         * Makefile.in: Regenerate.
4904         * libsanitizer: New directory for asan runtime.  Contains an empty
4905         tsan directory.
4907 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4909         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4910         against Mingw64 w32api.
4911         * configure: Regenerate.
4913 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4915         * configure: Regenerated.
4917 2012-11-03  Robert Mason  <rbmj@verizon.net>
4919         * configure.ac: add --disable-libstdcxx configure option
4920         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4922 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4924         * MAINTAINERS (Write After Approval): Add myself.
4926 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4928         * MAINTAINERS (Write After Approval): Add myself.
4930 2012-10-24  Sharad Singhai  <singhai@google.com>
4932         * MAINTAINERS (Write After Approval): Add myself.
4934 2012-10-24  Eric Christopher  <echristo@gmail.com>
4936         * MAINTAINERS: Update email address.
4938 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4940         PR bootstrap/54820
4941         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4942         * configure: Regenerate.
4944 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4946         * MAINTAINERS (aarch64): Add Marcus and myself.
4948 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4950         PR bootstrap/54820
4951         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4952         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4953         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4954         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4955         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4956         * Makefile.in: Regenerate.
4957         * configure.ac (have_static_libs): New variable and associated check.
4958         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4959         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4960         * configure: Regenerate.
4962 2012-10-10  Richard Biener  <rguenther@suse.de>
4964         * MAINTAINERS: Adjust for changed surname.
4966 2012-10-04  Lawrence Crowl  <crowl@google.com>
4968         * MAINTAINERS (Write After Approval): Add myself.
4970 2012-10-01  Cary Coutant  <ccoutant@google.com>
4972         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4974 2012-09-28  Ian Lance Taylor  <iant@google.com>
4976         * Makefile.def: Make all-target-libgo depend on
4977         all-target-libbacktrace.
4978         * Makefile.in: Rebuild.
4980 2012-09-26  Ian Lance Taylor  <iant@google.com>
4982         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4983         * Makefile.in: Rebuild.
4985 2012-09-20  Walter Lee  <walt@tilera.com>
4987         * configure.ac: Add tilegx to list of targets that support gold.
4988         * configure: Regenerate.
4990 2012-09-20  Marek Polacek  <polacek@redhat.com>
4992         * MAINTAINERS (Write After Approval): Add myself.
4994 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4996         * configure.ac: Add mips*-mti-elf* target.
4997         * configure: Regenerate.
4999 2012-09-17  Ian Lance Taylor  <iant@google.com>
5001         * MAINTAINERS (Various Maintainers): Add libbacktrace.
5002         * configure.ac (host_libs): Add libbacktrace.
5003         (target_libraries): Add libbacktrace.
5004         * Makefile.def (host_modules): Add libbacktrace.
5005         (target_modules): Likewise.
5006         * configure, Makefile.in: Rebuild.
5008 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
5010         PR target/38607
5011         Merge upstream change.
5012         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
5014         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
5015         Add libgomp*.o to compare_exclusions for AIX.
5016         * configure: Regenerate.
5018 2012-09-06  Diego Novillo  <dnovillo@google.com>
5020         * configure.ac: Bump minimum GMP version to 4.2.3.
5021         * configure: Re-generate.
5023 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
5025         PR target/54461
5026         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
5027         target-libgloss if not configured --with-avrlibc=no.
5028         * configure: Regenerate.
5030 2012-09-04  Jason Merrill  <jason@redhat.com>
5032         * configure.ac: Fix --enable-languages=all.
5034 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
5036         * MAINTAINERS (Write After Approval): Add myself.
5038 2012-09-03  Richard Guenther  <rguenther@suse.de>
5040         PR bootstrap/54138
5041         * configure.ac: Re-organize ISL / CLOOG checks to allow
5042         disabling with either --without-isl or --without-cloog.
5043         * configure: Regenerated.
5045 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
5047         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
5048         * configure: Regenerate.
5050 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
5052         * MAINTAINERS: Fix my email address.
5054 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
5056         PR binutils/4970
5057         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
5058         and opcodes.
5059         * Makefile.in: Regenerated.
5061 2012-08-26  Art Haas <ahaas@impactweather.com>
5063         * configure: Regenerate.
5065 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
5067         * INSTALL/README: Also refer to the online installation
5068         instructions.
5070 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5072         * MAINTAINERS (Write After Approval): Add myself.
5073         (Picochip port): Remove myself.
5075 2012-08-14   Diego Novillo  <dnovillo@google.com>
5077         Merge from cxx-conversion branch.
5079         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
5080         POSTSTAGE1_CONFIGURE_FLAGS.
5081         * Makefile.in: Regenerate.
5082         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
5083         Force C++ when bootstrapping.
5084         * configure: Regenerate.
5086 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
5088         * MAINTAINERS (Write After Approval): Add myself.
5090 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
5092         * README: Document use of ranges of years in copyright notices.
5094 2012-07-06  Richard Guenther  <rguenther@suse.de>
5096         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5097         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5098         --with-gmp=system.
5099         * Makefile.in: Regenerated.
5100         * configure: Likewise.
5102 2012-07-06  Richard Guenther  <rguenther@suse.de>
5104         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5105         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5106         supply V=1 as extra_make_flags.
5107         * configure: Regenerated.
5108         * Makefile.in: Likewise.
5110 2012-07-04  Tristan Gingold  <gingold@adacore.com>
5112         * configure: Regenerate.
5114 2012-07-03  Richard Guenther  <rguenther@suse.de>
5116         * Makfile.def (isl): Remove not necessary extra_exports and
5117         extra_make_flags.
5118         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5119         * Makefile.in: Regenerated.
5121 2012-07-03  Richard Guenther  <rguenther@suse.de>
5123         * Makefile.def (cloog): Add V=1 to extra_make_flags.
5124         * configure.ac: If either the ISL or the CLooG check failed
5125         do not try to build in-tree versions.
5126         * Makefile.in: Regenerated.
5127         * configure: Regenerated.
5129 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5131         * configure: Regenerate.
5133 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
5135         * MAINTAINERS (Various Maintainers): Add myself as testsuite
5136         maintainer.
5138 2012-07-02  Richard Guenther  <rguenther@suse.de>
5140         * configure: Regenerated.
5142 2012-07-02  Richard Guenther  <rguenther@suse.de>
5143         Michael Matz  <matz@suse.de>
5144         Tobias Grosser <tobias@grosser.es>
5145         Sebastian Pop <sebpop@gmail.com>
5147         * Makefile.def: Add ISL host module, remove PPL host module.
5148         Adjust ClooG host module to use the proper ISL.
5149         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5150         * configure.ac: Include config/isl.m4.  Add ISL host library,
5151         remove PPL.  Remove PPL configury, add ISL configury, adjust
5152         ClooG configury.
5153         * Makefile.in: Regenerated.
5154         * configure: Likewise.
5156 2012-07-02  Richard Guenther  <rguenther@suse.de>
5158         Merge from graphite branch
5159         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5161         * configure: Regenerated.
5162         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5163         both cloog.org and legacy versions. The only supported version will
5164         be CLooG with the isl backend.
5166         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5168         * configure: Regenerated.
5169         * configure.ac: Require cloog isl 0.17.0
5171         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5173         * configure: Regenerated.
5174         * config/cloog.m4: Do not define CLOOG_ORG
5176 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
5178         * configure.ac: Skip C if explicitly selected.
5179         * configure: Regenerate.
5181 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
5183         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5184         they contain -O2.
5185         * configure: Regenerate.
5187 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
5189         PR debug/53740
5190         * df.h, df-problems.c, dce.c: Revert last patch.
5192 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
5194         * MAINTAINERS (Write After Approval): Update my email address.
5196 2012-06-21  Meador Inge  <meadori@codesourcery.com>
5198         * MAINTAINERS (Write After Approval): Add myself.
5200 2012-06-20  Jason Merrill  <jason@redhat.com>
5202         * Makefile.tpl (check-target-libgomp-c++): New.
5203         (check-target-libitm-c++): New.
5204         * Makefile.def (c++): Add them.
5205         * Makefile.in: Regenerate.
5207 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
5209         * MAINTAINERS (Write After Approval): Add myself.
5211 2012-05-16  Olivier Hainque  <hainque@adacore.com>
5213         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5214         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5215         (install-no-fixedincludes): Adjust accordingly.
5216         * Makefile.in: Regenerate.
5218 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5220         Merge upstream change
5221         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5223 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
5225         * MAINTAINERS (Write After Approval): Add myself.
5227 2012-05-09  Nick Clifton  <nickc@redhat.com>
5228             Paul Smith  <psmith@gnu.org>
5230         PR bootstrap/50461
5231         * configure.ac (mpfr-dir): When using in-tree MPFR sources
5232         allow for the fact that from release v3.1.0 of MPFR the source
5233         files were moved into a src sub-directory.
5234         * configure: Regenerate.
5236 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
5238         * configure.ac: Bump minimum MPFR version to 2.4.0.
5239         * configure: Regenerated.
5241 2012-05-01  Richard Henderson  <rth@redhat.com>
5243         * Makefile.def (libatomic): New target_module.
5244         * configure.ac (target_libraries): Add libatomic.
5245         (noconfigdirs): Check if libatomic is supported.
5246         * Makefile.in, configure: Rebuild.
5248 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
5250         * MAINTAINERS (Write After Approval): Add myself.
5252 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
5254         * config.sub: Update to 2012-04-18 version from official repo.
5256 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
5258         * MAINTAINERS (Write After Approval): Add myself.
5260 2012-04-11  Steve Ellcey  <sellcey@mips.com>
5262         * MAINTAINERS: Changed email address.
5264 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
5266         PR target/52737
5267         * contrib/gcc_update (files_and_dependencies):
5268         Remove gcc/config/avr/t-multilib from touch data.
5270 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5272         * MAINTAINERS (OS Port Maintainers): Remove irix.
5273         * configure.ac (enable_libgomp): Remove *-*-irix6*.
5274         (unsupported_languages): Remove mips-sgi-irix6.*.
5275         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5276         (with_stabs): Remove.
5277         * configure: Regenerate.
5279 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5281         * MAINTAINERS (OS Port Maintainers): Remove osf.
5282         * configure.ac (enable_libgomp): Remove *-*-osf*.
5283         (with_stabs): Remove alpha*-*-osf*.
5284         * configure: Regenerate.
5286 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5288         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5289         * configure: Regenerate.
5291 2012-02-17  Walter Lee  <walt@tilera.com>
5293         * MAINTAINERS: (Write After Approval): Delete myself.
5295 2012-02-14  Walter Lee  <walt@tilera.com>
5297         * MAINTAINERS (tilegx port): Add myself.
5298         (tilepro port): Add myself.
5299         (Write After Approval): Add myself.
5301 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
5303         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5304         and Joseph Myers as docstring relicensing maintainers.
5306 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5308         * MAINTAINERS (write-after-approval): Add myself.
5310 2012-02-08  Ira Rosen <irar@il.ibm.com>
5312         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5313         maintainer.
5315 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5317         * MAINTAINERS (Write After Approval): Move myself to
5318         maintain alphabetical order.
5320 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5322         * MAINTAINERS (Write After Approval): Add myself.
5324 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
5326         * MAINTAINERS (Write After Approval): Add myself.
5328 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5329             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5331         * configure.ac (cr16-*-*): Remove nonconfigdirs.
5332         * configure: Regenerate.
5334 2012-01-23  Harshit Chopra  <harshit@google.com>
5336         * MAINTAINERS (Write After Approval): Add myself.
5338 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
5340         * configure.ac: Remove reference to mh-interix.
5341         * configure: Regenerate.
5343 2012-01-05  Richard Henderson  <rth@redhat.com>
5345         PR bootstrap/51072
5346         * configure.ac: Disable libitm if c++ is not enabled.
5347         * configure: Rebuild.
5349         * configure.ac: Fix regexp for same.
5350         * configure: Rebuild.
5352 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
5354         * MAINTAINERS (Write After Approval): Add myself.
5356 2012-01-02  Richard Guenther  <rguenther@suse.de>
5358         PR bootstrap/51686
5359         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5360         * Makefile.in: Regenerate.
5362 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
5364         * MAINTAINERS (Write After Approval): Add myself.
5366 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
5368         * configure: Regenerate.
5370 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
5372         * MAINTAINERS (picochip): Changed email address.
5374 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5376         * MAINTAINERS (write-after-approval): Add self.
5378 2011-11-29  DJ Delorie  <dj@redhat.com>
5380         * configure.ac (rl78-*-*) New case.
5381         * configure: Regenerate.
5382         * MAINTAINERS: Add myself as RL78 maintainer.
5384 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5386         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5388 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5390         * libtool.m4: Additional FreeBSD 10 fixes.
5392 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5394         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5395         Maintainers section, as Epiphany maintainer.
5397 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5399         PR target/49992
5400         * configure.ac: Remove ranlib special-casing for Darwin.
5401         * configure: Regenerate.
5403 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5405         * MAINTAINERS (Reviewers): Keep the list sorted.
5407 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5409         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5411 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5413         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5414         * configure: Rebuild.
5415         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5416         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5417         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5418         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5419         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5420         Add READELF.
5421         * Makefile.in: Rebuild.
5423 2011-11-09  Jason Merrill  <jason@redhat.com>
5425         * Makefile.def (language=c++): Remove check-c++0x.
5426         * Makefile.in (check-gcc-c++): Regenerate.
5428 2011-11-08  Richard Henderson  <rth@redhat.com>
5430         * configure.ac: Test for libitm directory present first.
5432         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5434         * configure.ac: Test libitm/configure.tgt to disable libitm.
5435         * configure: Rebuild.
5437 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5438             Richard Henderson  <rth@redhat.com>
5440         Merged from transactional-memory.
5442         * Makefile.def (lang_env_dependencies): libitm is c++.
5443         Add libitm target module.
5444         * configure.ac: Likewise.
5445         * config/mmap.m4: New file.
5446         * contrib/gcc_update: Add libitm to touch data.
5447         * Makefile.in, configure: Rebuild.
5449 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5451         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5452         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5453         * Makefile.in: Regenerate.
5455 2011-11-01  DJ Delorie  <dj@redhat.com>
5457         * config.sub: Update to version 2011-10-29 (added rl78)
5459 2011-10-27  Nick Clifton  <nickc@redhat.com>
5461         * config.sub: Import these changes from the config project:
5463         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5464             Ben Elliston  <bje@gnu.org>
5466         * config.sub (epiphany): New.
5468         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5469             Ben Elliston  <bje@gnu.org>
5471         * config.sub (hexagon, hexagon-*): New.
5473         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5475         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5476         64eb to be64.
5478         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5480         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5481         (nacl): Grok as alias for 32el-unknown-nacl.
5483 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5485         * MAINTAINERS (Write After Approval): Add myself.
5487 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5489         * MAINTAINERS (Write After Approval): Add myself.
5491 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5493         * MAINTAINERS (sparc port): Remove myself.
5495 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5497         * MAINTAINERS (Write After Approval): Add myself.
5499 2011-08-14  Yao Qi  <yao@codesourcery.com>
5501         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5502         * configure: Regenerate.
5504 2011-07-26  Ian Lance Taylor  <iant@google.com>
5506         * configure.ac: Set have_compiler based on whether gcc directory
5507         exists, rather than on whether gcc is in configdirs.
5508         * configure: Rebuild.
5510 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5512         * MAINTAINERS (Global Reviewers): Add self.
5514 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5516         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5517         link directories.
5518         * Makefile.in: Rebuild.
5520 2011-07-20  Ian Lance Taylor  <iant@google.com>
5522         PR bootstrap/49787
5523         * configure.ac: Move --enable-bootstrap handling earlier in file.
5524         If --enable-bootstrap and either --enable-build-with-cxx or
5525         --enable-build-poststage1-with-cxx, enable C++ automatically.
5526         * configure: Rebuild.
5528 2011-07-19  Ian Lance Taylor  <iant@google.com>
5530         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5531         make C++ a boot_language.  Set and substitute
5532         POSTSTAGE1_CONFIGURE_FLAGS.
5533         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5534         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5535         * configure, Makefile.in: Rebuild.
5537 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5539         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5540         maintainers.
5542 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5544         * MAINTAINERS (Global Reviewers): Add myself.
5546 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5548         * configure: Regenerate.
5550 2011-07-16  Jason Merrill  <jason@redhat.com>
5552         * Makefile.def (language=c++): Add check-c++0x and
5553         check-target-libmudflap-c++.
5554         * Makefile.tpl (check-target-libmudflap-c++): New.
5555         * Makefile.in: Regenerate.
5557 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5559         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5560         * Makefile.def (target_modules/libjava): Pass
5561         $(EXTRA_CONFIGARGS_LIBJAVA).
5562         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5563         if not configured with --enable-static-libjava.
5564         * Makefile.in: Regenerate.
5565         * configure: Likewise.
5567 2011-07-15  Jason Merrill  <jason@redhat.com>
5569         * Makefile.in (check-c++): Move check-gcc-c++0x after
5570         check-target-libstdc++-v3.
5572 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5574         * MAINTAINERS (c6x port): New entry.
5576 2011-07-13  Jason Merrill  <jason@redhat.com>
5578         * Makefile.in (check-gcc-c++0x): New.
5579         (check-c++): Depend on it.
5581 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5583         PR target/39150
5584         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5585         x86_64-*-solaris2.1[0-9]*.
5586         * configure: Regenerate.
5588 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5590         * MAINTAINERS (RTL optimizers): Add self.
5592 2011-06-27  Gabriel Charette  <gchare@google.com>
5594         * MAINTAINERS (Write After Approval): Add myself.
5596 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5598         PR regression/47836
5599         PR bootstrap/23656
5600         PR other/47733
5601         PR bootstrap/49247
5602         PR c/48825
5603         * configure.ac (target_libraries): Remove target-libiberty.
5604         Remove case-statement setting skipdirs=target-libiberty for
5605         multiple targets.  Remove checking target_configdirs and
5606         removing target-libiberty but keeping target-libgcc if
5607         otherwise empty.
5608         * Makefile.def (target_modules): Don't add libiberty.
5609         (dependencies): Remove all traces of target-libiberty.
5610         * configure, Makefile.in: Regenerate.
5612 2011-06-13  Walter Lee <walt@tilera.com>
5614         * configure.ac (tilepro-*-*) New case.
5615         (tilegx-*-*): Likewise.
5616         * configure: Regenerate.
5618 2011-06-06  Jing Yu  <jingyu@google.com>
5620         * configure.ac: Skip target-libiberty for
5621         arm*-*-linux-androideabi.
5622         * configure: Regenerated.
5624 2011-06-06  Nick Clifton  <nickc@redhat.com>
5626         * config.sub: Sync from upstream.
5628 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5630         * MAINTAINERS (Write After Approval): Add myself.
5632 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5634         * MAINTAINERS: Update my email address.
5636 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5638         * MAINTAINERS (Write After Approval): Update my email address.
5640 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5642         * MAINTAINERS (Write After Approval): Add myself.
5644 2011-05-08  Doug Kwan  <dougkwan@google.com>
5646         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5647         * configure: Regenerated.
5648         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5649         value from configure.
5650         * Makefile.in: Regenerated.
5652 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5654         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5655         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5656         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5657         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5658         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5659         *-*-vxworks*): Disable newlib and libgloss in separate case
5660         statement.
5661         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5662         to separate case statement.
5663         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5664         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5665         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5666         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5667         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5668         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5669         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5670         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5671         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5672         i[[3456789]]86-*-rdos*, m32r-*-*,
5673         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5674         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5675         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5676         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5677         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5678         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5679         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5680         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5681         and libgloss in main case over targets.  Remove most empty cases
5682         in main case over targets.
5683         * configure: Regenerate.
5685 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5687         * MAINTAINERS (Write After Approval): Add myself.
5689 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5691         * configure.ac: Remove code setting special library locations for
5692         hppa*64*-*-hpux11*.  Remove code setting compiler for
5693         sparc-sun-solaris2*.
5694         * configure: Regenerate.
5696 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5698         * configure.ac: Separate libgloss_dir settings from general case
5699         over targets.
5700         * configure: Regenerate.
5702 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5704         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5705         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5706         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5707         cases in libgcj-disabling case statement.
5708         (hppa*64*-*-linux*): Set unsupported_languages instead of
5709         disabling target-zlib.
5710         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5711         to hppa*64*-*-hpux*.
5712         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5713         hppa*-*-hpux*.
5714         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5715         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5716         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5717         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5718         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5719         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5720         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5721         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5722         libgcj-disabling case statement.
5723         * configure: Regenerate.
5725 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5727         * configure.ac: Disable Java for targets not supporting libffi.
5728         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5729         Remove cases in Java-disabling statement.
5730         (*arm-wince-pe): Change to arm-wince-pe.
5731         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5732         cases in Java-disabling statement.
5733         (bfin-*-*): Don't disable Java again.
5734         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5735         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5736         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5737         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5738         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5739         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5740         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5741         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5742         Java-disabling statement.
5743         (mmix-*-*): Don't disable Java again.
5744         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5745         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5746         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5747         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5748         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5749         statement.
5750         * configure: Regenerate.
5752 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5754         * configure.ac: Separate cases disabling Java and Java libraries
5755         from general case over targets.
5756         * configure: Regenerate.
5758 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5760         * MAINTAINERS: Update my email address.
5762 2011-04-20  Easwaran Raman  <eraman@google.com>
5764         * MAINTAINERS (Write After Approval): Add myself.
5766 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5768         PR lto/48086
5769         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5770         * configure: Regenerate.
5772 2011-04-16  Jim Meyering  <meyering@redhat.com>
5774         * MAINTAINERS (Write After Approval): Add myself.
5776 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5778         * MAINTAINERS: Update my email address.
5780 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5782         * MAINTAINERS (Write After Approval): Add myself.
5784 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5786         * MAINTAINERS (Write After Approval): Add myself.
5788 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5790         * MAINTAINERS (Write After Approval): Add myself.
5792 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5794         * configure.ac (build_tools): Remove build-byacc.
5795         (host_libs): Remove mmalloc.
5796         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5797         autoconf automake libtool diff rcs fileutils shellutils time
5798         textutils wdiff find uudecode hello tar gzip indent recode release
5799         sed perl gawk findutils gettext zip.
5800         (libgcj): Remove target-qthreads.
5801         (target_tools): Remove target-examples target-gperf.
5802         (YACC): Don't handle building byacc.
5803         * configure: Regenerate.
5804         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5805         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5806         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5807         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5808         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5809         handle building components.
5810         * Makefile.in: Regenerate.
5812 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5814         * MAINTAINERS: Update my email address as Xtensa maintainer.
5816 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5818         * config.sub: Sync from upstream.
5820 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5822         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5823         (microblaze*): Don't disable libssp.
5824         * configure: Regenerate.
5826 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5828         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5829         moveifchange.
5830         * configure: Regenerate.
5831         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5832         * Makefile.in: Regenerate.
5834 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5836         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5837         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5838         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5839         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5840         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5841         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5842         md_exec_prefix cases.
5843         * configure: Regenerate.
5845 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5847         * configure.ac: Separate cases disabling target-libssp,
5848         target-libiberty, target-libstdc++-v3 and Fortran from general
5849         case over targets.
5850         * configure: Regenerate.
5852 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5854         * configure.ac (*-*-chorusos): Don't disable libgcj.
5855         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5856         Remove case.
5857         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5858         (arm-*-coff): Don't disable libgcj.
5859         (arm*-*-linux-gnueabi): Remove useless assignment.
5860         (arm-*-riscix*): Don't disable libgcj.
5861         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5862         configuration.
5863         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5864         (c54x*-*-*): Remove case.
5865         (tic54x-*-*): Don't disable GCC or GCC libraries.
5866         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5867         to *.
5868         (d10v-*-*): Don't disable GCC libraries.
5869         (d30v-*-*): Don't disable libgcj.
5870         (h8500-*-*): Don't disable GCC libraries.
5871         (i960-*-*): Don't disable libgcj.
5872         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5873         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5874         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5875         libgcj.
5876         (m68k-*-coff*): Remove case.
5877         (mmix-*-*): Don't disable libgloss on host.
5878         (mn10200-*-*, mn10300-*-*): Remove cases.
5879         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5880         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5881         Don't disable libgcj.
5882         (romp-*-*): Remove case.
5883         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5884         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5885         case.
5886         (v810-*-*): Don't disable GCC libraries.
5887         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5888         (ip2k-*-*): Don't disable GCC libraries.
5889         * configure: Regenerate.
5891 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5893         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5894         libffi on host.
5895         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5896         on host.
5897         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5898         * configure: Regenerate.
5900 2011-03-26  John Marino  <binutils@marino.st>
5902         * configure.ac: Add support for *-*-dragonfly*
5903         * configure: Regenerate.
5905 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5907         * configure.ac (native_only): Remove.
5908         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5909         send-pr uudecode guile gnuserv on host.
5910         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5911         send-pr rcs guile perl texinfo libtool on host.
5912         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5913         automake send-pr rcs guile perl texinfo libtool on host.
5914         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5915         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5916         (alpha*-dec-osf*): Don't disable fileutils on target.
5917         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5918         texinfo send-pr expect dejagnu on target.
5919         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5920         target-qthreads on target.
5921         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5922         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5923         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5924         x86_64-*-mingw*): Don't disable expect on target.
5925         (*-*-cygwin*): Don't disable target-gperf on target.
5926         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5927         gnuserv on target.
5928         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5929         target.
5930         * configure: Regenerate.
5932 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5934         * configure.ac (target_tools): Remove target-groff.
5935         (native_only): Remove target-groff.
5936         (hppa*64*-*-*): Don't disable byacc.
5937         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5938         setting.
5939         (*-*-kaos*): Don't skip target-librx and target-groff.
5940         (*-*-netware*): Don't skip target-libmudflap.
5941         (*-*-tpf*): Don't skip target-libmudflap.
5942         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5943         directories on the host.
5944         (ia64*-*-*vms*): Don't skip tix.
5945         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5946         host.
5947         * configure: Regenerate.
5949 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5951         * configure.ac: Remove references to mt-mep, mt-netware,
5952         mt-wince.
5953         * Makefile.def: Add all-utils soft dependencies.
5954         * Makefile.tpl: Remove GDB_NLM_DEPS.
5955         * configure: Regenerate.
5956         * Makefile.in: Regenerate.
5958 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5960         * configure.ac: Do not include mh-x86omitfp.
5961         * configure: Regenerate.
5963 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5965         * configure.ac: Remove empty cases.
5966         * configure: Regenerate.
5968 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5970         * Makefile.def: Add dependency from termcap to gdb.
5971         * Makefile.in: Regenerate.
5973 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5975         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5976         * configure: Regenerate.
5977         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5978         * Makefile.tpl: Likewise.
5979         * Makefile.in: Regenerate.
5981 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5983         * configure.ac: Remove all mentions of tentative_cc.
5984         * configure: Regenerate.
5986 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5988         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5989         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5990         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5991         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5992         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5993         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5994         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5995         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5996         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5997         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5998         *-*-rhapsody*): Remove host cases.
5999         * configure: Regenerate.
6001 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6003         * configure.ac (ppc*-*-pe): Remove host case.
6004         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
6005         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
6006         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
6007         cases.
6008         * configure: Regenerate.
6010 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6012         * config.sub: Update to version 2011-03-23.
6014 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6016         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
6017         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
6018         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
6019         * configure: Regenerate.
6021 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6023         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
6024         to Write After Approval.
6025         * config-ml.in: Don't handle arc-*-elf*.
6026         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
6027         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
6028         handle GCC libraries.
6029         * configure: Regenerate.
6031 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6033         PR bootstrap/48120:
6034         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
6035         Add -lstdc++ -lm to LIBS.
6036         * configure: Regenerate.
6038 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
6040         * config.guess: Update to version 2011-02-02
6041         * config.sub: Update to version 2011-02-24
6043 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
6045         PR lto/48086
6046         * configure.ac: Re-enable LTO on *-apple-darwin9.
6047         * configure: Regenerate.
6049 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
6051         PR lto/48086
6052         * configure.ac: Disable LTO on darwin due to an assembler change in
6053         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
6054         under 256.
6055         * configure: Regenerate.
6057 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
6059         * MAINTAINERS: Update myself as score backend maintainer,
6060         update my e-mail address.
6062 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
6064         * MAINTAINERS: Update my e-mail address.
6066 2011-03-06  Joey Ye  <joey.ye@arm.com>
6068         * MAINTAINERS: Update my e-mail address.
6070 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6072         * configure.ac: Adjust test of with_ppl.
6073         * configure: Regenerated.
6075 2011-03-02  Kai Tietz  <ktietz@redhat.com>
6077         * MAINTAINERS: Adjust my e-mail address.
6079 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6081         * configure.ac: Add -lpwl to ppllibs.
6082         * configure: Regenerated.
6084 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6086         * config/cloog.m4: Add -lisl to clooglibs.
6087         * configure: Regenerated.
6089 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6091         * MAINTAINERS (CPU Port maintainers): Add self.
6093 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6095         * MAINTAINERS: Add myself as testsuite maintainer.
6097 2011-02-15  Mike Stump  <mikestump@comcast.net>
6099         * MAINTAINERS: Add myself as testsuite maintainer.
6101 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6103         Import from Libtool and gnulib:
6105         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
6107         Prepare for supporting FreeBSD 10.
6108         * config.rpath: Remove handling of freebsd1* which soon would
6109         match FreeBSD 10.0.
6111         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
6113         Remove support for FreeBSD 1.x.
6114         * libtool.m4 (_LT_LINKER_SHLIBS)
6115         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6116         soon would incorrectly match FreeBSD 10.0.
6118 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6120         PR binutils/12283
6121         * move-if-change: Import version from gnulib.
6123 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
6125         PR lto/47225
6126         * Makefile.def (lto-plugin): Double dash for enable-shared.
6127         (configure-gcc): Depend on all-lto-plugin.
6128         * Makefile.in: Rebuilt.
6130 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6132         * configure.ac: Remove extra bracket.
6133         * configure: Regenerate.
6135 2011-02-08  Tobias Burnus  <burnus@net-b.de>
6137         * MAINTAINERS: Add myself as libquadmath maintainer.
6139 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
6141         * MAINTAINERS: Update my email address.
6143 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
6145         * MAINTAINERS (option handling): Add self.
6147 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
6149         PR lto/47225
6150         * Makefile.def: Add dependency for install-gcc
6151         on install-lto-plugin.
6152         * Makfile.in: Regenerated
6154 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
6156         * MAINTAINERS (CPU Port Maintainers): Add myself.
6158 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
6160         PR libgcj/44341
6161         * configure.ac: Discard --with-* flags for host when configuring
6162         target libraries for cross build.
6163         * configure: Rebuilt.
6165 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6167         * MAINTAINERS (linear loop transforms): Removed.
6169 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
6171         * configure.ac: If with_ppl is no, move setting with_cloog=no
6172         after CLOOG_REQUESTED check.
6173         * configure: Regenerated.
6175 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6177         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6178         CLooG has been requested.
6179         * configure: Regenerated.
6181 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6183         * configure: Regenerated.
6184         * configure.ac: Check for version 0.11 (or later revision) of PPL.
6186 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
6188         * configure: Regenerated.
6189         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6191 2011-01-21  Andreas Schwab  <schwab@redhat.com>
6193         * configure.ac: Use AS_HELP_STRING throughout.
6194         * configure: Regenerate.
6196 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
6198         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6199         * configure: Regenerate.
6201 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6203         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6205 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
6207         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6208         for ia64-hpux.
6209         * configure: Regenerate.
6211 2011-01-07  Jan Hubicka  <jh@suse.cz>
6213         PR lto/47225
6214         * Makefile.in: Regenerate.
6215         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6216         configure.
6218 2011-01-07  Jan Hubicka  <jh@suse.cz>
6220         * Makefile.in: Regenerate.
6221         * Makefile.def (gcc host module) and soft dependency on lto-plugin
6222         and configure dependency on lto-plugin configure.
6223         (lto-plugin module): Remove dependency on GCC; add dependency on
6224         liniberty.
6226 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
6228         * MAINTAINERS (Write After Approval): Add myself.
6230 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
6232         * configure: Regenerate.
6234 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
6236         * configure.ac: (picochip): Disable libiberty.
6238 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6240         * MAINTAINERS (Write After Approval): Add myself.
6242 2010-12-10  Ian Lance Taylor  <iant@google.com>
6244         PR bootstrap/46819
6245         * configure.ac: For --disable-libgcj clear libgcj_saved.
6246         * configure: Rebuild.
6248 2010-12-10  Tobias Burnus  <burnus@net-b.de>
6250         PR fortran/46540
6251         * configure.ac: Add --disable-libquadmath and
6252         --disable-libquadmath-support.
6253         * configure: Regenerate.
6255 2010-12-03  Ian Lance Taylor  <iant@google.com>
6257         * MAINTAINERS: Add myself as libgo maintainer.
6259 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
6261         PR libffi/46792
6262         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6263         * configure: Regenerate.
6265 2010-12-02  Ian Lance Taylor  <iant@google.com>
6267         * configure.ac: Always set default for poststage1_ldflags to
6268         -static-libstdc++ -static-libgcc.
6270 2010-11-29  Andreas Schwab  <schwab@redhat.com>
6272         * configure.ac: Move comment to remove extra space in last argument
6273         of GCC_TARGET_TOOL.
6275 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
6277         PR other/46026
6278         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6279         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6280         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6281         (BASE_FLAGS_TO_PASS): Use it.
6282         * configure: Rebuilt.
6283         * Makefile.in: Rebuilt.
6285 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
6287         PR binutils/12258
6288         * configure.ac: Correct comments for --enable-gold/--enable-ld.
6289         Properly check default linker.
6290         * configure: Regnerated.
6292 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6294         * configure.ac: For --enable-gold, handle value `default' instead of
6295         `both*'.  New configure option --{en,dis}able-ld.
6296         * configure: Regenerate.
6298 2010-11-20  Ian Lance Taylor  <iant@google.com>
6300         * configure.ac: Only disable a language library if no language needs
6301         it.  Don't let --disable-libgcj uncondtionally disable libffi.
6302         * configure: Rebuild.
6304 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6306         * Makefile.in: Regenerate.
6308         PR other/46202
6309         * configure.ac: Fix just-built in-tree STRIP name to be
6310         binutils/strip-new.
6311         * configure: Regenerate.
6312         * Makefile.def (install-strip-gcc, install-strip-binutils)
6313         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6314         (install-strip-sid): Mirror dependencies on non-strip variants
6315         of these targets on the respective -strip prerequisites.
6316         * Makefile.tpl (install-strip, install-strip-host)
6317         (install-strip-target): New targets.
6318         (install-strip-[+module+], install-strip-target-[+module+]):
6319         New targets.
6320         * Makefile.in: Regenerate.
6322 2010-11-19  Ian Lance Taylor  <iant@google.com>
6323             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6325         * configure.ac: Add target-libgo to target_libraries.  Set
6326         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6327         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6328         (HOST_EXPORTS): Add GOC.
6329         (BASE_TARGET_EXPORTS): Add GOC.
6330         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6331         (GOCFLAGS_FOR_TARGET): New variable.
6332         (EXTRA_HOST_FLAGS): Add GOC.
6333         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6334         * Makefile.def (target_modules): Add libgo.
6335         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6336         (dependencies): Add dependency from configure-target-libgo to
6337         configure-target-libffi and all-target-libstdc++-v3.  Add
6338         dependencies from all-target-libgo to all-target-libffi.
6339         (languages): Add go.
6340         * configure: Rebuild.
6341         * Makefile.in: Rebuild.
6343 2010-11-19  Ian Lance Taylor  <iant@google.com>
6345         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6346         compiler/flag environment variables.
6348 2010-11-18  Ian Lance Taylor  <iant@google.com>
6350         * configure.ac: Check for lang_requires_boot_languages in
6351         config-lang.in files.
6352         * configure: Rebuild.
6354 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6355             Tobias Burnus  <burnus@net-b.de>
6357         PR fortran/32049
6358         * Makefile.def: Add libquadmath; build it with language=fortran.
6359         * configure.ac: Add libquadmath.
6360         * Makefile.tpl: Handle multiple libs in check-[+language+].
6361         * Makefile.in: Regenerate.
6362         * configure: Regenerate.
6364 2010-11-16  Tom Tromey  <tromey@redhat.com>
6366         * MAINTAINERS: Moved myself to reviewers section.
6368 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
6370         * MAINTAINERS: Moved myself to reviewers section.
6372 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6374         * MAINTAINERS (Various Maintainers): Add self for build machinery.
6375         (Write After Approval): Remove self.
6377 2010-11-15  Andreas Schwab  <schwab@redhat.com>
6379         * configure.ac: Fix spelling in option names.
6380         * configure: Regenerated.
6382 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
6384         PR bootstrap/39622
6385         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6386         * configure: Regenerated.
6388 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6390         * MAINTAINERS: Update my email address.
6392 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6394         * configure: Regenerate.
6396 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6398         * configure: Regenerate.
6400 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6402         * configure: Regenerate.
6404 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6406         * configure: Regenerate.
6408 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6410         * configure.ac: Support official CLooG.org versions.
6411         * configure: Regenerate.
6412         * config/cloog.m4: New.
6414 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6416         * MAINTAINERS (Write After Approval): Add myself.
6418 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6420         * MAINTAINERS: Update my email address.
6422 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6424         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6425         * configure: Regenerate.
6427 2010-11-03  Ian Lance Taylor  <iant@google.com>
6428             Dave Korn  <dave.korn.cygwin@gmail.com>
6430         PR lto/46273
6431         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6432         and on other supported platforms whenever LTO is enabled.
6433         * configure: Rebuild.
6435 2010-11-02  Alan Modra  <amodra@gmail.com>
6437         PR binutils/12110
6438         * configure.ac: Error when source path contains spaces.
6439         * configure: Regenerate.
6441 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6443         * MAINTAINERS: Update my email address.
6445 2010-10-20  Ian Lance Taylor  <iant@google.com>
6447         * Makefile.def (target_modules): Set lib_path to src/.libs for
6448         libstdc++-v3 module.
6449         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6450         * Makefile.in: Rebuild.
6452 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6454         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6455         (Write After Approval): Remove myself.
6457 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6459         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6461 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6463         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6465 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6467         * configure.ac (build_lto_plugin): New shell variable.
6468         (--enable-lto): Turn on by default for all non-ELF platforms that
6469         have had LTO support added so far.  Set build_lto_plugin appropriately
6470         for both ELF and non-ELF.
6471         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6472         * configure: Regenerate.
6474 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6476         Sync from src:
6477         * configure.ac (v850 support): Remove target-libgloss from
6478         noconfigdirs.
6479         * configure: Regenerate.
6481 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6483         PR bootstrap/45326
6484         PR bootstrap/45174
6485         * configure.ac: Honor initial values of $build_configargs,
6486         $host_configargs, $target_configargs.  Mark the precious, so
6487         environment settings get recorded.
6488         * configure: Regenerate.
6490 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6492         PR bootstrap/45796
6493         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6494         Depend on all-build-libiberty.
6495         * Makefile.in: Regenerate.
6497 2010-09-30  Michael Eager  <eager@eagercon.com>
6499         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6500         * configure: Regenerate.
6502 2010-09-28  Michael Eager  <eager@eagercon.com>
6504         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6506 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6508         PR bootstrap/44621
6509         * configure.ac: Fix unportable shell quoting.
6510         * configure: Regenerate.
6512 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6514         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6515         targets and amend comment.
6516         * configure: Regenerate.
6518 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6520         * MAINTAINERS (Write After Approval): Add myself.
6522 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6524         * configure.ac: Enable LTO by default on Darwin.
6525         * configure: Regenerate.
6527 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6529         * MAINTAINERS (Write After Approval): Add myself.
6531 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6533         * MAINTAINERS (Write After Approval): Add myself.
6535 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6537         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6538         ports
6540 2010-07-28  David Yuste  <david.yuste@gmail.com>
6542         * MAINTAINERS (Write After Approval): Add myself.
6544 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6546         * configure.ac: Support all v850 targets.
6547         * configure: Regenerate.
6549 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6551         PR bootstrap/44455
6552         * configure.ac (extra_mpfr_configure_flags): Copy from
6553         extra_mpc_gmp_configure_flags.
6554         * configure: Re-generated.
6556 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6558         * MAINTAINERS (Write After Approval): Add myself.
6560 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6562         * MAINTAINERS (Write After Approval): Add myself.
6564 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6566         * MAINTAINERS (Write After Approval): Add myself.
6568 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6570         PR target/44862
6571         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6572         Provide -B option to allow for link spec %s substitutions for
6573         libstdc++.a on darwin.
6574         * Makefile.in: Regenerate.
6576 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6578         * MAINTAINERS (Reviewers): Update my e-mail address
6580 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6582         * Makefile.def (configure-gcc): Depend on all-libelf.
6583         * Makefile.in: Rebuild.
6585 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6587         * MAINTAINERS (Write After Approval): Add myself in the right place.
6589 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6591         * MAINTAINERS (Write After Approval): Add myself.
6593 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6595         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6597 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6599         * config.sub: Update to version 2010-05-21.
6600         * config.guess: Update to version 2010-04-03.
6602 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6604         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6605         * configure: Regenerate.
6607 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6609         * MAINTAINERS (Write After Approval): Add myself.
6611 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6613         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6614         a platform that supports LTO.
6615         * configure: Regenerate.
6617 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6619         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6620         * configure: Regenerated.
6622 2010-04-27  Roland McGrath  <roland@redhat.com>
6623             H.J. Lu  <hongjiu.lu@intel.com>
6625         * configure.ac (--enable-gold): Support both, both/gold and
6626         both/bfd to add gold to configdirs without removing ld.
6627         * configure: Regenerated.
6629         * Makefile.def: Add install-gold dependency to install-ld.
6630         * Makefile.in: Regenerated.
6632 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6634         PR lto/42776
6635         * configure.ac (--enable-lto): Refactor handling so libelf tests
6636         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6637         and allow LTO to be explicitly enabled on non-ELF platforms that
6638         are known to support it inside else-clause.
6639         * configure: Regenerate.
6641 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6643         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6644         * configure: Regenerate.
6646 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6648         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6649         * configure: Regenerate.
6651 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6653         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6654         separately.
6655         * configure: Regenerate.
6657 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6659         * MAINTAINERS (Write After Approval): Add myself.
6661 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6663         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6664         * configure: Regenerate.
6666 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6668         * configure: Regenerate after change to elf.m4.
6670 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6672         * MAINTAINERS (Write After Approval): Add myself.
6674 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6676         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6677         * configure: Regenerated.
6679 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6681         * configure.ac: Print "buggy but acceptable" when CLooG
6682         revision is less than 9.
6683         * configure: Regenerated.
6685 2010-04-01  Diego Novillo  <dnovillo@google.com>
6687         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6689 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6691         PR bootstrap/43615
6692         PR bootstrap/43328
6694         Revert:
6696         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6698         * configure.ac: Do not pass --enable-multilib nor
6699         --disable-multilib in baseargs.  Accept explicitly passed
6700         --enable_multilib.
6701         * configure: Regenerate.
6703 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6705         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6707 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6709         * MAINTAINERS: Remove myself.
6711 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6713         PR bootstrap/43328
6714         * configure.ac: Do not pass --enable-multilib nor
6715         --disable-multilib in baseargs.  Accept explicitly passed
6716         --enable_multilib.
6717         * configure: Regenerate.
6719 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6721         * MAINTAINERS (spu port): Remove me.
6723 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6725         * configure.ac (tic6x-*-*): New case.
6726         * configure: Regenerate.
6728 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6730         * config.sub: Update to version 2010-03-22.
6731         * config.guess: Update to version 2009-12-30.
6733 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6735         PR ada/42554
6736         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6737         * configure: Regenerate.
6739 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6741         * MAINTAINERS: Update my email address.
6743 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6745         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6746         (ghassan.shobaki@amd.com): Removed.
6748 2010-03-17  Alan Modra  <amodra@gmail.com>
6750         * MAINTAINERS: Update my email address.
6752 2010-03-16  Diego Novillo  <dnovillo@google.com>
6754         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6755         Matthews.
6757 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6759         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6760         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6762 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6764         * MAINTAINERS: Update my email address.
6766 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6768         * MAINTAINERS: Update my email address.
6770 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6772         * MAINTAINERS: Update my email address.
6774 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6776         * MAINTAINERS: Update my email address.
6778 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6780         PR libstdc++/32499
6781         * configure.ac (RANLIB): Default to true.
6782         (STRIP): Likewise.
6783         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6784         * configure: Regenerate.
6786 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6788         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6789         (Write After Approval): Update my email address.
6791 2010-02-17  Nick Clifton  <nickc@redhat.com>
6793         PR 11238
6794         * Makefile.tpl (local-distclean): Also remove config.cache files in
6795         sub-directories as there may not be Makefiles present in the
6796         sub-directories.
6797         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6798         the config.cache files found by the find command.
6800         * Makefile.in: Regenerate.
6801         * configure.ac: Revert previous delta.
6802         * configure: Regenerate.
6804 2010-02-15  Nick Clifton  <nickc@redhat.com>
6806         PR 11238
6807         * configure.ac: Delete config.cache files in sub-directories when
6808         deleting Makefiles.
6809         * configure: Regenerate.
6811 2010-02-12  Ben Elliston  <bje@gnu.org>
6813         * MAINTAINERS: Update my email address.
6815 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6817         * MAINTAINERS (spu port): Update my email address.
6819 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6821         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6823 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6825         * configure.ac: Add "recommended" version checks for GMP/MPC.
6826         Update recommended GMP/MPFR/MPC versions.
6827         * configure: Regenerate.
6829 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6831         * MAINTAINERS: Move my Embecosm email address into the
6832         write-after-approval section.
6834 2010-01-26  Ian Lance Taylor  <iant@google.com>
6836         * MAINTAINERS: Add myself as Go frontend maintainer.
6838 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6840         PR libstdc++/36101, PR libstdc++/42813
6841         * configure.ac (bootstrap_target_libs): Make inclusion of
6842         target-libgomp conditional on libgomb being in target_configdirs.
6843         * configure: Regenerate.
6845 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6847         PR libstdc++/36101, PR libstdc++/42813
6848         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6849         * configure: Regenerate.
6851 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6853         PR libstdc++/36101, PR libstdc++/42813
6854         * configure.ac (target_configdirs): Substitute.
6855         * Makefile.def: Bootstrap target module libgomp.
6856         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6857         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6858         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6859         * configure, Makefile.in: Regenerate.
6861 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6863         * MAINTAINERS: Adjust my details.
6865 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6867         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6869 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6871         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6873 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6875         * MAINTAINERS (Write After Approval): Add myself.
6877 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6879         * MAINTAINERS (Write After Approval): Add myself.
6881 2010-01-11  Richard Guenther  <rguenther@suse.de>
6883         PR lto/41569
6884         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6885         * Makefile.in: Regenerated.
6887 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6889         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6890         * configure: Regenerate.
6892 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6893             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6895         PR bootstrap/42424
6896         * configure.ac: Include libtool m4 files.
6897         (_LT_CHECK_OBJDIR): Call it.
6898         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6899         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6901         * configure: Regenerate.
6903 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6905         PR bootstrap/41818
6906         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6907         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6908         * Makefile.in: Regenerate.
6910 2010-01-02  Richard Guenther  <rguenther@suse.de>
6912         PR lto/41529
6913         * configure.ac: Include config/elf.m4.  Disable LTO if not
6914         builting for an elf target.
6915         * configure: Regenerate.
6917 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6919         * MAINTAINERS: Change my email address.
6921 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6923         * config.sub, config.guess: Update from upstream sources.
6925 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6927         * MAINTAINERS (Write After Approval): Add myself.
6929 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6931         PR middle-end/30447
6932         PR middle-end/30789
6933         PR other/40302
6935         * configure.ac: Require MPC.
6936         * configure: Regenerate.
6938 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6940         PR target/38384
6941         PR bootstrap/40972
6942         * libtool.m4: Sync from git Libtool.
6943         * ltoptions.m4: Likewise.
6944         * ltversion.m4: Likewise.
6945         * lt~obsolete.m4: Likewise.
6946         * ltmain.sh: Likewise.
6948 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6950         * configure.ac: Update minimum MPC version to 0.8.
6951         * configure: Regenerate.
6953 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6955         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6956         * configure: Regenerated.
6958 2009-11-21  Ian Lance Taylor  <iant@google.com>
6960         * configure.ac: Change default of poststage1_ldflags to be empty if
6961         poststage1_libs is set.  When poststage1_libs is empty, and
6962         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6963         * configure: Rebuild.
6965 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6967         * MAINTAINERS (Write After Approval): Update my email address.
6969 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6971         * config.guess: Update from upstream sources.
6973 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6975         * Makefile.def: Restore host and target settings for gmp.
6976         * Makefile.in: Rebuild.
6978 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6980         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6981         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6982         Fix portability of test of C++ as bootstrap language.  Add
6983         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6984         * configure: Rebuild.
6985         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6986         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6987         in-tree building.
6988         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6989         (POSTSTAGE1_HOST_EXPORTS): Use it.
6990         (STAGE[+id+]_CXXFLAGS): New.
6991         (BASE_FLAGS_TO_PASS): Pass it down.
6992         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6993         extra_exports.
6994         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6995         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6996         extra_exports.
6997         * Makefile.in: Rebuild.
6999 2009-11-17  Ben Elliston  <bje@au.ibm.com>
7001         * config.sub, config.guess: Update from upstream sources.
7003 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7005         * MAINTAINERS (Write After Approval): Add myself.
7007 2009-11-09  Jon Beniston  <jon@beniston.com>
7009         * MAINTAINERS (Write After Approval): Add myself.
7011 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
7013         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
7014         paths for *-w64-mingw* and x86_64-*mingw*.
7015         * configure: Regenerated.
7017 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
7019         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
7021 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
7023         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
7024         Phil Edwards to Write-After Approval.
7026 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
7028         * configure.ac: Disable target-winsup & co for
7029         x86_64-*-mingw* and *-w64-mingw* targets.
7030         * configure: Regenerated.
7032 2009-10-16  Nick Clifton  <nickc@redhat.com>
7034         * MAINTAINERS: Add myself as a maintainer for the RX port.
7036 2009-10-26  Johannes Singler  <singler@kit.edu>
7038         * MAINTAINERS (Write After Approval): Update my e-mail address.
7040 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7042         * configure.ac (CLooG test): Use = with test.
7043         * configure: Regenerate.
7045 2009-10-22  Richard Guenther  <rguenther@suse.de>
7047         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
7048         cloog if the ppl version check failed.  Move flags saving
7049         before setting in libelf check.
7050         * configure: Regenerate.
7052 2009-10-21  Richard Guenther  <rguenther@suse.de>
7054         * configure.ac: Adjust the ppl and cloog configure to work as
7055         documented.  Disable cloog if ppl was disabled.  Omit the version
7056         checks if they were disabled.
7057         * configure: Re-generate.
7059 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7061         * configure.ac: Add 'lto' to enable_languages, not
7062         new_enable_languages, and only if not already present.
7063         * configure: Regenerate.
7065 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
7067         * README: Refer to the various COPYING* files instead of just
7068         COPYING.
7069         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
7071 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
7073         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
7075 2009-10-07  Richard Guenther  <rguenther@suse.de>
7077         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
7078         and Richard Guenther as reviewers.
7079         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
7080         as reviewers.
7082 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
7084         * config.sub: Update from upstream sources.
7086 2009-10-06  Ian Lance Taylor  <iant@google.com>
7088         * Makefile.def: check-gold depends upon all-gas.
7089         * Makefile.in: Rebuild.
7091 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
7093         * MAINTAINERS (Write After Approval): Add myself.
7095 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
7097         * Makefile.def: all-lto-plugin depends on all-libiberty.
7098         set bootstrap=true for lto-plugin.
7099         Add lto-plugin.
7100         * Makefile.in: Regenerate.
7101         * configure.ac (host_libs): Add lto-plugin.
7102         * configure: Regenerate.
7104 2009-10-03  Diego Novillo  <dnovillo@google.com>
7106         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7107         (HOST_LIBELFLIBS): Define.
7108         (HOST_LIBELFINC): Define.
7109         * Makefile.in: Regenerate.
7110         * configure.ac: Add --enable-lto.
7111         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7112         If --enable-lto is used, add 'lto' to new_enable_languages.
7113         If --enable-lto is used and gold is enabled, add
7114         lto-plugin to configdirs.
7115         * configure: Regenerate.
7117 2009-10-03  Simon Baldwin  <simonb@google.com>
7119         * configure.ac: If --with-system-zlib, suppress local zlib and
7120         pass --with-system-zlib to subdir configure scripts.
7121         * configure: Regenerate.
7123 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
7124             Paolo Bonzini  <bonzini@gnu.org>
7126         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7127         $(srcdir).
7128         * Makefile.in: Rebuilt.
7130 2009-09-26  Gary Funck  <gary@intrepid.com>
7132         * MAINTAINERS (Write After Approval): Add myself.
7134 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7136         * configure.ac: Update minimum MPC version to 0.7.
7137         * configure: Regenerate.
7139 2009-09-25  Nick Clifton  <nickc@redhat.com>
7141         * configure.ac: Pass any --cache-file=/dev/null option on to
7142         subconfigures.
7143         * configure: Regenerate.
7145 2009-09-23  Nick Clifton  <nickc@redhat.com>
7147         * config.sub, config.guess: Update from upstream sources.
7149 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
7151         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7152         * Makefile.in: Rebuilt.
7154 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7156         PR bootstrap/32272
7157         * configure.ac: Error out if $srcdir isn't '.' but contains
7158         host-${host_noncanonical}.
7159         * configure: Regenerate.
7161 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7163         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7164         maintainer.
7166 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7168         * configure.ac: If bootstrapping a combined tree with
7169         --enable-gold, require c++ in stage1_languages.
7170         * configure: Regenerate.
7172         * configure.ac: Also add target_libs of stage1_languages to
7173         bootstrap_target_libs.
7174         * configure: Regenerate.
7176         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7177         with --enable-languages not containing c++.
7178         * configure: Regenerate.
7180 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
7182         * configure.ac: Disable java and boehm-gc for bfin-*-*.
7183         * configure: Regenerate.
7185 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
7187         * MAINTAINERS (Write After Approval): Update my e-mail address,
7188         and move from from here...
7189         (Waiting for paperwork): To here.
7191 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
7193         * MAINTAINERS (Reviewers): Add self as driver reviewer.
7195 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7197         * configure.ac: Do not use $extrasub for replacing @if/@endif
7198         parts in Makefile; instead, use additional arguments to
7199         AC_CONFIG_COMMANDS to do the replacement manually, with several
7200         sed invocations, to avoid HP-UX sed command limits.
7201         * configure: Regenerate.
7203 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
7205         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7206         blank before -L.
7208 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
7210         * configure.ac (with-build-config): Document.  Handle without.
7211         Handle missing argument.
7212         * configure: Rebuilt.
7214 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
7216         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
7217         Default to bootstrap-debug only if compare-debug works.
7218         * configure: Rebuilt.
7219         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7220         * Makefile.in: Rebuilt.
7222 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7224         * MAINTAINERS (OS Port Maintainers): Update my email address.
7226 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
7228         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7229         * Makefile.in: Rebuilt.
7231 2009-09-01  Chris Demetriou  <cgd@google.com>
7233         * MAINTAINERS (Write After Approval): Add myself.
7235 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
7237         PR debug/30161
7238         * include/dwarf2.h (enum dwarf_tag): Added
7239         DW_TAG_GNU_template_template_param
7240         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7242 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7244         * Makefile.tpl (AWK): Fix typo.
7245         * Makefile.in: Regenerate.
7247 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7249         * configure.ac: Detect awk and sed.
7250         * Makefile.def (flags_to_pass): Add AWK and SED.
7251         * Makefile.tpl (AWK, SED): New.
7252         (BASE_FLAGS_TO_PASS): Add AWK and SED.
7253         * configure: Regenerate.
7254         * Makefile.in: Regenerate.
7256 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7258         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7259         (collapseslashes): Likewise.
7261 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7263         * configure.ac (AC_PREREQ): Bump to 2.64.
7265 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7267         * configure.ac: Remove --with-datarootdir, --with-docdir,
7268         --with-pdfdir, --with-htmldir switches.
7269         * configure: Regenerate.
7271         * configure: Regenerate.
7273         * compile: Sync from Automake 1.11.
7274         * depcomp: Likewise.
7275         * install-sh: Likewise.
7276         * missing: Likewise.
7277         * mkinstalldirs: Likewise.
7278         * ylwrap: Likewise.
7280 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
7282         * ltmain.sh (func_normal_abspath): New function.
7283         (func_relative_path): Likewise.
7284         (func_mode_help): Document new -bindir option for link mode.
7285         (func_mode_link): Add new -bindir option, and use it to place
7286         output DLL if specified.
7288 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7290         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7291         (baseargs): Add --disable-option-checking.
7292         * configure: Regenerate.
7294         * Makefile.def (configure-target-libiberty): Depend on
7295         all-binutils and all-ld.
7296         (configure-target-newlib): Likewise.
7297         * Makefile.in: Regenerate.
7299 2009-08-17  Ben Elliston  <bje@au.ibm.com>
7301         * config.sub, config.guess: Update from upstream sources.
7303 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7305         Sync from src, merge:
7307         2009-07-02  Tristan Gingold  <gingold@adacore.com>
7309         * configure.ac: Do not exclude gas for i386-*-darwin.
7310         Add a case for x86_64-*-darwin.
7311         * configure: Regenerate.
7313 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
7315         * MAINTAINERS: Add my name to Write After Approval list.
7317 2009-08-06  Michael Eager  <eager@eagercon.com>
7319         * configure.ac: Add Microblaze target.
7320         * configure: Regenerate.
7322 2009-07-31  Christian Bruel  <christian.bruel@st.com>
7324         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7325         * configure: Regenerate.
7327 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
7329         * MAINTAINERS (Write After Approval): Update my e-mail address.
7331 2009-07-06  Ian Lance Taylor  <iant@google.com>
7333         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7334         * configure: Rebuild.
7336 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
7338         * MAINTAINERS: Move myself to the Graphite Reviewers.
7340 2009-06-30  Wei Guozhi  <carrot@google.com>
7342         * MAINTAINERS: Add my name to Write After Approval list.
7344 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
7346         PR bootstrap/40338
7347         * configure.ac (comparestring): Create new variable.
7348         * Makefile.tpl (comparestring): Use to skip some comparisions.
7349         * configure: Regenerate.
7350         * Makefile.in: Regenerate.
7352 2009-06-26  Doug Evans  <dje@sebabeach.org>
7354         * Makefile.def (host_modules): Add cgen.
7355         * Makefile.in: Regenerate.
7356         * configure.ac (host_tools): Add cgen.
7357         * configure: Regenerate.
7359 2009-06-23  DJ Delorie  <dj@redhat.com>
7361         * MAINTAINERS: Add myself as mep maintainer.
7363 2009-06-23  Ian Lance Taylor  <iant@google.com>
7365         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
7366         boot_languages.  Only bootstrap target libraries listed in
7367         target_libs for some boot language.  Add --with-stage1-ldflags,
7368         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
7369         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
7370         if not building with C++.
7371         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7372         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7373         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7374         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7375         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
7376         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7377         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7378         * configure, Makefile.in: Rebuild.
7380 2009-06-23  Li Feng  <nemokingdom@gmail.com>
7382         * MAINTAINERS: Added my name to write-after-approval list.
7384 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
7386         * configure.ac: Define is_elf for QNX Neutrino targets.
7387         * configure: Regenerate.
7389 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7391         * MAINTAINERS: Added my name to the write-after-approval list
7393 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7395         * configure.ac: Detect MPC in default directory.
7396         * configure: Regenerate.
7398 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7399             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7401         * Makefile.tpl (all): Avoid a trailing backslash.
7402         * Makefile.in: Regenerate.
7404 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7406         * config.sub, config.guess: Update from upstream sources.
7408 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7410         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7411         to noconfdirs.
7412         * configure: Regenerate.
7414 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7416         * Makefile.tpl ([+compare-target+]): Compare all stage
7417         directories, rather than just gcc.
7418         * Makefile.in: Rebuilt.
7420 2009-06-01  Doug Kwan  <dougkwan@google.com>
7422         * configure.ac: Support gold for target arm*-*-*.
7423         * configure: Regenerate.
7425 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7427         * Makefile.def: Add MPC support and dependencies.
7428         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7430         * Makefile.in, configure: Regenerate.
7432 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7434         * Makefile.tpl (all): Avoid harmless warning in make all when
7435         gcc-bootstrap is enabled but stage_last does not exist.
7436         * Makefile.in: Rebuilt.
7438 2009-05-24  Nicolas Roche  <roche@adacore.com>
7440         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7441         * Makefile.in: Regenerate.
7443 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7445         * MAINTAINERS: Update my e-mail address.
7447 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7449         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7450         * configure:  Regenerate.
7452 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7454         PR other/40159
7455         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7456         gcc-no-bootstrap are mutually exclusive.
7457         * Makefile.in: Rebuilt.
7459 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7461         PR other/40159
7462         * Makefile.tpl (all): Don't end with unconditional success.
7463         * Makefile.in: Rebuilt.
7465 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7467         PR target/37137
7468         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7469         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7470         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7471         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7472         stage_configureflags, stage_cflags and stage_libcflags into
7473         explicit Makefile macros.
7474         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7475         GFORTRAN.
7476         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7477         CC.  Set CC_FOR_BUILD from CC.
7478         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7479         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7480         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7481         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7482         and GFORTRAN.
7483         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7484         (_LIBCFLAGS): Renamed to _TFLAGS.
7485         (do-compare-debug, do-compare3-debug): Drop.
7486         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7487         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7488         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7489         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7490         (XGCC_FLAGS_FOR_TARGET): New.
7491         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7492         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7493         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7494         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7495         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7496         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7497         TFLAGS.
7498         (BUILD_CONFIG): Include if requested.
7499         (all): Set TFLAGS on bootstrap.
7500         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7501         (all-stageid-prefixmodule): Likewise.
7502         (do-clean, distclean-stageid): Set TFLAGS.
7503         (restrap): Fix whitespace.
7504         * Makefile.in: Rebuilt.
7506 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7508         * config.guess: Sync with src.
7510 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7512         * configure.ac ($with_ppl):  Default to no if not supplied.
7513         ($with_cloog):  Likewise.
7514         configure:  Regenerate.
7516 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7518         * MAINTAINERS: Update my e-mail address.
7520 2009-04-27  Nick Clifton  <nickc@redhat.com>
7522         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7524 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7526         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7527         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7528         * Makefile.in: Regenerate.
7530 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7532         PR bootstrap/39739
7533         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7534         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7536         * configure, Makefile.in: Regenerate.
7538 2009-04-21  Taras Glek  <tglek@mozilla.com>
7540         * include/hashtab.h: Update GTY annotations to new syntax
7541         * include/splay-tree.h: Likewise
7543 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7545         * config.sub, config.guess: Update from upstream sources.
7547 2009-04-15  Anthony Green  <green@moxielogic.com>
7549         * configure.ac: Add moxie support.
7550         * configure: Rebuilt.
7552 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7554         * configure.ac: Change copyright header to refer to version
7555         3 of the GNU General Public License and to point readers at the
7556         COPYING3 file and the FSF's license web page.
7557         * Makefile.def: Likewise.
7558         * Makefile.tpl: Likewise.
7559         * Makefile.in: Regenerate.
7561 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7563         * configure.ac: Restore match for darwin9 or later. Use double
7564         brackets since regeneration eats one pair.
7565         * configure: Regenerate.
7567 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7569         PR gas/10039
7570         * configure.ac: Require texinfo 4.7.
7571         * configure: Regenerated.
7573 2009-04-09  Nick Clifton  <nickc@redhat.com>
7575         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7576         the GCC Runtime Library Exception.
7578 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7580         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7581         * configure: Regenerate.
7583 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7585         * Makefil.def (languages): New entries.
7586         * Makefile.tpl (check-gcc-*): New generic target.
7587         * Makefile.in: Regenerate.
7589 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7591         * MAINTAINERS:  Update my email address.
7593 2009-03-18  Tom Tromey  <tromey@redhat.com>
7595         * configure: Rebuild.
7596         * configure.ac (host_libs): Add libiconv.
7597         * Makefile.in: Rebuild.
7598         * Makefile.def (host_modules): Add libiconv.
7599         (configure-gdb, all-gdb): Depend on libiconv.
7601 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7603         * configure.ac: Treat gdb as supported on x86_64-darwin.
7604         * configure: Regenerate.
7606 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7608         * configure.ac (--with-host-libstdcxx): New option.
7609         * configure: Regenerate.
7611 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7613         * MAINTAINERS:  Move myself into the write after approval list.
7615 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7617         * MAINTAINERS: Update e-mail address.
7619 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7621         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7623 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7625         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7627 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7629         Backport from git Libtool:
7631         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7632         Support GNU/kOpenSolaris.
7633         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7634         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7635         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7636         GNU/kOpenSolaris.
7638 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7640         * MAINTAINERS: Update e-mail address.
7642 2009-02-24  Michael Eager  <eager@eagercon.com>
7644         * MAINTAINERS (Write After Approval): Add self.
7646 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7648         * MAINTAINERS (Write After Approval): Add myself.
7650 2009-02-05  Andreas Schwab  <schwab@suse.de>
7652         * Makefile.tpl (stage_last): Define $r and $s before using
7653         $(RECURSE_FLAGS_TO_PASS).
7654         * Makefile.in: Regenerate
7656 2009-01-30  Ian Lance Taylor  <iant@google.com>
7658         * MAINTAINERS: Move myself to the Global Reviewers list.
7660 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7662         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7663         * configure: Regenerate.
7665 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7667         * MAINTAINERS: Make whitespace consistent.
7668         Remove Robert Millan from Write After Approval.
7670 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7672         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7673         (all-opcodes): Depend on all-libiberty.
7674         * Makefile.in: Regenerate.
7676 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7678         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7679         * configure: Regenerate.
7681 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7683         * MAINTAINERS (Write After Approval): Add myself.
7685 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7687         * MAINTAINERS: Add myself to reviewers (Fortran).
7689 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7691         PR tree-optimization/38515
7692         * configure.ac (cloog-polylib): Removed.
7693         (with_ppl, with_cloog): Test for "no".
7694         * configure: Regenerated.
7696 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7698         * MAINTAINERS: Moved myself to reviewers (Fortran).
7700 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7702         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7703         (Write After Approval): Remove myself.
7705 2009-01-03  Diego Novillo  <dnovillo@google.com>
7707         * MAINTAINERS: Remove myself from alias maintainership.
7709 2009-01-02  David Ayers  <ayers@fsfe.org>
7711         * MAINTAINERS: Update e-mail address.
7713 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7715         * MAINTAINERS: Make whitespace consistent.
7717 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7719         Backport from upstream Libtool:
7720         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7721         Add cache variables to tests that require the linker to work.
7722         For shlibpath_overrides_runpath, this also changes the semantics
7723         to let the result from the C compiler take precedence.
7725 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7727         * config.sub, config.guess: Update from upstream sources.
7729 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7731         * configure.ac (ppllibs): Add by default the lib flags.
7732         * configure: Regenerate.
7734 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7736         * MAINTAINERS:  Add myself to the write after approval list.
7738 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7740         * configure.ac: Add double brackets on darwin[912].
7741         * configure: Regenerate.
7743 2008-12-03  Daniel Kraft  <d@domob.eu>
7745         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7746         Approval to Reviewer section (for Fortran front-end).
7748 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7750         * configure.ac: Expand to darwin10 and later.
7751         * configure: Regenerate.
7753 2008-12-02  Andreas Schwab  <schwab@suse.de>
7755         * Makefile.def: configure-target-boehm-gc depends on
7756         all-target-libstdc++-v3.
7757         * Makefile.in: Regenerate.
7759 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7761         * MAINTAINERS:  Add myself as mingw maintainer.
7763 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7765         * config.sub, config.guess: Update from upstream sources.
7767 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7769         * README.SCO: Remove.
7771 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7773         * MAINTAINERS:  Add myself to the write after approval list.
7775 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7777         * MAINTAINERS:  Update my email address in WAA section.
7779 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7781         * MAINTAINERS: Update e-mail address.
7783 2008-11-27  Toon Moene  <toon@moene.org>
7785         * MAINTAINERS: Change e-mail address.
7787 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7789         * configure.ac: Build gdb for i?86-*-darwin*
7790         * configure: Regenerated.
7792 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7794         * MAINTAINERS: Added my full name.
7796 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7798         PR bootstrap/38014
7799         PR bootstrap/37923
7801         Revert:
7803         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7805         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7806         * Makefile.in: Regenerated.
7808         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7810         PR gdb/921
7811         PR gdb/1646
7812         PR gdb/2175
7813         PR gdb/2176
7815         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7816         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7817         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7818         (HOST_EXPORTS): Pass CPPFLAGS.
7819         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7820         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7821         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7822         * Makefile.in, configure: Regenerated.
7823         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7824         and CPPFLAGS_FOR_BUILD.
7826 2008-11-06  Jeff Law  <law@redhat.com>
7828         * MAINTAINERS: Add myself as middle end maintainer.
7830 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7832         * MAINTAINERS (Write after approval): Add myself.
7834 2008-11-05  Diego Novillo  <dnovillo@google.com>
7836         * MAINTAINERS (Global Reviewers): Add myself.
7837         (Non-Algorithmic Maintainers): Remove myself.
7839 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7841         * MAINTAINERS (Write after approval): Add myself.
7843 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7845         * MAINTAINERS (Write after approval): Add myself.
7847 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7849         * configure.ac (spu-*-*): Remove special case.
7850         * configure: Regenerate.
7852 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7854         * MAINTAINERS (Write after approval): Update my email address.
7856 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7858         * configure.ac [spu-*-*]: Do not set skipdirs.
7859         * configure: Re-generate.
7861 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7863         * MAINTAINERS (Various Maintainers): Add myself to reload.
7865 2008-10-25  Richard Guenther  <rguenther@suse.de>
7867         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7868         maintainer.  Remove myself as libgcc-math maintainer.
7869         (Non-Algorithmic Maintainers): Remove myself.
7871 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7873         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7874         * Makefile.in: Regenerated.
7876 2008-10-23  Cary Coutant  <ccoutant@google.com>
7878         * MAINTAINERS (Write after approval): Add myself.
7880 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7882         PR gdb/921
7883         PR gdb/1646
7884         PR gdb/2175
7885         PR gdb/2176
7887         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7888         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7889         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7890         (HOST_EXPORTS): Pass CPPFLAGS.
7891         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7892         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7893         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7894         * Makefile.in, configure: Regenerated.
7895         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7896         and CPPFLAGS_FOR_BUILD.
7898 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7900         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7901         Sebastian Pop.
7903 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7905         * MAINTAINERS (Write After Approval): Added myself.
7907 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7909         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7910         recommended version to 2.3.2.
7912         * configure: Regenerate.
7914 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7916         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7918 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7920         * MAINTAINERS (Write After Approval): Update e-mail address.
7922 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7924         * libtool.m4: Update to libtool 2.2.6.
7925         * lt~obsolete.m4: Update to libtool 2.2.6.
7926         * ltmain.sh: Update to libtool 2.2.6.
7927         * ltsugar.m4: Update to libtool 2.2.6.
7928         * ltversion.m4: Update to libtool 2.2.6.
7929         * ltoptions.m4: Update to libtool 2.2.6.
7930         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7932 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7934         * MAINTAINERS (Write After Approval): Add myself.
7936 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7938         * MAINTAINERS (Write After Approval): Update my name.
7940 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7942         * MAINTAINERS: Add myself in "Write After Approval".
7944 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7946         * MAINTAINERS: Add myself as ia64 maintainer.
7948 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7950         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7951         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7952         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7953         and Michael Tiemann from Write After Approval since they do not
7954         actually have access.
7956 2008-09-05  Richard Guenther  <rguenther@suse.de>
7958         * configure.ac: Initialize clooglibs to -lcloog.
7959         * configure: Re-generate.
7961 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7963         * MAINTAINERS (Write After Approval): Add myself.
7965 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7967         * configure.ac (--with-cloog-polylib): New.
7968         (--disable-cloog-version-check): New.
7969         (--disable-ppl-version-check): New.
7970         * configure: Re-generate.
7972 2008-09-03  Richard Guenther  <rguenther@suse.de>
7974         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7975         cloog test.
7976         * configure: Re-generate.
7978 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7980         Add picoChip port.
7981         * MAINTAINERS: Add picoChip maintainers.
7983 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7984             Tobias Grosser  <grosser@fim.uni-passau.de>
7985             Jan Sjodin  <jan.sjodin@amd.com>
7986             Harsha Jagasia  <harsha.jagasia@amd.com>
7987             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7988             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7989             Adrien Eliche  <aeliche@isty.uvsq.fr>
7991         Merge from graphite branch.
7992         * configure: Regenerate.
7993         * Makefile.in: Regenerate.
7994         * configure.ac (host_libs): Add ppl and cloog.
7995         Add checks for PPL and CLooG.
7996         * Makefile.def (ppl, cloog): Added modules and dependences.
7997         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7998         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
8000 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8002         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
8003         (GCC_SHLIB_SUBDIR): New.
8004         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
8005         * configure: Regenerate.
8006         * Makefile.in: Regenerate.
8008 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8010         * MAINTAINERS: Consistently use tabs to separate columns.
8012 2008-08-29  Tristan Gingold  <gingold@adacore.com>
8014         * MAINTAINERS (Write after Approval): Add myself.
8016 2008-08-28  Tristan Gingold  <gingold@adacore.com>
8018         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
8019         Enable bfd, binutils and opcodes.
8020         * configure: Regenerate.
8022 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8024         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
8026 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8028         * MAINTAINERS:  Use correct Umlaut for last name.
8030 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8032         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
8034 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
8036         * MAINTAINERS: Update my email address.
8038 2008-08-16  Nicolas Roche  <roche@adacore.com>
8040         * Makefile.tpl: Add BOOT_ADAFLAGS.
8041         * Makefile.in: Regenerate.
8043 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8045         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
8046         * configure: Regenerate.
8048 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
8050         * configure.ac: Add makefile fragments for hpux.
8051         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
8052         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
8053         * configure: Regenerate.
8054         * Makefile.in: Regenerate.
8056 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
8058         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
8060 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
8062         * MAINTAINERS (Write after Approval): Add myself.
8064 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
8066         * MAINTAINERS (Write After Approval):  Add myself.
8068 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
8070         * MAINTAINERS (Write After Approval):  Add myself.
8072 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
8074         * MAINTAINERS: Update my email address.
8076 2008-06-25  Joey Ye  <joey.ye@intel.com>
8078         * MAINTAINERS (Write After Approval):  Add myself.
8080 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8082         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8083         * Makefile.in: Regenerate.
8084         * configure: Regenerate.
8086 2008-06-17  Daniel Kraft  <d@domob.eu>
8088         * MAINTAINERS (Write After Approval):  Add myself.
8090 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8092         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8093         "$@" is still intact with both Autoconf 2.59 and 2.62.
8094         * configure: Regenerate.
8096 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8098         * Makefile.tpl: Fix comment errors.
8099         * Makefile.in: Regenerate.
8101 2008-06-12  David S. Miller  <davem@davemloft.net>
8102             David Edelsohn  <edelsohn@gnu.org>
8104         * configure.ac: Add powerpc*-*-* to gold supported targets.
8105         * configure: Regenerate.
8107 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
8109         PR tree-optimization/36218
8110         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8111         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8112         (all prefix="build-"): Pass them to build-system sub-makes.
8113         * Makefile.in: Regenerate.
8115 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
8117         * MAINTAINERS (mt port): Remove.
8118         (sco5, unixware, sco udk): Remove.
8119         (Kean Johnston): Add to Write After Approval.
8121 2008-05-30  Julian Brown  <julian@codesourcery.com>
8123         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8124         of libobjc for ARM EABI Linux.
8125         * configure: Regenerate.
8127 2008-05-18  Xinliang David Li   <davidxl@google.com>
8129         * ChangeLog: Remove wrong ChangeLog entry.
8131 2008-05-17  Xinliang David Li   <davidxl@google.com>
8133         * MAINTAINERS (Write After Approval): Add myself.
8135 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
8137         * MAINTAINERS (Write After Approval): Add myself.
8139 2008-05-14  Rafael Espíndola  <espindola@google.com>
8141         * config-ml.in: don't handle --enable-shared and --enable-static.
8143 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
8145         * MAINTAINERS: Update my email address.
8147 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
8149         * MAINTAINERS: Update my email address.
8151 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
8153         * MAINTAINERS (Write After Approval): Add myself.
8155 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
8157         * MAINTAINERS (Write After Approval): Add myself.
8159 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
8161         * MAINTAINERS (crx): Add myself.
8163 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8165         Sync with src:
8166         2008-04-14  David S. Miller  <davem@davemloft.net>
8168         * configure.ac: Add sparc*-*-* to gold supported targets.
8169         * configure: Regenerate.
8171 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8173         PR bootstrap/35457
8174         * configure.ac: Include override.m4.
8175         * configure: Regenerate.
8177 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8179         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8180         * Makefile.in: Regenerate.
8182 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
8184         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
8185         as nonconfigurable directories list.
8186         * configure: Regenerate.
8188 2008-04-14  Ben Elliston  <bje@au.ibm.com>
8190         * config.sub, config.guess: Update from upstream sources.
8192 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
8194         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8195         * Makefile.in: Regenerate.
8197 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
8199         * configure.ac: Do not build libssp for the AVR.
8200         * configure: Regenerate.
8202 2008-04-07  Ian Lance Taylor  <iant@google.com>
8204         * Makefile.def: check-gold depends upon all-binutils.
8205         * Makefile.in: Regenerate.
8207 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
8209         * MAINTAINERS (Write After Approval): Add myself.
8211 2008-04-04  Nick Clifton  <nickc@redhat.com>
8213         PR binutils/4334
8214         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8215         builds.
8216         * configure: Regenerate.
8218 2008-04-04  NightStrike  <NightStrike@gmail.com>
8220         PR other/35151
8221         * configure.ac: Combine rules for mingw32 and mingw64.
8222         * configure: Regenerate.
8224 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
8226         * MAINTAINERS (Write After Approval): Add myself.
8228 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
8230         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8231         * Makefile.in (.NOTPARALLEL): Ditto.
8233 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
8235         * MAINTAINERS (Write After Approval): Add myself.
8237 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
8239         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8240         * Makefile.in (.NOTPARALLEL): Regenerate.
8242 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
8244         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8245         * Makefile.in: Regenerate.
8247 2008-03-26  Jakub Staszak  <kuba@et.pl>
8249         * MAINTAINERS (Write After Approval): Add myself.
8251 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8253         * MAINTAINERS:  Update e-mail address.
8255 2008-03-20  Ian Lance Taylor  <iant@google.com>
8257         * configure.ac: Add support for --enable-gold.
8258         * Makefile.def: Add gold as a directory like ld.
8259         * configure, Makefile.in: Regenerate.
8261 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8263         * configure.ac: m4_include config/proginstall.m4.
8264         * configure: Regenerate.
8266         Backport from upstream Libtool:
8268         2007-10-12  Eric Blake  <ebb9@byu.net>
8270         Deal with Autoconf 2.62's semantic change in m4_append.
8271         * ltsugar.m4 (lt_append): Replace broken versions of
8272         m4_append.
8273         (lt_if_append_uniq): Don't require separator to be overquoted,
8274         and avoid broken m4_append.
8275         (lt_dict_add): Fix typo.
8276         * libtool.m4 (_LT_DECL): Don't overquote separator.
8278 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
8280         * config.rpath: Add AIX 6 support.
8282 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
8284         * Makefile.def (stageprofile).  Remove -fprofile-generate
8285         from stage_libcflags.
8286         * Makefile.in: Regenerate.
8288 2008-03-13  Ben Elliston  <bje@au.ibm.com>
8290         * config.sub, config.guess: Update from upstream sources.
8292 2008-03-06  Tom Tromey  <tromey@redhat.com>
8294         * MAINTAINERS: Update for treelang deletion.
8296 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
8298         * MAINTAINERS: Update my email address.
8300 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
8302         * MAINTAINERS (darwin port): Add myself as a maintainer.
8303         (objective-c/c++): Add myself as a maintainer.
8305 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
8307         * MAINTAINERS (Write After Approval): Update my email address.
8309 2008-02-25  Tomas Bily  <tbily@suse.cz>
8311         * MAINTAINERS (Write After Approval): Add myself.
8313 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
8315         * MAINTAINERS (OpenMP): Add myself.
8317 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
8319         PR bootstrap/32009
8320         PR bootstrap/32161
8322         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8323         * configure: Regenerate.
8325         * Makefile.def: Define stage_libcflags for all bootstrap stages.
8326         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8327         STAGE4_LIBCFLAGS): New.
8328         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8329         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8330         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8331         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8332         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8333         for target modules.  Don't export LIBCFLAGS.
8334         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8335         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8336         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8337         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8338         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8339         * Makefile.in: Regenerate.
8341 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8343         PR libgcj/33085
8344         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8345         Do not use -DDLL_EXPORT.  Backport from upstream.
8347 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8349         * MAINTAINERS (Write After Approval): Add myself.
8351 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
8353         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8354         * configure: Regenerate.
8356 2008-01-31  Marc Gauthier  <marc@tensilica.com>
8358         * configure.ac (xtensa*-*-*): Recognize processor variants.
8359         * configure: Regenerate.
8361 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8363         PR bootstrap/34922
8364         * configure.ac (PARSE_ARGS): Push suitable setting of
8365         ac_subdirs_all, for `./configure --help=recursive'.
8366         Handle `+' in generic toplevel directory disabling.
8367         * configure: Regenerate.
8369 2008-01-28  Nick Clifton  <nickc@redhat.com>
8371         * MAINTAINERS (xstormy16): Take over maintainership.
8373 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
8375         * MAINTAINERS (c4x port): Remove.
8377 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
8379         * libtool.m4: Backport AIX 6 support from ToT Libtool.
8381 2008-01-23  Ben Elliston  <bje@au.ibm.com>
8383         * config.sub, config.guess: Update from upstream sources.
8385 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
8387         * MAINTAINERS (Write After Approval): Add myself.
8389 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8391         * MAINTAINERS: Update my email address.
8393 2008-01-09  Raksit Ashok  <raksit@google.com>
8395         * MAINTAINERS (Write After Approval): Add myself.
8397 2008-01-09  Raksit Ashok  <raksit@google.com>
8399         * MAINTAINERS (Write After Approval): Add myself.
8401 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8403         * config.sub, config.guess: Update from upstream sources.
8405 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8407         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8408         Change recommended MPFR from 2.2.1 -> 2.3.0.
8409         * configure: Regenerate.
8411 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8413         * MAINTAINERS: Update my email address.
8415 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8417         * MAINTAINERS: Update my email address.
8419 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8421         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8422         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8423         * Makefile.in: Regenerate.
8425 2007-12-10  Mark Heffernan  <meheff@google.com>
8427         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8428         misplaced entries.
8430 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8432         * configure.ac: Enable libjava for x86_64-*-darwin9.
8433         * configure: Regenerate.
8435 2007-12-07  Bill Maddox  <maddox@google.com>
8437         * MAINTAINERS (Write After Approval): Add myself.
8439 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8441         * config.sub, config.guess: Update from upstream sources.
8443 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8445         * config-ml.in: Remove 64bit configure tests.
8447 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8449         * config-ml.in: Robustify against white space in absolute file
8450         names.
8452         * config-ml.in (multi-clean): Substitute ${Makefile}.
8453         Remove superfluous ${Makefile} in list.
8455 2007-11-19  Thiemo Seufer  <ths@mips.com>
8457         * config-ml.in: Don't hardcode the Makefile name.
8459 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8461         * MAINTAINERS (Write After Approval): Add myself.
8463 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8465         * MAINTAINERS (Write After Approval): Add myself.
8467 2007-11-06  Doug Kwan  <dougkwan@google.com>
8469         * MAINTAINERS (Write After Approval): Add myself.
8471 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8473         * MAINTAINERS (mercury): Remove entry.
8474         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8476 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8478         * Makefile.def (dependencies): Make configure-gdb depend on
8479         all-intl.
8480         * Makefile.in: Regenerated.
8482 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8484         * MAINTAINERS (Fortran maintainer): Remove myself.
8486 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8488         * Makefile.def: To avoid problems running with parallel makes,
8489         build newlib before libgloss so that target specific header
8490         files are availble.
8491         * Makefile.in: Regenerate
8493 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8495         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8496         * Makefile.in: Regenerate.
8498 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8500         * MAINTAINERS (Register allocation reviewer): Add myself.
8502 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8504         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8505         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8506         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8507         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8508         * configure: Regenerate.
8510 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8512         * MAINTAINERS (Register allocation reviewer): Add myself.
8514 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8516         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8517         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8518         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8519         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8520         * configure.ac: Default them to host tools for $host = $build.
8521         Subst them.
8523         * configure: Regenerate.
8524         * Makefile.in: Regenerate.
8526 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8528         * MAINTAINERS (Register allocation reviewer): Add myself.
8530 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8532         * MAINTAINERS (Register allocation reviewer): Add myself.
8534 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8536         * MAINTAINERS (Write After Approval): Fix typo.
8538 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8540         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8541         * configure: Regenerate.
8543 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8545         PR bootstrap/31906
8546         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8547         they're already prefixed.
8549 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8551         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8552         libstdc++.
8553         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8554         * configure: Regenerate.
8555         * Makefile.in: Regenerate.
8557 2007-09-17  Andreas Schwab  <schwab@suse.de>
8559         * configure.ac: Raise minimum makeinfo version to 4.6.
8560         * configure: Regenerate.
8562 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8564         * MAINTAINERS (write-after-approval) add myself
8566 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8568         * configure.ac: Correct makeinfo version check.
8569         * configure: Regenerate.
8571 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8573         * MAINTAINERS: Update my email address.
8575 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8577         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8578         to $skipdirs and only disable gprof for newlib.  Use the normal
8579         mips*-elf* handling in other respects.
8580         * configure: Regnerate.
8582 2007-09-12  David Daney  <ddaney@avtrex.com>
8584         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8585         enabling libgcj.
8586         * configure: Regenerate.
8588 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8590         PR other/32154
8591         * configure.ac: For libgloss targets, point the linker to the linker
8592         script, startup code and simulator library.
8593         * configure: Regenerate.
8595 2007-09-07  Andrew Haley  <aph@redhat.com>
8597         * configure.ac (noconfigdirs): Remove target-libffi and
8598         target-libjava.
8599         * configure: Regenerate.
8601 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8603         PR target/33281
8604         * configure.ac: Use config/mh-mingw on mingw.
8605         * configure: Regenerate.
8607 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8609         * MAINTAINERS (Write After Approval): Add myself.
8611 2007-09-05  Richard Guenther  <rguenther@suse.de>
8613         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8614         nor --disable-checking is provided also turn on yes and types
8615         checking for stage1.
8616         * configure: Re-generate.
8618 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8620         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8621         (Write After Approval): Remove myself.
8623 2007-08-29  Nick Clifton  <nickc@redhat.com>
8625         * config.sub, config.guess: Update from upstream sources.
8627 2007-08-22  Bud Davis  <jmdavis@link.com>
8629         * MAINTAINERS (Write After Approval): Added myself.
8630         * MAINTAINERS (Reviewers): Removed myself.
8632 2007-08-18  Paul Brook  <paul@codesourcery.com>
8633             Joseph Myers  <joseph@codesourcery.com>
8635         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8636         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8637         * Makefile.in: Regenerate.
8638         * configure.ac (--with-debug-prefix-map): New.
8639         * configure: Regenerate.
8641 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8642             Nigel Stephens  <nigel@mips.com>
8644         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8645         as target_makefile_frag.
8646         * configure: Regenerate.
8648 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8650         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8651         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8652         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8653         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8654         (do-compare, do-compare3, do-compare-debug): New.
8655         ([+compare-target+]): Use them.
8657 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8659         * MAINTAINERS (Write After Approval): Change my email address.
8661 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8662             Ben Elliston  <bje@au.ibm.com>
8664         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8665         --silent if $silent.
8666         * configure: Regenerate.
8668 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8670         * MAINTAINERS (Various Maintainers): Add myself as
8671         loop infrastructure maintainer.  Update my e-mail
8672         address.
8674 2007-07-31  Diego Novillo  <dnovillo@google.com>
8676         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8677         Adjust description.
8679 2007-07-26  Richard Guenther  <rguenther@suse.de>
8681         * configure.ac: Add types checking to stage1 checking flags.
8682         * configure: Regenerate.
8684 2007-07-17  Nick Clifton  <nickc@redhat.com>
8686         * COPYING3: New file.  Contains version 3 of the GNU General
8687         Public License.
8688         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8689         Lesser General Public License.
8691 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8693         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8695 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8697         * MAINTAINERS (S/390 co-maintainer): Add myself.
8698         (Write After Approval): Remove myself.
8700 2007-07-13  Dan Hipschman  <dsh@google.com>
8702         * MAINTAINERS (Write After Approval): Add myself.
8704 2007-07-11  Nick Clifton  <nickc@redhat.com>
8706         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8707         WINDRES export.
8708         * Makefile.in: Regenerate.
8710 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8712         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8713         maintainer.
8715 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8717         * lt~obsolete.m4: New. Import from 20070318 libtool.
8719 2007-07-03  Julian Brown  <julian@codesourcery.com>
8721         * MAINTAINERS (Write After Approval): Add myself.
8723 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8725         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8726         * configure: Regenerate.
8728 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8730         * configure.ac: Add some missing m4 quotation.
8731         * configure: Regenerate.
8733 2007-07-02  Simon Baldwin  <simonb@google.com>
8735         * MAINTAINERS (Write After Approval): Add myself.
8737 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8739         * configure: Regenerate.
8741 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8743         * Makefile.def: Add windmc tool to build.
8744         * Makefile.tpl: Likewise.
8745         * configure.ac: Likewise.
8746         * Makefile.in: Regenerate.
8747         * configure: Regenerate.
8749 2007-06-28  DJ Delorie  <dj@redhat.com>
8751         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8752         not building newlib.
8753         * configure: Regenerated.
8755 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8757         * MAINTAINERS (Write After Approval): Add myself.
8759 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8761         * MAINTAINERS (Write After Approval): Add myself.
8763 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8765         * MAINTAINERS (Write After Approval): Add myself.
8767 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8769         * MAINTAINERS (Write After Approval): Add myself.
8771 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8773         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8774         * Makefile.in: Regenerated.
8776 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8778         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8779         bfin*-*-uclinux* targets.
8780         * configure: Regenerate.
8782 2007-06-14  Ian Lance Taylor  <iant@google.com>
8784         * MAINTAINERS: Add myself as non-algorithmic global write
8785         maintainer.
8787 2007-06-14  Diego Novillo  <dnovillo@google.com>
8789         * MAINTAINERS: Add self as middle-end maintainer and
8790         non-algorithmic global write maintainer.
8792 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8794         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8795         Move all Fortran maintainers except Paul Brook into the
8796         Non-Autopoiesis section.
8798 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8800         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8801         (distclean-stage[+id+]): Possibly delete stage_last.
8802         * Makefile.in: Regenerate.
8804 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8806         * MAINTAINERS (Various Maintainer): Fix typo.
8808 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8810         * MAINTAINERS (Various Maintainer): Add myself as
8811         dataflow maintainer.
8813 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8815         * config.sub, config.guess: Update from upstream sources.
8817 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8819         * Makefile.tpl: Fix spelling error.
8820         * Makefile.in: Regenerate.
8822 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8824         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8825         lt_cv_sys_max_cmd_len.
8827 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8829         * MAINTAINERS (Various Maintainers): Add myself as
8830         auto-vectorizer maintainer.
8832 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8834         PR libjava/32098
8835         * libtool.m4: Revert previous change.
8836         * ltgcc.m4: Put it here.
8838 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8840         * MAINTAINERS (Various Maintainers): Add myself as
8841         auto-vectorizer maintainer.
8843 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8845         PR libjava/32098
8846         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8848 2007-05-30  Richard Guenther  <rguenther@suse.de>
8850         * MAINTAINERS (Various Maintainers): Add myself as
8851         auto-vectorizer maintainer.
8853 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8855         PR bootstrap/29382
8856         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8857         * configure: Rebuilt.
8859 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8861         * MAINTAINERS (Write After Approval): Removed my name.
8863 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8865         * MAINTAINERS (Write After Approval): Remove myself.
8867 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8869         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8871 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8873         * ltmain.sh: Update from ToT Libtool.
8874         * libtool.m4: Update from ToT Libtool.
8875         * ltsugar.m4: New. Update from ToT Libtool.
8876         * ltversion.m4: New. Update from ToT Libtool.
8877         * ltoptions.m4: New. Update from ToT Libtool.
8878         * ltconfig: Remove.
8879         * ltcf-c.sh: Remove.
8880         * ltcf-cxx.sh: Remove.
8881         * ltcf-gcj.sh: Remove.
8883 2007-05-22  Ollie Wild  <aaw@google.com>
8885         * MAINTAINERS (Write After Approval): Add myself.
8887 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8889         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8890         stage_cflags.
8891         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8892         Remove CFLAGS/LIBCFLAGS.
8893         (configure-stage[+id+]-[+prefix+][+module+],
8894         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8895         * Makefile.in: Regenerate.
8897 2007-05-15  Diego Novillo  <dnovillo@google.com>
8899         * MAINTAINERS: Update e-mail address.
8901 2007-05-15  Revital Eres  <eres@il.ibm.com>
8903         * MAINTAINERS (Write After Approval): Add myself.
8905 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8907         * MAINTAINERS (Write After Approval): Updated my address.
8909 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8911         * MAINTAINERS (Write After Approval): Add myself.
8913 2007-05-11  Silvius Rus  <rus@google.com>
8915         * MAINTAINERS (Write After Approval): Add myself.
8917 2007-04-23  Tom Tromey  <tromey@redhat.com>
8919         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8921 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8923         * MAINTAINERS (cpplib): Rename to ...
8924         (libcpp): ... this.  Add C/C++ front end maintainers.
8926 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8928         * config-ml.in: Pass ${ml_config_env} to configure calls.
8930 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8932         * MAINTAINERS (Write After Approval): Add myself.
8934 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8936         * MAINTAINERS (Write After Approval): Add myself.
8938 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8940         * MAINTAINERS (fortran 95 front end): Add myself.
8942 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8944         * MAINTAINERS (Write After Approval): Add myself.
8946 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8948         * MAINTAINERS (Modulo Scheduler): Add myself.
8950 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8952         * MAINTAINERS (fortran 95 front end): Add myself.
8953         (c++ front end): whitespace fix.
8955 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8957         * MAINTAINERS (Write After Approval): Add myself.
8959 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8961         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8962         of glob.  Quote arguments with single quotes too.
8963         * configure: Regenerate.
8965 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8967         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8968         * Makefile.in: Regenerate
8970 2007-03-07  Andreas Schwab  <schwab@suse.de>
8972         * configure: Regenerate.
8974 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8976         * configure.ac: Add "--with-pdfdir" configure option,
8977         which defines pdfdir variable.
8978         * Makefile.def (target=fixincludes): Add install-pdf to
8979         missing targets.
8980         (recursive_targets): Add install-pdf target.
8981         (flags_to_pass): Add pdfdir.
8982         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8983         target.
8984         * configure: Regenerate
8985         * Makefile.in: Regenerate
8987 2007-02-28  Eric Christopher  <echristo@apple.com>
8989         Revert:
8990         2006-12-07  Mike Stump  <mrs@apple.com>
8992         * Makefile.def (dependencies): Add dependency for
8993         install-target-libssp and install-target-libgomp on
8994         install-gcc.
8995         * Makefile.in: Regenerate.
8997 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8999         * configure: Regenerate.
9000         * configure.ac: Move statements after variable declarations.
9002 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
9004         * MAINTAINERS: Add myself as sh maintainer.
9006 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
9008         * configure.ac: Adjust for loop syntax.
9009         * configure: Regenerate.
9011 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9013         * configure: Rebuilt.
9015 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9017         * configure.ac: Drop multiple occurrences of --enable-languages,
9018         and fix its quoting.
9019         * configure: Rebuilt.
9021 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
9022             Nathan Sidwell  <nathan@codesourcery.com>
9023             Vladimir Prus  <vladimir@codesourcery.com>
9024             Joseph Myers  <joseph@codesourcery.com>
9026         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
9027         * configure: Regenerate.
9029 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
9031         * ltconfig (freebsd*): Default to elf.
9033 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9035         * configure.ac (target_libraries): Move libgcc before libiberty.
9036         * configure: Regenerated.
9038 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9039             Paolo Bonzini  <bonzini@gnu.org>
9041         PR bootstrap/30753
9042         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
9043         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
9044         * configure: Regenerated.
9046 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
9048         * MAINTAINERS (Language Front End Maintainers): Update my mail
9049         address.
9051 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9053         PR bootstrap/30748
9054         * configure.ac: Correct syntax for Solaris ksh.
9055         * configure: Regenerated.
9057 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9059         * configure.ac: Sync with src.
9060         * configure: Regenerate.
9062 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9064         * Makefile.in: Regenerate.
9066 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9068         * config.sub: Sync with src.
9070 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9072         * Makefile.tpl (build_alias, host_alias, target_alias): Use
9073         noncanonical equivalents.
9074         * configure.in: Rename to...
9075         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
9076         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
9077         target_noncanonical.  Use them.  Rewrite removal of configure
9078         arguments for autoconf 2.59.  Discard variable settings.  Force
9079         program_transform_name for native tools.
9081         * Makefile.in: Regenerated.
9082         * configure: Regenerated with autoconf 2.59.
9084 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
9086         * MAINTAINERS (Write After Approval): Add myself.
9088 2007-01-31  Andreas Schwab  <schwab@suse.de>
9090         * Makefile.tpl (LDFLAGS): Substitute it.
9091         * Makefile.in: Regenerate.
9093 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
9095         * MAINTAINERS (Write After Approval): Add myself.
9097 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
9099         * MAINTAINERS (spu port): Add myself.
9101 2007-01-23  Richard Guenther  <rguenther@suse.de>
9103         PR bootstrap/30541
9104         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9105         * Makefile.tpl (GNATBIND): Substitute it.
9106         (GNATMAKE): Likewise.
9107         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9108         of STAGE_PREFIX.
9109         * Makefile.in: Regenerate.
9110         * configure: Regenerate.
9112 2007-01-18  Mike Stump  <mrs@apple.com>
9114         * configure.in: Re-enable -Werror for gcc builds.
9116 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
9118         * MAINTAINERS (Write After Approval): Add myself.
9120 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9122         * configure.in: Change == to = in test command.
9123         * configure: Regenerate.
9125 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9126             Nick Clifton  <nickc@redhat.com>
9127             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
9129         * configure.in (build_configargs, host_configargs, target_configargs):
9130         Remove build/host/target parameters.
9131         (host_libs): Add gmp and mpfr.
9132         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9133         * Makefile.def (gmp, mpfr): New.
9134         (gcc): Remove target.
9135         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9136         target_os, target_vendor): New.
9137         (configure): Add host_alias/target_alias arguments; adjust invocations.
9138         * configure: Regenerate.
9139         * Makefile.in: Regenerate.
9141 2007-01-11  Matt Fago  <fago@earthlink.net>
9143         * configure.in: Try to link to functions only in mpfr 2.2.x
9144         to improve robustness of configure tests.
9145         * configure: Regenerate.
9147 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
9149         * MAINTAINERS: Add myself as i386 maintainer.
9151 2007-01-08  Jan Hubicka  <jh@suse.cz>
9153         * MAINTAINERS: Add myself as i386 maintainer.
9155 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
9157         * configure.in: Add support for an x86_64-mingw* target.
9158         * configure: Regenerate.
9160 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
9162         * Makefile.tpl (all-target): Correct @if conditional for target
9163         modules.
9164         * configure.in: Omit libiberty if building only target libgcc.
9165         * configure, Makefile.in: Regenerated.
9167 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
9169         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
9170         * configure: Regenerate.
9172 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9174         * Makefile.def (target_modules): Add libgcc.
9175         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
9176         * Makefile.tpl (clean-target-libgcc): Delete.
9177         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9178         on gcc even for bootstrapped modules.  Rewrite handling of
9179         lang_env_dependencies to loop over target_modules.
9180         * configure.in (target_libraries): Add target-libgcc.
9181         * Makefile.in, configure: Regenerated.
9183 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9185         * configure.in: Reorganize recognition of languages.  Add
9186         --enable-stage1-languages.  Show supported languages for the chosen
9187         target rather than all recognized languages.
9188         * configure: Regenerate.
9190 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9192         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9193         * Makefile.in: Regenerate.
9195 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9197         * configure.in: Warn that MPFR 2.2.0 is buggy.
9198         * configure: Regenerate.
9200 2006-12-27  Ian Lance Taylor  <iant@google.com>
9202         * configure.in: When removing Makefiles to force a reconfigure, also
9203         remove prev-DIR*/Makefile.
9204         * configure: Regenerate.
9206 2006-12-22  Andreas Schwab  <schwab@suse.de>
9208         * configure: Regenerate with correct autoconf version.
9210 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
9212         * configure.in: add AC_SUBST for *_FOR_TARGET.
9213         * configure: Regenerate.
9215 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9217         * configure.in: Simplify logic for rejecting languages that cannot
9218         be built.  Separate the case when a language is unsupported,
9219         from the case when the user chooses not to build a language.
9221 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9223         * configure.in: Remove "$build" case for powerpc-*-darwin* since
9224         it only affects bootstrap and could be tested on "$host" as well.
9225         * configure: Regenerate.
9226         * config/mh-ppc-darwin: Add to the stage1 cflags here.
9228 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9230         PR bootstrap/29544
9231         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9232         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9233         move here comment from Makefile.tpl.
9234         * Makefile.tpl: Move some definitions higher in the file.
9235         (STAGE1_CHECKING): New.
9236         * configure.in: Add --enable-stage1-checking.
9237         * configure: Regenerate.
9238         * Makefile.in: Regenerate.
9240 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9242         * MAINTAINERS: Add myself as build system maintainer.
9244 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
9246         * MAINTAINERS (Write After Approval): Add myself.
9248 2006-12-13  Eric Christopher  <echristo@apple.com>
9250         * MAINTAINERS: Add myself as darwin maintainer.
9252 2006-12-11  Ian Lance Taylor  <ian@airs.com>
9254         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9256 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
9258         MAINTAINERS: Update my entry.
9260 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
9262         * configure.in:  Handle spu makefile frag.
9263         * Makefile.tpl (MAINT): Define
9264         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9265         * configure: Regenerate.
9266         * Makefile.in: Regenerate.
9268 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9270         * config.guess: Import latest version.
9271         * config.sub: Likewise.
9273 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9275         * configure.in (spu-*-*): Don't skip target-libiberty.
9276         * configure: Regenerate.
9278 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
9280         PR bootstrap/30134
9281         * configure.in: Correct x86 darwin support for libjava to powerpc
9282         and i?86 only.
9283         * configure: Regenerate.
9285 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
9287         * configure.in: Add x86 darwin support for libjava.
9288         * configure: Regenerate.
9290 2006-12-07  Mike Stump  <mrs@apple.com>
9292         * Makefile.def (dependencies): Add dependency for
9293         install-target-libssp and install-target-libgomp on
9294         install-gcc.
9295         * Makefile.in: Regenerate.
9297 2006-12-04  Richard Guenther  <rguenther@suse.de>
9299         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9300         (Non-Algorithmic Maintainers): Move over non-algorithmic
9301         loop optimizer maintainers, add myself as a non-algorithmic
9302         middle-end maintainer.
9304 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
9306         * MAINTAINERS (Write After Approval): Add myself.
9308 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9310         * configure.in: Update error message for missing GMP/MPFR.
9312         * configure: Regenerate.
9314 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9316         * configure.in: Update MPFR version in error message.
9318         * configure: Regenerate.
9320 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9322         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9323         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9324         --with-gmp-lib): New flags.
9326         * configure: Regenerate.
9328 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
9330         * MAINTAINERS (Write After Approval): Change my email address.
9332 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9334         * MAINTAINERS (Write After Approval): Add myself.
9336 2006-11-22  Philipp Thomas  <pth@suse.de>
9338         * MAINTAINERS (i18n): Update e-mail address.
9340 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9342         * MAINTAINERS (spu port): Add myself as maintainer.
9343         (Write After Approval): Remove myself.
9345 2006-11-22  Ben Elliston  <bje@au.ibm.com>
9347         * configure.in (skipdirs): Don't build libssp for SPU.
9348         * configure: Regenerate.
9350 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9352         * MAINTAINERS (spu port): Add myself as maintainer.
9353         (libobjc): Update my email address.
9355 2006-11-21  Andrea Bona  <andrea.bona@st.com>
9357         * MAINTAINERS (Write After Approval): Add myself.
9359 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9361         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9362         * configure : Rebuilt.
9364 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9366         * MAINTAINERS (Write After Approval): Add myself.
9368 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
9370         * MAINTAINERS (Write After Approval): Add myself.
9372 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9374         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9375         libmpfr.a.
9376         * configure: Regenerate.
9378 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9380         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9381         (unstage): Test for stage_last presence.
9383         PR bootstrap/29802
9384         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9385         STAGE_PREFIX.
9386         * Makefile.in: Regenerate.
9388 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9390         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9391         maintainers.
9393 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9395         * MAINTAINERS (Write After Approval): Add myself.
9397 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9399         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9400         and stageN-package/Makefile.
9401         * Makefile.in: Regenerated.
9403 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9405         * configure.in: Remove target-libgloss from noconfigdirs for
9406         bfin-*-*.
9407         * configure: Regenerated.
9409 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9411         * configure.in (have_gmp): Only error if the gcc directory exists.
9413         * configure: Regenerate.
9415 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9417         * configure.in: Robustify error message for missing GMP/MPFR.
9419         * configure: Regenerate.
9421 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9423         * MAINTAINERS (Write After Approval): Add myself.
9425 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9427         * MAINTAINERS: Change email address.
9429 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9431         * MAINTAINERS (Write After Approval): Add myself.
9433 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9435         * MAINTAINERS (Write After Approval): Add myself.
9437 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9439         * MAINTAINERS (Write After Approval): Move myself to
9440         Write After Approval section.
9442 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9444         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9445         need_gmp anymore.
9446         * configure: Regenerate.
9448 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9450         * MAINTAINERS (Write After Approval): Add myself.
9452 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9454         * config.guess: Import latest version.
9455         * config.sub: Likewise.
9457 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9459         * Makefile.def: Added pdf target handling.
9460         * Makefile.tpl: Added pdf target handling.
9461         * Makefile.in: Regenerated.
9463 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9465         * MAINTAINERS: Add self as score port maintainer.
9467 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9469         * MAINTAINERS (Write After Approval): Add myself.
9471 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9473         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9474         or newer.
9475         * configure: Regenerated.
9477 2006-09-27  Dave Brolley  <brolley@redhat.com>
9479         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9480         using $s instead of $r.
9481         * configure: Regenerated.
9483 2006-09-26  Thiemo Seufer  <ths@mips.com>
9485         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9486         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9487         * configure: Regenerate.
9489 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9491         * MAINTAINERS (Write After Approval): Remove myself.
9493 2006-09-22  Chao-ying Fu  <fu@mips.com>
9495         * MAINTAINERS (Write After Approval): Add myself.
9497 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9499         * MAINTAINERS: Add self as soft-fp maintainer.
9501 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9503         * MAINTAINERS: Add myself as avr maintainer.
9504         Remove Marek Michalkiewicz as avr maintainer.
9506 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9508         * MAINTAINERS (Write After Approval): Add myself.
9510 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9512         * configure.in: Never build newlib for a Mingw host.
9513         Never build newlib as Mingw target library.
9514         Test the existence of winsup/cygwin for building a Cygwin newlib,
9515         rather than just winsup.
9516         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9517         building a Mingw target.
9518         * configure: Regenerate.
9520 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9522         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9524 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9526         * config.guess: Import from src (was more updated).
9527         * config.sub: Likewise.
9529 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9531         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9532         * configure: Regenerated.
9534 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9536         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9537         for stages after the first.
9539 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9541         * Makefile.def: Add dependencies for configure-opcodes
9542         on configure-intl and all-opcodes on all-intl.
9543         * Makefile.in: Regenerated.
9545 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9547         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9549 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9551         Port to hosts whose 'sort' and 'tail' implementations
9552         treat operands with leading '+' as file names, as POSIX
9553         has required since 2001.  However, make sure the code still
9554         works on pre-POSIX hosts.
9555         * ltmain.sh: Don't assume "sort +2" is equivalent to
9556         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9558 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9560         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9562 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9564         * ltconfig: chmod 644 before ranlib during install.
9566 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9568         PR bootstrap/18058
9569         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9570         if the bootstrap compiler is a GCC version that supports it.
9571         * configure: Regenerate.
9573 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9575         * configure.in: Fix thinkos in previous check-in.
9576         * configure: Regenerate.
9578 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9580         PR other/27063
9581         * configure.in: Test subdir_requires and give an appropriate
9582         error message.
9583         * configure: Regenerate.
9585 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9587         * MAINTAINERS (Write After Approval): Add myself.
9589 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9591         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9593 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9595         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9597 2006-06-20  David Ayers  <d.ayers@inode.at>
9599         PR bootstrap/28072
9600         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9601         whether target-libjava is being configured instead of whether the
9602         java front end is enabled.
9603         * configure: Regenerate.
9605 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9607         PR target/27540
9608         * configure.in: Only enable libgomp on IRIX 6.
9609         * configure: Regenerate.
9611 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9613         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9614         too.
9615         * Makefile.in: Regenerate.
9617 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9619         * config-ml.in: Alter CCASFLAGS to include special
9620         multilib options the same as is done for CFLAGS.
9622 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9624         * configure.in: Don't enable libgomp on hpux10.
9625         * configure: Rebuilt.
9627 2006-06-12  David Ayers  <d.ayers@inode.at>
9629         PR bootstrap/27963
9630         PR target/19970
9631         * configure.in: Remove target-boehm-gc from noconfigdirs where
9632         ${libgcj} is specified.
9633         * configure: Regenerate.
9635 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9637         Sync from src:
9639         * configure.in: Sync.
9640         * configure: Regenerated.
9642         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9644         * Makefile.def: Added dependencies from sim and gdb on intl, and
9645         added configure dependencies to everything with an all dependency
9646         on intl.
9647         * Makefile.in: Regenerated.
9649 2006-06-06  David Ayers  <d.ayers@inode.at>
9651         PR libobjc/13946
9652         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9653         * Makefile.in: Regenerate.
9654         * configure.in: Add --enable-objc-gc at toplevel and have it
9655         enable boehm-gc for Objective-C.
9656         Remove target-boehm-gc from libgcj.
9657         Add target-boehm-gc to target_libraries.
9658         Add target-boehm-gc to noconfigdirs where ${libgcj}
9659         is specified.
9660         Assert that boehm-gc is supported when requested for Objective-C.
9661         Only build boehm-gc if needed either for Java or Objective-C.
9662         * configure: Regenerate.
9664 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9666         PR 27674
9667         * Makefile.tpl (configure-[+prefix+][+module+],
9668         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9669         Remove rule to unstage bootstrapped modules.
9670         (stage_current): New.
9671         * Makefile.in: Regenerate.
9673 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9675         * MAINTAINERS (Write After Approval): Update my e-mail address.
9677 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9679         * include/libiberty.h: Declare pex_run_in_environment.
9681 2006-05-31  Asher Langton  <langton2@llnl.gov>
9683         * MAINTAINERS (Write After Approval): Add myself.
9685 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9687         * Makefile.def (bfd, opcodes): Fix lib_path.
9688         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9689         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9690         * Makefile.in: Regenerate.
9692 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9694         * Makefile.in: Regenerate.
9696 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9698         * Makefile.def: Add install-html target. Add datarootdir
9699         docdir and htmldir to flags_to_pass.
9700         * Makefile.tpl: Add install-html target.
9701         * Makefile.in: Regenerate.
9702         * configure.in: Add --with-datarootdir, --with-docdir, and
9703         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9704         * configure: Regenerate.
9706 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9708         * configure.in: Enable gprof for cross builds.
9709         * configure: Regenerate.
9711 2006-05-22  Richard Guenther  <rguenther@suse.de>
9713         Revert
9714         2006-01-31  Richard Guenther  <rguenther@suse.de>
9715         Paolo Bonzini  <bonzini@gnu.org>
9717         * Makefile.def (target_modules): Add libgcc-math target module.
9718         * configure.in (target_libraries): Add libgcc-math target library.
9719         (--enable-libgcc-math): New configure switch.
9720         * Makefile.in: Re-generate.
9721         * configure: Re-generate.
9722         * libgcc-math: New toplevel directory.
9724 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9725             Andreas Tobler  <a.tobler@schweiz.ch>
9727         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9728         * configure: Rebuilt.
9730 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9732         * MAINTAINERS (Write After Approval): Add myself.
9734 2006-05-01  DJ Delorie  <dj@redhat.com>
9736         * configure.in: Restore CFLAGS if GMP isn't present.
9737         * configure: Regenerate.
9739 2006-05-01  Richard Guenther  <rguenther@suse.de>
9741         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9742         maintainer.
9744 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9746         * MAINTAINERS (Write After Approval): Add myself.
9748 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9750         * MAINTAINERS (Write After Approval): Add myself.
9752 2006-04-18  DJ Delorie  <dj@redhat.com>
9754         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9755         reference libgloss so that libssp can be built in a combined
9756         tree.
9757         * configure: Regenerate.
9759 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9761         * MAINTAINERS (Write After Approval): Add myself.
9763 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9765         * configure.in: Require makeinfo 4.4 or higher.
9766         * configure: Regenerate.
9768 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9770         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9771         Rearrange the entries of other libraries to have them in one place.
9773 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9775         * MAINTAINERS (Write After Approval): Remove myself.
9776         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9778 2006-03-14  Richard Guenther  <rguenther@suse.de>
9780         * configure: Regenerate with autoconf 2.13.
9782 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9784         * MAINTAINERS: Use my work address.
9786         * MAINTAINERS: Update my E-mail address.
9788 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9790         * configure.in: Handle --disable-<component> generically.
9791         * configure: Regenerate.
9793 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9795         PR libgcj/17311
9796         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9798 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9800         * MAINTAINERS (Write After Approval):  Remove myself.
9801         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9803 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9805         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9806         (TARGET_CONFIGDIRS): Remove.
9807         * configure.in: Remove AC_SUBST(target_configdirs).
9808         * Makefile.in, configure: Regenerated.
9810 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9812         * MAINTAINERS (Write After Approval):  Remove myself.
9813         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9815 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9817         PR bootstrap/25670
9819         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9821         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9822         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9823         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9824         BUILD_PREFIX, BUILD_PREFIX_1.
9825         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9827         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9828         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9830         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9831         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9832         of `cat stage_current`.  Always provide the `r' and `s' variables.
9833         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9834         a single shell execution.
9835         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9836         bootstrapped modules, make the stage1 module if the build was not
9837         started yet, else build the current stage.
9838         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9839         (all-build, all-host, all-target, [+make_target+]-host,
9840         [+make_target+]-target): Do not use \-continued lines.
9841         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9842         (current_stage, restrap, stage_last): New.
9844         * Makefile.in: Regenerate.
9845         * configure: Regenerate.
9847 2006-02-19  Bud Davis  <jmdavis@link.com>
9849         * MAINTAINERS (Write After Approval):  Remove myself.
9850         (Language Front End Maintainers):  Add myself as fortran 95
9851         maintainer and update e-mail address.
9853 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9855         * MAINTAINERS (Write After Approval):  Remove myself.
9856         (Language Front End Maintainers):  Add myself as fortran 95
9857         maintainer.
9859 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9861         * MAINTAINERS (Write After Approval): Add myself.
9863 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9865         * MAINTAINERS (Write After Approval):  Remove myself.
9866         (Language Front End Maintainers):  Add myself as
9867         fortran 95 maintainer.
9869 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9871         Sync from src:
9873         2005-12-27  Leif Ekblad  <leif@rdos.net>
9875         * configure.in: Add support for RDOS target.
9876         * configure: Regenerate.
9878 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9879             Andreas Schwab  <schwab@suse.de>
9881         * configure: Regenerate.
9883 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9885         * configure.in (enable_libgomp): Add AIX.
9886         * configure: Regenerate.
9888 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9890         * MAINTAINERS (Write After Approval): Add myself.
9892 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9894         * MAINTAINERS (Write After Approval): Add myself.
9896 2006-01-31  Richard Guenther  <rguenther@suse.de>
9897         Paolo Bonzini  <bonzini@gnu.org>
9899         * Makefile.def (target_modules): Add libgcc-math target module.
9900         * configure.in (target_libraries): Add libgcc-math target library.
9901         (--enable-libgcc-math): New configure switch.
9902         * Makefile.in: Re-generate.
9903         * configure: Re-generate.
9904         * libgcc-math: New toplevel directory.
9906 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9908         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9909         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9910         the assembler, linker and binutils.
9911         * configure: Regenerate.
9913 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9915         * MAINTAINERS (Write After Approval): Add myself.
9917 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9919         * configure: Regenerate.
9921 2006-01-18  Richard Henderson  <rth@redhat.com>
9922             Jakub Jelinek  <jakub@redhat.com>
9923             Diego Novillo  <dnovillo@redhat.com>
9925         * libgomp: New directory.
9926         * Makefile.def: Add target_module libgomp.
9927         * Makefile.in: Regenerate.
9928         * configure.in (target_libraries): Add target-libgomp.
9929         * configure: Regenerate.
9931 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9933         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9934         @ from continuation.
9935         * Makefile.in: Rebuilt.
9937 2006-01-04  Chris Lattner  <sabre@gnu.org>
9939         * MAINTAINERS (Write After Approval): Add myself.
9941 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9943         PR bootstrap/24252
9945         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9946         * Makefile.tpl (OBJDUMP): New.
9947         (EXTRA_HOST_FLAGS): Add it.
9948         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9950         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9951         to use symbolic links between directories.  Avoid race conditions
9952         or make them harmless.
9953         * configure.in: Do not try to use symbolic links between directories.
9955         * Makefile.def (LEAN): Pass.
9956         * Makefile.tpl (LEAN): Define.
9957         (stage[+id+]-start): Accept that the previous directory does not
9958         exist, if the bootstrap is lean.
9959         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9960         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9961         configure substitution.
9962         ([+compare-target+]): Likewise.
9963         ([+bootstrap-target+]-lean): New.
9964         * configure.in: Remove lean bootstrap support from here.
9966         * Makefile.in: Regenerate.
9967         * configure: Regenerate.
9969 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9971         * MAINTAINERS (libdecnumber): Add myself.
9973 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9975         * libtool-ldflags: New script.
9977 2006-01-02  Andreas Schwab  <schwab@suse.de>
9979         * configure.in: When reconfiguring remove Makefile in
9980         all stage directories.
9981         * configure: Regenerate.
9983 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9985         * MAINTAINERS: Update my email address.
9987 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9989         Revert Ada-related part of the previous change.
9991         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9992         Do not pass.
9993         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9994         * Makefile.in: Regenerate.
9995         * configure.in: Do not include mt-ppc-aix target fragment.
9996         * configure: Regenerate.
9998 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
10000         * configure.in: Select appropriate fragments for PowerPC/AIX.
10001         * configure: Regenerate.
10003         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
10004         BOOT_CFLAGS, BOOT_LDFLAGS.
10005         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
10006         BOOT_CFLAGS, BOOT_LDFLAGS.
10007         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
10008         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
10009         (stage): Fail if we cannot complete the work.
10010         * Makefile.in: Regenerate.
10012 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
10014         * configure.in: Replace ms1 with mt.
10015         * configure: Rebuilt.
10017 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
10019         * MAINTAINERS: Update my email address.
10021 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
10023         * Makefile.tpl (all, do-[+make_target+], do-check, install,
10024         install-host-nogcc): Don't invoke $(stage) at the end.
10025         * Makefile.in: Regenerate.
10027 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
10029         * configure.in: Flip the top-level bootstrap switch.
10030         * configure: Regenerate.
10032 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
10034         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
10035         $(stage) and $(unstage).
10036         (EXTRA_TARGET_FLAGS): Correct double-quoting.
10037         (all): Remove stray semicolon.
10038         (local-distclean): Don't handle multilib.tmp and multilib.out.
10039         (install.all): Set $s for consistency.
10040         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
10041         check_multilibs setting.  Always make the install directory.
10042         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
10043         Correct @if/@endif.
10044         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
10045         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
10046         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
10047         (multilib.out): Remove.
10048         * Makefile.in: Regenerated.
10050 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
10052         * MAINTAINERS (Write After Approval): Add myself.
10054 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
10056         * MAINTAINERS: Add myself as mt maintainer.
10058         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
10060 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
10062         * MAINTAINERS: Change email address.
10064 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
10066         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
10067         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
10068         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
10069         Find in-tree tools if available.
10070         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
10071         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
10072         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
10073         (COMPILER_*_FOR_TARGET): New.
10074         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
10075         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
10076         (CONFIGURED_*, USUAL_*): Remove.
10077         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
10078         STRIP): Use autoconf substitutions.
10079         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
10080         COMPILER_NM_FOR_TARGET): New.
10081         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10083         (all): Make all-host and all-target in parallel.
10084         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10085         that $$r and $$s are set before invoking a recursive make.
10086         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10087         ([+bootstrap-target+]): Inline most of the `all' target.
10089 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10091         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10092         from the gcc build directory.
10093         * Makefile.in: Regenerate.
10095 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10097         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
10098         depend on all-libdecnumber.
10099         * configure.in (host_libs): Include libdecnumber.
10100         * Makefile.in: Regenerate.
10101         * configure: Likewise.
10103 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10105         * libdecnumber: Import decNumber sources from the dfp-branch.
10107 2005-11-21  Kean Johnston  <jkj@sco.com>
10109         * config.sub, config.guess: Sync from upstream sources.
10111 2005-11-21  Ben Elliston  <bje@au.ibm.com>
10113         Import from Autoconf sources:
10115         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10116         * config/move-if-change: Don't output "$2 is unchanged";
10117         suggested by Ben Elliston.  Handle weird characters correctly.
10119 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
10121         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10122         to match upstream libtool for darwin.
10124 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
10126         * Makefile.def: Remove gdb dependencies for gdbtk.
10127         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10128         (configure-gdb, install-gdb): New rules.
10129         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10130         * Makefile.in, configure: Regenerated.
10132 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
10134         * MAINTAINERS (Write After Approval): Add myself.
10136 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
10138         * MAINTAINERS (Write After Approval): Add myself.
10140 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
10142         * MAINTAINERS (alias analysis): Add Daniel Berlin and
10143         Diego Novillo.
10145 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
10147         PR bootstrap/24297
10148         * Makefile.tpl (do-[+make-target+], do-check, install,
10149         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10150         are set before recursing.
10151         * Makefile.in: Regenerate.
10153 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
10155         PR bootstrap/18939
10156         * Makefile.def (gcc) <target>: Fix thinko.
10157         * Makefile.in: Regenerate.
10159 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
10161         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10162         * configure: Regenerate.
10164 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
10166         * MAINTAINERS (Write After Approval): Add self.
10168 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
10170         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10171         target-libffi, target-qthreads, target-libjava, and
10172         targetlibobjc.
10173         * configure: Regenerate.
10175 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
10177         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10178         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10179         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10180         (USUAL_OBJDUMP_FOR_TARGET): New.
10181         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10182         * configure.in: Check for $OBJDUMP_FOR_TARGET.
10183         * configure, Makefile.in: Regenerated.
10185 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10187         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10188         before other host packages.
10190 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
10192         * MAINTAINERS: Add self as sh libraries/configury maintainer.
10194 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10196         PR bootstrap/22340
10198         * configure.in (default_target): Remove.
10199         * Makefile.tpl (all): Do not use prerequisites as subroutines
10200         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10201         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10202         use prerequisites as subroutines.
10203         (check-host, check-target): New.
10204         (bootstrap configure & all targets): Do not use stage*-start
10205         if the directory layout is already ok.
10206         (non-bootstrap configure & all targets): Prepend a $(unstage).
10207         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
10208         (NOTPARALLEL): Remove.
10209         (unstage, stage variables): New variables.
10210         (unstage, stage targets): Simply expand to those variables.
10212         * configure: Regenerate.
10213         * Makefile.in: Regenerate.
10215 2005-10-04  James E Wilson  <wilson@specifix.com>
10217         * Makefile.def (lang_env_dependencies): Add libmudflap.
10218         * Makefile.in: Regenerate.
10220 2005-10-03  Andreas Schwab  <schwab@suse.de>
10222         Backport from libtool CVS:
10223         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
10225         * ltmain.sh: add support for installing into temporary
10226         staging area (e.g. 'make install DESTDIR=...')
10228 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10230         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10231         * configure: Regenerated.
10233 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
10235         * configure: Regenerate with the correct
10236         autoconf version.
10238 2005-09-30  Catherine Moore  <clm@cm00re.com>
10240         * configure.in (bfin-*-*): New.
10241         * configure: Regenerated.
10243 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
10245         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10246         (LIPO_FOR_TARGET): New.
10247         (CONFIGURED_LIPO_FOR_TARGET): New.
10248         (USUAL_LIPO_FOR_TARGET): New.
10249         (STRIP_FOR_TARGET): New.
10250         (CONFIGURED_STRIP_FOR_TARGET): New.
10251         (USUAL_STRIP_FOR_TARGET): New.
10252         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10253         STRIP_FOR_TARGET.
10254         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10255         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10256         * Makefile.in: Regenerate.
10257         * configure: Regenerate.
10259 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
10261         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10262         (rs6000-*-aix*): Same.
10263         * configure: Regenerate.
10265 2005-09-16  Tom Tromey  <tromey@redhat.com>
10267         * MAINTAINERS: Add self as java maintainer.
10269 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
10271         * configure.in: Recognize f95 in the --enable-languages option,
10272         and substitute it for fortran, issuing a warning.
10273         * configure: Regenerate.
10275 2005-08-30  Phil Edwards  <phil@codesourcery.com>
10277         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
10278         * configure:  Regenerated.
10280 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
10282         * MAINTAINERS: Add self as ms1 maintainer.
10284 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
10286         * Makefile.def (libssp): Add to lang_env_dependencies.
10287         * Makefile.in: Regenerate.
10289 2005-08-18  Ian Lance Taylor  <ian@airs.com>
10291         * MAINTAINERS: Add myself as middle-end maintainer.
10293 2005-08-17  Christian Groessler  <chris@groessler.org>
10295         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10296         * Makefile.in: Regenerate.
10298 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
10300         * MAINTAINERS (write after approval): Added myself.
10302 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
10304         * MAINTAINERS (Write After Approval): Add myself.
10306 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
10308         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10309         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10310         Look for alternate names of the target cc and c++
10311         * configure: Regenerate.
10313 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
10315         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10316         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10317         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10318         tools; remove code to manually set them.
10319         (Target tools): Look in the environment for them.
10320         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10321         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10322         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10323         build directory.
10324         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10325         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10326         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10327         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10328         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10329         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10330         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10331         * configure: Regenerate.
10332         * Makefile.in: Regenerate.
10334 2005-07-28  Ben Elliston  <bje@au.ibm.com>
10336         * MAINTAINERS: Update for removed CPU targets.
10338 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
10340         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10341         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10342         * Makefile.in: Regenerated.
10344 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
10346         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10347         (CFLAGS_FOR_TARGET): Use it.
10348         (CXXFLAGS_FOR_TARGET): Likewise.
10349         * Makefile.in: Regenerated.
10350         * configure.in (--with-build-sysroot): New option.
10351         * configure: Regenerated.
10353 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
10355         * Makefile.tpl: Wrap install between unstage and stage
10356         * Makefile.in: Regenerate.
10358 2005-07-21  Eric Christopher  <echristo@apple.com>
10360         * MAINTAINERS: Update affiliation.
10362 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
10364         * MAINTAINERS: Add self as crx port maintainer.
10366 2005-07-20  DJ Delorie  <dj@redhat.com>
10368         * MAINTAINERS: Add self as m32c maintainer.
10370 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
10372         * all files: Update FSF address.
10374 2005-07-15  Eric Christopher  <echristo@redhat.com>
10376         * MAINTAINERS: Change affiliation.
10378 2005-07-14  Jim Blandy  <jimb@redhat.com>
10380         * configure.in: Add cases for Renesas m32c.
10381         * configure: Regenerated.
10383 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10385         * COPYING.LIB: Update from fsf.org.
10387 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10389         * COPYING, compile, config.guess,
10390         config.sub, install-sh, missing, mkinstalldirs,
10391         symlink-tree, ylwrap: Sync from upstream sources.
10392         * config-ml.in: Update FSF address.
10394 2005-07-13  Eric Christopher  <echristo@redhat.com>
10396         * configure.in: Add toplevel noconfigdir support for tpf.
10397         * configure: Regenerate.
10399 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10401         PR ada/22340
10403         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10404         * Makefile.in: Regenerate.
10406 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10408         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10409         Brolley to write-after-approval.
10411 2005-07-07  Andreas Schwab  <schwab@suse.de>
10413         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10414         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10415         * Makefile.in: Regenerated.
10417 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10419         * configure.in: Don't build sim or rda when targetting darwin.
10420         * configure: Regenerate.
10422 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10424         * configure.in: Add --enable-libssp and --disable-libssp.
10425         * configure: Regenerate with autoconf-2.13.
10427 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10429         * Makefile.def (target_modules): Add libssp.
10430         * configure.in (target_libraries): Add target-libssp.
10431         * configure: Rebuilt.
10432         * Makefile.in: Rebuilt.
10434 2005-07-01  Zack Weinberg  <zackw@panix.com>
10436         * MAINTAINERS: Change email address.  Resign from maintainership.
10438 2005-07-01  Richard Guenther  <rguenther@suse.de>
10440         * MAINTAINERS: Change my e-mail address and affiliation.
10442 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10444         * Makefile.def (stagefeedback): Come after profile.
10445         Define profiledbootstrap target.
10446         * Makefile.tpl (profiledbootstrap): Remove.
10447         (stageprofile-end): Zap stagefeedback.
10448         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10449         * Makefile.in: Regenerate.
10451 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10453         * MAINTAINERS: Update my email address.
10455 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10457         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10458         In 'cpp' stanza, support '#line' as well as '# '.
10460 2005-06-08  Andreas Schwab  <schwab@suse.de>
10462         * MAINTAINERS: Move myself from 'Write After Approval' to
10463         'CPU Port Maintainers' section as m68k maintainer.
10465 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10467         * configure.in (unsupported_languages): New macro.
10468         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10469         non-ported target libraries in noconfigdirs.
10470         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10471         non-linux-gnu.  Remove libgcj_ex_libffi.
10472         <lang_frag loop>: Set add_this_lang=no if the language is in
10473         unsupported_languages.
10474         * configure: Regenerate.
10476 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10478         * configure.in: Fix typo in handling of --with-mpfr-dir.
10479         * configure: Regenerate.
10481 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10483         * MAINTAINERS: Update my email address.
10485 2005-06-02  Jim Blandy  <jimb@redhat.com>
10487         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10488         accepted into the master sources.)
10490 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10491             Michael Snyder  <msnyder@redhat.com>
10492             Stan Cox  <scox@redhat.com>
10494         * configure.in: Set noconfigdirs for ms1.
10496         * configure: Regenerate.
10498 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10500         * MAINTAINERS (Write After Approval): Add self.
10502 2005-06-01  Josh Conner  <jconner@apple.com>
10504         * MAINTAINERS (Write After Approval): Add self.
10506 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10508         * MAINTAINERS: Update my email address.
10510 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10512         * MAINTAINERS (Write After Approval): Add self.
10514 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10516         * MAINTAINERS (Write After Approval): Remove self.
10518 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10520         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10521         (Dependencies): Consider target modules for bootstrap dependencies.
10522         Make target bootstrap modules depend on each stage's gcc.
10523         * Makefile.in: Regenerate.
10525 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10527         * Makefile.def (configure-gcc): Depend on binutils having been built.
10528         (all-gcc): No need to do it here.
10529         * Makefile.in: Regenerate.
10531 2005-05-19  Paul Brook  <paul@codesourcery.com>
10533         * configure.in: Rewrite misleading error message when requested
10534         language cannot be built.
10535         * configure: Regenerate.
10537 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10539         * ylwrap: Import from Automake 1.9.5.
10541 2005-05-13  David Ung  <davidu@mips.com>
10543         * MAINTAINERS (Write After Approval): Add self.
10545 2005-05-09  Mike Stump  <mrs@apple.com>
10547         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10548         lt_cv_sys_max_cmd_len for now.
10550 2005-05-09  Stan Cox  <scox@redhat.com>
10552         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10554 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10556         * README.SCO: Update the URL.
10558 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10560         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10561         with_gnu_ld to libtool.
10562         * ltcf-c.sh (aix[45]): Define file_list_spec.
10563         * ltcf-cxx.sh (aix[45]): Same.
10564         * ltcf-gcj.sh (aix[45]): Same.
10565         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10566         exists, write list of input files to temporary file.
10568 2005-05-04  Mike Stump  <mrs@apple.com>
10570         * configure.in: Always pass --target to target configures as
10571         otherwise rebuilds that do --recheck will fail.
10572         * confiugure: Rebuilt.
10574 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10576         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10577         STAGE_HOST_EXPORTS.
10578         (configure, all): Add bootstrap support.
10579         (Host modules, target modules): Pass post-stage1 flags and exports.
10580         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10581         * Makefile.in: Regenerate.
10583 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10585         * configure: Regenerate.
10587 2005-04-27  Mike Stump  <mrs@apple.com>
10589         * MAINTAINERS: Add self as darwin maintainer.
10591 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10593         * config.sub: Update from master copy.
10595 2005-04-21  Mike Stump  <mrs@apple.com>
10597         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10598         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10600 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10602         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10603         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10604         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10605         "*-*-elf" and "*-*-linux*".
10606         * configure: Regenerate.
10608 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10610         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10612 2005-04-12  Mike Stump  <mrs@apple.com>
10614         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10616 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10618         * MAINTAINERS (Write After Approval): Add myself.
10620 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10622         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10624 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10626         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10627         (TARGET_CONFIGARGS): Include --with-target-subdir.
10628         (configure, all): New macros.  Use them throughout.
10629         * Makefile.in: Regenerate.
10631 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10633         * MAINTAINERS (Write After Approval): Add myself.
10635 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10637         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10639 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10641         * MAINTAINERS: Move John Carr to Write After Approval.
10643 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10645         * config/mh-mingw32: Delete.
10646         * configure.in: Don't use it.
10647         * configure: Regenerate.
10649 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10651         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10652         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10653         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10654         (HOST_LIB_PATH): Generate from Makefile.def.
10655         (TARGET_LIB_PATH): Likewise.
10656         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10657         * Makefile.in: Regenerate.
10658         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10659         (RPATH_ENVVAR): Include Darwin case.
10660         * configure: Regenerate.
10662 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10664         * MAINTAINERS (Various Maintainers): Remove self.
10665         (Write After Approval): Add self.
10667 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10669         * MAINTAINERS (Various Maintainers): Add self.
10671 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10673         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10674         * configure: Regenerate.
10676 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10678         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10679         gcc_version, and gcc_version_trigger from set of flags to pass.
10680         * Makefile.tpl: Remove definitions of above variables.
10681         (config.status): Remove dependency on $(gcc_version_trigger).
10682         * Makefile.in: Regenerate.
10683         * configure.in: Do not reference config/gcc-version.m4 nor
10684         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10685         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10686         * configure: Regenerate.
10688 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10689             Andrew Pinski  <pinskia@physics.uc.edu>
10691         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10692         * Makefile.in: Regenerate.
10694 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10696         * MAINTAINERS (Write After Approval): Add myself.
10698 2005-03-03  David Ayers  <d.ayers@inode.at>
10700         * MAINTAINERS (Write After Approval): Add myself.
10702 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10704         PR libgcj/20160
10705         * ltmain.sh: Avoid creating archives with components that have
10706         duplicate basenames.
10708 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10710         PR bootstrap/20250
10711         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10712         instead of check.
10713         * Makefile.in: Regenerate.
10715 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10717         * Makefile.in: Regenerate to fix conflict between the previous two
10718         patches.
10720 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10722         PR bootstrap/17383
10723         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10724         * Makefile.tpl (HOST_SUBDIR): New substitution.
10725         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10726         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10727         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10728         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10729         (Host modules, Bootstrapped modules): Use it.
10730         (Build modules, Target modules): Do not create symlink trees,
10731         always configure out-of-srcdir.
10732         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10733         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10734         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10735         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10737         * Makefile.in: Regenerate.
10738         * configure: Regenerate.
10740 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10742         Merged from libada-gnattools-branch:
10743         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10745         * gnattools: New directory.
10746         * Makefile.def: Add gnattools as a module, depending on target-libada.
10747         * Makefile.in: Regenerate.
10748         * configure.in: Include gnattools in host_tools; disable it if ada
10749         is disabled.
10750         * configure: Regenerate.
10752 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10754         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10755         treelang maintainer.
10756         (Write After Approval): Remove myself.
10758 2005-02-23  Paul Schlie  <schlie@comcast.net>
10760         * configure.in: Allow darwin targeted ports to build tk, itcl and
10761         libgui.
10762         * configure: Regenerate.
10764 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10766         PR libgcj/10353
10767         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10768         * configure: Regenerate.
10770 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10772         * MAINTAINERS (Write After Approval): Add myself.
10774 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10776         * MAINTAINERS: Update my e-mail address.
10778 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10780         * MAINTAINERS (Write After Approval): Add myself.
10782 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10784         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10785         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10786         target-libgloss when not *-*-elf and *-*-aout.
10787         * configure: Regenerate.
10789 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10791         * MAINTAINERS: Remove obsolete entries.
10793         * MAINTAINERS (Write After Approval): Add Michael Matz.
10795 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10797         * MAINTAINERS: Remove self as cpplib maintainer.
10799 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10801         * install-sh, config.sub: Import from upstream.
10803 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10805         PR bootstrap/18222
10806         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10807         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10808         * Makefile.in: Regenerate.
10810 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10812         * MAINTAINERS: Update my email address.
10814 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10815             Andreas Schwab  <schwab@suse.de>
10817         PR bootstrap/18033
10818         * config-ml.in: Eval option if surrounded by single quotes.
10820 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10822         Revert 2004-12-28 Makefile changes, a better fix will be
10823         applied to mainline and src after GCC 4.0 branches.
10825 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10827         PR bootstrap/17383
10829         * Makefile.def (target_modules): Remove stage parameter,
10830         it is always true now.
10831         * Makefile.tpl (configure-build-[+module+],
10832         configure-target-[+module+]): Always build symlink tree
10833         for the directory and for include.  BUILD_SUBDIR and
10834         TARGET_SUBDIR cannot be . anymore.
10835         * Makefile.in: Regenerate.
10837 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10839         Revert 2004-12-08 Makefile changes.
10841 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10843         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10844         cygwin, mingw.
10846 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10848         * configure.in (sh64-*-*): Reenable gprof.
10849         * configure: Regenerate.
10851 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10853         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10854         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10855         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10856         * Makefile.in: Regenerate.
10858 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10860         * MAINTAINERS: Update my email address.
10862 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10864         * Makefile.tpl: Generate normal dependencies if the LHS module is
10865         not bootstrapped.
10866         * Makefile.in: Regenerate.
10868 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10870         * configure.in: Include config/gxx-include-dir.m4.  Use
10871         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10872         * configure: Regenerate.
10874 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10876         * config.if: Delete.
10877         * configure.in: Set libstdcxx_incdir directly.
10878         * configure: Regenerate.
10880 2004-12-02  Eric Christopher  <echristo@redhat.com>
10882         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10883         * Makefile.in: Regenerate.
10885 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10887         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10888         * configure: Regenerate.
10890 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10892         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10893         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10894         * configure: Regenerate.
10896 2004-12-01  Eric Christopher  <echristo@redhat.com>
10898         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10899         of things to remove.
10901 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10903         * MAINTAINERS (Write After Approval): Update my e-mail address.
10905 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10907         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10908         from CVS libtool to always pass_all.
10910 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10912         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10913         (hppa*64*-*-*): Delete incorrect comment.
10914         * configure: Rebuilt.
10916 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10918         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10920 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10922         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10923         from CVS libtool to always pass_all.
10925 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10927         * install-sh, compile: Import from automake.
10929 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10931         * config.guess, config.sub:  Import from savannnah.
10933 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10935         * MAINTAINERS (Write After Approval): Add myself
10937 2004-11-12  Mike Stump  <mrs@apple.com>
10939         * Makefile.def: Add html support.
10940         * Makefile.tpl: Likewise.
10941         * Makefile.in: Regenerate.
10943 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10945         PR 18423
10946         * configure.in: Remove all instances of build-fixincludes from
10947         noconfigdirs.
10948         (build_configargs): Supply --target to subdirectories.
10949         * configure: Regenerate.
10951         * Makefile.def: Make gcc install depend on fixincludes install.
10952         * Makefile.in: Regenerate.
10954 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10956         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10958 2004-11-11  Paul Brook  <paul@codesourcery.com>
10960         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10962 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10964         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10965         target-libgfortran.
10966         * configure: Regenerate.
10968 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10970         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10971         like CC.
10973 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10975         * Makefile.def (host fixincludes): Specify missing targets.
10976         * Makefile.in: Regenerate.
10978 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10980         * MAINTAINERS: Add myself
10982 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10984         * MAINTAINERS (Write After Approval): Add myself.
10986 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10988         * Makefile.def: Build fixincludes for the host, too.
10989         * Makefile.in: Regenerate.
10990         * configure.in (host_tools): Add fixincludes.
10991         * configure: Regenerate.
10993 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10995         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10996         * configure: Regenerated.
10998 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
11000         PR other/17783
11001         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
11002         * configure: Regenerated.
11004 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
11006         * README.SCO: Update per FSF instructions.
11008 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
11010         PR target/18151
11011         * configure.in (case ${target}): Do not build fixincludes for avr.
11012         * configure: Regenerated.
11014 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
11016         * configure.in (case ${target}): Do not build fixincludes
11017         on platforms where it is not used.
11018         * configure: Regenerated.
11020 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
11022         * configure.in: Use an absolute path to install-sh.
11023         * configure: Regenerated.
11025 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
11027         * MAINTAINERS (Write After Approval): Add myself.
11029 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
11031         * MAINTAINERS: Remove from Write After Approval those that are
11032         already maintainers.
11034 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
11036         * MAINTAINERS:  Update my email address.
11038 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
11040         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
11041         * configure: Regenerate.
11043 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
11045         * MAINTAINERS:  Update my email address.
11047 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
11049         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
11050         entries belonging to this category.
11052 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
11054         * MAINTAINERS: Update my e-mail address.
11056 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
11058         Fix wrong conflict resolution in:
11060         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11062         * Makefile.in: Regenerate.
11063         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11064         in the recursive `make', instead of hardwiring `all'.
11065         (Autogenerated TARGET-* variables): New.
11067 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
11069         * configure.in: Enable target-libgloss for crx-*-*.
11070         * configure: Regenerate.
11072 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11074         * MAINTAINERS (Various Maintainers): Move the "windows,
11075         cygwin, mingw" maintainer to ...
11076         (OS Port Maintainers): ... here.
11078 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11080         * MAINTAINERS (Write After Approval): Remove those that are
11081         maintainers of some subsystem.
11083 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
11085         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11086         * ltcf-cxx.sh (tpf*): Likewise.
11087         * ltconfig (tpf*): Add TPF OS configuration support.
11089 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
11091         * MAINTAINERS: Change my email address to my new work account.
11093 2004-09-24  Michael Roth  <mroth@nessie.de>
11095         * configure.in (--without-headers): Add missing double quotes.
11096         * configure: Regenerate.
11098 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
11100         * ylwrap: Revert to previous version.
11102 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
11104         PR bootstrap/17369
11105         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11106         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11107         SET_GCC_LIB_PATH_CMD.
11108         (BASE_TARGET_EXPORTS): Likewise.
11109         * Makefile.in: Regenerated.
11111         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11112         * configure: Regenerated.
11114 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
11116         * config.guess: New upstream version
11117         * compile, depcomp, install-sh, ylwrap: Likewise.
11119 2004-09-19  Roger Sayle  <roger@eyesopen.com>
11121         * config/mh-x86omitfp: New host makefile fragment.  Add
11122         -fomit-frame-pointer to the default BOOT_CFLAGS.
11123         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11124         * configure: Regenerate.
11126 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
11128         PR target/11572
11129         * configure.in (*-*-darwin*): Renable libobjc.
11130         * configure: Regenerate.
11132 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
11134         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11136 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
11138         * Makefile.def: Remove libbanshee.
11139         * Makefile.tpl: Ditto.
11140         * configure.in: Ditto.
11141         * Makefile.in: Regen.
11142         * configure: Ditto.
11144 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
11146         * ltmain.sh: Use $pic_object as $non_pic_object if
11147         $non_pic_object=none.
11149 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
11151         * missing: Import latest version from master repository.
11153 2004-09-06  Nick Clifton  <nickc@redhat.com>
11155         * config.sub: Import latest version from master repository.
11156         * config.guess: Likewise.
11157         This includes these changes:
11159         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
11161         * config.sub: Handle crisv32, alias etraxfs.
11162         * config.guess (crisv32:Linux:*:*): Handle.
11164         2004-08-13  Brad Smith  <brad@comstyle.com>
11166         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11167         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11169         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11171         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11172         assume the processor is a powerpc.  This is because coreutils
11173         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11174         in this case, due to a MacOS X bug that causes
11175         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11176         to return a negative number.
11177         Problem reported by Petter Reinholdtsen in:
11178         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11180         2004-07-19  Ben Elliston  <bje@gnu.org>
11182         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11184         2004-06-24  Ben Elliston  <bje@gnu.org>
11186         * config.guess: Update copyright years.
11187         * config.sub: Likewise.
11189         2004-06-22  Robert Millan  <robertmh@gnu.org>
11191         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11192         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11194         2004-06-22  Stanley F. Quayle <stan@stanq.com>
11196         * config.guess (*:*VMS:*:*): New entry. Replaces
11197         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11198         manufacturer.
11200         2004-06-22  Ben Elliston  <bje@gnu.org>
11202         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11203         * config.sub: Likewise.
11205         2004-06-22  Ben Elliston  <bje@gnu.org>
11207         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11208         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11210         2004-06-11  Ben Elliston  <bje@gnu.org>
11212         * config.guess (pegasos:OpenBSD:*:*): Remove.
11214         2004-06-11  Ben Elliston  <bje@gnu.org>
11216         From Wouter Verhelst <wouter@grep.be>:
11217         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11219         2004-06-11  Ben Elliston  <bje@gnu.org>
11221         * config.guess (luna88k:OpenBSD:*:*): New.
11223         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11225         * config.guess (m32r*:Linux:*:*): New case.
11226         * config.sub: Handle m32rle.
11228         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
11230         From Jens Petersen  <petersen@redhat.com>:
11231         * config.sub: Handle sparcv8.
11233         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
11235         From Tom Smith <smith@cag.lkg.hp.com>:
11236         * config.guess: Version suffixes are equally significant on Tru64
11237         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
11238         prefix of "P" (patched kernel).
11240         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
11242         * config.sub: Add support for National Semiconductor CRX target.
11244 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
11246         * MAINTAINERS (Various Maintainers): Remove myself as web page
11247         maintainer, add myself as maintainer of build status lists.
11249 2004-09-03  Jan Beulich  <jbeulich@novell.com>
11251         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11252         *-*-netware, but add target-libmudflap.
11253         Consolidate *-*-netware targets (of which really only i?86 exists)
11254         into a single entry.
11255         * configure: Likewise.
11257 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
11259         * Makefile.tpl (sorry): Remove.
11260         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11261         (cleanstrap targets): Depend on distclean, not distclean-stage1.
11262         (do-clean): Clean per-stage directories too.
11263         (do-distclean): Run distclean-stage1 too.
11264         (.NOTPARALLEL): Enable during toplevel bootstrap.
11265         (stage[+id+]-bubble): Enable parallel execution during
11266         the recursive invocation.
11267         * Makefile.in: Regenerate.
11269         Fix previous checkin:
11271         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11272         include.
11273         * configure.in: Fix indentation.
11274         * configure: Regenerate.
11276 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
11278         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11279         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11280         * configure: regenerate
11281         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11282         -mdynamic-no-pic
11284 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
11286         * Makefile.def (build_modules): Add fixincludes.
11287         (dependencies): Make gcc depend on fixincludes.
11288         * configure.in (build_tools): Add fixincludes.
11289         (build_configdirs): Always include build_libs.
11290         * Makefile.in: Regenerate.
11291         * configure: Regenerate.
11293 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11295         * Makefile.def (bootstrap stages): Add 'lean' parameter.
11296         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11297         phony targets; do not generate timestamp files.
11298         (distclean-stageN): Remove references to their timestamp files.
11299         (restageN, touch-stageN): Remove.
11300         (stageN-bubble): Rewritten.
11301         (compare): Support lean bootstraps.
11302         * Makefile.in: Regenerate.
11304         * configure.in: Only warn when bootstrapping but
11305         build != host or build != target.  Support lean bootstraps.
11306         * configure: Regenerate.
11308 2004-08-26  Phil Edwards  <phil@codesourcery.com>
11310         * configure.in:  Give a better error message if GMP/MPFR are missing
11311         and a language needing them has been requested.
11312         * configure:  Regenerated.
11314 2004-08-25  Phil Edwards  <phil@codesourcery.com>
11316         * configure.in:  Print a list of available language front-ends if
11317         a requested one is missing.  Tidy stray tab characters.
11318         * configure:  Regenerated.
11320 2004-08-19  Michael Koch  <konqueror@gmx.de>
11322         * gcc/doc/install.texi: Update entry about automake for libjava.
11324 2004-08-17  Robert Millan  <robertmh@gnu.org>
11326         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11327         (instead of FreeBSD).
11328         * configure: Regenerate.
11330 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11332         * Makefile.in: Regenerate.
11333         * configure: Regenerate.
11335         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11336         stage_*_flags.
11337         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11338         for bootstrapped modules if toplevel bootstrap is going.
11339         (GCC bootstrap): Generate per-stage targets for all bootstrapped
11340         modules.  Adjust for changes in Makefile.def.  Enable several
11341         rules even in non-bootstrap mode, just to avoid peppering the
11342         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11343         (stage-[+prev+]-bubble): Remove.
11345         * Makefile.def (Dependencies): Depend on all-build-bison,
11346         all-build-flex, all-build-byacc, all-build-texinfo, rather
11347         than the host variations.
11348         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
11349         with BUILD_SUBDIR.
11350         (BISON): Update for recent Bisons.
11351         (YACC): Fix typo.
11352         (cross): Depend on all-build.
11353         (all): Do not depend on all-build.
11354         (prebootstrap): Remove.
11355         (dep-kind): Accept separate prefixes for MODULE and ON variables.
11356         (Prebootstrap dependencies): Add them to the per-stage targets
11357         and to all-prebootstrap.
11358         * configure.in (build_configdirs): Always enable build_tools.
11359         (BUILD_DIR_PREFIX): Remove.
11361         * Makefile.def (gcc): Add target variable.
11362         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11363         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11364         in the recursive `make', instead of hardwiring `all'.
11365         (Autogenerated TARGET-* variables): New.
11367 2004-08-13  Brian Booth  <bbooth@redhat.com>
11369         * MAINTAINERS: Remove myself from write-after-approval.
11371 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11373         * src-release: Stop distributing mmalloc with gdb (which doesn't
11374         use it).
11375         * Makefile.def: GDB doesn't depend on mmalloc anymore.
11376         * Makefile.in: Regenerate.
11378 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
11380         * configure.in (arm*-*-eabi*): New target.
11381         * configure: Regenerate.
11383 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
11385         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11386         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11387         (Dependencies): New section.
11388         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11389         (configure-target-[+module+]): Depend on maybe-all-gcc
11390         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11391         (toplevel profiledbootstrap): Fix dependencies.
11392         * Makefile.in: Regenerate.
11394 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11396         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11397         target-libiberty to noconfigdirs.
11398         * configure: Regenerate.
11400 2004-08-03  Paul Brook  <paul@codesourcery.com>
11402         * configure.in: Check for MPFR as well as GMP.
11403         * configure: Regenerate.
11405 2004-08-01  Robert Millan  <robertmh@gnu.org>
11407         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11408         libmudflap for all GNU-based systems (with Glibc).
11409         * configure: Regenerate.
11411 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11413         * Makefile.def (host-modules): Add gcc.
11414         * Makefile.in: Regenerate.
11415         * Makefile.tpl (sorry): New rule.
11416         (configure-host, all-host, [+make_target+]-host, do-check,
11417         install-host): Do not add gcc as a special case.
11418         (host modules): Add a small special-casing for gcc.  Export
11419         extra_make_flags through the environment.
11420         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11421         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11422         other recursive targets for gcc): Remove.
11424         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11425         (stage, unstage): New rules.
11426         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11427         distclean-stage[+id+]): Use stage_current.
11428         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11429         the stage*-start rules.
11431 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11433         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11434         use -all_load flag.
11436 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11438         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11439         * configure: Regenerate.
11441 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11443         * maintainer-scripts/gcc_release: Revert yesterday's change.
11445 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11447         * MAINTAINERS: Add myself to write-after-approval.
11449 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11451         * libf2c: Removed.
11452         * gcc/gccbug.in: Updated because of libf2c removal.
11453         * maintainer-scripts/gcc_release: Ditto.
11455 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11457         * configure.in: Build libmudflap by default on FreeBSD.
11458         * configure: Regenerated.
11460 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11462         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11463         systems.
11464         * configure: Regenerated.
11466 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11468         PR target/16344
11469         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11470         feedback based compiler.
11471         * Makefile.in: Rebuilt.
11473 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11475         * Makefile.def (host_modules): Set bootstrap=true for flex.
11476         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11477         * Makefile.in: Rebuilt.
11479 2004-07-07  Jan Hubicka  <jh@suse.cz>
11481         * MAINTAINERS: Add self as a profile feedback maintainer.
11483 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11485         * configure.in:  Do not prepend $srcdir to /dev/null in
11486         makefile fragments.
11487         * configure:  Regenerate.
11489 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11491         * Makefile.def (build_modules): Add bison, byacc, flex,
11492         m4, texinfo.
11493         (flags_to_pass): Add FLEX.
11494         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11495         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11496         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11497         DEFAULT_MAKEINFO): Remove.
11498         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11499         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11500         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11501         objdir or else use configured tool.
11502         (all-build): New.
11503         (all): Depend on it.
11504         (Build module dependencies): Add.
11505         * Makefile.in: Regenerate.
11506         * configure.in: Better support for multiple build modules,
11507         matching what is done for host/target modules.  Do not look
11508         for "plausible" locations of build tools if Canadian cross.
11509         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11510         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11511         * configure: Regenerate.
11513 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11515         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11516         * Makefile.in: Regenerate.
11518 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11520         * Makefile.tpl (configure-build-[+module+],
11521         configure-[+module+], configure-target-[+module+]): Pass
11522         [+extra_configure_args+].
11523         (all-build-[+module+], all-[+module+], check-[+module+],
11524         install-[+module+], [+make_target+]-[+module+],
11525         all-target-[+module+], check-target-[+module+],
11526         install-target-[+module+], [+make_target+]-target-[+module+]):
11527         Pass [+extra_make_args+].
11528         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11529         (GCC_HOST_EXPORTS): Remove.
11530         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11531         cross, check-gcc, check-gcc-c++, install-gcc,
11532         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11533         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11534         * Makefile.in: Regenerate.
11536 2004-06-21  Matthew Sachs  <msachs@apple.com>
11538         * MAINTAINERS: Added self to write-after-approval.
11540 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11542         * configure.in: Check for srcdir/winsup rather than build directory
11543         winsup.
11544         * configure: Regenerate.
11546 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11548         * configure.in: Don't build Cygwin native newlib if winsup
11549         directory is missing.  Emit warning instead.
11550         * configure: Regenerate.
11552 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11554         * Makefile.tpl (touch-stage[+id+]): New.
11555         (restage[+prev+]): Depend on touch-stage[+id+].
11557         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11558         Use it throughout.
11560         * Makefile.def: Add profile and feedback bootstrap stages.
11561         Remove next field from bootstrap stages.
11562         * Makefile.tpl (LN, LN_S): Substitute.
11563         (stageN-start, stageN-end): Use double-colon rules, to
11564         provide a hook for additional setup commands.
11565         (distclean-stageN-gcc, restageN): Create dependencies from
11566         [+prev+], not from [+next+].
11567         (stageN-bubble): Add commands for successive stages from
11568         [+prev+], using double-colon rules.
11569         (all-stageN-gcc): Fix typo.
11570         (stagefeedback-start, profiledbootstrap): New.
11571         * Makefile.in: Regenerate.
11572         * configure.in: Call ACX_PROG_LN.
11573         * configure: Regenerate.
11575 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11577         * MAINTAINERS (Write After Approval): Add myself.
11579 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11581         * MAINTAINERS (Write After Approval): Add myself.
11583 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11585         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11586         without gcc.
11587         * configure: Regenerate.
11589 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11591         * Makefile.tpl: Fix typo.
11592         * Makefile.in: Regenerate.
11594 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11596         * configure.in: Remove new- prefix from toplevel
11597         bootstrap targets.
11598         * configure: Regenerate.
11600 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11602         * Makefile.tpl (all.normal): Rename to all.
11603         (all): Replace with a rule to pick the default
11604         target from configure.
11605         (all-gcc, configure-gcc): Use conditionals to
11606         do nothing when toplevel bootstrap is going on.
11607         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11608         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11609         * configure.in: Support --enable-bootstrap.
11611         * Makefile.def: Remove new- prefix from toplevel
11612         bootstrap targets.
11613         * Makefile.tpl: Likewise.
11615         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11616         target.
11618         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11619         $(RECURSE_FLAGS) to recursive invocation of make.
11621         * Makefile.in: Regenerate.
11622         * configure: Regenerate.
11624 2004-05-30  Andreas Jaeger  <aj@suse.de>
11625             Jim Wilson  <wilson@specifixinc.com>
11627         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11628         like CC.
11630 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11632         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11633         * configure: Regenerate.
11635 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11637         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11638         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11639         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11640         targets.
11641         * Makefile.in: Regenerate.
11643 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11645         * configure.in: Test the ability to symlink directories.
11646         * configure: Regenerate.
11648         * Makefile.def (bootstrap-stage): New definitions.
11649         * Makefile.tpl (configure-stage1-gcc,
11650         configure-stage2-gcc, configure-stage3-gcc,
11651         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11652         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11653         new-restage3, compare): Autogenerate, see Makefile.in
11654         entry for behavioral changes.
11655         (distclean-stage1, new-stage1-start, new-stage1-end,
11656         new-stage1-bubble, distclean-stage2, new-stage2-start,
11657         new-stage2-end, new-stage2-bubble, distclean-stage3,
11658         new-stage3-start, new-stage3-end): New autogenerated targets.
11659         (objext, prebootstrap, BOOT_CFLAGS,
11660         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11661         targets.
11663         * Makefile.in: Regenerate.
11664         (distclean-stage1, new-stage1-start, new-stage1-end,
11665         new-stage1-bubble, distclean-stage2, new-stage2-start,
11666         new-stage2-end, new-stage2-bubble, distclean-stage3,
11667         new-stage3-start, new-stage3-end): New targets.
11668         (all-stage1-gcc): Move prebootstrap dependency from here...
11669         (configure-stage1-gcc): ...to here.
11670         (new-bootstrap): Use bubble targets.
11671         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11672         Use per-stage distclean targets.
11673         (configure-stage1-gcc, configure-stage2-gcc,
11674         configure-stage3-gcc, all-stage1-gcc,
11675         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11676         Use new-stageN-start to prepare the tree.
11678 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11680         * Makefile.def (host_modules): add libcpp.
11681         * Makefile.tpl: Add dependencies on and for libcpp.
11682         * Makefile.in: Regenerate.
11683         * configure.in: Add libcpp host module.
11684         * configure: Regenerate.
11686 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11688         * Makefile.tpl: Whenever a recursive target is defined, wrap
11689         it in a special @if/@endif block, and prepare its maybe
11690         dependency in the @if/@endif block
11691         * configure.in: Instead of writing maybe dependencies, remove
11692         the @if/@endif statements, and remove the @if/@endif blocks
11693         that remain.
11694         * configure: Regenerate.
11695         * Makefile.in: Regenerate.
11697 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11699         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11701 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11703         PR bootstrap/15120
11704         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11705         * */configure: Rebuilt.
11707 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11709         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11710         of libf2c.
11711         * configure, Makefile.in: Regenerate.
11713 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11715         * MAINTAINERS (Write After Approval): Add myself.
11717 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11719         Merge from tree-ssa-20020619-branch.
11721         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11722         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11723         (HOST_GMPLIBS): Define.
11724         (HOST_GMPINC): Define.
11725         (TARGET_LIB_PATH): Add libmudflap.
11726         (GFORTRAN_FOR_TARGET): Define.
11727         (configure-build*): Export GFORTRAN.
11728         (configure-gcc): Export GMPLIBS and GMPINC.
11729         (all-gcc): Add maybe-all-libbanshee.
11730         (configure-target-libgfortran): Define.
11731         * Makefile.in: Regenerate.
11732         * configure.in (host_libs): Add libbanshee.
11733         (target_libraries): Add target-libmudflap and target-libgfortran.
11734         Add --with-libbanshee.
11735         Handle --disable-libmudflap.
11736         (*-*-freebsd*): Use with_gmp.
11737         Add $(libgcj) to noconfigdirs.
11738         * configure: Regenerate.
11739         * depcomp: New file.
11740         * MAINTAINERS: Add tree-ssa maintainers.
11742 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11744         * MAINTAINERS (Various Maintainers): Add myself.
11746 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11748         * MAINTAINERS (Write After Approval): Add myself.
11750 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11752         * MAINTAINERS (Write After Approval): Add myself.
11754 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11756         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11757         * configure: Regenerate.
11759 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11761         Revert:
11762         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11764         * Makefile.def (flags_to_pass): Remove *dir variables that
11765         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11766         as well as prefix and exec_prefix.
11767         * Makefile.in: Regenerate.
11769 2004-04-26  Robert Millan  <robertmh@gnu.org>
11771         Add patches from libtool CVS.
11772         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11773         * ltconfig: Likewise.
11774         * ltcf-c.sh: Likewise.
11775         * ltcf-cxx.sh: Likewise.
11776         * ltcf-gcj.sh: Likewise.
11778 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11780         * Makefile.def (host_modules): Mark with the bootstrap
11781         flag packages on which gcc depends.
11782         * Makefile.tpl (all-bootstrap): Use it.
11783         * Makefile.in: Regenerate.
11785 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11787         * Makefile.def (flags_to_pass): Remove *dir variables that
11788         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11789         as well as prefix and exec_prefix.
11790         * Makefile.in: Regenerate.
11792 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11794         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11795         * configure: Regenerate.
11796         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11797         * gcc/Makefile.tpl (compare): Use the result of the test.
11798         * gcc/Makefile.in: Regenerate.
11800 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11802         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11803         Always relocate gcc and prev-gcc to the original names, even
11804         if the build fails.
11805         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11806         New targets.
11808 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11810         * MAINTAINERS: Update my email address.
11812 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11814         * configure.in (mips*-*-irix5*): Enable ld.
11815         * configure: Regenerate.
11817 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11819         * configure: Regenerate.
11821 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11823         * Makefile.tpl (configure-[+module+], configure-gcc,
11824         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11825         Set and export LDFLAGS.
11826         * Makefile.in: Regenerate.
11828 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11830         * MAINTAINERS: Add myself to write-after-approval.
11832 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11834         PR bootstrap/14871
11835         * Makefile.tpl: If we don't have built-in-tree target tools,
11836         use the ones found by configure rather than hacking around with
11837         program_transform_name.
11838         * configure.in: Give Makefile.tpl the information necessary
11839         to do that.
11840         * Makefile.in: Regenerate.
11841         * configure: Regenerate.
11843 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11845         PR bootstrap/14760
11846         * configure.in: When computing baseargs, strip *all* copies of
11847         offending options.  Also, don't match/substitute the trailing space,
11848         so that this actually works when two similar options are separated by
11849         only one space.
11850         * configure: Regenerate.
11852 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11854         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11855         (rs6000-*-aix*): Same.
11856         * configure: Regenerate.
11858 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11860         * MAINTAINERS: Add myself to write-after-approval.
11862 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11864         * MAINTAINERS: Add myself to write-after-approval.
11866 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11868         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11869         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11870         * Makefile.in: Regenerate.
11872         * configure.in (top level bootstrap support): Rework --enable-werror
11873         to set @stage2_werror_flag@.
11874         * configure: Regenerate.
11875         * Makefile.tpl (top level bootstrap support): Pass
11876         @stage2_werror_flag@ down to configure in stages 2 and 3.
11877         * Makefile.in: Regenerate.
11879 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11881         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11882         for stages 2 and 3 as well as in make.  As a consequence, remove
11883         OUTPUT_OPTION (now detected by configure) from the flags passed down
11884         to make.
11885         * Makefile.in: Regenerate.
11887         * Makefile.tpl (new-bootstrap): Fix typo.
11888         * Makefile.in: Regenerate.
11890 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11892         * Makefile.tpl: Rearrange by moving recursive_targets rules
11893         into their proper sections.
11894         * Makefile.tpl (top level bootstrap support): Move disabling
11895         of coverage flags from 'make' to 'configure'; improve comments.
11896         * Makefile.in: Regenerate.
11898         * Makefile.tpl (experimental top level bootstrap) Move stage1
11899         language setting from all- target to configure- target; disable
11900         intermodule optimization in stage 1; prevent gratuitous rebuilds
11901         of stage 1.
11902         * Makefile.in: Regenerate.
11903         * configure.in: Comma-separate stage 1 language list for top
11904         level bootstrap.
11905         * configure: Regenerate.
11907         * Makefile.tpl: Clean up experimental top level bootstrap support:
11908         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11909         prev-gcc in configure- targets as well as all- targets.
11910         * Makefile.in: Regenerate.
11912 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11914         * compile: New file imported from automake.
11916 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11918         * configure.in: Remove symbolic link section.
11919         * configure: Regenerate.
11920         * Makefile.tpl (links): Remove.
11921         * Makefile.in: Regenerate.
11923 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11924             Nathanael Nerode  <neroden@gcc.gnu.org>
11926         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11927         Set with AC_CHECK_PROGS.
11928         * configure.in: Fix comment typo from last patch.
11929         * configure: Regenerate.
11931 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11933         * Makefile.tpl: Introduce experimental top level bootstrap support.
11934         * Makefile.in: Regenerate.
11935         * configure.in: Introduce support for top level bootstrap.
11936         * configure: Regenerate.
11938 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11939             Paolo Bonzini  <bonzini@gnu.org>
11941         PR bootstrap/14522
11942         * configure.in: Cope with shells that do not support unquoted ^
11943         * configure: Regenerate.
11945 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11946             Paolo Bonzini  <bonzini@gnu.org>
11948         PR bootstrap/14522
11949         * configure.in: Cope with shells that do not support nesting
11950         quotes inside quoted backquote substitutions.
11951         * configure: Regenerate.
11953 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11955         PR bootstrap/14522
11956         * configure.in: Fix escaping of $.
11957         * configure: Regenerate.
11959 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11961         * configure: Regenerate, since I forgot to while committing Paolo's
11962         changes.
11964 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11966         PR ada/14131
11967         Move language detection to the top level.
11968         * configure.in: Find default values for the tools as
11969         soon as possible.  Disable ada if GNAT is not found.
11970         Emit error message about missing languages.  Expand
11971         --enable-languages=all for the gcc subdirectory.
11973 2004-03-10  Ben Elliston  <bje@gnu.org>
11975         * MAINTAINERS: Update my email address.
11977 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11979         * ltconfig: Disable building static libraries if building shared
11980         libraries on AIX 5L.
11982 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11984         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11985         and disable libgcj.
11986         * configure: Regenerated.
11988 2004-03-01  Brian Booth  <bbooth@redhat.com>
11990         * MAINTAINERS: Add myself to write-after-approval.
11992 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11994         * MAINTAINERS: Add myself to write-after-approval.
11996 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11998         PR bootstrap/7087
11999         * Makefile.tpl: Guard XFOO sed statements better.
12000         * Makefile.tpl: Add dependency for configure-target-libada.
12001         * Makefile.in: Regenerate (incidentally fixes broken
12002         commit when libada-branch was merged).
12004 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
12006         * MAINTAINERS: Add myself to write-after-approval.
12008 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
12010         * MAINTAINERS: Add Nicola Pero and myself as libobjc
12011         maintainers.
12013 2004-02-20  Andrew Cagney  <cagney@redhat.com>
12015         * config.guess: Update from version 2003-10-16 to 2004-02-16.
12016         * config.sub: Update from version 2003-11-03 to 2004-02-16.
12018 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12020         PR bootstrap/11932
12021         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
12023 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
12025         * MAINTAINERS: Added myself to write-after-approval.
12027 2004-02-14  Michael Koch  <konqueror@gmx.de>
12029         * MAINTAINERS: Added myself to write-after-approval.
12031 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
12033         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
12034         some OS port maintainers to OS port maintainers section.
12036 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
12038         * MAINTAINERS: Add self.
12040 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12042         * MAINTAINERS: Alphabetize.
12044 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
12046         * MAINTAINERS: Remove myself.
12048 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
12050         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
12051         (rs6000-*-aix*): Same.
12052         * configure: Regenerate.
12054 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
12056         * configure.in (host): Add in missing $noconfigdirs to defines.
12057         * configure: Regenerate.
12059 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
12060             Nathanael Nerode  <neroden@gcc.gnu.org>
12062         PR ada/6637, PR ada/5911
12063         Merge with libada-branch:
12064         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
12065         with appropriate dependencies. Add --enable-libada configure switch.
12066         * configure, Makefile.in: Regenerate.
12068 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
12070         * MAINTAINERS: Add myself to write-after-approval.
12072 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12074         * configure.in: Don't pass --with-stabs on IRIX 5 either.
12075         * configure: Regenerate.
12077 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
12079         Merge from upstream:
12081         * ltmain.in: When setting IFS to '~', be careful about user
12082         arguments that contain '~'.
12084         2004-02-04  Peter O'Gorman  <peter@pogma.com>
12086         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12087         Also test $base_compile against $CC with escaped arguments. Bug
12088         reported by Geoff Keating <geoffk@apple.com>.
12090 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
12092         * MAINTAINERS: Remove i960 port.
12094 2004-01-23  DJ Delorie  <dj@redhat.com>
12096         * Makefile.def (target_modules) [libiberty]: Don't stage.
12097         * Makefile.in: Rebuilt.
12099 2004-01-20  Caroline Tice  <ctice@apple.com>
12101         * MAINTAINERS: Add myself to write-after-approval.
12103 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
12105         * MAINTAINERS: Update my email address.
12107 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
12109         * MAINTAINERS: Add myself to write-after-approval.
12111 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12113         * MAINTAINERS: Remove entries without email address.
12115 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
12117         * MAINTAINERS: Add myself to write-after-approval.
12119 2004-01-15  Steven Bosscher  <stevenb@suse.de>
12121         * MAINTAINERS: Update my email address.
12123 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
12125         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12126         * Makefile.tpl (configure-target-[+module+]): Support stage.
12127         * Makefile.in: Rebuilt.
12129 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
12131         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12133 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
12135         * MAINTAINERS: Add myself as a MIPS maintainer.
12137 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12139         * configure.in: Use ./config.cache, not config.cache.
12140         * configure: Regenerate.
12141         * Makefile.tpl: Special-casing not needed for GCC any more.
12142         * Makefile.in: Regenerate.
12144         * configure.in: Don't share a cache file for host dirs.
12145         * configure: Regenerate.
12147         * config-ml.in: Don't mess with the cache file.
12149 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12151         * MAINTAINERS: Move myself from 'Write After Approval' to
12152         'CPU Port Maintainers' section as SPARC maintainer.
12154 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12156         * Makefile.tpl: Make GCC use a separate config.cache.
12157         * Makefile.in: Regenerate.
12159         PR bootstrap/11932, PR bootstrap/11933
12160         (I don't know if it will fix either of them, but it relates
12161         to them.)
12162         * configure.in: Don't use shared config.cache for target
12163         directories.
12164         * configure: Regenerate.
12166 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
12168         * MAINTAINERS: Add myself to 'Write After Approval' section.
12170 2003-12-31  Roger Sayle  <roger@eyesopen.com>
12172         * configure.in (ia64*-*-hpux*): Disable building java libraries.
12173         * configure: Regenerated.
12175 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
12177         * MAINTAINERS: Remove the mn10200 maintainer.
12179 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
12181         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12182         * configure: Regenerated.
12184 2003-12-16  Jan Hubicka  <jh@suse.cz>
12186         * MAINTAINERS: Add myself as callgraph maintainer.
12188 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
12190         * configure.in (raw_libstdcxx_flags): Remove the leading space.
12191         * configure: Regenerate.
12193 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
12195         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12196         'Write After Approval' section. Update email.
12198 2003-12-01  James Lemke  <jim@wasabisystems.com>
12200         * MAINTAINERS (Write After Approval): Add myself.
12202 2003-11-20  Matt Thomas  <matt@3am-software.com>
12204         * MAINTAINERS: Add myself as a vax port maintainer.
12206 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
12208         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12209         (configure-build-[+module+], configure-[+module+]): Likewise.
12210         (configure-target-[+module+], configure-gcc, config.status): Likewise.
12211         * Makefile.in: Regenerate.
12213 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
12215         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12216         shared/dylibed libraries.
12217         * ltmain.sh: Likewise.
12218         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12219         * ltcf-cxx.sh: Likewise.
12220         * ltcf-gcj.sh: Likewise.
12221         * ltconfig: Likewise.
12223 2003-11-17  Stan Cox  <scox@redhat.com>
12225         * MAINTAINERS: Add myself as iq2000 port maintainer.
12227 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
12229         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12230         * Makefile.in: Regenerate.
12232 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
12234         * config.sub: Update to 2003-11-03 version.
12236 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12238         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
12239         * configure:  Regenerate.
12241 2003-10-20  Nicolas Pitre  <nico@cam.org>
12243         * MAINTAINERS: Add myself to 'Write After Approval' section.
12245 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
12247         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12249 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
12251         * MAINTAINERS: Update my email address.
12253 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12255         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12257 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
12259         * MAINTAINERS: Add myself to 'Write After Approval' section.
12261 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
12263         * config.guess: Update to 2003-10-16 version.
12264         * config.sub: Update to 2003-10-16 version.
12266 2003-10-15  David Daney  <ddaney@avtrex.com>
12268         * MAINTAINERS: Added myself to 'Write After Approval' section.
12270 2003-10-15  Falk Hueffner  <falk@debian.org>
12272         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12273         'Write After Approval' section. Update email.
12275 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12277         * MAINTAINERS: Move myself from 'Write After Approval' to
12278         'Various Maintainers' section as middle-end maintainer.
12280 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12282         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12283         HOST_FLAGS_TO_PASS.
12284         * Makefile.in: Regenerate.
12286 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
12288         * config.guess: Update to 2003-10-07 version.
12289         * config.sub: Update to 2003-10-07 version.
12291 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12293         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12294         * ltconfig (irix5*, irix6*): Don't override version_type.
12296 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
12298         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12299         * configure: Rebuilt
12300         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12301         * Makefile.in: Rebuilt
12303 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
12305         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12307 2003-09-30  Carlo Wood  <carlo@alinoe.com>
12309         * MAINTAINERS (Write After Approval): Add myself.
12311 2003-09-29  Paul Koning  <ni1d@arrl.net>
12313         * MAINTAINERS: Move myself from "Write After Approval"
12314         to CPU platform maintainers for pdp11 platform.
12316 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
12318         * MAINTAINERS: Move myself from 'Write After Approval' to
12319         'Various Maintainers' section as libffi testsuite maintainer.
12321 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
12323         * configure.in: Pass a computed --program-transform-name
12324         to subconfigures.
12325         * configure: Regenerated.
12327 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12329         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12330         * Makefile.in: Regenerate.
12332         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12333         * Makefile.in: Regenerate.
12335 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
12337         * MAINTAINERS: Move myself from 'Write After Approval'
12338         to 'Various Maintainers' (objective-c) section.
12340 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
12342         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12343         quoting.
12344         * configure: Regenerated.
12346 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
12348         * MAINTAINERS (Write After Approval): Add myself to write after
12349         approval list.
12351 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
12353         * MAINTAINERS (Write After Approval): Add myself.
12355 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
12357         * MAINTAINERS: Update my e-mail address.
12359 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
12361         * libtool.m4 (LD): Correct powerpc64 host match.
12363 2003-09-06  James E Wilson  <wilson@tuliptree.org>
12365         * MAINTAINTERS: Update my affiliation and email address.
12367 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12369         * MAINTAINERS (Write After Approval): Add myself.
12371 2003-09-04  DJ Delorie  <dj@redhat.com>
12373         * configure: Regenerate.
12375 2003-09-04  Robert Millan  <robertmh@gnu.org>
12377         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12379 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12381         * configure.in: Ensure arguments to sed are properly spaced.
12382         * configure: Regenerate.
12384 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
12386         * MAINTAINERS: Update my e-mail address.
12388 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12390         * MAINTAINERS (Write After Approval): Add myself.
12392 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12394         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12395         * configure: Regenerated.
12397 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12399         * MAINTAINERS: Update my email address.
12401 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12403         * configure.in:  Use newline instead of semicolon when assuming
12404         shell arguments in a for loop.
12405         * configure:  Regenerated.
12407 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12409         * MAINTAINERS: Resurrect the i860 maintainer.
12411 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12413         PR 8180
12414         * configure.in: When testing with_libs and with_headers, treat
12415         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12416         * configure: Regenerate.
12418         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12419         make, shell, etc.
12420         (baseargs): Likewise.
12421         * configure: Regenerate.
12423 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12425         * MAINTAINERS (Write After Approval): Add myself.
12427 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12429         * configure.in: Disable libgcj for darwin not on powerpc.
12430         * configure: Rebuild.
12432 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12434         * config-ml.in, symlink-tree: Add license.
12436 2003-08-03  Richard Stallman  <rms@gnu.org>
12437             Eben Moglen  <moglen@columbia.edu>
12439         * README.SCO: New file.
12441 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12443         * Makefile.tpl (check, check-c++): Express dependencies using
12444         dependencies rather than commands.
12445         * Makefile.in: Regenerate.
12447 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12449         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12450         * configure: Ditto.
12452 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12454         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12455         * Makefile.in: Update.
12457 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12459         * configure.in: Enable libgcj for darwin.
12460         * configure: Rebuild.
12462 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12464         * config-ml.in:  Use ac_configure_args directly instead of
12465         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12466         actually seen.
12468 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12470         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12471         creating target and build subdirs to build all parent dirs as needed.
12472         * Makefile.in: Rebuild.
12473         * configure.in: Don't build dirs explicitly here.
12474         * configure: Rebuild.
12476 2003-07-26  Paul Brook  <paul@nowt.org>
12478         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12480 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12482         * Makefile.tpl (all-make): Depend on intl.
12483         * Makefile.in: Rebuilt.
12485 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12487         * install-sh:  Update to newer upstream versions (associated with
12488         aclocal 1.7).
12489         * mkinstalldirs:  Likewise.
12490         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12492 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12494         * MAINTAINERS: Move self from Bug database only accounts
12495         to write-after-approval.
12497 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12499         * config.if: Remove unused libc_interface determination.
12501 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12503         * MAINTAINERS: Move self from write-after-approval to
12504         build machinery (*.in).
12506 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12508         PR bootstrap/11273
12509         PR bootstrap/11408
12510         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12511         unused INSTALL_PROGRAM_ARGS.
12512         * configure.in: Use AC_PROG_INSTALL.
12513         * Makefile.in: Regenerate.
12514         * configure: Regenerate.
12516 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12518         * MAINTAINERS: Alphabetize.
12520 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12522         * configure: Rebuilt.
12523         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12524         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12525         newlib nor libgloss.
12526         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12527         * configure.in (am33_2.0-*-linux*): Added.
12529 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12531         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12532         * configure: Regenerate.
12534 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12536         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12537         * Makefile.in: Regenerate.
12539 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12541         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12542         * Makefile.in: Regenerate.
12544 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12546         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12547         * Makefile.in: Regenerated.
12549         * config-ml.in: Replace PWD with PWD_COMMAND.
12551 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12553         * intl: New directory; see intl/ChangeLog for details.
12554         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12555         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12556         * Makefile.in: Regenerate.
12558 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12560         * configure.in: Clean up config-lang.in handling.  Delete
12561         useless assignment to "subdirs".
12562         * configure: Regenerate.
12564 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12566         * configure.in: Rename 'target_libs' to 'target_libraries'.
12567         Remove useless reference to 'target_libs'.
12568         * configure: Regenerate.
12570 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12572         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12573         * Makefile.in: Regenerate.
12575 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12577         * Makefile.def: Introduce flags_to_pass.
12578         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12579         * Makefile.in: Regenerate.
12581 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12583         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12584         and target-libgloss.
12585         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12586         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12587         * configure: Regenerate.
12589 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12591         * configure.in: Update testsuite_flags to new location.
12592         * configure. Regenerate.
12594 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12596         * Makefile.tpl: Remove BUILD_CC stuff.
12597         * Makefile.in: Regenerate.
12599 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12601         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12603 2003-06-16  Graeme Peterson  <gp@qnx.com>
12605         * MAINTAINERS (Write After Approval): Add myself.
12607 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12609         * config.guess: Update to 2003-06-12 version.
12610         * config.sub: Update to 2003-06-13 version.
12612 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12614         * config.guess: Update to 2003-06-06 version.
12615         * config.sub: Update to 2003-06-06 version.
12617 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12619         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12620         * configure. Regenerate.
12622 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12624         * configure.in: Disable serial configure by default.
12625         * configure: Regenerate.
12626         * Makefile.tpl: Abolish .NOTPARALLEL.
12627         * Makefile.in: Regenerate.
12629         * Makefile.tpl: Replace {build,host,target}_canonical by
12630         {build,host,target}.
12631         * Makefile.in: Regenerate.
12633         * Makefile.tpl: Fix stupid pasto.
12634         * Makefile.in: Regenerate.
12636 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12638         * Makefile.tpl: Remove bogus conditional.
12639         * Makefile.in: Regenerate.
12641 2003-06-05  Jan Hubicka  <jh@suse.cz>
12643         * Makefile.tpl (profiledbootstrap): New target.
12644         * Makefile.in (profiledbootstrap): New target.
12646 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12648         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12649         Pinski. Remove user names from other bugzilla-only maintainers.
12651 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12653         * Makefile.tpl: Make 'recursive targets' using autogen rather
12654         than shell loop.  Remove duplicate 'clean' targets and false
12655         comments.
12656         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12657         Add systematic method of specifying missing targets in subdirs.
12658         Add copyright boilerplate.
12659         * Makefile.in: Regenerate.
12660         * configure.in: Add 'recursive targets' to maybe list.
12661         * configure: Regenerate.
12663         * MAINTAINERS: "GNATS only" -> "Bug database only".
12665         * Makefile.tpl: Rename [+target+] to [+make_target+].
12666         * Makefile.def: Rename 'target' to 'make_target'.
12668 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12670         * MAINTAINERS: Add self as options handling maintainer.
12672 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12674         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12675         been too long since I touched those ports.
12677 2003-05-28  DJ Delorie  <dj@redhat.com>
12679         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12680         * Makefile.in: Regenerate.
12682 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12684         * configure.in: Use curly braces in the definition of tooldir.
12685         * configure: Regenerate.
12687 2003-05-21  DJ Delorie  <dj@redhat.com>
12689         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12690         newlib or libgloss.
12691         * Makefile.in: Regenerate.
12693 2003-05-21  DJ Delorie  <dj@redhat.com>
12695         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12696         * Makefile.in: Regenerate.
12698 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12700         * MAINTAINERS: Update my e-mail address.
12702 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12704         * configure.in: Switch more things to use maybe dependencies.
12705         * Makefile.tpl: Switch more things to use maybe dependencies.
12706         Factor out common code from autogen IF statements.
12707         * configure: Regenerate.
12708         * Makefile.in: Regenerate.
12710 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12712         * configure.in: Accept i[3456789]86 for machine type.
12713         * configure: Regenerate.
12715 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12717         * configure.in: Switch more things to use maybe dependencies.
12718         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12719         * configure: Regenerate.
12720         * Makefile.tpl: Switch more things to use maybe dependencies.
12721         * Makefile.in: Regenerate.
12723 2003-05-16  Andreas Schwab  <schwab@suse.de>
12725         * Makefile.tpl (install-opcodes): Define.
12726         * Makefile.in: Rebuild.
12728 2003-05-13  Andreas Jaeger  <aj@suse.de>
12730         * config.guess: Update to 2003-05-09 version.
12731         * config.sub: Update to 2003-05-09 version.
12733 2003-05-13  Michael Eager  <eager@mvista.com>
12735         * configure.in: Correct sed script so that options in quotes are not
12736         deleted.
12737         * configure: Rebuild.
12739 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12741         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12742         and $$s/newlib/libc/sys/cygwin32 include paths.
12743         * configure: Ditto.
12745 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12747         * MAINTAINERS: Update my email addresses.
12749 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12751         * config-ml.in: Propagate INSTALL variables.
12753 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12755         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12757 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12759         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12760         * Makefile.in: Regenerate.
12762 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12764         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12766 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12768         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12770 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12772         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12773         * Makefile.in: Regenerated.
12775 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12777         * MAINTAINERS (Write After Approval): Upgrade myself from
12778         GNATS only to write-after-approval. Update my mail address.
12780 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12782         (OS Port Maintainers: freebsd): Add myself.
12784 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12786         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12788 2003-04-22  Kean Johnston  <jkj@sco.com>
12790         * MAINTAINERS (SCO ports): Added myself.
12792 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12794         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12796 2003-04-19  Kean Johnston  <jkj@sco.com>
12798         * MAINTAINERS (Write After Approval): Add myself.
12800 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12802         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12803         * Makefile.in: Regenerate.
12805 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12807         * configure.in (powerpc64*-*-linux*): Remove.
12808         * configure: Rebuilt.
12810 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12812         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12813         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12814         and restrap.
12815         * Makefile.in:  Regenerate.
12817 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12819         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12820         * configure: Regenerated.
12822 2003-04-15  DJ Delorie  <dj@redhat.com>
12824         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12826 2003-04-13  Nick Clifton  <nickc@redhat.com>
12828         * config-ml.in: Remove support for --disable-aix removing
12829         call-aix multilibs.
12831 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12833         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12834         * */configure: Rebuilt.
12836 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12838         * MAINTAINERS: Add my email address.
12840 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12842         * MAINTAINERS (Write After Approval): Add myself.
12844 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12846         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12847         * Makefile.in: Regenerate.
12849 2003-03-14  Michael Chastain  <mec@shout.net>
12851         * Makefile.in: Regenerate with correct Makefile.def.
12853 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12855         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12856         Make macro.
12857         * Makefile.in: Regenerate.
12858         * configure.in: Clean up gxx_include_dir logic.
12859         * configure: Regenerate.
12861 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12863         * MAINTAINERS (Write After Approval): Add myself.
12865 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12867         * MAINTAINERS: Update my mail address.
12869 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12871         * configure.in (gxx_include_dir): Fix typo.
12872         * configure: Regenerated.
12874 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12876         * Makefile.tpl: Reindent.
12877         * Makefile.in: Regenerate.
12878         * configure.in: Reindent.  Don't set unused variables.
12879         * configure: Regenerate.
12881 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12883         * configure.in: Include $(build_tooldir)/sys-include in
12884         FLAGS_FOR_TARGET.
12885         * configure: Regenerated.
12887 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12889         * Makefile.tpl: Always pass down RANLIB.
12890         * Makefile.in: Regenerate.
12892         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12893         * Makefile.in: Regenerate.
12894         * configure.in: Remove unused logic relating to --enable-shared
12895         and --enable-threads.  Remove bogus comments.  Remove redundant
12896         noconfigdirs.
12897         * configure: Regenerate.
12899         * configure.in: Replace ${libstdcxx_version} by its value.
12900         Remove reference to mh-dgux.
12901         * configure: Regenerate.
12903 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12905         * MAINTAINERS (Write After Approval): Add myself.
12907 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12909         * Makefile.tpl: Rearrange.
12910         * Makefile.in: Regenerate.
12912 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12914         * configure.in: Add support for kaOS as cross build target system.
12915         * configure: Regenerated.
12917 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12919         * MAINTAINERS (Write after approval): Add myself.
12921 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12923         * MAINTAINERS: Update my email address.
12925 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12927         * MAINTAINERS: Add self to blanket write privs. section.
12929 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12931         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12932         configure-target-* as some target builds may require additional
12933         flags for preprocessor tests.
12934         * Makefile.in: Regenerated.
12936 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12938         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12939         * ltconfig: Handle it.
12940         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12941         auto-detecting it.
12943         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12944         it is used as argument to $CC.
12945         * ltcf-gcj.sh: Likewise.
12947         * configure.in: Introduce --enable-maintainer-mode.
12948         * configure: Rebuilt.
12949         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12950         for maintainer mode.
12951         * Makefile.in: Rebuilt.
12953 2003-02-18  Jason Merrill  <jason@redhat.com>
12955         * Makefile.tpl (check-c++): Allow parallelism.
12957 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12959         * MAINTAINERS: Remove John Carr (who never actually had access to
12960         gcc.gnu.org).
12962 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12964         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12965         don't configure target-libobjc.
12966         * configure: Regenerate.
12968 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12970         * Makefile.tpl (RANLIB): Define.
12971         * Makefile.in: Regenerate.
12973 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12975         * MAINTAINERS: Update my email.
12977 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12979         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12980         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12981         * Makefile.in: Regenerated.
12982         * configure.in: Remove all traces of snavigator, db, and grep.
12983         * configure: Regenerated.
12985 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12987         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12988         After Approval.
12990 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12992         * MAINTAINERS (Write after approval): Add myself.
12994 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12996         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12997         * Makefile.in: Regenerated.
12999 2003-01-30  Roger Sayle  <roger@eyesopen.com>
13001         * config.guess: Updated to 2003-01-30's version.
13002         * config.sub: Updated to 2003-01-28's version.
13004 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
13006         * config.if: If gcc_version is already set, just use it.  Don't set
13007         gcc_version_trigger if it's already set, otherwise set it to
13008         gcc/version.c, but only if the file exists.  If it is not set and
13009         gcc/version.c does not exist, try to extract the version number from
13010         $CC.
13012 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
13014         * MAINTAINERS: Add myself to write-after-approval list.
13016 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
13018         * configure.in:  Revert 24Jan change.
13019         * configure:  Regenerate.
13021 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13023         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
13024         entry of HJ Lu.
13026 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13028         * configure.in: Revert previous change.
13029         * configure: Regenerate.
13031 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13033         * configure.in: Make rda native-only.
13034         * configure: Regenerate.
13036 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13038         * MAINTAINERS: Move myself from GNATS-only-accounts to
13039         write-after-approval.
13041 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13043         * configure.in: Add missing \.
13044         * configure: Rebuilt.
13046 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
13048         * configure.in (baseargs): Avoid using \| in sed regular
13049         expressions.
13050         * configure: Rebuilt.
13052 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
13054         * configure.in (baseargs): Remove all supported forms of
13055         --cache-file, --srcdir, --host, --build and --target options
13056         from argument lists.
13057         * configure: Rebuilt.
13059 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
13061         * MAINTAINERS: Add myself to write-after-approval list.
13063 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
13065         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
13066         * configure: Rebuilt.
13068 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13070         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
13071         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
13072         * Makefile.in: Regenerate.
13073         * configure: Regenerate.
13075 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
13077         * configure.in: Remove Makefile in build, host and target modules
13078         unless configure was run with --no-recursion.
13079         * configure: Rebuilt.
13081 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13083         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13084         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13085         * Makefile.in: Regenerate.
13087 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
13089         * config.guess: Update to 2003-01-03 version.
13090         * config.sub: Update to 2003-01-03 version.
13092 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13094         * configure: Regenerate with proper autoconf 2.13.
13096 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13098         * configure.in: Add AC_PREREQ for consistency.
13099         * configure: Regenerate.
13101 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
13103         * configure.in (GDB_TK): Add tcl directories conditional on
13104         gdb/gdbtk directory being present.
13105         * configure: Regenerate.
13107 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
13109         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
13110         used by gcc if LD is not defined and we are not doing a Canadian Cross.
13111         * configure: Rebuilt.
13113 2002-12-31  Tom Tromey  <tromey@redhat.com>
13115         * Makefile.in: Rebuilt.
13116         * Makefile.def (target_modules) [libffi]: Allow installation.
13118 2002-12-31  Andreas Schwab  <schwab@suse.de>
13120         * configure.in: Fix use of $program_transform_name.
13121         * configure: Regenerated.
13123 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13125         * configure.in (baseargs): Don't remove first configure argument.
13126         * configure: Regenerated.
13128 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
13130         * Makefile.tpl (local-distclean): Don't remove...
13131         (multilib.ts): ... this.  Moved into...
13132         (multilib.out): ... this.  Don't use sub-make.
13133         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13134         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13135         (configure-build-[+module+], configure-[+module+],
13136         configure-target-[+module+], configure-gcc): ... these.  Test
13137         for Makefile existence.  Drop config.status from dependencies.
13138         * Makefile.in: Rebuilt.
13139         * configure.in: Move gcc-version-trigger to the end of
13140         ac_configure_args.  Add comments to maybedep.tmp and
13141         serdep.tmp.  Introduce --disable-serial-configure.  Remove
13142         nonopt from baseargs, matching and removing corresponding
13143         whitespace while at it.
13144         * configure: Rebuilt.
13146 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
13148         * configure.in (host_configargs): Replace reference to
13149         no-longer-defined buildopts with --build=${build_alias}.
13150         * configure: Rebuilt.
13152         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
13153         program_transform_name to standard idiom.
13154         (AUTOGEN, AUTOCONF): Define.
13155         (Makefile.in): Use $(AUTOGEN).
13156         (Makefile): Depend on config.status, and use autoconf-style rule to
13157         build it.  Move original commands to...
13158         (config.status): ... this new target.
13159         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
13160         $(AUTOCONF).
13161         * Makefile.in: Rebuilt.
13163 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13165         * Makefile.tpl: Fix dramatic bustage due to change in
13166         program_transform_name.
13167         * Makefile.in: Regenerate.
13169         * configure.in: Remove unnecessary PATH setting.
13170         * configure: Regnerate.
13172         * configure.in: Don't default to unprefixed tools unless
13173         the native tools will work.
13174         * configure: Regenerate.
13176         * configure.in: Convert to autoconf script.  Blow away lots
13177         of now-redundant Makefile fragments.
13178         * configure: Generate using Autoconf.
13179         * Makefile.tpl: Rewrite to reflect autoconfiscation.
13180         * Makefile.in: Regenerate.
13182 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
13184         * configure: Fix stupid bug where RANLIB was mistakenly included.
13186         * configure.in: Rename (buildargs, hostargs, targargs) to
13187         (build_configargs, host_configargs, target_configargs).
13189         * configure.in: Move logic out of sed statement.
13191         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
13192         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13194 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
13196         * config.sub: Import from master repository
13197         * config.guess: Ditto
13199 2002-12-24  Andreas Schwab  <schwab@suse.de>
13201         * Makefile.tpl (multilib.out): Fix missing space.
13202         * Makefile.in: Regenerate.
13204 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13206         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
13207         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
13208         * Makefile.in: Regenerate.
13209         * configure.in: Remove unnecessary leftovers.
13211 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
13213         * configure.in (extra_ranlibflags_for_target): New variable.
13214         (*-*-darwin): Add -c to ranlib commands.
13215         * configure (tooldir): Handle extra_ranlibflags_for_target.
13217 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13219         * Makefile.tpl: Revert HJL's change.
13220         * Makefile.in: Regenerated.
13221         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13222         always.
13224 2002-12-19  Andreas Schwab  <schwab@suse.de>
13226         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13227         * Makefile.in: Regenerate.
13229 2002-12-18  H.J. Lu  <hjl@gnu.org>
13231         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13232         * Makefile.in: Regenerated.
13234         * configure.in (build_prefix): New. Substitute.
13236 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
13238         * Makefile.tpl: Don't let real targets depend on phony targets.
13239         * Makefile.in: Regenerate.
13241         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13242         * Makefile.in: Regenerate.
13244 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
13246         * config.sub: Import from master repository
13247         * config.guess: Ditto
13249 2002-12-16  Jason Merrill  <jason@redhat.com>
13251         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13252         previous 'make bootstrap'.
13253         * Makefile.in: Regenerate.
13255 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
13257         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13259 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13261         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13262         * Makefile.in: Regenerate.
13264 2002-12-13  Jason Merrill  <jason@redhat.com>
13266         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
13267         library tests.
13268         (check-c++): Just depend on it and check-target-libstdc++-v3.
13269         * Makefile.in: Regenerate.
13271 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13273         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13274         * Makefile.in: Rebuilt.
13276 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13278         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13280 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13282         * configure: Fix bug put in by gremlins.
13284         * Makefile.tpl: Substitute more autoconfily.
13285         * configure: Substitute more autoconfily.
13286         * Makefile.in: Regenerate.
13288 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
13290         * config.sub: Import from master repository
13291         * config.guess: Ditto
13292         * MAINTAINERS: Added Svein Seldal under write after approval
13294 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
13296         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13297         * Makefile.in (all-sim): Ditto.
13299 2002-12-06  DJ Delorie  <dj@redhat.com>
13301         * Makefile.tpl: Change configure dependencies to not have real
13302         targets depend on phony targets.
13304 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
13306         * configure.in: Revert unintentional change.
13308         * Makefile.tpl: Change dependency for */multilib.out so that
13309         it works when gcc isn't in the tree.
13311         * configure.in: Substitute more.
13312         * configure: Run subconfigures from the Makefile.
13313         * Makefile.tpl: Run subconfigures from the Makefile; add a few
13314         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
13316 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13318         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13320 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13322         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13323         and corresponding dependencies.
13324         * Makefile.in: Regenerate.
13326         * configure.in (host_tools): Order binutils, gas and ld for
13327         convenience in running the testsuites.
13329         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13330         * Makefile.in: Regenerate.
13331         * configure.in: Introduce rules to serialize subconfigure runs.
13333         * configure.in: Introduce BASE_CC_FOR_TARGET.
13334         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
13335         Realize configure-build-* targets.  Realize configure-target-* targets.
13336         * Makefile.in: Regenerate.
13338 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13340         * configure: Move gcc_version_trigger stuff from here...
13341         * configure.in: ...to here.
13343         * configure.in: Separate subconfigure options added by this file from
13344         options given by the user.  Add machinery to put args for host
13345         subconfigures into the Makefile.
13347         * Makefile.tpl: Remove 'vault' targets.
13348         * Makefile.tpl: Reorder and comment dependencies.
13349         * Makefile.in: Regenerate.
13351 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13352         * configure.in: Fix my broken commit of previous patch. (sigh)
13354 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13356         * configure.in: Move host-specific darwin noconfigdirs into
13357         the host-specific section.
13359 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13361         * configure.in: Move host-specific darwin noconfigdirs into
13362         the host-specific section.
13364 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13366         * configure: Remove skip-this-dir support.
13367         * Makefile.tpl: Remove skip-this-dir support.
13369         * Makefile.tpl: Remove leftover support for non-autoconfiscated
13370         subdirectories.
13371         * Makefile.in: Regenerate.
13373         * Makefile.tpl: Strip out useless setting of 'dir'.
13374         * Makefile.in: Regenerate.
13376 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13378         * configure.in: Fix deeply stupid bug.
13380         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13381         shell code in CXX_FOR_TARGET
13382         * Makefile.def: Introduce raw_cxx.
13383         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13384         RAW_CXX_FOR_TARGET.
13385         * Makefile.in: Regenerate.
13387 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13389         * Makefile.tpl: Remove unnecessary ifs.
13390         * Makefile.in: Regenerate.
13392         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13393         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13394         targets for 'no_install' modules.
13395         * configure: Move GDB_TK substitution to configure.in.  Move
13396         build_modules stuff to configure.in.
13397         * configure.in: Implement soft dependency machinery.  Maybe-ize
13398         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13399         * Makefile.in: Regenerate.
13401 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13403         * Makefile.tpl: Make all-target, install-target behave similarly
13404         to all, install (only hitting configured targets).  Eliminate
13405         unused macro defintions.
13407         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13408         build != host.
13410         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13412         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13414         * configure.in: Produce lists of subdir targets we're actually
13415         configuring.  Remove references to "dosrel".
13416         * Makefile.tpl: Let configure set which subdir targets are hit.
13417         Remove install-cross; clean up install; remove ALL.  Remove
13418         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13419         Autogenerate host module targets.  Remove empty dependency lines
13420         and redundant dependency; rearrange slightly.
13421         * Makefile.def: Add host-side libtermcap, utils.
13423         * Makefile.in: Regenerate.
13425 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13427         * ltconfig (osf[345]): Append $major to soname_spec.
13428         Reflect this in library_names_spec.
13429         * ltmain.sh (osf): Prefix $major with . for use as extension.
13431 2002-11-19  Andreas Jaeger  <aj@suse.de>
13433         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13434         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13435         and sparc64 GNU/Linux systems.
13437 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13439         * MAINTAINERS: Update email.
13441 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13443         * MAINTAINERS: Complete James Dennett's entry.
13445 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13447         * MAINTAINERS (Write After Approval): Add myself.
13449 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13451         * Makefile.tpl: syntactic cleanup
13453 2002-11-13  Stuart Hastings  <stuart@apple.com>
13455         * MAINTAINERS: Add myself to write-after-approval list.
13457 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13459         * Makefile.def: Add list of recursive targets to autogenerate.
13460         Add build_modules.
13461         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13462         targets.  Autogenerate *-build-* targets.
13463         * Makefile.in: Regenerate.
13465 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13467         * configure: More autoconf-style substitutions.
13468         * Makefile.tpl: More autoconf-style substitutions.
13469         * Makefile.in: Regenerate.
13471 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13473         * configure: Substitute more variables in a more autoconf-friendly
13474         way.  Simplify slightly.
13475         * Makefile.tpl: Make more variables substitutable in an
13476         autoconf-friendly way.
13477         * Makefile.in: Regenerate.
13479 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13481         * MAINTAINERS (Write After Approval): Add myself.
13483 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13485         * configure.in (v810*): Remove special setting of tools.
13487         * configure: Add support for extra required flags for ar or nm.
13488         * configure.in (aix4.3+): Use above support for target-specific
13489         issues, rather than using config/mt-aix43.
13491 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13493         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13494         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13495         with $srcdir.  Reformat indentation.  Substitute some variables
13496         formerly hard-coded in the Makefile for build=host.
13497         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13498         * Makefile.def: Autogenerate more.
13499         * Makefile.in: Regenerate.
13501 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13503         * MAINTAINERS (Write After Approval): Add myself.
13505 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13507         * Makefile.def (host_modules): Add rda.
13508         * Makefile.in: Regenerate.
13509         * configure.in (target_tool): Add target-rda to list.
13511 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13513         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13515 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13517         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13518         and restrap targets to this rule.
13519         * Makefile.in:  Regenerate.
13521 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13523         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13524         GNATS only accounts.
13526 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13528         * configure.in (i[3456]86-*-linux*): Add check to disable
13529         ${libgcj} for glibc1.
13531 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13533         * MAINTAINERS: Add myself as ip2k port maintainer.
13535 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13537         * configure.in: Add tic4x target.
13539 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13541         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13542         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13543         * Makefile.in: Regenerate.
13545         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13546         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13547         * Makefile.in: Regenerate.
13549 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13551         * MAINTAINERS: Add myself as web pages co-maintainer.
13553 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13555         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13556         * Makefile.in: Regenerate.
13558 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13560         * MAINTAINERS: Add myself and Nathan Sidwell
13561         <nathan@codesourcery.com> as VxWorks maintainers.
13563 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13565         * Makefile.def: Remove order dependency comments.
13566         * Makefile.tpl: Add explicit install-install dependencies.
13567         * Makefile.in: Regenerate.
13569         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13570         * Makefile.in: Regenerate.
13572         * Makefile.tpl: Add configure-target (for src-release in src)
13573         * Makefile.in: Regenerate.
13575 2002-09-30  Nick Clifton  <nickc@redhat.com>
13577         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13579 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13581         * configure.in (s390*-*-linux*): Enable libgcj.
13583 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13585         * configure: Revert accidentally applied changes.
13587         * Makefile.tpl: Make more autoconf-friendly.
13588         * Makefile.in: Regenerate.
13589         * configure: Make substitution more autoconf-like.
13591 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13593         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13594         single entry to handle all these.
13595         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13596         libjava on arm-*-elf.
13598 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13600         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13601         things that depend on them.
13603 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13605         * Makefile.tpl: Make subsituted variables more autoconfy.
13606         * Makefile.in: Regenerate.
13607         * configure: Make seds more autoconfy.
13609 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13611         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13612         * Makefile.in: Regenerate.
13613         * configure.in: Rewrite sed statements to look autoconfy.
13615         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13616         all-target-foo on configure-target-foo.
13617         * Makefile.def: Ditto.
13618         * Makefile.in: Rebuild.
13620 2002-09-25  Andrew Haley  <aph@redhat.com>
13622         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13624 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13626         * Makefile.def: New file.
13627         * Makefile.tpl: New file.
13628         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13629         * contrib/gcc_update: Note that Makefile.in is a generated file.
13631         * configure.in: Minor rearrangement.  Simplify tests.
13633 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13635         * configure.in (with_headers): Skip copy if value is "yes".
13636         (with_libs): Likewise.
13638 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13640         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13641         * configure.in (sh*-*-pe*): Ditto.
13642         * configure.in (mips*-*-pe*): Ditto.
13643         * configure.in (*arm-wince-pe): Ditto.
13645         * configure.in: Rearrange.
13647 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13649         * MAINTAINERS: Update my email address.
13651 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13653         * MAINTAINERS: (Write After Approval): Add myself.
13655 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13657         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13659 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13661         * MAINTAINERS: Change my mailing address.
13663 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13665         * MAINTAINERS (Write After Approval): Remove myself.
13666         (Various Maintainers: c++ runtime libs): Add myself.
13668 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13670         * MAINTAINERS (Write After Approval): Remove myself.
13671         (Various Maintainers: c++ runtime libs): Add myself.
13673 2002-08-15  Eric Christopher  <echristo@redhat.com>
13675         * config.sub: Import from master repository.
13676         * config.guess: Ditto.
13678 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13680         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13681         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13682         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13684 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13686         * MAINTAINERS: Add self to rs6000 vector extensions.
13688 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13690         * libiberty/configure: Reverted unintended yesterday's check in.
13692 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13694         * boehm-gc/configure, libf2c/configure: Rebuilt.
13695         * libffi/configure, libiberty/configure: Ditto.
13696         * libjava/configure, libobjc/configure: Ditto.
13697         * libstdc++-v3/configure, zlib/configure: Ditto.
13698         Merged from binutils:
13699         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13700         From Steve Ellcey <sje@cup.hp.com>:
13701         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13702         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13703         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13704         IA64.
13705         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13706         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13707         soname_spec, sys_lib_search_path_spec): Ditto.
13709 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13711         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13713 2002-08-04  H.J. Lu  (hjl@gnu.org)
13715         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13717 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13719         * MAINTAINERS (Write After Approval): Add myself.
13721 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13723         * configure.in: Move generic linux case to end.  Copy generic
13724         linux noconfigdirs to mips*-*-linux* entry and new
13725         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13727 2002-07-19  Michael Matz  <matz@suse.de>
13729         * MAINTAINERS: Add myself as ra* maintainer.
13731 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13733         * config.guess: Update to 2002-07-09 version.
13734         * config.sub: Update to 2002-07-03 version.
13736 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13738         * MAINTAINERS: Fix typo in a maintainer email address.
13740 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13742         * configure.in: Remove two redundant tests.
13744 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13746         * configure.in (mips*-*-irix6*o32): Enable stabs.
13748 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13750         * configure.in: Don't build grez.
13751         * Makefile.in: Ditto.
13753         * Makefile.in: Remove references to bsp, cygmon, libstub.
13754         * configure.in: Ditto.
13756         * configure.in: Remove leftover reference to gdbtest.
13758 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13760         * configure.in (gxx_include_dir):  Change to match versioned
13761         C++ headers if --enable-version-specific-runtime-libs is used.
13763 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13765         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13767 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13769         * configure.in: Make --without-x work.
13771 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13773         * configure.in: Rearrange target Makefile fragment collection.
13775         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13776         cvs[src].
13777         * configure.in: Ditto.
13779 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13781         * MAINTAINERS (Write After Approval): Update my e-mail address.
13783 2002-06-24  Ben Elliston  <bje@redhat.com>
13785         * configure.in (host_tools): Remove cgen.
13787         * Makefile.in (all-cgen): Remove; runs from its source directory.
13788         (check-cgen, install-cgen, clean-cgen): Likewise.
13789         (all-opcodes): Do not depend on all-cgen.
13790         (all-sim): Likewise.
13792 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13794         * Makefile.in: Eliminate 'apache' targets.
13795         * configure.in: Eliminate 'apache' targets.
13797         * configure.in: Eliminate redundant tests.  Reorganize.
13799         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13801         * config-ml.in: Eliminate references to Cygnus configure.
13803         * Makefile.in: Eliminate references to building emacs.
13805 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13807         * MAINTAINERS: Update my email address.
13809 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13811         * config.if (libstdcxx_incdir): Version C++ headers.
13812         (cxx_incdir): Remove.
13814 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13816         * MAINTAINERS (Write After Approval): Add self.
13818 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13820         * configure.in: Add support for ip2k.
13822 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13824         * configure.in: Fix AIX configury bug.
13826 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13828         * MAINTAINERS (Write After Approval): Add self.
13830 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13832         * configure.in: replace ${topsrcdir} with ${srcdir}
13834         * configure.in: Move definition of libstdcxx_flags
13835         right above usage, rather than waaay earlier.
13837         * configure.in: Pull definition of is_cross_compiler earlier.
13839         * configure.in: Rearrange a little.
13841         * configure.in: Remove references to librx.
13842         * Makefile.in: Remove references to librx.
13844 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13846         * config.sub: Add support for avr target.
13847         Import from master sources, rev 1.255
13849 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13851         * configure, .cvsignore:  Revert previous change...
13852         * Makefile:  ...delete.
13854 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13856         * configure.in: Eliminate ${gasdir} variable.
13858 2002-06-18  Dave Brolley  <brolley@redhat.com>
13860         * configure.in: Add support for frv.
13861         * config.sub: Add support for frv.
13863 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13865         * configure:  Remove garbage from previous commit.
13867 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13869         * configure:  For in-source builds, make a subdir and re-exec there.
13870         * Makefile:  New file.  Pass targets through to build directory.
13871         * .cvsignore:  No longer ignore "Makefile".
13873 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13875         * MAINTAINERS (Write After Approval): Add self.
13877 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13879         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13881 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13883         * configure.in (vax-*-netbsd*): Re-enable gas.
13885 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13887         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13888         BUILD_PREFIX_1, to correct nomenclature.
13889         * configure: Likewise.
13891         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13892         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13894 2002-05-31  Olaf Hering  <olh@suse.de>
13896         * config-ml.in: Propogate DESTDIR also.
13898 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13900         * configure.in (vax-*-netbsd*): Don't build gas for this
13901         platform.
13903 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13905         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13906         and libgcj for AVR.
13908 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13910         * MAINTAINERS (Write After Approval): Add myself.
13912 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13914         * config.guess: Update to 2002-05-22 version.
13915         * config.sub: Likewise.
13917 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13919         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13920         * config-ml.in: Likewise.
13921         * configure: Likewise.
13922         * configure.in: Likewise.
13924 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13926         * MAINTAINERS: Update my email address.
13928 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13930         * configure.in: Simplify makefile fragment collection.
13932         * configure.in: Remove code to build emacs.
13934         * configure.in : Remove --srcdir argument from targargs and buildargs
13935         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13937         * configure: Move some logic to configure.in.
13938         * configure.in: Move some logic from configure.
13940 2002-05-11  Tom Tromey  <tromey@redhat.com>
13942         * MAINTAINERS: Reflect libgcj reality.
13944 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13946         * Makefile.in: Honour DESTDIR.
13948 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13950         * config.guess: Import 2002-03-20 version.
13951         * config.sub: Import 2002-04-26 version.
13953 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13955         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13957 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13959         * MAINTAINERS: Add self.
13961 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13963         * ltmain.sh: Detect and handle object name conflicts
13964         while piecewise linking a static library.
13966 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13968         * configure.in (noconfigdirs): Don't disable libgcj on
13969         sparc64-*-solaris* and sparcv9-*-solaris*.
13971 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13973         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13975 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13977         * configure.in (FLAGS_FOR_TARGET): Do not add
13978         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13979         on i[3456]86-*-linux*.
13981 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13983         * configure.in (noconfigdirs): Replace [ ] with test.
13985         * configure.in (noconfigdirs): Do not add target-newlib if
13986         target == i[3456]86-*-linux*, and host == target.
13988 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13990         * configure.in: delete reference to absent file
13992         * configure.in: replace '[' with 'test'
13994         * configure.in: Eliminate references to gash.
13995         * Makefile.in: Eliminate references to gash.
13997         * configure.in: remove useless references to 'pic' makefile fragments.
13999         * configure.in: (*-*-windows*) Finish removing.
14001         * configure.in: Eliminate redundant test for libgui.
14003 2002-04-29  Roger Sayle  <roger@eyesopen.com>
14005         * MAINTAINERS: Add self and realphabetize.  Update entries
14006         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
14007         entry for a29k port maintainer.
14009 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
14011         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
14012         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
14014 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
14016         * configure.in: remove references to dead files
14018 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
14020         * MAINTAINERS: Add information about purpose of this file.
14022 2002-04-18  Tom Tromey  <tromey@redhat.com>
14024         * configure.in: Disallow configuring libgcj when it is already
14025         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
14026         Solaris 2.8 by default.  For PR libgcj/6158.
14028 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14030         * configure.in:  Move default CC setting out of config/mh-* fragments
14031         directly into here.
14033 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14035         * configure.in: don't even try to configure or make a subdirectory
14036         if there's no configure script for it.
14038 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
14040         * MAINTAINERS: Remove chill maintainers.
14041         * Makefile.in (CHILLFLAGS): Remove.
14042         (CHILL_LIB): Remove.
14043         (TARGET_CONFIGDIRS): Remove libchill.
14044         (CHILL_FOR_TARGET): Remove.
14045         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
14046         CHILL_LIB.
14047         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
14048         (CHECK_TARGET_MODULES): Likewise.
14049         (INSTALL_TARGET_MODULES): Likewise.
14050         (CLEAN_TARGET_MODULES): Likewise.
14051         (configure-target-libchill): Remove.
14052         (all-target-libchill): Remove.
14053         * configure.in (target_libs): Remove target-libchill.
14054         Do not compute CHILL_FOR_TARGET.
14055         * libchill: Remove directory.
14057 2002-04-11  DJ Delorie  <dj@redhat.com>
14059         * Makefile.in, configure.in: Sync with binutils, entries
14060         follow...
14062 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
14064         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
14065         (do-tar, do-bz2): New rules.
14066         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
14067         (gdb-tar): New rule.
14068         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
14069         (insight_dejagnu.tar): New rule.
14070         (insight.tar): New rule.
14071         (gdb+dejagnu.tar): New rule.
14072         (gdb.tar): New rule.
14074 2002-02-01  Mo DeJong  <supermo@bayarea.net>
14076         * Makefile.in: Add all-tix to deps for all-snavigator
14077         so that tix is built when building snavigator.
14079 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
14081         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14082         ld and gdb are not supported.
14084 2002-01-07  Mark Salter  <msalter@redhat.com>
14086         * configure.in: Remove target-bsp and target-cygmon from arm builds.
14087         Allow target-libgloss to be built for arm, strongarm, and xscale.
14089 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
14091         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14092         options for i[3456]86-pc-linux* native builds.
14094 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
14096         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14097         files from .po files for a distribution.
14099 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
14101         * configure.in: Enable libstdc++-v3 for h8300 targets.
14103 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
14105         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14106         version from bfd/.
14108 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
14110         * Makefile.in (VER): When present, extract the version number from
14111         the file version.in.
14113 2001-05-24  Tom Rix  <trix@redhat.com>
14115         * configure.in : enable ld for aix
14117 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14119         * config.guess: Add linux target for S/390.
14121 2000-11-07  Philip Blundell  <pb@futuretv.com>
14123         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14125 2000-11-03  Philip Blundell  <pb@futuretv.com>
14127         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14128         files.
14130 2001-01-15  Ben Elliston  <bje@redhat.com>
14132         * configure.in (host_tools): Add sid.
14133         Always configure cgen.
14135 2000-11-24  Nick Clifton  <nickc@redhat.com>
14137         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14139 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
14141         * Makefile.in (ALL_MODULES): Add all-cgen.
14142         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14143         (all-cgen): New target.
14144         (all-opcodes,all-sim): Depend on all-cgen.
14145         * configure.in (host_tools): Add cgen.
14146         Only configure cgen if --enable-cgen-maint.
14148 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
14150         * configure.in: Add *-*-freebsd* configurations.
14152 2002-04-08  Tom Tromey  <tromey@redhat.com>
14154         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14155         Fixes PR libgcj/6068.
14157 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
14159         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14161 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14163         * configure.in (alpha*-dec-osf*): Enable libgcj.
14165 2003-03-27  Matthew Gingell  <gingell@gnat.com>
14167         * MAINTAINERS (Write After Approval): Add myself.
14169 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
14171         Fix for: PR bootstrap/3591, target/5676
14172         * configure.in (mcore-pe): Disable the configuration of
14173         libstdc++-v3 since exceptions are not supported.
14175 2002-03-20  Anthony Green  <green@redhat.com>
14177         * configure.in: Enable libgcj for xscale-elf target.
14179 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
14181         * MAINTAINERS:  Update my email address.
14183 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
14185         * ltmain.sh (relink_command): Fix typo in previous change.
14187 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
14189         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
14190         (relink_command): Added --tag flags.
14191         (mode=install): If relinking fails; error out.
14193 2002-03-12  Richard Henderson  <rth@redhat.com>
14195         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
14196         .NOTPARALLEL tag.
14197         (do-check): Rename from check.
14198         (check): Allow parallel check.
14200 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14202         * MAINTAINERS: Add myself as maintainer for xtensa port.
14203         Fix alphabetical order in CPU port maintainer list.
14204         Remove myself from Write After Approval list.
14206 2002-03-11  Richard Henderson  <rth@redhat.com>
14208         * Makefile.in (.NOTPARALLEL): Add fake tag.
14210 2002-03-07  H.J. Lu  (hjl@gnu.org)
14212         * configure.in: Enable gprof for mips*-*-linux*.
14214 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
14216         * MAINTAINERS (Write After Approval): Add myself.
14218 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
14220         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14221         libjava.
14222         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14224 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
14226         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14227         because its Makefile is there; test for the executable instead.
14229 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14231         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14232         libstdc++-v3 and libjava.
14234 2002-02-11  Adam Megacz  <adam@xwt.org>
14236         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14237         boehm-gc
14239 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14241         * config.guess: Updated to 2002-01-30's version.
14242         * config.sub: Updated to 2002-02-01's version.
14243         Contribute sh64-elf.
14244         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14245         * configure.in: Added sh64-*-*.
14247 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
14249         * MAINTAINERS: Belatedly add myself to write after approval list.
14251 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
14253         * MAINTAINERS: Put self in as maintainer for x86-64 port.
14254         Remove self as Write After Approval.
14256 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
14258         * MAINTAINERS: Put self in as maintainer for contrib/regression
14259         directory.
14261 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
14263         * MAINTAINERS:  Update my email address.
14265 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
14267         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
14268         target-libiberty, and target-libgloss.  Skip Java-related
14269         libraries if not supported for NetBSD on target CPU.
14271 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
14273         * install-sh: Use _inst.$$_ for temp file name.
14275 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
14277         * MAINTAINERS (Write After Approval): Move my contact info
14278         from here...
14279         (OS Port Maintainers): ...to here (netbsd).
14281 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
14283         * MAINTAINERS (Write After Approval): Add myself.
14285 2002-01-17  H.J. Lu  <hjl@gnu.org>
14287         * Makefile.in (all-fastjar): Also depend on all-libiberty.
14288         (all-target-fastjar): Also depend on all-target-libiberty.
14290 2002-01-16  H.J. Lu  (hjl@gnu.org)
14292         * config.guess: Import from master sources, rev 1.225.
14293         * config.sub: Import from master sources, rev 1.238.
14295 2002-01-16  Kazu Hirata  <kazu@hxi.com>
14297         * MAINTAINERS (Write After Approval): Remove myself.
14299 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
14301         * MAINTAINERS (Write After Approval): Add myself.
14303 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14305         * MAINTAINERS: Add self as docs co-maintainer.
14307 2001-12-11  Matthias Klose  <doko@debian.org>
14309         * MAINTAINERS (Write After Approval): Add myself.
14311 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
14313         * MAINTAINERS: Update my email address.
14315 2001-12-07  Turly O'Connor  <turly@apple.com>
14316         * MAINTAINERS (Write After Approval): Add myself.
14317         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14318         (rs6000_initialize_trampoline): Call __trampoline_setup for
14319         ABI_DARWIN too.
14320         * darwin-tramp.asm: New file, implements __trampoline_setup.
14321         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14323 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
14325         * MAINTAINERS (Write After Approval): Add myself.
14327 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
14329         * configure, configure.in: Use temp file for long sed commands.
14331 2001-12-03  Laurent Guerby  <guerby@acm.org>
14333         * config.sub: Update to version 1.232 on subversion.
14335 2001-12-03  Ben Elliston  <bje@redhat.com>
14337         * MAINTAINERS: Update mail address for config.* patches.
14339 2001-11-27  DJ Delorie  <dj@redhat.com>
14340             Zack Weinberg  <zack@codesourcery.com>
14342         When build != host, create libiberty for the build machine.
14344         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14345         CONFIG_ARGUMENTS.
14346         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14347         New variables.
14348         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14349         and rules.
14350         (all.normal): Depend on ALL_BUILD_MODULES.
14351         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14352         (all-build-libiberty): Depend on configure-build-libiberty.
14354         * configure: Calculate and substitute proper value for
14355         ALL_BUILD_MODULES.
14356         * configure.in: Create the build subdirectory.
14357         Calculate and substitute TARGET_CONFIGARGS (formerly
14358         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14360 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
14362         * MAINTAINERS (write-after-approval): Add self.
14364 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14366         * MAINTAINERS (GNATS only accounts): Remove self.
14368 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
14370         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14371         libf2c.
14373 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14375         * MAINTAINERS (Write After Approval): Add self.
14377 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14379         * MAINTAINERS: mips and s390 are also CPU ports.
14381 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14383         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14385 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
14387         * MAINTAINERS: Alphabetize.
14389 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14391         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14393 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14395         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14397 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14399         * configure.in (--enable-languages): Be more permissive about
14400         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14402 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14404         * config.sub: Import from master sources, rev. 1.230.
14405         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14407 2001-11-07  Laurent Guerby  <guerby@acm.org>
14409         * MAINTAINERS (Write After Approval): Add self.
14411 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14413         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14415 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14417         * config.sub: Import from master sources, rev 1.226.
14418         * config.guess: Import from master sources, rev 1.216.
14420 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14422         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14423         * MAINTAINERS: Add self as maintainer of MMIX port.
14424         Remove old after-approval entry.
14426 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14428         * ChangeLog, configure: Fix spelling errors.
14430 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14432         * MAINTAINERS: Tweak my address.
14434 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14436         * MAINTAINERS: Update my email address.
14438 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14440         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14441         * MAINTAINERS: Add self as maintainer of CRIS port.
14443 2001-10-10  Geert Bosch  <bosch@gnat.com>
14445         * MAINTAINERS (Various maintainers: Ada front end):
14446         Added Robert Dewar.
14448 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14450         * MAINTAINERS (Write After Approval): Added self
14452 2001-10-02  Geert Bosch  <bosch@gnat.com>
14454         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14456 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14458         * configure: Handle temporary files securely using mkdir.
14460 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14462         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14464 2001-09-26  Will Cohen  <wcohen@redhat.com>
14466         * configure.in (*-*-linux*): Disable configuration of target-newlib
14467         and target-libgloss.
14469 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14471         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14472         RANLIB.
14474 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14476         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14477         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14478         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14479         avoid quotes nesting problems.
14480         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14481         (DO_X): Export only variables that are set.
14483 2001-09-19  Ben Elliston  <bje@redhat.com>
14485         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14486         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14487         semantics.  Use the shell built-in "type" command instead.
14489 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14491         Merged from gcc-3_0-branch:
14492         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14493         * ltcf-c.sh: Use $objext, not $ac_objext.
14494         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14495         * ltcf-cxx.sh: Add support for GNU.
14496         2001-07-22  Timothy Wall  <twall@redhat.com>
14497         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14498         default settings if using GNU tools with that configuration.
14499         * ltcf-cxx.sh: Ditto.
14500         * ltcf-gcj.sh: Ditto.
14501         2001-07-21  Michael Chastain  <chastain@redhat.com>
14502         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14503         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14504         * ltmain.sh: Mark as gcc-local.
14506 2001-08-30  Eric Christopher  <echristo@redhat.com>
14507             Jason Eckhardt  <jle@redhat.com>
14509         * config.guess: Merge from master sources.
14510         * config.sub: Merge from master sources, add support for mipsisa32.
14512 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14513         * config.sub: Merge from master sources, rev 1.219.
14514         * MAINTAINERS: Add self as contact for stormy16 port.
14516 2001-08-14  Zack Weinberg  <zackw@panix.com>
14518         * config.sub: Merge from master sources, rev 1.218.
14519         * config.guess: Merge from master sources, rev 1.209.
14521 2001-08-11  Graham Stott  <grahams@redhat.com>
14523         * Makefile.in (check-c++): Add missing semicolon.
14525 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14527         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14529 2001-07-30  Eric Christopher  <echristo@redhat.com>
14531         * MAINTAINERS (Various maintainers: mips port): Added myself.
14533 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14535         * configure.in (sh-*-linux*): New.
14537 2001-07-27  Richard Henderson  <rth@redhat.com>
14539         * .cvsignore: Add LAST_UPDATED.
14541 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14543         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14545 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14547         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14549 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14551         * MAINTAINERS (Write After Approval): Added myself.
14553 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14555         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14556         and libgcj on m68hc11/m68hc12.
14558 2001-06-27  H.J. Lu  (hjl@gnu.org)
14560         * Makefile (CFLAGS_FOR_BUILD): New.
14561         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14563 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14565         * README: Remove version number.
14567 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14569         * INSTALL/README: Update wrt. to the installation instructions now
14570         residing in gcc/doc/install.texi.
14572 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14574         * README: Replace with a cut-down and updated version of gcc/README.
14576 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14578         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14579         multilibs to be disabled.
14581 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14583         * MAINTAINERS (Write After Approval): Add myself.
14585 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14587         * config.guess: Import CVS version 1.195.
14588         * config.sub: Import CVS version 1.212.
14590 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14592         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14593         gcc/xgcc is built, use -print-prog-name to find out the program
14594         name to use.
14596 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14598         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14599         appear to also be in the master copy.
14600         * config.sub:  Import CVS version 1.211.
14602 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14604         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14605         with_gcc]: Use `gcc -shared' to build a shared library.
14607 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14609         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14610         archives.
14612 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14614         * MAINTAINERS (Write After Approval): Add myself.
14616 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14618         * configure.in (libstdcxx_flags): Do not try to execute
14619         libstdc++-v3/testsuite_flags until it exists.
14621 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14623         * MAINTAINERS: Update my email address.
14625 2001-05-31  Graham Stott  <grahams@redhat.com>
14627         * MAINTAINERS (Write After Approval): Add myself.
14629 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14631         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14632         libraries when using g++ with native linker.
14634 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14636         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14638 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14640         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14641         [aix4*|aix5*]: Prepend blank.
14643 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14645         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14646         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14647         of subdir/configure scripts to use the new libtool.m4.
14649 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14651         * MAINTAINERS (Write After Approval): Add myself.
14653 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14655         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14657 2001-05-11  Ben Elliston  <bje@redhat.com>
14659         * Makefile.in (all-sid): New target.
14660         (check-sid, clean-sid, install-sid): Likewise.
14662 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14664         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14666 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14668         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14669         libgcj.
14671 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14673         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14674         gcc/xgcc is built, use -print-prog-name to find out the program
14675         name to use.
14677 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14679         * configure.in (noconfigdirs): Don't reset it from scratch in the
14680         target case; only append to it.
14682         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14683         sparc-*-solaris2.8]: Disable ${libgcj}.
14685 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14687         * configure.in (libgcj_saved): Copy from $libgcj.
14688         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14689         --disable-libgcj.
14691 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14693         * MAINTAINERS: Remove self as MIPS maintainer and
14694         C front end maintainer.
14696 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14698         * configure.in: Move *-chorusos target case to the proper switch.
14699         Disable libgcj.
14701 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14703         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14704         1.641.2.228.
14706 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14708         * Makefile.in (STAGE1_CFLAGS): Pass down.
14710 2001-04-13  Alan Modra  <amodra@one.net.au>
14712         * config.guess: Add hppa64-linux support.  Note for next import that
14713         this is already in the master file.
14714         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14716 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14718         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14719         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14721 2001-04-11  Stan Shebs  <shebs@apple.com>
14723         * MAINTAINERS: Add self as Darwin port maintainer.
14725 2001-04-11  Alan Modra  <amodra@one.net.au>
14727         * MAINTAINERS: Update my email address.
14729 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14731         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14732         recent versions of FreeBSD (release 3 or later).
14733         * ltconfig: On FreeBSD, -lc must not be provided when building
14734         a shared library or else the standard -pthread gcc option is
14735         rendered worthless to later users of the built library.
14737 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14739         * MAINTAINERS: Add self and RTH as C front end maintainers.
14741 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14743         * config.sub: Make sure to match an already-canonicalized
14744         machine name (eg. mn10300-unknown-elf).
14746 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14748         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14749         New macros.
14750         (bootstrap, cross): Use RECURSE_FLAGS.
14751         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14753 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14755         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14757 2001-03-22  Colin Howell  <chowell@redhat.com>
14759         * Makefile.in (DO_X): Do not backslash single-quotes in
14760         backquotes (two places).
14762 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14764         Re-installed:
14765         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14766         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14767         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14768         * ltcf-cxx.sh: Likewise.
14769         * ltcf-gcj.sh: Likewise.
14771 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14773         * MAINTAINERS: Add myself as "documentation co-maintainer".
14775 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14777         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14778         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14780 2001-03-19  Tom Tromey  <tromey@redhat.com>
14782         * config-ml.in: Handle GCJ and GCJFLAGS.
14784 2001-03-21  Michael Chastain  <chastain@redhat.com>
14786         * Makefile.in: all-m4 depends on all-texinfo.
14788 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14790         * MAINTAINERS: Add myself to write after approval list.
14792 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14794         * Makefile.in (DO_X): Quote nested quotes.
14796 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14798         * MAINTAINERS: Add myself to write after approval list.
14800 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14802         * Makefile.in (DO_X): Use double quotes for quoting
14803         "RANLIB=$${RANLIB}".
14805 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14807         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14809 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14811         * configure.in: Only use `lang_requires' for languages athat are
14812         actually enabled.
14814 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14816         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14818 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14820         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14822 2001-03-07  Tom Tromey  <tromey@redhat.com>
14824         * configure.in: Allow config-lang.in to set `lang_requires' to list
14825         of other required languages.
14827 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14829         * Makefile.in: Remove RANLIB definition. Use RANLIB
14830         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14831         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14833 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14834             Alexandre Oliva  <aoliva@redhat.com>
14836         * Makefile.in (check-c++): Use tabs, not spaces.
14838 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14840         * MAINTAINERS: add myself to Write After Approval list.
14842 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14844         * Makefile.in (check-c++): New rule.
14846         * configure.in (target_libs): Remove libg++.
14847         (noconfigdirs): Remove libg++.
14848         (noconfigdirs): Same.
14849         (noconfigdirs): Same.
14850         (noconfigdirs): Same.
14852         * config-ml.in: Remove libg++ references.
14854         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14855         (ALL_TARGET_MODULES): Same.
14856         (configure-target-libg++): Remove.
14857         (all-target-libg++): Remove.
14858         (configure-target-libio): Remove.
14859         (all-target-libio): Remove.
14860         (check-target-libio): Remove.
14861         (.PHONY): Remove.
14862         (libg++.tar.bz2): Remove.
14863         (all-target-cygmon): Remove libio.
14864         (all-target-libstdc++): Remove.
14865         (configure-target-libstdc++): Remove.
14866         (TARGET_LIB_PATH): Remove libstdc++.
14867         (ALL_GCC_CXX): Remove libstdc++.
14868         (all-target-gperf): Correct.
14870 2001-02-16  Nick Clifton  <nickc@redhat.com>
14872         * configure.in (noconfigdirs): Allow configuration of texinfo
14873         for Cygwin hosts.
14875 2001-02-15  Anthony Green  <green@redhat.com>
14877         * configure: Introduce GCJ_FOR_TARGET.
14878         * configure.in: Ditto.
14879         * Makefile.in: Ditto.
14881 2001-02-13  Andreas Schwab  <schwab@suse.de>
14883         * MAINTAINERS: Update mail address.
14885 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14887         * config.guess: Add linux target for S/390.
14888         * config.sub: Likewise.
14890 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14892         * configure.in: for *-chorusos, don't config target-newlib and
14893         target-libgloss.
14895 2001-02-06  Ben Elliston  <bje@redhat.com>
14897         * configure: Output host type to stdout, not stderr.
14899 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14901         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14902         * ltcf-cxx.sh: Likewise.
14904         * config.if: Assume enable_libstdcxx_v3 is defined.
14906 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14908         Remove V2 C++ library.
14909         * configure.in: Remove --enable-libstdcxx_v3 support.
14911 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14913         * include/demangle.h: Add prototype for java_demangle_v3.
14915 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14917         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14919 2001-01-27  Richard Henderson  <rth@redhat.com>
14921         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14923 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14925         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14926         Don't unset, it's non-portable and no longer necessary, set to empty
14927         instead.
14929 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14931         * ltconfig: Shell portability fix for the tagname validity check.
14933 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14935         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14936         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14938 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14940         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14942 2001-01-26  Tom Tromey  <tromey@redhat.com>
14944         * configure.in: Allow libgcj to be built on Sparc Solaris.
14946 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14948         * ltcf-c.sh: Add aix5 case.
14949         * ltcf-cxx.sh: Likewise.
14950         * ltconfig: Likewise.
14952 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14954         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14955         keep at least one of build_libtool_libs or build_old_libs set to
14956         yes.
14958         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14959         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14961 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14963         * configure.in: Enable libgcj on several additional platforms.
14965 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14967         * configure.in: Enable libgcj for linux targets.
14969 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14971         * MAINTAINERS (Write After Approval): Add myself.
14973 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14975         * MAINTAINERS: Add myself as vax port maintainer.
14977 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14979         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14981 2001-01-09  Mike Stump  <mrs@wrs.com>
14983         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14984         failures of subdirectories.
14986 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14988         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14989         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14990         * ltcf-cxx.sh: Likewise.
14991         * ltcf-gcj.sh: Likewise.
14992         * ltconfig.sh: Fix typo.
14994 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14996         * configure: handle DOS-style absolute paths.
14998 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15000         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
15002 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
15004         * MAINTAINERS: Add myself as avr port co-maintainer.
15006 2000-12-28  Ben Elliston  <bje@redhat.com>
15008         * MAINTAINERS: Add myself under ``Write After Approval''.
15010 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
15012         * texinfo: Remove directory from GCC.
15014 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15016         * COPYING: Update to current
15017         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
15018         to 19yy as example year in copyright notice).
15020 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
15022         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
15023         (libstdcxx_incdir): Pass down.
15024         * config.if: Remove expired bits for cxx_interface, add stub.
15025         (libstdcxx_incdir): Add variable for g++ include directory.
15026         * configure.in (gxx_include_dir): Use it.
15028 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
15030         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
15031         with old-email address from ``Write After Approval''.
15033 2000-12-15  Andreas Jaeger  <aj@suse.de>
15035         * configure.in: Handle lang_dirs.
15037 2000-12-14  Tom Tromey  <tromey@redhat.com>
15039         * MAINTAINERS: Removed brads.
15041         * MAINTAINERS: Added gcj developers.
15043 2000-12-13  Anthony Green  <green@redhat.com>
15045         * configure.in: Disable libgcj for any target not specifically
15046         listed.  Disable libgcj for x86 and Alpha Linux until compatible
15047         with g++ abi.
15049 2000-12-13  Mike Stump  <mrs@wrs.com>
15051         * Makefile.in (local-distclean): Also remove fastjar.
15053 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
15055         * contrib/gcc_update: Add fastjar --touch entries.
15057 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
15059         * configure.in: Disable language-specific target libraries for
15060         languages that aren't enabled.
15062 2000-12-10  Anthony Green  <green@redhat.com>
15064         * configure.in: Define libgcj.  Disable libgcj target libraries for
15065         most targets.
15067 2000-12-10  Neil Booth  <neilb@earthling.net>
15069         * MAINTAINERS: Update mail address, remove from WAA list.
15071 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15073         * libjava: Imported from /cvs/java.
15074         * libffi: Likewise.
15075         * Boehm-gc: Likewise.
15077 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15079         * configure.in (target_libs): Revert 2000-12-08 patch.
15080         (noconfigdirs): Added target-libjava.
15082 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15084         * djunpack.bat: removed.
15086 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15088         * Makefile.in: handle DOS-style absolute paths.
15089         * config-ml.in: likewise.
15090         * symlink-tree: likewise.
15092 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15094         * fastjar: Imported.
15096 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15098         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15099         libjava.
15100         * configure.in (target_libs): Removed `target-libjava'.
15102 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15104         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15105         (ALL_MODULES): Added fastjar.
15106         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15107         (all-target-libjava): all-fastjar replaces all-zip.
15108         (all-fastjar): Added.
15109         (configure-target-fastjar, all-target-fastjar): Likewise.
15110         * configure.in (host_tools): Added fastjar.
15112 2000-12-07  Mike Stump  <mrs@wrs.com>
15114         * Makefile.in (local-distclean): Remove leftover built files.
15116 2000-11-24  Nick Clifton  <nickc@redhat.com>
15118         * configure.in (xscale-elf): Add target.
15119         (xscale-coff): Add target.
15121 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
15123         * ltcf-cxx.sh: Support creation of C++ shared libraries on
15124         recent versions of FreeBSD (release 3 or later).
15125         * ltconfig: On FreeBSD, -lc must not be provided when building
15126         a shared library or else the standard -pthread gcc option is
15127         rendered worthless to later users of the built library.
15129 2000-11-16  Fred Fish  <fnf@be.com>
15131         * configure.in (enable_libstdcxx_v3): Fix typo,
15132         libstd++ -> libstdc++.
15134 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15136         * MAINTAINERS: Add self to Write After Approval list.
15138 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
15140         * MAINTAINERS: Update my email address.  Add myself to global write
15141         privs list.
15143 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
15145         * Makefile.in: Merge with src and libgcj.
15146         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
15147         configure-target-<library> when their configure scripts need the C
15148         or C++ library to have already been built to work properly.
15149         (do_proto_toplev): Set them to an empty string.
15151         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15152         (REALLY_SET_LIB_PATH): Use them.
15154 2000-11-17  Stan Shebs  <shebs@apple.com>
15156         * MAINTAINERS: Add self to Write After Approval list.
15158 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15160         * configure: Provide the original toplevel configure arguments
15161         (including $0) to subprocesses in the environment rather than
15162         through gcc/configargs.h.
15164 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15166         * MAINTAINERS: Remove references to cccp. Change C9X reference to
15167         C99.  Alphabetise "Write After Approval" list.
15169 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
15171         * configure: Turn on libstdc++ V3 by default.
15173         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15174         if we've got GCC.
15176 2000-11-11  Philip Blundell  <philb@gnu.org>
15178         * MAINTAINERS: Add self to Write After Approval list.
15180 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
15182         * ltcf-c.sh (aix4): Improve shared library configuration; require
15183         exporting symbols.
15184         * ltcf-cxx.sh (aix4): Define.
15185         * ltconfig (aix4): Define library and soname specs appropriate for
15186         AIX.  Define command to create export symbols list.
15188 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
15190         * config.sub: Add support for Sun Chorus
15192 2000-10-31  Nick Clifton  <nickc@redhat.com>
15194         * MAINTAINERS: Rename <name>@cygnus.com addresses to
15195         <name>@redhat.com.  Also installed new email address for Clint
15196         Popetz.
15198 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
15200         * etc: Remove directory from GCC.
15202 2000-10-16  Michael Meissner  <meissner@redhat.com>
15204         * configure (gcc/configargs.h): Only create if there is a build GCC
15205         directory created.
15207 2000-10-16  Matthias Klose  <doko@debian.org>
15209         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15210         when configured for libstdc++-v3.
15212 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
15214         * configure: Save configure arguments to gcc/configargs.h.
15216 2000-10-04  Philipp Thomas  <pthomas@suse.de>
15218         * config.guess: Import CVS version 1.157.
15219         * config.sub: Import CVS version 1.181.
15221 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
15223         * Makefile.in (bootstrap): avoid recursion if subdir missing
15224         (cross): ditto
15225         (do-proto-toplev): ditto
15227 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
15229         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15230         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15232         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15233         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
15234         all affected `configure' scripts.
15236 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
15238         * MAINTAINERS: Add self as cpplib co-maintainer.
15240 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
15242         * MAINTAINERS: Add self to Write After Approval list.
15244 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15246         * INSTALL/README: egcs -> GCC update.
15248 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
15250         * MAINTAINERS: Add myself to Write After Approval list.
15252 2000-09-15  Kazu Hirata  <kazu@hxi.com>
15254         * MAINTAINERS: Add myself to Write After Approval list.
15256 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
15258         * configure.in: Do not build byacc for hppa64.  Provide paths to the
15259         X11 libraries for hppa64.
15261 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15263         * MAINTAINERS: Add myself as 68hc11 port maintainer.
15265 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
15267         * Makefile.in (all-zlib): Added dummy target.
15269         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15270         ltcf-gcj.sh: Updated from libtool multi-language branch.
15272 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
15274         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15275         (bootstrap*): Depend on all-bootstrap.
15277 2000-09-05  Philipp Thomas  <pthomas@suse.de>
15279         * config.guess: Import CVS version 1.156.
15280         * config.sub: Import CVS version 1.179.
15282 2000-09-02  Anthony Green  <green@cygnus.com>
15284         * Makefile.in (all-gcc): Depend on all-zlib.
15285         (CLEAN_MODULES): Add clean-zlib.
15286         (ALL_MODULES): Add all-zlib.
15287         * configure.in (host_libs): Add zlib.
15289 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
15291         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15292         crosses, but add gcc/include to the header search path for them.
15294 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
15296         * MAINTAINERS: Add self to Write After Approval list.
15298 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15300         * config.guess: Import CVS version 1.152.
15301         * config.sub: Import CVS version 1.177.
15303 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
15305         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15306         $targargs to tell whether newlib is going to be built.
15308         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15309         $$r/TARGET_SUBDIR/libio for _G_config.h.
15311 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
15313         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15315 2000-08-22  DJ Delorie  <dj@redhat.com>
15317         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15319 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
15321         * config-ml.in (CC, CXX): Avoid trailing whitespace.
15322         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15323         sub-configures.
15325 2000-08-21  DJ Delorie  <dj@redhat.com>
15327         * MAINTAINERS: Add self as a libiberty maintainer
15329 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
15331         * configure.in (libstdcxx_flags): Use
15332         libstdc++-v3/src/libstdc++.INC.
15334 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
15336         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15338 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
15340         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15342         * configure: Make enable_threads and enable_shared defaults
15343         explicit.  Substitute enable_threads into generated Makefiles.
15344         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15345         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15347 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15349         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15351 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
15353         * config-ml.in (CC): Remove bogus duplicate quotation mark from
15354         previous delta.
15356 2000-08-11  Jason Merrill  <jason@redhat.com>
15358         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15359         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15360         (FLAGS_FOR_TARGET): Not here.
15361         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15363 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
15365         * config-ml.in (CC, CXX): Don't introduce a leading space.
15367 2000-08-07  DJ Delorie  <dj@delorie.com>
15369         * MAINTAINERS: Add self as a DJGPP maintainer
15371 2000-08-07  DJ Delorie  <dj@redhat.com>
15373         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15374         "if we're also building gcc, and it's a gcc that will run on the
15375         build machine, we want to use its includes instead of the system's
15376         default includes".
15378 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15380         * MAINTAINERS: Add self to Write After Approval list.
15382 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
15384         * configure.in (libstdcxx_flags): Don't use `"'.
15386         * config-ml.in: Adjust multilib search paths to the
15387         appropriate multilib tree.
15389 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15391         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15392         commas in $LANGUAGES.
15394 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15396         * configure.in: Re-enable all references to libg++ and librx.
15398 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15400         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15401         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15402         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15403         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15405         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15407 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15409         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15410         CXX_FOR_TARGET for sed.
15412 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15414         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15415         Do not override if already set in the environment or in configure.
15416         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15417         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15419 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15421         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15422         the libtool CVS tree multi-language branch.
15423         * ltconfig, ltmain.sh: Updated.
15425 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15427         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15428         (clean-target): Depend on it.
15430         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15431         (GCC_FOR_TARGET): Use it.
15432         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15433         * configure.in: ... here.
15434         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15435         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15437 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15439         * MAINTAINERS: Add self to Write After Approval list.
15441 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15443         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15444         (configure-target-libchill, configure-target-libobjc): Likewise.
15446         * configure.in: Use the same cache file for all target libs.
15447         * config-ml.in: But different cache files per multilib variant.
15449 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15451         * configure (topsrcdir): Don't use dirname.
15453 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15455         * MAINTAINERS: Add self to Write After Approval list.
15457 2000-07-20  Jason Merrill  <jason@redhat.com>
15459         * configure.in: Remove all references to libg++ and librx.
15461         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15463 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15465         * config.sub: Update to subversions version 2000-07-06.
15467 2000-07-12  Andrew Haley  <aph@cygnus.com>
15469         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15470         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15472 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15474         * symlink-tree:  Check number of arguments.
15476 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15478         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15479         search path for a g++ extracted from the build tree.  This
15480         will allow link tests run by configure scripts in
15481         subdirectories to succeed.
15483 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15485         * ltconfig: Add support for mips-dde-sysv4.2MP
15487 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15489         * MAINTAINERS: Add myself as loop discovery maintainer.
15491 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15493         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15494         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15496 2000-06-19  Timothy Wall  <twall@cygnus.com>
15498         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15499         * config.sub: Add tic54x target.
15501 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15503         * MAINTAINERS: Add self as Fortran maintainer,
15504         remove Craig Burley.
15506 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15508         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15509         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15511 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15513         * MAINTAINERS: Add self as i18n maintainer
15515 20000-05-21  H.J. Lu  (hjl@gnu.org)
15517         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15518         directory are used if they exist. Make sure
15519         $(build_tooldir)/include is searched for header files,
15520         $(build_tooldir)/lib/ for library files.
15521         (GCC_FOR_TARGET): Likewise.
15522         (CXX_FOR_TARGET): Likewise.
15524 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15526         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15528 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15530         * Makefile.in (configure-target-libiberty): Depend on
15531         configure-target-newlib.
15533 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15535         * configure.in, Makefile.in: Merge all libffi-related
15536         configury stuff from the libgcj tree.
15538 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15540         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15541         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15543 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15545         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15546         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15547         current version information.  Add to proto-toplev directory.
15548         (gdb-taz): Build do-djunpack.
15550 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15552         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15554 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15556         * MAINTAINERS: Add self to Write After Approval list.
15558 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15560         * ltmain.sh: Preserve in relink_command any environment
15561         variables that may affect the linker behavior.
15563 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15565         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15567 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15569         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15571 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15573         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15574         with the version name.
15576 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15578         * MAINTAINERS: Add self as bb-reorder maintainer.
15580 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15582         * config.if: Tweak.
15584 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15586         * djunpack.bat: New file.
15588 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15590         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15591         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15592         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15593         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15595 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15597         * config.sub (case $basic_machine): Change default for "ibm-*"
15598         to "openedition".
15600 2000-04-13  Andreas Jaeger  <aj@suse.de>
15602         * MAINTAINERS: Added myself.
15604 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15606         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15607         (do-md5sum): New target.
15608         (MD5PROG): Define.
15609         (PACKAGE): Default to TOOL.
15610         (VER): Default to a shell script.
15611         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15612         md5 checksum generation.
15613         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15614         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15615         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15616         insight.tar.bz2): Use gdb-taz to create archive.
15618 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15620         * configure (warn_cflags): Delete.
15622 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15624         * MAINTAINERS: Added myself.
15626 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15627             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15629         * configure.in (enable_libstdcxx_v3): Add.
15630         (target_libs): Add bits here to switch between libstdc++-v2 and
15631         libstdc++-v3.
15632         * config.if: And this file too.
15633         * Makefile.in: Add libstdc++-v3 targets.
15635 2000-04-05  Michael Meissner  <meissner@redhat.com>
15637         * config.sub (d30v): Add d30v as a basic machine type.
15639 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15641         * configure.in: -linux-gnu*, not -linux-gnu.
15643 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15645         * MAINTAINERS: Add self in write-after-approval section.
15647 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15649         * MAINTAINERS: Add self as ia64 port maintainer.
15651 2000-03-08  Neil Booth  <NeilB@earthling.net>
15653         * MAINTAINERS: Add self in write-after-approval section.
15655 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15657         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15658         (do-tar-bz2): Replace TOOL with PACKAGE.
15659         (gdb.tar.bz2): Remove GDBTK from GDB package.
15660         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15661         dejagnu.tar.bz2): New packages.
15663 2000-02-27  Andreas Jaeger  <aj@suse.de>
15665         * configure.in: Add entry for mips*-*-linux*, move catch all
15666         *-*-*linux* entry below this one.
15668 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15670         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15672 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15674         * config.sub: Support an OS of "wince".
15676 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15678         * config.guess, config.sub: Updated to match config's 2000-02-15
15679         version.
15681 2000-02-23  Linas Vepstas  <linas@linas.org>
15683         * config.sub: Add support for Linux/IBM 370.
15684         * configure.in: Likewise.
15686 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15688         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15690 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15692         * config.guess: Guess "cygwin" rather than "cygwin32".
15694 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15696         * configure (gcc_version): When setting, narrow search to
15697         lines containing `version_string'.
15699 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15701         * config.sub: Add support for avr target.
15703 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15705         * MAINTAINERS: Add maintainers for MCore port.
15707 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15709         * config.sub: Add mmix-knuth-mmixware.
15711 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15713         * MAINTAINERS: Pair cccp with cpplib maintainership.
15715 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15717         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15718         structure stuff to -L library search.
15719         (CXX_FOR_TARGET): Ditto.
15720         (CROSS_CHECK_MODULES): Fix spelling mistake.
15722 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15724         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15725         the C++ compiler.
15727 2000-01-12  Richard Henderson  <rth@cygnus.com>
15729         * configure.in: Don't build some bits for beos.
15731 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15733         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15734         as include files.
15736 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15738         * Add self as cpplib maintainer, as requested by Jason
15739         Merrill.  Correct my e-mail address.
15741 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15743         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15744         not mh-aix43.
15746 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15748         * MAINTAINERS: Add myself to "write after approval" list.
15750 1999-12-14  Richard Henderson  <rth@cygnus.com>
15752         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15753         * config.sub: Accept alphaev[78], alphaev8.
15755 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15757         * config.guess, config.sub: Update from autoconf.
15759 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15761         * MAINTAINERS:  update my playtime e-address.
15763 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15765         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15766         necessary libraries are missing.
15768 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15770         * MAINTAINERS: Add new 'write after approval' maintainer.
15772 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15774         * MAINTAINERS: Add new Java maintainer.
15776 1999-10-25  Andreas Schwab  <schwab@suse.de>
15778         * configure: Fix quoting inside arguments of eval.
15780 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15782         * config-ml.in: Allow suppression of some ARM multilibs.
15784 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15786         * config.guess: Add OS/390 match pattern.
15787         * config.sub: Add mvs, openedition targets.
15788         * configure.in (i370-ibm-opened*): New.
15790 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15792         * config.sub: Add support for configuring for pj.
15794 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15796         * config.sub (maybe_os): Add support for configuring for fr30.
15798 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15800         * configure.in: Do not configure or build ld for AIX
15801         platforms.  ld is known to be broken on these platforms.
15803 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15805         * config-ml.in: Pass compiler flag corresponding to multidirs to
15806         subdir configures.
15808 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15810         * Makefile.in (LDFLAGS): Define.
15812 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15814         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15815         noconfigdirs.
15816         (*-*-cygwin*): Likewise.
15818 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15820         * mkdep: New file.
15821         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15822         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15824         From Eli Zaretskii <eliz@is.elta.co.il>:
15825         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15826         long file name when using DJGPP on MS-DOS.
15828 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15830         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15832 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15834         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15835         dependency as this causes "make check" to globally "make all"
15837 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15839         * configure.in (target_libs): Added target-zlib.
15840         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15841         (CONFIGURE_TARGET_MODULES): Likewise.
15842         (CHECK_TARGET_MODULES): Likewise.
15843         (INSTALL_TARGET_MODULES): Likewise.
15844         (CLEAN_TARGET_MODULES): Likewise.
15845         (configure-target-zlib): New target.
15846         (all-target-zlib): Likewise.
15847         (all-target-libjava): Depend on all-target-zlib.
15848         (configure-target-libjava): Depend on configure-target-zlib.
15850         * Makefile.in (configure-target-libjava): Depend on
15851         configure-target-newlib.
15852         (configure-target-boehm-gc): New target.
15853         (configure-target-qthreads): New target.
15855         * configure.in (target_libs): Added target-qthreads.
15856         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15857         (CONFIGURE_TARGET_MODULES): Likewise.
15858         (CHECK_TARGET_MODULES): Likewise.
15859         (INSTALL_TARGET_MODULES): Likewise.
15860         (CLEAN_TARGET_MODULES): Likewise.
15861         (all-target-qthreads): New target.
15862         (configure-target-libjava): Depend on configure-target-qthreads.
15863         (all-target-libjava): Depend on all-target-qthreads.
15865         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15866         (CONFIGURE_TARGET_MODULES): Likewise.
15867         (CHECK_TARGET_MODULES): Likewise.
15868         (INSTALL_TARGET_MODULES): Likewise.
15869         (CLEAN_TARGET_MODULES): Likewise.
15870         (all-target-libjava): New target.
15871         (all-target-boehm-gc): Likewise.
15872         * configure.in (target_libs): Added libjava, boehm-gc.
15874 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15876         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15877         configure.bat in SUPPORT_FILES.
15878         (gas+binutils.tar.bz2): Likewise.
15880         * makeall.bat: Remove; obsolete.
15882 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15884         From Mark Elbrecht:
15885         * configure.bat: Remove; obsolete.
15887 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15889         * configure: Add -W -Wall to the default CFLAGS when compiling with
15890         gcc.
15892 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15894         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15896 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15898         * configure.in: Build ld on IRIX6.
15900 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15902         * Makefile.in: Change distribution targets to use bzip2 instead of
15903         gzip.
15904         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15905         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15907 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15909         * config.sub: Add mcore target.
15911 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15913         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15915 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15917         * config.guess (dummy): Changed to $dummy.
15919 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15921         * config.sub: Tidied up case statements.
15923 1999-05-22  Ben Elliston  <bje@cygnus.com>
15925         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15926         <jiro@din.or.jp>.
15928         * config.guess: Merge with FSF version. Future changes will be
15929         more accurately recorded in this ChangeLog.
15930         * config.sub: Likewise.
15932 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15934         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15936 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15938         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15940 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15942         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15944 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15946         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15947         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15948         Bad merge removed these two changes.
15950 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15951                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15953         * config.guess (interix Alpha): Add.
15955 1999-04-11  Richard Henderson  <rth@cygnus.com>
15957         * configure.in (i?86-*-beos*): Do config gperf; don't config
15958         gdb, newlib, or libgloss.
15960 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15962         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15963         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15964         from multidirs.
15966 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15968         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15970 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15972         * config.sub: Add support for mcore targets.
15974 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15976         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15977         not mt-ospace, in order to shut up assembler warning about using
15978         symbols that are named the same as registers.
15980 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15982         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15983         dependency list for all-target-cygmon.
15985 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15987         * config-ml.in: Check $host, not $target, for selective multilibs.
15988         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15989         thumb interworking, and underscore prefix multilibs.
15991 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15993         * missing: Update to version from current automake.
15995 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15997         * configure (gxx_include_dir): Removed.
15999         * configure.in (gxx_include_dir): Handle it.
16000         * Makefile.in: Likewise.
16002 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
16004         * config.sub (mips64vr4111,mips64vr4111el) Add.
16006 1999-03-21  Ben Elliston  <bje@cygnus.com>
16008         * config.guess: Correct typo for detecting ELF on FreeBSD.
16010 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
16012         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
16013         config/mh-djgpp.
16015 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
16017         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
16018         all-target-newlib to dependency list for all-target-bsp.
16020 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16022         * config.sub: Add i386-uwin support.
16023         * config.guess: Likewise.
16025 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16027         * configure.in: cleanup, add mh-*pic handling for arm, special
16028         case powerpc*-*-aix*
16030 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
16032         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
16033         can be built.
16035 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
16037         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
16038         targets.
16040 1999-03-02  Nick Clifton  <nickc@cygnus.com>
16042         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
16044 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
16046         * config.sub: Check for "cygwin*" rather than "cygwin32*"
16048 1999-02-24  Nick Clifton  <nickc@cygnus.com>
16050         * config.sub: Fix typo in arm recognition.
16052 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
16054         * configure.in (noconfigdirs): Changed target_configdirs to
16055         include target-bsp only for m68k-*-elf* and m68k-*-coff*
16056         rather than m68k-*-* since it is not known to work on
16057         m68k-aout. Ditto for arm-*-*oabi.
16059 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
16061         * configure.in (*-*-windows*): Remove, no longer used.
16063 1999-02-19  Ben Elliston <bje@cygnus.com>
16065         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
16066         Smart and improved by Andrew Cagney.
16068 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
16070         * config.guess: Recognize openbsd-*-hppa.
16072 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
16074         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
16075         only if it is not empty.
16077 1999-02-17  Nick Clifton  <nickc@cygnus.com>
16079         Patch from: Scott Bambrough <scottb@corelcomputer.com>
16081         * config.guess: Modified to recognize uname's armv* syntax.
16083         * config.sub: Modified to recognize uname's armv* syntax.
16085 1999-02-17  Mark Salter  <msalter@cygnus.com>
16087         * configure.in: Added target-bsp for sparclite.
16089 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
16091         * config.sub: Recognize alphapca5[67] and up to alphaev8.
16093 1999-02-08  Nick Clifton  <nickc@cygnus.com>
16095         * configure.in: Add support for strongarm port.
16096         * config.sub: Add support for strongarm target.
16098 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16100         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16101         the old name config/mh-cygwin32.
16102         Enable texinfo.
16104 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
16106         * configure.in: Do build ld for ix86 Solaris.
16108 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
16110         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
16111         $AR_FOR_TARGET.  Likewise for RANLIB.
16113 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
16115         * config.sub (oabi):  Recognize.
16116         * configure.in (arm-*-oabi):  Handle.
16118 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
16120         * config.guess: Improve detection of i686 on UnixWare 7.
16122 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16124         * config.guess: Add support for i386-pc-interix.
16125         * config.sub: Likewise.
16126         * configure.in: Likewise.
16128 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
16130         * Makefile.in: Remove unneeded all-target-libio from
16131         from all-target-winsup target since it is now unneeded.
16132         Add all-target-libtermcap in its place since it is now
16133         needed.
16135 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
16137         * configure.in: makefile stub for cygwin target is probably
16138         unnecessary.  Remove it for now.
16140 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
16142         * configure.in: libtermcap.a should be built when cygwin is the
16143         target as well as the host.
16144         * config.guess: Allow mixed case in cygwin uname output.
16145         * Makefile.in: Add libtermcap target.
16147 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
16149         * config.sub: Clean up handling of hppa2.0.
16151 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
16153         * config.guess: Use C code to identify more HP machines.
16155 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
16157         * config.sub: Handle hppa2.0.
16159 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
16161         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
16162         cygmon for all sparclite targets, regardless of object format.
16164 1998-12-15  Mark Salter  <msalter@cygnus.com>
16166         * configure.in: Added target-bsp for several target architectures.
16168         * Makefile.in: Added rules for bsp.
16170 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
16172         * config.guess: Improve detection of hppa2.0 processors.
16174 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
16176         * config.guess: Recognize FreeBSD using ELF automatically.
16178 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
16180         * configure (skip-this-dir): Add handling for new shell script, which
16181         might be created by a sub-directory's configure to indicate, this particular
16182         directory is "unwanted".
16183         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16185 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
16187         * ltconfig: import from libtool, after changing libtool to
16188         account for the cygwin name change.
16190 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
16192         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16193         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16195 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
16197         * configure.in: Add libtermcap to list of cygwin dependencies.
16199 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
16201         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16202         they include winsup/include when it's a cygwin target.
16204 1998-11-12  Tom Tromey  <tromey@cygnus.com>
16206         * configure.in (host_tools): Added zip.
16207         * Makefile.in (all-target-libjava): Depend on all-zip.
16208         (all-zip): New target.
16209         (ALL_MODULES): Added all-zip.
16210         (NATIVE_CHECK_MODULES): Added check-zip.
16211         (INSTALL_MODULES): Added install-zip.
16212         (CLEAN_MODULES): Added clean-zip.
16214 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
16216         * Makefile.in: lose "32" from comment about cygwin.
16218 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
16220         * configure.in: Use -Os to build target libraries for the fr30.
16222 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
16224         * config.sub: Add fr30.
16226 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
16228         * configure.in: drop "32" from config/mh-cygwin32.  Check
16229         cygwin* instead of cygwin32*.
16230         * config.sub: Check cygwin* instead of cygwin32*.
16232 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
16234         * config.guess: Match any version of Unixware7.
16236 1998-10-20  Syd Polk  <spolk@cygnus.com>
16238         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16239         if desired.
16241 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
16243         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16244         these if the appropriate directories and files to not exist.
16246 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
16248         * Makefile.in (DEVO_SUPPORT): Add config.if.
16250 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16252         * configure: Add pattern to replace "build_tooldir"'s
16253         definition in the generated Makefile with "tooldir"'s
16254         actual value.
16256 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
16258         * config.sub: Bring back lost sparcv9.
16260         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16262 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
16264         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16265         CC_FOR_TARGET and friends.
16267 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
16269         * Makefile.in (build_tooldir): New variable, same as tooldir.
16270         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16271         -B$(build_tooldir)/bin/.
16272         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16274 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16276         * README: Remove installation instructions and refer to the
16277         INSTALL directory instead.
16279 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
16281         * config.sub: Add support for i[34567]86-pc-udk.
16282         * configure.in: Likewise.
16284 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
16286         * Makefile.in: add bzip2 package building bits for user
16287         tools module
16288         * configure.in: ditto
16290 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
16292         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16293         (ALL_TARGET_MODULES): Add all-target-libobjc.
16294         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16295         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16296         (all-target-libchill): Add dependencies.
16297         * configure.in (target_libs): Add libchill.
16299 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
16301         * configure.in (target_subdir): Remove duplicate line.
16303 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
16305         * Makefile.in (all-automake): fix dependencies.
16307 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
16309         * configure.in: Minor cleanups for building in the $(target_alias)
16310         subdir.
16312 1998-09-22  Jim Wilson  <wilson@cygnus.com>
16314         * Makefile.in (bootstrap): Set r and s before make all.  Use
16315         BASE_FLAGS_TO_PASS in make all.
16316         (cross): Likewise.
16318 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
16320         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16322 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
16324         * config.sub: Fix typo in last change.
16326 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16328         * config.sub: Add support for C4x target.
16329         * configure.in: Likewise.
16331 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
16333         * config.sub: Recognize sparcv9 just like sparc64.
16335 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
16337         * config.guess: Match "Pent II" or "PentII" for OpenServer.
16339 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
16341         * config.guess: Correctly identify Pentium II sco boxes.
16343         * config.guess: Fix "tr" code.  From Weiwen Liu.
16345 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
16347         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16348         stabs.
16350 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
16352         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16353         (ALL_TARGET_MODULES): Add all-target-libchill.
16354         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16355         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16356         (all-target-libchill): Add dependencies.
16357         * configure.in (target_libs): Add libchill.
16359 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16361         * config.guess: Avoid assumptions about "tr" behaves when
16362         LANG is set to something other than English.
16364 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
16366         * configure (gxx_include_dir): Changed to
16367         '${prefix}/include/g++'-${libstdcxx_interface}.
16369         * config.if: New to determine the interfaces.
16371 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
16373         * config.guess: Detect and handle MPE/IX.
16374         * config.sub: Deal with MPE/IX.
16376 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
16378         * configure.in: Use mh-aix43.
16380 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
16382         * configure: Fix --without/--disable cases for gxx-include-dir.
16384 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
16386         * mdata-sh:  Imported.  Needed for automake support.
16388 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16390         * Makefile.in (taz): Try "chmod -R og=u ." before
16391         "chmod og=u `find . -print`".
16393 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16395         * configure.in: Add arm-elf and thumb-elf support.
16397 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16399         * Makefile.in: Undo previous patch.
16401 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16403         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16404         to here ...
16405         (install-no-fixedincludes): and here
16406         (INSTALL_MODULES): ... from here.
16408 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16410         * config.sub: Merge with FSF.
16412         * config.guess: Merge with FSF.
16414 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16416         * configure (extraconfigdirs): New variable.
16417         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16418         * Makefile.in (all): Move higher in file.
16419         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16420         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16421         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16422         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16423         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16425 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16427         * Makefile.in (all-target-libjava): Depend on all-gcc and
16428         all-target-newlib.
16429         (configure-target-libjava): Depend on $(ALL_GCC).
16431 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16433         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16434         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16436 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16438         * INSTALL/README: Fix typo.
16440 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16442         * ylwrap: Change absolute path checks to check for DOS style path
16443         names.
16445         * ylwrap: Don't use a full path name if the source file is in the
16446         same directory.  From hjl@lucon.org (H.J. Lu).
16448         * config-ml.in: Default to being verbose, to match Feb 18 change to
16449         configure.
16451 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16453         Brought over from egcs:
16455         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16457         * configure.in (target_subdir): Set to ${target_alias} instead
16458         of "libraries".
16460         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16462         * configure.in (target_subdir): Set to libraries if enable_multilib.
16464 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16466         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16467         multilibs, force reconfiguration the first time we create
16468         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16470 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16472         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16473         avoid confusion with --no-recursion.
16475 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16477         * configure.in: Win32 hosts shouldn't use install -x
16478         * install-sh: remove -x option, and special .exe-handling
16479         hack.
16481 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16483         * config.guess: Recognize i586-pc-beos.
16484         * configure.in: Don't build some bits for beos.
16486 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16488         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16489         CFLAGS default to -O2.
16491         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16492         when using GNU ld.
16494 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16496         * ltmain.sh: Correct install when using a different shell.
16498 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16500         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16502 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16504         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16505         target.
16507 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16509         * ltconfig: Update to correct AIX handling.
16511 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16513         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16515         * configure.in (target_subdir): Set to ${target_alias} instead
16516         of "libraries".
16518 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16520         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16521         (Makefile): Depend on $(gcc_version_trigger).
16523         * configure (gcc_version): Change default initializer to empty
16524         string.
16525         (gcc_version_trigger): New variable; pass this variable down
16526         to subdir configures to enable them checking gcc's version
16527         themselves. Emit make macros for both gcc_version vars.
16528         (topsrcdir): Initialize reliably.
16529         (recursion line): Remove --with-gcc-version=${gcc_version}.
16531 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16533         * configure (enable_version_specific_runtime_libs): Implement new flag
16534         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16535         in $(libsubdir); emit definition in each generated Makefile.
16536         (gxx_include_dir): Initialize depending on
16537         $enable_version_specific_runtime_libs.
16539 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16541         * configure (gcc_version): Initialize properly depending on
16542         how and where configure is started.
16543         (recursion line): Pass a --with-gcc-version=${gcc_version}
16544         to configures in subdirs.
16546 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16548         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16549         cygmon
16551 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16553         * configure.in: Add cygmon and libstub support for mn10200.
16555 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16557         * configure (gcc_version): Add new variable describing the
16558         particular gcc version we're building.
16559         * Makefile.in (libsubdir): Add new macro for the directory
16560         in which the compiler finds executables, libraries, etc.
16561         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16562         and libsubdir.
16564 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16566         * Makefile.in (local-clean): Remove *.log.
16567         (warning.log): Built with warn_summary from build.log.
16568         (mail-report.log): Run test_summary.
16569         (mail-report-with-warnings.log): Run test_summary including
16570         warning.log in the report.
16572 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16574         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16576 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16578         * Makefile.in (grep): Grep no longer depends on libiberty.
16580 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16582         * Makefile.in: all-snavigator needs all-libgui.
16584 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16586         * configure.in: Add cygmon and libstub support for mn10300.
16588 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16590         * missing: Update to version from automake 1.3.
16592         * ltmain.sh: On installation, don't get confused if the same name
16593         appears more than once in the list of library names.
16595 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16597         * config.sub: Accept m68060 and m5200 as CPU names.
16599 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16601         * configure: Use && rather than using -a in test, because odd
16602         strings can confuse test.
16603         * configure.in: Likewise.
16605 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16607         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16609 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16611         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16612         bootstrap4-lean): New targets.
16614 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16616         * mpw-* Delete.  Not used.
16618 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16620         * COPYING.LIB: Update FSF address.
16622 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16624         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16626         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16627         GAS_SUPPORT_DIRS.
16629 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16631         * ltconfig, ltmain.sh: Avoid producing a version number if
16632         -version-info was not used.
16634 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16636         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16637         building with newlib.
16639 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16641         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16642         Solaris `make' causes it to continue to next definition.
16644 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16646         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16647         the right GUI libraries and files are installed along with GDB.
16649 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16651         * configure.in: Change alpha to alpha* in several places.
16653 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16655         * config.sub: Recognize sparc86x.
16657 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16659         * configure.in (--enable-target-optspace): Remove debug echo.
16661 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16663         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16665 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16667         * ltconfig: Update cygwin32 support.
16669         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16670         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16671         (GDB_SUPPORT_DIRS): Likewise.
16673 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16675         * configure.in (target_makefile_frag): If --enable-target-optspace,
16676         use -Os to compile target libraries rather than -O2.  Default to
16677         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16678         not used.
16679         * configure.in (target_cflags): Ditto for d30v.
16681 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16683         * Makefile.in (all-bfd): Depend on all-intl.
16684         (all-binutils): Likewise.
16685         (all-gas): Likewise.
16686         (all-gprof): Likewise.
16687         (all-ld): Likewise.
16689 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16691         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16693 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16695         * Makefile.in (all-bfd): Depend upon all-libiberty.
16697         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16699 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16701         * Makefile.in: Add libstub.
16703         * configure.in: Ditto. Build libstub for targets that have cygmon
16704         support.
16706 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16708         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16710 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16712         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16713         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16715 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16717         * configure: Define DEFAULT_M4 by searching PATH.
16718         * Makfile.in: Use DEFAULT_M4.
16720 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16722         * ltconfig: Add cygwin32 support.
16724         * Makefile.in, configure.in: Add libtool as a native only directory
16725         to configure and build.
16727 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16729         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16731 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16733         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16735 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16737         * Makefile.in: add ash make rules
16738         * configure.in: add ash to native_only and host_tools lists
16740 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16742         * Makefile.in (all-gettext, all-intl): New targets.
16743         (ALL_MODULES): Added all-gettext, all-intl.
16744         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16745         (INSTALL_MODULES): Added install-gettext, install-intl.
16746         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16748         * configure.in (host_tools): Added gettext.
16749         (native_only): Likewise.
16750         (noconfigdirs) [various cases]: Likewise.
16751         (host_libs): Added intl.
16753 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16755         * configure: Do not disable building gdbtk for cygwin32 hosts.
16757 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16759         * configure.in: Add thumb-coff target.
16760         * config.sub: Add thumb-coff target.
16762 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16764         * Makefile.in: Revert yesterday's change.
16765         (all-target-winsup):  all-target-librx stays out of here.
16767 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16769         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16770         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16771         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16772         Remove references to librx and libg++.
16774 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16776         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16777         recursive makes
16779 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16781         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16782         for newlib directory.
16783         (CXX_FOR_TARGET): Likewise.
16785 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16787         * ltconfig: Update after libtool/ltconfig.in change for
16788         hpux11.
16790 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16792         * ltconfig, ltmain.sh: Update to libtool 1.2.
16794 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16796         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16797         (install-gcc-cross): Instead, override LANGUAGES here.
16799 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16801         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16802         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16804 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16806         * configure.in: Add Thumb-pe target.
16808 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16810         * Makefile.in - changed sn targets to snavigator
16811         * configure.in - changed sn targets to snavigator
16813 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16815         * config-ml.in: After building symlink tree call make distclean
16816         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16817         to be the case for libiberty.
16819 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16821         * configure: When making link, also check the current
16822         directory. The configure scripts may create one.
16824 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16826         * config.sub: Accept alphapca56 and alphaev6 properly.
16828 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16830         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16832 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16834         * config.sub (sco5): Fix typo.
16836 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16838         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16839         install-itcl.
16840         (install-itcl): Remove dependency on install-tcl.
16842 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16844         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16846 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16848         * configure.in: Don't build libgui for a cygwin32 target when not on
16849         a cygwin32 host.
16851 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16853         * configure (redirect): Set to null, so default behavior of
16854         configure is now --verbose.
16856 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16858         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16859         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16861 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16863         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16864         this change to sync Makefile.in with its ChangeLog entries.
16866 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16868         * ltmain.sh (mkdir): Check that the directory doesn't exist
16869         before we exit with error, so that we don't get races during
16870         parallel builds.
16872 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16874         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16876 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16878         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16879         PICFLAG_FOR_TARGET.
16880         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16882         * configure: Emit a definition for the new macro enable_shared
16883         into each Makefile.
16885 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16887         * configure.in (host_tools, native_only): Add libtool.
16889 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16891         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16892         Fix typo in ming config comment.
16894 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16896         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16898 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16900         * config.sub: Add tic30 cases, and map c30 to tic30.
16902 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16904         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16905         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16906         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16907         (CLEAN_TARGET_MODULES): Similarly
16908         (all-target-libf2c): Add dependences.
16909         * configure.in (target_libs): Add libf2c.
16911 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16913         * configure.in: Remove expect from noconfigdirs when target
16914         is cygwin32.  OK to build expect and dejagnu with Canadian
16915         Cross.
16917 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16919         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16920         host.
16922         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16923         and mingw32.
16925 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16927         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16928         here as it is not defined in the toplevel Makefile.
16930 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16932         * configure (package_makefile_rules_frag): New variable, which names
16933         a file with generic rules, ...
16934         Change comment to mention we now have FIVE parts.
16935         * configure: Undo last change.
16937 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16939         * config.guess: More accurate determination of HP processor types.
16940         * config.sub: More accurate determination of HP processor types.
16942 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16944         * configure (package_makefile_frag): Move inserting the
16945         ${package_makefile_frag} to where it should be according
16946         to the comment.
16948 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16950         * config.guess: Add support for Linux/ARM.
16952 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16954         * .cvsignore: Remove *-info and *-install since they match
16955         release-info and mpw-install, which we don't want to just ignore.
16957 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16959         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16961 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16963         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16964         local_prefix to sub-make invocations.
16966 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16968         * configure.in: Check makefile fragments in the source
16969         directory.
16971 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16973         * configure.in: Check whether host and target makefile
16974         fragments exist before adding them to *_makefile_frag.
16976 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16978         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16980 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16982         * configure.in: Make sure we only replace RPATH_ENVVAR on
16983         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16984         regexp to sed.
16986         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16987         to sub-makes.
16989 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16991         * config-ml.in (multi-do): LDFLAGS must include multilib
16992         designator.
16994 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16996         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16998 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
17000         * config.sub: Add mingw32 support.
17001         * configure.in: Likewise.
17003 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
17005         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
17007 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
17009         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17010         * configure (gxx_include_dir): Provide a definition for subdirs
17011         which do not use autoconf.
17013 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
17015         * config.guess: Sync with egcs.  Picks up new alpha support,
17016         BeOS & some additional linux support.
17018 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
17020         * config.guess: HP 9000/803 is a PA1.1 machine.
17022 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
17024         * configure.in: It's alpha*-...
17026 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17028         * configure.in (host_makefile_frag, target_makefile_frag):
17029         Handle multiple config files.
17030         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
17031         alpha-*-*.
17033 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
17035         * mkdep: New file.
17037 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
17039         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
17041 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17043         * Makefile.in: Add libgui directory.
17044         (GDB_TK): Add all-libgui.
17045         * configure.in: Add libgui directory.
17046         * configure: Add all-libgui to GDB_TK.
17048 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
17050         * config-ml.in (multidirs): Add m32r to multilib list.
17052 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
17054         * Makefile.in (all-target-gperf): Change dependency to
17055         all-target-libstdc++.
17057 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
17059         * config.guess: Add BeOS support.
17061 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17063         Source directory cvs renamed to cvssrc:
17064         * configure.in (host_tools): Change cvs to cvssrc.
17065         (native_only): Likewise.
17066         (noconfigdirs) [various cases]: Likewise.
17067         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
17068         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
17069         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
17070         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
17071         (all-cvssrc): Rename target from all-cvs.
17073 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
17075         * configure (gxx_include_dir): Fix thinko.
17077 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
17079         * Makefile.in (INSTALL_TARGET_CROSS): Define.
17080         (install-cross, install-gcc-cross): New targets.
17082 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
17084         * configure.in (noconfigdirs): Add support for Thumb target.
17086         * config.sub (maybe_os): Add support for Thumb target.
17088 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
17090         * Makefile.in: Add rules for cygmon.
17092         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17094 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
17096         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17097         * configure (gxx_include_dir): Provide a definition for subdirs
17098         which do not use autoconf.
17100 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
17102         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
17103         11/18/97 build
17105 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
17107         * From Franz Sirl.
17108         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17109         found on RedHat Linux systems.
17111 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
17113         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17114         guesses.
17116 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
17118         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17120 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
17122         * ltmain.sh: If mkdir fails, check whether the directory was created
17123         anyhow by some other process.
17125 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
17127         * configure.in (d30v-*-*): Configure all directories.
17129 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
17131         * configure.in (d30v-*-*): Configure newlib, libiberty directories
17132         for the D30V.
17134 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
17136         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17138 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
17140         * include/libiberty.h: Add extern "C" { so it can be used with C++
17141         progrms.
17142         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
17143         programs.
17145 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
17147         * configure.in (d30v-*-*): Configure GCC now.
17149 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17151         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17152         is no longer needed.
17154 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
17156         * Makefile.in: check-target-libio depends on all-target-libstdc++.
17158 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
17160         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17161         targets using "$@" to provide support for similar but not identical
17162         targets without having to duplicate code.
17164 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
17166         * makefile.vms: Fix to work with DEC C.
17168 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
17170         * config.sub: Add mips-tx39-elf to marketing names.
17172 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
17174         * ltmain.sh: Handle symlinks in generated script.
17176 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
17178         * configure: Handle autoconf style directory options: --bindir,
17179         --datadir, --includedir, --infodir, --libdir, --libexecdir,
17180         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17181         --sysconfdir.
17182         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17183         (sharedstatedir, localstatedir, oldincludedir): New variables.
17184         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17185         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17186         sbindir, sharedstatedir, and sysconfdir.
17188 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17190         * Makefile.in (bootstrap-lean): New target.
17192 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
17194         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
17195         sn, and gnuserv from noconfigdirs.
17197 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
17199         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17201 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
17203         * Makefile.in (cross): New target.
17205 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
17206                           Jeff Law         <law@cygnus.com>
17208         * Makefile.in (bootstrap2, bootstrap3): New targets.
17209         (all-bootstrap): Remove outdated and confusing target.
17210         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17212 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17214         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17215         windows.  Consistent with gdb/configure.
17217 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
17219         * configure.in: Name Linux target fragment.
17221         * configure: Rewrite so that project Makefile fragment is inserted
17222         first and appears last in the resulting Makefile.
17224 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17226         * Makefile.in (install-itcl): Install tcl first.
17228 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
17230         * configure.in: remove bison from noconfigdirs for Cygwin32 host
17232 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17234         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17236         * configure.in (skipdirs): Add target-librx for Linux.
17237         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17239 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
17241         * Makefile.in (bootstrap): New target.
17243 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
17245         * config.sub: Accept 'amigados' for backward compatibility.
17247 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
17249         * config.guess: Merge with FSF.
17251 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
17253         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17255 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
17257         * config.sub: Add "marketing-names" patch.
17259 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
17261         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17263 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
17265         * config.sub: Handle v850-elf.
17267 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
17269         * .cvsignore (*-install): Remove.
17271 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
17273         * ltconfig: Set CONFIG_SHELL in libtool.
17274         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17276 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
17278         * configure.in (target_subdir): Set to libraries if enable_multilib.
17280 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
17282         * config.guess: Update from gcc directory.
17284 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17286         * Makefile.in (all-sim): Depends on all-readline.
17288 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
17290         * Makefile.in (BISON, YACC): Use $$s.
17291         (all-bison): Depend on all-texinfo.
17293 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
17295         * Makefile.in (BISON): Add -L flag.
17296         (YACC): Likewise.
17298 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17300         * configure.in (noconfigdirs): Add support for v850e target.
17302         * config.sub (maybe_os): Add support for v850e target.
17304 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17306         * configure.in (noconfigdirs): Add support for v850ea target.
17308         * config.sub (maybe_os): Add support for v850ea target.
17310 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
17312         * config.sub: Add mipstx39.  Delete r3900.
17314 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17316         * Makefile.in (all-autoconf): Depends on all-texinfo.
17318 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
17320         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17321         eabi targets.
17323 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
17325         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17327         * configure: When handling a Canadian Cross, handle YACC as well as
17328         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
17329         * Makefile.in (all-bison): Depend upon all-texinfo.
17331 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
17333         * Makefile.in (BISON): bison, not byacc or bison -y.
17334         (YACC): bison -y or byacc or yacc.
17335         (various): Add *-bison as appropriate.
17336         (taz): No need to mess with BISON anymore.
17338 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
17340         * configure: If OSTYPE matches *win32*, try to find a good value for
17341         CONFIG_SHELL.
17343 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
17345         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17346         configure.in if it is present.
17348 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
17350         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17352 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
17354         * config.sub: Recognize `arc' cpu.
17355         * configure.in: Likewise.
17356         * config-ml.in: Likewise.
17358 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
17360         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17362 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
17364         * configure: Changed sed delimiter from ':' to '|' when
17365         attempting to substitute ${config_shell} for SHELL. On
17366         NT ${config_shell} may contain a ':' in it.
17368 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
17370         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17372 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
17374         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17376 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17378         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17380         * ylwrap: If the program is a relative path, force it to be
17381         absolute.
17383 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17385         * configure (tooldir): Set BISON to `bison -y' and not just bison.
17387 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17389         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17390         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17391         for libraries.
17393 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17395         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17396         separated by spaces.
17398 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17400         * ylwrap: New file.
17401         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17403         * ltmain.sh: Handle /bin/sh at start of install program.
17405         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17407         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17408         * missing: New file, from automake 1.2.
17410 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17412         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17413         check-tk to CHECK_X11_MODULES.
17415 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17417         * config.sub: Merge with FSF.
17419 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17421         * config.guess: Merge with FSF.
17423 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17425         * configure: Treat msdosdjgpp like go32.
17426         * configure.in: Likewise.  Don't remove gprof for go32.
17428         * configure: Change Makefile.tem2 to Makefile.tm2.
17430 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17432         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17434 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17436         * install-sh (chmodcmd): Set to null if the DST directory already
17437         exists.  Same as Nov 11th change.
17439 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17441         * configure (GDB_TK): Needs itcl and tix.
17443 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17445         * config.guess: Update from FSF.
17447 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17449         * Makefile.in (GDB_TK): Depend on itcl and tix.
17451 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17453         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17454         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17455         (INSTALL_SCRIPT): New variable.
17456         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17457         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17458         to -x.
17459         * install-sh: Add support for -x option.
17461 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17463         * configure.in, Makefile.in: Treat tix like itcl.
17465 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17467         * Makefile.in (WINDRES): New variable.
17468         (WINDRES_FOR_TARGET): New variable.
17469         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17470         (EXTRA_HOST_FLAGS): Add WINDRES.
17471         (EXTRA_TARGET_FLAGS): Add WINDRES.
17472         (EXTRA_GCC_FLAGS): Add WINDRES.
17473         ($(DO_X)): Pass down WINDRES.
17474         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17475         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17476         DLLTOOL_FOR_TARGET.
17478 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17480         * configure.in: configure sim before gdb for win32-x-ppc
17482 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17484         Move gperf into the toplevel, from libg++.
17485         * configure.in (target_tools): Add target-gperf.
17486         (native_only): Add target-gperf.
17487         * Makefile.in (all-target-gperf): New target, depend on
17488         all-target-libg++.
17489         (configure-target-gperf): Empty rule.
17490         (ALL_TARGET_MODULES): Add all-target-gperf.
17491         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17492         (CHECK_TARGET_MODULES): Add check-target-gperf.
17493         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17494         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17496 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17498         * config.sub (mn10200): Recognize new basic machine.
17500 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17502         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17503         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17505 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17507         * configure.in: If we're building mips-sgi-irix6* native, turn on
17508         ENABLE_MULTILIB and set TARGET_SUBDIR.
17510 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17512         * Makefile.in (all-sn): Depend on all-grep.
17514 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17516         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17518         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17519         Makefile.  From Jeff Makey <jeff@cts.com>.
17520         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17522         * Makefile.in (DISTBISONFILES): Remove.
17523         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17524         $(DEFAULT_YACC).
17526         * configure.in: Build itl, db, sn, etc., when building for native
17527         cygwin32.
17529         * Makefile.in (LD): New variable.
17530         (EXTRA_HOST_FLAGS): Pass down LD.
17531         ($(DO_X)): Likewise.
17533 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17535         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17537 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17539         * configure.in (targargs): Strip out any supplied --build argument
17540         before adding our own. Always add --build.
17542 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17544         * configure.in (targargs): Pass --build if we're doing
17545         a cross-compile.
17547 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17549         * configure: Use '|' instead of ":" as the separator in
17550         sed. Otherwise sed chokes on NT path names with drive
17551         designators. Also look for "?:*" as the leading characters in an
17552         absolute pathname.
17554 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17556         * config.sub: Support for r3900.
17558 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17560         * configure.in: Use install-sh, not install.sh.
17562 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17564         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17565         apply it twice.
17567 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17569         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17570         install-binutils.
17572 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17574         * Makefile.in: Add automake targets.
17575         * configure.in (host_tools): Add automake.
17577 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17579         * configure: Default CXX to c++, not gcc.
17580         * Makefile.in (CXX): Set to c++, not gcc.
17581         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17583 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17585         * install-sh: try appending a .exe if source file doesn't
17586         exist
17588 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17590         * configure.in: Turn on multilib by default.
17591         (cross_only): Remove target-libiberty.
17593         * Makefile.in (all-gcc): Don't depend on libiberty.
17595 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17597         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17599 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17601         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17602         (DISTBISONFILES): Add ld/Makefile.in
17604 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17606         * configure.in: if target is cygwin32 but host isn't cygwin32,
17607         don't configure gdb tcl tk expect, not just gdb.
17609 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17611         * configure.in: Added gnuserv everywhere sn appears.
17613         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17614         (CROSS_CHECK_MODULES): Added check-gnuserv.
17615         (INSTALL_MODULES): Added install-gnuserv.
17616         (CLEAN_MODULES): Added clean-gnuserv.
17617         (all-gnuserv): New target.
17619 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17621         * config.guess: Fixes for MIPS OpenBSD systems.
17623 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17625         * Makefile.in (INSTALL_XFORM): Remove.
17626         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17628         * mkinstalldirs: New file, copied from automake.
17629         * Makefile.in (installdirs): Rename from install-dirs.  Use
17630         mkinstalldirs.  Change all users.
17631         (DEVO_SUPPORT): Add mkinstalldirs.
17633 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17635         * install-sh: Rename from install.sh.
17636         * Makefile.in (INSTALL): Change install.sh to install-sh.
17637         (DEVO_SUPPORT): Likewise.
17639         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17640         Graichen <graichen@rzpd.de>.
17642 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17644         * config.guess: Recognize OpenBSD systems correctly.
17646 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17648         * README, Makefile.in (ETC_SUPPORT): Remove references to
17649         cfg-paper*, configure.{texi,man,info*}._
17651 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17653         * Makefile.in (all.normal): Ensure that gcc is built after all
17654         the x11 - ie gdb - targets.
17656 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17658         * makefile.vms: Don't run conf-a-gas.
17660 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17662         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17664 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17666         * configure.in: Remove noconfigdirs case since gdb also
17667         configures and builds for tic80-coff.
17669 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17671         * configure: Set cache_file to config.cache.
17672         * Makefile.in (local-distclean): Remove config.cache.
17674 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17676         * COPYING: Update FSF address.
17678 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17680         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17681         noconfigdirs.
17683 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17685         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17686         MAKEDIRS, is empty.
17688 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17690         * config.sub: Tweak mn10300 entry.
17692 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17694         * configure.in (host_tools): Put sim before gdb, so gdb's
17695         configure.tgt can determine if the simulator was configured.
17697 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17699         * config.sub: Move BeOS $os case to be with other Cygnus
17700         local cases.
17702 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17704         * config.sub: Remove misplaced comment that broke Linux.
17706 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17708         * config.sub: Add BeOS support.
17710 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17712         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17714 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17716         * configure.in (noconfigdirs): Remove tcl and tk from
17717         noconfigdirs for cygwin32 builds.
17719 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17721         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17723 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17725         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17726         make-all.com, use makefile.vms instead.
17728 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17730         * config.sub: Accept -lnews*.
17732 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17734         * configure.in (noconfigdirs): Disable target-newlib,
17735         target-examples and target-libiberty for d30v.
17737 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17739         * configure.in (noconfigdirs): Enable ld for d30v.
17741 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17743         * configure.in (tic80-*-*): Build compiler.
17745 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17747         * configure.in (d30v-*): Remove sim directory from list of
17748         unsupported d30v directories
17750 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17752         * config.sub, configure.in: Add d30v target cpu.
17754 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17756         * makefile.vms: New file.
17757         * make-all.com: Remove.
17759 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17761         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17763 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17765         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17767 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17769         * Makefile.in (ALL_MODULES): Added all-db.
17770         (CROSS_CHECK_MODULES): Addec check-db.
17771         (INSTALL_MODULES): Added install-db.
17772         (CLEAN_MODULES): Added clean-db.
17774 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17776         * config.guess: Merge with latest FSF sources.
17778 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17780         * Makefile.in (ALL_MODULES): Added all-itcl.
17781         (CROSS_CHECK_MODULES): Added check-itcl.
17782         (INSTALL_MODULES): Added install-itcl.
17783         (CLEAN_MODULES): Added clean-itcl.
17785 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17787         * configure.in: build gdb for mn10200
17789 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17791         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17793 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17795         * configure.in (tic80-*-*): Turn off most targets right now.
17797 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17799         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17800         rather than the makeinfo program.
17801         (do-info): Depend upon all-texinfo.
17803 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17805         * configure.in: Remove uses of config/mh-linux.
17807         * config.sub, config.guess: Merge with latest FSF sources.
17809 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17811         * config.sub (case $basic_machine): Add tic80 entries.
17813 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17815         * config.sub, config.guess: Merge with latest FSF sources.
17817 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17819         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17820         * mpw-config.in: Test for NewFolderRecursive.
17821         * mpw-install: Use symbolic name for startup filename.
17822         * mpw-README: Add various additional details.
17824 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17826         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17828 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17830         * configure.in: Do build gcc and the target libraries for
17831         the mn10200.
17833 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17835         * configure.in: don't avoid building gdb for mn10300 any more
17836         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17837         instead of single-quoting it.
17839 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17841         * configure.in: Don't use --with-stabs on IRIX 6.
17843 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17845         * configure.in (m32r): Build gdb, libg++ now.
17847 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17849         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17850         directories from noconfigdirs.
17852 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17854         * config.sub (basic_machine): added mips16 configuration
17856 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17858         * config.sub: Handle d10v-unknown.
17860 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17862         * config.sub: Handle v850-unknown.
17864 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17866         * Makefile.in: add findutils
17867         * configure.in: add findutils to list of host_tools
17869 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17871         * config.sub: Handle mn10200 and mn10300.
17873 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17875         * configure.in (d10v-*): Do not build librx.
17877 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17879         * configure.in (mn10300): Build everything except gdb & libgloss.
17881 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17883         * config.guess:  Patch for Dansk Data Elektronik servers,
17884         from Niels Skou Olsen <nso@dde.dk>.
17886         For ncr, use /bin/uname rather than uname, since GNU uname does not
17887         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17889         Patch for MIPS R4000 running System V,
17890         from Eric S. Raymond <esr@snark.thyrsus.com>.
17892         Fix thinko for nextstep.
17894         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17896         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17897         * config.guess: Guess mips-dec-mach_bsd4.3.
17899         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17900         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17901         release numbers.
17902         * config.guess (mips-mips-riscos*):  Emit just enough of the
17903         release number.
17905         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17906         * config.guess (sparc-auspex-sunos*):  Added.
17907         (f300-fujitsu-*): Added.
17909         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17910         * config.guess:  Recognize a Tadpole as a sparc.
17912 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17914         * config.guess: Don't assume that NextStep version is either 2 or
17915         3.  NextStep 4 (aka OpenStep 4) has come out now.
17917 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17919         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17920         From Rik Faith <faith@cs.unc.edu>.
17922 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17924         * config.sub: Contributions from bug-gnu-utils to:
17925         Support plain "hppa" (no version given) architecture, reported by
17926         OpenStep.
17927         OpenBSD like NetBSD.
17928         LynxOs is not a hardware supplier.
17930         * config.guess: Contributions from bug-gnu-utils to add support for:
17931         OpenBSD like NetBSD.
17932         Stratus systems.
17933         More Pyramid systems.
17934         i[n>4]86 Intel chips.
17935         M680[n>4]0 Motorola chips.
17936         Use unknown instead of lynx for hardware manufacturer.
17938 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17940         * install.sh (chmodcmd): Set to null if the DST directory already
17941         exists.
17943 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17945         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17946         not use mt-ppc target Makefile fragment any more.
17948 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17950         * configure.in (*-*-windows):  Exclude everything but those dirs
17951         needed to build windows.
17953 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17955         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17957 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17959         * configure.in:  Exclude mmalloc from i386-windows.
17961 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17963         * Undo my previous change.
17965 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17967         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17968         unconditionally.
17969         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17971 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17973         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17974         host to add it's own flags.
17976 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17978         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17980 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17982         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17983         (CXX_FOR_TARGET): Likewise.
17984         (GCC_FOR_TARGET): Define.
17985         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17986         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17987         CC_FOR_TARGET was specified on the command line.
17988         (MAKEOVERRIDES): Don't define.
17990 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17992         * configure.in (m32r): Fix spelling of libg++ libs.
17994 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17996         * config.sub (-apple*): Remove, now redundant.
17998 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
18000         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
18002         * configure: Rework yesterday's sed script patch.
18004         * config.sub: Merge with FSF.
18006 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
18008         * config.guess:  Merge from FSF.
18010         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
18011         * config.guess: Use pc instead of unknown, for pc clone systems.
18012         Change linux to linux-gnu.
18014         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18015         * config.guess: Avoid non-portable tr syntax.
18017 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
18019         * test-build.mk (HOLES): Add "xargs" for gdb.
18021         * configure: Avoid hpux10.20 sed bug.
18023 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
18025         * configure.in:  Add support for windows host
18026         (that is a build done under the Microsoft build environment).
18028 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
18030         * Makefile.in: Replace all uses of srcroot with s, to shrink
18031         command line lengths.
18033         Patches from Geoffrey Noer <noer@cygnus.com>:
18034         * configure.in: If configuring for newlib, pass --with-newlib to
18035         subdirectories.
18036         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
18037         -Bnewlib/ and -Lwinsup to gcc.
18038         (CXX_FOR_TARGET): Likewise.
18040 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18042         * Makefile.in (ETC_SUPPORT): Add configure.
18044 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
18046         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
18047         host configuration file.
18049 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
18051         * configure.in: Break mn10x00 support into separate
18052         mn10200 and mn10300 configurations.
18053         * config.sub: Likewise.
18055 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
18057         * configure.in: Add lots of stuff to noconfigdirs for
18058         the mn10x00 targets.
18060         * config.sub, configure.in: Add mn10x00 support.
18062 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
18064         * make-all.com: Call conf-a-gas, not config-a-gas.
18066 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
18068         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
18069         targets.
18071 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
18073         * mpw-README: Add much more detail for native PowerMac.
18074         * mpw-install: New file.
18075         * mpw-configure: Add --norecursion and --help options.
18076         * mpw-config.in: Translate readme and install files when
18077         copying to objdir.
18078         * mpw-build.in: Don't always depend on byacc and flex.
18079         (install-only-top): New action.
18081 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
18083         * configure.in:  You can now configure GDB for the v850.
18085 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
18087         * configure.in (noconfigdirs): Don't configure any C++ dirs
18088         if targeting D10V.
18090 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
18092         * config.sub: Recognize mips64vr5000.
18094 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
18096         * configure.in: Use a single line for host_tools and native_only.
18098 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
18100         * config.sub, configure.in: Add entries for m32r.
18102 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
18104         * Makefile.in (inet-install): Don't run install-gzip.
18106 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
18108         * configure.in:  Don't config lots of things for *-*-windows*.
18110 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
18112         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18113         (host_libs, host_tools): Copy from configure.in.
18114         * mpw-configure: Don't complain about directories not found.
18116 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18118         * configure.in (i[345]86): Recognize i686 for pentium pro.
18119         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18120         file.
18122         * config.guess (i[345]86): Ditto.
18124 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18126         * configure.in (noconfigdirs): Removed gdb for D10V.
18128 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
18130         * configure.in: Remove ld, target-libio, target-libg++, and
18131         target-libstdc++ from noconfigdirs.
18133 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
18135         * configure: Fix three locations where shell scripts were
18136         being run directly rather than with config_shell.
18138 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
18140         * configure.in (v850-*-*): Set up initial $noconfigdirs.
18141         * config.sub (basic_machine): Recognize v850.
18143 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18145         * mpw-configure: Handle multiple enable/disable options and
18146         pass them down recursively, handle -c and -s flags appropriately
18147         depending on choice of compiler, add escape mechanism for
18148         quoted arguments to gC.
18150 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18152         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18153         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18154         so that -mrelocatable-lib and -mno-eabi are used.
18156         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18157         not support --print-multi-lib, don't abort.
18159 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
18161         * make-all.com: Run config-a-gas.
18162         * setup.com: Don't copy subdirectory files around.
18164 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
18166         * configure.in (*-*-ose): Remove exclusion of libgloss for this
18167         target, it now compiles correctly.
18169 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
18171         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18173 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18175         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
18177 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18179         * configure.in (native_only): Add prms.
18181 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
18183         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18184         (BINUTILS_SUPPORT_DIRS): Likewise.
18186 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18188         * configure.in (d10v-*-*): Don't configure ld or gdb until the
18189         d10v support is added.
18191 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18193         * configure.in (d10v-*-*): New target.
18195 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
18197         * config.guess (HP 9000/811): Recognize this as a PA1.1
18198         machine.
18200 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
18202         * Makefile.in (do-tar-gz): New target, split out from tail end of
18203         taz target.  Run each command separately, don't use pipes.
18204         (taz): Use it.
18206 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
18208         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18209         * mpw-build.in: No builds should depend on building byacc or flex,
18210         they are assumed to be installed already.
18212 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18214         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18215         variable that CC_FOR_TARGET needs.
18217 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18219         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18220         options have changed since the last time the subdirectory was
18221         configured, and if it has, reconfigure.
18222         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18223         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18225 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
18227         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18228         CLEAN_MODULES): Add bash.
18229         (all-bash): New target.
18231 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
18233         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18235 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18237         * config.sub (basic_machine): Recognize d10v as a valid processor.
18239 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
18241         * mpw-configure: Add support for --bindir.
18242         * mpw-build.in: Use a GCC-specific build script for GCC actions.
18244 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
18246         * configure.in: add bash, time, gawk to list of hosttools and things
18247         to only build for native toolchains
18249 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18251         * Makefile.in (docdir): Remove.
18253 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18255         * Makefile.in (datadir): Set to $(prefix)/share.
18257 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
18259         * configure.in: build diff and patch for cygwin32-hosted
18260         toolchains.
18262 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
18264         * config.sub: Accept -rtems*.
18266 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
18268         * configure.in: enable dosrel for cygwin32-hosted builds,
18269                 remove diff from the list of things not buildable
18270                 via Canadian Cross
18272 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
18274         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18275         don't get ". ".
18277 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
18279         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18281 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
18283         * Makefile.in (taz): Handle case where tex3patch didn't even get
18284         checked out.  Also, if it was found, put the symlink in a new util
18285         subdirectory.
18287 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18289         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18291 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
18293         * config.sub: Recognize -openvms.
18294         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18295         * make-all.com, setup.com: New files.
18297 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18299         * Makefile.in (taz): tex3patch moved to texinfo/util.
18301 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
18303         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18304         * configure.in: remove make from disable-if-Can-Cross list
18305                 enable gdb if ${host} and ${target} are cygwin32
18307 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
18309         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
18310         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18312 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18314         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
18315         distinguish sysv/svr4/bsd variants.
18316         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18318 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
18320         * configure.in: Added copyright notice.
18321         * move-if-change: Added copyright notice.
18323 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18325         * configure.in (powerpcle-*-solaris*): Until we get shared
18326         libraries working, don't build gdb, sim, make, tcl, tk, or
18327         expect.
18329 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
18331         * config.guess:  Merge with FSF:
18333         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18334         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18336         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
18337         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18339         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
18340         * config.guess:  Combine two OSF1 rules.
18341         Also recognize field test versions.  From mjr@zk3.dec.com.
18342         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
18343         because GNU uname does not support -p.  From pmr@pajato.com.
18345 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
18347         * Makefile.in (MAKEDIRS): Removed $(tooldir).
18349 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
18351         * mpw-README: Document GCCIncludes.
18353 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
18355         * configure.in (alpha-*-linux*): Set enable_shared to yes.
18357 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
18359         * mpw-configure: Handle --enable-FOO and --disable-FOO.
18361 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
18363         * configure.in (*-*-cygwin32): Configure make.
18365 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
18367         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18369 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
18371         * Makefile.in (all-inet): Depend on all-perl.
18373         * Makefile.in (inet-install): New target.
18375         * Makefile.in (all-inet): Depend on all-tcl.
18376         (all-inet): Depend on all-send-pr.
18378 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18380         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18381         temporarily.
18383 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
18385         * configure.in: Don't configure --with-gnu-ld on AIX.
18387 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18389         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18391 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18393         * Makefile.in (ALL_MODULES): Added all-inet.
18394         (CROSS_CHECK_MODULES): Added check-inet.
18395         (INSTALL_MODULES): Added install-inet.
18396         (CLEAN_MODULES): Added clean-inet.
18397         (all-indent): New target.
18399         * configure.in (host_tools): Added inet.
18400         (native_only): Added inet.
18401         (noconfigdirs): Added inet.
18403 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18405         * configure.in: Don't configure libgloss if we are not configuring
18406         newlib.
18408 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18410         * configure.in: Don't configure libgloss for unsupported
18411         architectures.
18413 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18415         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18417 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18419         * Makefile.in (ALL_MODULES): Include all-apache.
18420         (CROSS_CHECK_MODULES): Include check-apache.
18421         (INSTALL_MODULES): Include install-apache.
18422         (all-apache): New target.
18424         * configure.in: Added apache everywhere perl is seen.
18426 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18428         * Makefile.in: Add support for clean-{module} and
18429         clean-target-{module} rules.
18431 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18433         * configure.in (*-*-ose) do not build libgloss.
18435 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18437         * config.guess (prep*:SunOS:5.*:*): Turn into
18438         powerpele-unknown-solaris2.
18440 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18442         * configure.in: Permit --enable-shared to specify a list of
18443         directories.
18445 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18447         * configure.in (host==solaris): Pass only the first word of $CC
18448         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18450 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18452         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18454 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18456         * Makefile.in (ALL_MODULES): Include all-perl.
18457         (CROSS_CHECK_MODULES): Include check-perl.
18458         (INSTALL_MODULES): Include install-perl.
18459         (ALL_X11_MODULES): Include all-guile.
18460         (CHECK_X11_MODULES): Include check-guile.
18461         (INSTALL_X11_MODULES): Include install-guile.
18462         (all-perl): New target.
18463         (all-guile): New target.
18465         * configure.in (host_tools): Include perl and guile.
18466         (native_only): Include perl and guile.
18467         (noconfigdirs): Don't build guile and perl; no ports have been
18468         done.
18470 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18472         * configure (--enable-*): Handle quoted option lists such as
18473         --enable-sim-cflags='-g0 -O' better.
18475 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18477         * Makefile.in ({,inst}all-target): New rule so we can make and
18478         install all of the target directories easily.
18480 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18482         * configure.in: Add missing global flag in sed substitution when
18483         deleting `target-' from ${configdirs}.
18485 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18487         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18488         option.
18490         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18491         config/mh-necv4.
18493         * install.sh: Correct misspelling of transformbasename.
18495         * config.guess: Recognize mips-*-sysv*.
18497 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18499         * config.sub: Recognize mon960.
18501 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18503         * configure: Restore Canadian Cross handling of BISON and LEX,
18504         removed in Feb 20 change.
18506 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18508         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18509         Mention make install.  Remove the old copyright date as well the
18510         clumsy and rather pointless copyright on the README file.
18512 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18514         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18515         Makefile after running symlink-tree, then run `make distclean' to
18516         avoid clobbering any generated files in srcdir.
18518 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18520         * configure.in (m68k-*-netbsd*): Build everything now.
18522 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18524         * Makefile.in (taz): Fix quoting.
18526 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18528         * configure.in (sparclet-*-*): Build everything now.
18530 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18532         * configure.in (m68k-*-linux*): New host.
18534 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18536         * configure: Check for bison before byacc.
18538 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18540         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18541         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18542         searching PATH.  These are used as fallbacks by Makefile.in if
18543         flex/bison/byacc aren't in objdir.
18545 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18547         * Makefile.in: Make everything which depends upon all-bfd also
18548         depend upon all-opcodes, in case --with-commonbfdlib is used.
18550 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18552         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18553         building NT native compilers on Unix.
18555 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18557         * configure.in: Don't get CC from the host Makefile fragment if we
18558         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18559         Solaris test for /usr/ucb/cc to the post target script, just after
18560         the compiler sanity test.
18562 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18564         * config.sub: Merge with FSF.
18566 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18568         * Makefile.in (RPATH_ENVVAR): New variable.
18569         (REALLY_SET_LIB_PATH): Use it.
18570         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18572 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18574         * config.sub, configure.in: Recognize sparclet cpu.
18576 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18578         * config.guess:  Support m68k-cbm-sysv4.
18580 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18582         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18583         m68k-unknown-linuxaout from linker help string.  Put quotes around
18584         $ld_help_string.
18586 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18588         * config.guess (powerpc-harris-powerunix): Add guess for port
18589         to new target.
18591 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18593         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18595 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18597         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18598         $(REALLY_SET_LIB_PATH) in Makefile.
18599         * Makefile.in (SET_LIB_PATH): New variable.
18600         (REALLY_SET_LIB_PATH): New variable.
18601         ($(DO_X)): Use $(SET_LIB_PATH).
18602         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18603         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18604         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18605         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18606         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18607         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18608         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18609         (install-dosrel): Likewise.
18610         (all-opcodes): Depend upon all-libiberty.
18612 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18614         * config.guess (*:CYGWIN*): New
18616 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18618         * Makefile.in (all-target-winsup): All all-target-libiberty.
18620 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18622         * configure.in (noconfigdirs): Add missing # in front of comment.
18624 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18626         * configure.in: add second pass to things added to noconfigdirs
18627         so *-gm-magic can exclude libgloss properly.
18629 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18631         * mpw-configure (extralibs_name, rez_name): Set correctly
18632         for MWC68K compiler.
18634         * mpw-README: Add more info on the necessary build tools.
18636 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18638         * configure.in, config.sub: Recognize cygwin32.
18640 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18642         * config.guess, config.sub: Recognize A/UX.
18644 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18646         * config.sub: Merge with gcc/config.sub.
18648 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18650         * mpw-build.in (do-binutils): Add build of stamps.
18652 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18654         * config.sub: Add recognition for mips64vr4100*-* targets.
18656 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18658         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18659         Add creation of gconfigargs with `--enable-shared' turned on.
18660         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18661         ($(host)-stamp-stage3-configured): Likewise.
18662         (HOLES): Add chatr and ldd.
18663         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18665 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18667         * configure: Pass --nfp to recursive configures.
18669 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18671         * Makefile.in (DLLTOOL): New.
18672         (DLLTOOL_FOR_TARGET): New.
18673         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18674         (EXTRA_TARGET_FLAGS): Ditto.
18675         (EXTRA_GCC_FLAGS): Ditto.
18676         (CONFIGURE_TARGET_MODULES): Ditto.
18677         (DO_X): Ditto.
18678         * configure: Add DLLTOOL.
18680 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18682         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18683         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18684         mh-sco, since old workarounds no longer needed, and don't
18685         build ld, since libraries have weak symbols in COFF.
18687 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18689         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18691 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18693         * configure.in: Make sure that ${CC} can be used to compile an
18694         executable.
18696 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18698         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18699         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18700         nothing depending on whether gdbtk is being built.
18702 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18704         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18706 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18708         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18709         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18711 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18713         * config-ml.in: Add support for
18714         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18715         Simplify setting of multidirs from --disable-foo.
18717 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18719         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18720         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18721         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18722         non-empty, pass them on to the  GCC make.
18723         (all-bootstrap): New rule that is like all-gcc, except it executes
18724         the GCC bootstrap rule instead of the GCC all rule.
18726 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18728         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18730 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18732         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18733         DG/UX support.
18735 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18737         * config.sub (i*86*) Change [345] to [3456]
18739 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18741         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18742         --with-gnu-ld=no.
18744 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18746         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18747         AIX multilibs get built.
18749 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18751         * configure.in (i386-win32): Don't build expect if we're not
18752         building the tcl subdir.
18754 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18756         * Makefile.in: (configure-target-examples, all-target-examples):
18757         New targets, configure and build example programs.
18759 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18761         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18762         use it as input to sedit the generated MPW makefile.
18763         * mpw-README: Add a suggestion about Gestalt.h.
18765 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18767         * config.sub: Accept *-*-ieee*.
18769 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18771         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18772         Ronald F. Guilmette <rfg@monkeys.com>.
18774 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18776         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18777         for powerpc-pe native.
18778         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18779         (target==powerpc-pe): duplicate i386-win32 entry.
18781 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18783         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18784         of vxworks, not just vxworks5.1.
18786 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18788         * mpw-configure: Add support for exec-prefix.
18790 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18792         * config.guess: Recognize HP model 816 machines as having
18793         a PA1.1 processor.
18795 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18797         * configure: Ignore new autoconf configure options.
18799 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18801         * config.guess:  Recognize Pentium under SCO.
18802         From Robert Lipe <robertl@arnet.com>.
18804 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18806         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18808 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18810         * configure.in: Don't configure gas for alpha-dec-osf*.
18812 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18814         * configure.in: Default to --with-stabs for some targets for which
18815         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18816         i[345]86*-*-unixware*.
18818 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18820         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18821         rather than basing it on the target.  Simplify handling of options
18822         controlling which directories to configure.  Remove extraneous
18823         slash in multi-clean target.
18825 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18827         * config-ml.in: Prefix more variables with ml_ so they don't collide
18828         with configure's.
18830 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18832         * configure: Don't turn -v into --v.
18834 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18836         * configure.in (targargs): Fix typo.
18838         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18840 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18842         * configure.in: Strip --host and --target options from
18843         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18844         --with-cross-host option when building with a cross-compiler.
18845         * configure: Canonicalize the arguments put into config.status by
18846         always using `=' for an option with an argument.  Pass a presumed
18847         --host or --target explicitly.
18849 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18851         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18852         into general OS recognition case.
18854 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18856         * configure.in (target_configdirs): add target-winsup only
18857         for win32 target systems.
18859 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18861         * Makefile.in (all-target-libgloss): Depend upon
18862         configure-target-newlib, since when libgloss is built it looks to
18863         see if the newlib directory exists.
18865 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18867         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18868         cfg-ml-*.in.
18870 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18872         * configure: Handle LD and LD_FOR_TARGET when configuring a
18873         Canadian Cross.
18875 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18877         * configure.in (target_libs): add target-winsup.
18878         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18879         (target==ppcle-pe): remove ld from $noconfigdirs.
18881 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18883         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18884         Preserve relative path names in $srcdir.  Build symlink tree if
18885         configuring cross target dir and srcdir=. (= no VPATH support).
18886         (configure-target-libg++): Depend on configure-target-librx.
18887         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18888         * config-ml.in: New file.
18889         * symlink-tree: New file.
18890         * configure: Ensure srcdir="." if that's what it is.
18892 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18894         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18895         includes and FLEX_SKELETON setting.
18896         * mpw-configure (--with-gnu-ld): New option, controls whether
18897         to use PPCLink or ld with PowerMac GCC.
18898         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18899         * mpw-config.in: Configure grez if targeting Mac.
18901         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18902         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18903         just macos.
18904         * configure.in: Configure grez resource compiler if targeting Mac.
18905         * Makefile.in (all-grez, install-grez): New targets.
18907 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18909         * configure: CXX defaults to gcc, not g++.  If we find
18910         gcc in the path, set CC to gcc -O2.
18912 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18914         * configure: Default ${build} correctly.  Avoid picking up extra
18915         spaces when reading CC and CXX from Makefile.  When doing a
18916         Canadian Cross, use plausible default values for numerous
18917         variables.
18918         * configure.in: When doing a Canadian Cross, don't try to
18919         configure tools whose configure script can't handle it.
18921 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18923         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18925 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18927         * configure:  Remove dubious bug reporting address.
18929 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18931         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18932         configure script, run that instead of this directory's configure.
18933         In either case, print a message that we're configuring the sub-dir.
18935 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18937         * configure.in: Before checking for the existence of various files,
18938         use sed to filter out "target-".
18940 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18942         * Makefile.in (DO_X): Split rule to decrease command line length
18943         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18944         (Philippe De Muyter).
18946 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18948         * Makefile.in (all-patch): depend on all-libiberty.
18950 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18952         * configure.in: If the only directory in target_configdirs which
18953         actually exists is libiberty, then set target_configdirs to empty,
18954         to avoid trying to build a target libiberty in a gas or gdb
18955         distribution.
18957 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18959         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18960         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18961         systems.
18963 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18965         * configure.in (copy_dirs): Use sys-include instead of include
18966         for --with-headers option.
18968 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18970         * Makefile.in, configure.in: Make winsup builds work with
18971         new scheme.
18973 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18975         * configure.in: Build the linker on AIX.
18977 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18979         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18980         where needed.
18982 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18984         * Makefile.in (all-gcc): Fix typo.
18986 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18988         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18990 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18992         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18993         to target-xiberty, to provide more flexibility.
18994         (target_subdir):  Define.  Create if cross.
18995         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18996         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18997         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18998         check-libFOO -> check-target-libFOO, etc.
18999         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
19000         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
19001         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
19002         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
19003         allow ALL_GCC="" to only configure.
19004         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
19005         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
19006         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
19008 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
19010         * Makefile.in (taz): Build "info" in etc explicitly.
19012 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
19014         * configure.in:  Make sure that CC is undefined (as opposed to
19015         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
19016         problem with autoconf trying to configure on a host without GCC.
19018 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19020         * mpw-configure: Set host alias from choice of host compiler,
19021         only use generic MPW Makefile sed if present, edit a file
19022         named "hacked_Makefile.in" instead of "Makefile.in" if present.
19023         * mpw-README: Add problem notes about CW6 and CW7.
19025 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
19027         * Makefile.in (taz): Use ";" instead of ";;".
19029 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19031         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
19032         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
19033         DISTDOCDIRS.
19034         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
19035         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
19037 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19039         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
19040         and gnats, because they are now subsumed by DISTSTUFFDIRS.
19041         Move bfd to DISTSTUFFDIRS.
19043 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19045         * Makefile.in (X11_LIB): Removed.
19046         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
19048         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
19050 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19052         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
19053         names.
19055 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19057         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
19059 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
19061         * configure.in (i[345]86-*-win32): Always build newlib.
19062         Don't configure cvs, autoconf or texinfo.
19063         * Makefile.in (LD_FOR_TARGET): New.
19064         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
19065         Pass down LD_FOR_TARGET.
19067 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19069         * winsup: New directory.
19070         * Makefile.in: Build winsup.
19071         * configure.in: Winsup is configured when target is win32.
19072         Can only build win32 target GDB when native.
19074 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
19076         * config.guess: Recognize HP model 819 machines as having
19077         a PA 1.1 processor.
19079 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19081         * configure: Fix sed loop which substitutes for CC and CXX to
19082         avoid bug found in various sed implementations.
19084 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19086         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19087         simulator.  Use standard powerpc-*-eabi*.
19089 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
19091         * configure.in: Stop putting gas and binutils in noconfigdirs for
19092         powerpc-*-aix* and rs6000-*-*.
19094 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
19096         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19097         -mcall-aixdesc libraries.
19099 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
19101         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19103         * config.sub (arm | armel | armeb): Fix shell syntax.
19105 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19107         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19108         -msoft-float and -mcpu=common support.
19109         (powerpc*-*-eabisim*): Add support for building -mcall-aix
19110         libraries.
19112 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19114         * configure.in: Allow configuration and build of emacs19 for the alpha.
19116 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19118         * configure.in (CC): Get ^CC, not just any old CC, from
19119         ${host_makefile_frag}.
19121 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19123         * configure.in (CC): Try to get CC from
19124         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19126 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19128         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19129         only if it exists in $(srcdir).
19131 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19133         * configure: If CC and CXX are not set in the environment, set
19134         them, based on either an existing Makefile or on searching for gcc
19135         in PATH.  Substitute for CC and CXX in Makefile.
19136         * configure.in: Remove libm from target_libs.  Separate
19137         target_configdirs from configdirs.  If CC is not set in
19138         environment, try to get it from a host Makefile fragment.  Rewrite
19139         changes of configdirs to use skipdirs instead.  A few minor
19140         tweaks.  Take directories out of target_configdirs as they are
19141         taken out of configdirs.  Remove existing Makefile files from
19142         subdirectories.  Substitute for TARGET_CONFIGDIRS and
19143         CONFIG_ARGUMENTS in Makefile.
19144         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19145         by configure.in.
19146         (CONFIG_ARGUMENTS): Likewise.
19147         (CONFIGURE_TARGET_MODULES): New variable.
19148         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19149         ($(CONFIGURE_TARGET_MODULES)): New target.
19150         (configure-libg++, configure-libio): New targets.
19151         (all-libg++): Depend upon configure-libg++.
19152         (all-libio): Depend upon configure-libio.
19153         (configure-libgloss, all-libgloss): New targets.
19154         (configure-libstdc++): New target.
19155         (all-libstdc++): Depend upon configure-libstdc++.
19156         (configure-librx, all-librx): New targets.
19157         (configure-newlib): New target.
19158         (all-newlib): Depend upon configure-newlib
19159         (configure-xiberty): New target.
19160         (all-xiberty): Depend upon configure-xiberty.
19162 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19164         * configure.in (host i[345]86-*-win32):  Expand the
19165         noconfigdirs again.
19167 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
19169         * mpw-configure: Fix sed command file name.
19171 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19173         * configure.in (host i[345]86-*-win32): Reduce the
19174         noconfigdirs again.
19176 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
19178         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19179         or powerpc*-*-pe*, since they are not yet supported.
19181 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19183         Add PowerMac support and many other enhancements.
19184         * mpw-configure: New option --cc to select compiler to use,
19185         paste options set according to --cc into the generated
19186         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19187         if mpw-make.sed is present.
19188         * mpw-config.in: Don't test for gC1, test for mpw-touch,
19189         add forward includes for PowerPC include files.
19190         * mpw-build.in: Build using Makefile.PPC if present.
19191         (do-byacc, etc): Remove separate version resource builds.
19192         (do-gas): Build "stamps" before "all".
19193         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19194         * mpw-README: Update to reflect --cc option, PowerMac support,
19195         and recently-reported compatibility problems.
19197 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
19199         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19200         embedded m68k systems (-aout, -coff, -elf, -vxworks).
19201         (--with-multilib-top): Pass to recursive invocations.
19203 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
19205         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19206         v810-*-*.
19208 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19210         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19211         gdb, ld and opcodes on v810-*-*.
19213 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19215         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19216         (local-maintainer-clean): New target.
19217         (maintainer-clean): New target.
19218         (realclean): Just depend upon maintainer-clean.
19220 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19222         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19224 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
19226         * configure.in: Build ld in mips*-*-bsd* case.
19228 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
19230         * config.sub: Accept -lites* OS.  From Ian Dall.
19232 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
19234         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19235         targets.
19237 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19239         * configure.in: treat i386-win32 canadian cross the same as
19240         i386-go32 canadian cross.
19242 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19244         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19245         running under the simulator to build a reduced set of libraries.
19246         (powerpc-*-eabiaix): Add fine grained multilib support added to
19247         other powerpc targets yesterday.
19249 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19251         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19252         -disable-softfloat, -disable-relocatable, -disable-aix, and
19253         -disable-sysv to control which multilib libraries get built.
19255 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19257         * configure: Add Makefile.tem to list of files to remove in trap
19258         handler.
19260 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19262         * config.guess (*Linux*):  Add missing "exit"s.
19263         Also, need specific check for alpha-unknown-linux (uses COFF).
19265 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19267         * config.guess:  Merge with FSF:
19269         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
19270         * config.guess (AIX4): More robust release numbering discovery.
19272         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
19273         * config.guess (i386-sequent-ptx): Properly get version number.
19275         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
19276         * config.guess (mips:*:4*:UMIPS): New case.
19278 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19280         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19281         (i386-win32 host): Likewise.  Don't build readline.
19283 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
19285         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
19286         SUPPORT_FILES to submakes.
19288 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
19290         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19291         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19292         mpw-configure.
19294 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
19296         * configure.in (appdirs): Use =, not ==, in test expression when
19297         trying to build the text to print in the warning message for
19298         Solaris users.
19300 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
19302         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19304 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19306         * config.guess: Recognize lynx-2.3.
19308 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
19310         * config.sub (z8ksim): Deleted
19311         (z8k-*-coff): New, this is the one true name of the target.
19313 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
19315         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19317 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
19319         * config.guess (*:Linux:*:*): First try asking the linker what the
19320         default object file format is (elf, aout, or coff).  Then if this
19321         fails, try previous methods.
19323 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19325         * configure.in: Don't build newlib for *-*-vxworks5.1.
19327 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19329         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19330         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19332 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
19334         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19336 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
19338         * cfg-ml-com.in: New file.
19339         * cfg-ml-pos.in: New file.
19341 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19343         * COPYING.NEWLIB: Add HP free copyright to list.
19345 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19347         * config.sub: Recognize -eabi* for the system, not just -eabi.
19349 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19351         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19352         * config.sub, configure.in (win32): New target and host.
19354 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19356         * configure.in: Add i386-pe configuration.
19358 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
19360         * mpw-build.in (install): Install GDB after LD.
19362 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
19364         * mpw-config.in (elf/mips.h): Always forward-include, needed
19365         for GDB to build.
19367 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19369         * testsuite: New directory for customer acceptance and whole tool
19370         chain tests.
19372 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19374         * configure: If per-host line isn't found, but AC_OUTPUT is found
19375         and a configure script exists, run it instead.
19377 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19379         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
19381 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19383         * configure: Set build_{cpu,vendor,os,alias} to host values when
19384         --build isn't specified.
19386 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19388         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19389         (FLAGS_TO_PASS): Pass them.
19390         (EXTRA_TARGET_FLAGS): Ditto.
19392 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19394         * Makefile.in (all-libg++): Depend on all-libstdc++.
19396 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19398         * configure.in (noconfigdirs): Enable all packages for
19399         i386-unknown-netbsd.
19401 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19403         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19404         hosted builds (DOS builds)
19406 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19408         Changes for ARM based on patches from Richard Earnshaw:
19409         * config.sub: Handle armeb and armel.
19410         * configure.in: Omit arm linker only for riscix.
19412 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19414         * config.guess:  Update from FSF.
19416 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19418         * config.sub: Recognize powerpcle as the little endian variant of
19419         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19420         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19421         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19422         temporarily.
19424 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19426         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19428 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19430         * config.sub: Accept -lites* as a basic system type.
19432 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19434         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19435         installed, and if so return linuxoldld as the system name.
19437 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19439         * config.guess: Add hppa1.1-hp-lites support.
19441 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19443         * configure.in: Don't build newlib for m68k-vxworks5.1.
19445 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19447         * configure.in (mips-sgi-irix6): Use mh-irix5.
19449 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19451         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19453 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19455         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19456         OSF/1.  Fix compiler flags.
19457         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19459 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19461         * configure.in: Recognize --with-newlib.
19462         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19464 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19466         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19467         to *_X11_MODULES due to gdbtk needing X include files et al.
19469 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19471         Merge in support for Mac MPW as a host.
19472         (Old change descriptions retained for informational value.)
19474         * mpw-config.in: Add generic include forwards for cpu-specific
19475         include files in aout and elf directories.
19477         * mpw-configure: Added copyright.
19478         * mpw-config.in: Check for presence of required build tools.
19479         (target_libs): Add newlib.
19480         (target_tools): Add examples.
19481         (Read Me): Generate as "Read Me for MPW" instead.
19482         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19483         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19484         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19486         * mpw-configure: Remove subdir-specific makefile hackery,
19487         delete mk.tmp after using it.
19489         * mpw-build.in (all): Display start and end times.
19491         * mpw-configure (host_canonical): Set.
19492         (target_cpu): Always add to makefiles.
19493         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19494         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19495         (mpw-mh-mpw): Look for in srcdir and srcroot.
19496         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19498         * mpw-build.in: (install-only): New target.
19500         * mpw-configure (host_alias, target_alias): Rename from hostalias
19501         and targetalias, add into generated Makefile.
19502         (mk.tmp): If present, add into generated Makefile.
19503         * mpw-build.in (all-gas): Build config.h first before gas proper.
19505         * mpw-configure (config.status): Write only if changed.
19506         * mpw-config.in (readline): Configure it (not built, just used for
19507         definitions).
19509         * mpw-config.in (elf/mips.h): Add a forward include.
19511         * mpw-config.in: Forward-include most .h files in include into
19512         extra-include.
19513         (readline): Don't build.
19514         mpw-build.in (install): Install GDB.
19516         * mpw-configure (prefix, mpw_prefix): Handle it.
19517         * mpw-config.in (mmalloc, readline): Don't configure.
19518         * mpw-build.in (thisscript): Rename to ThisScript.
19519         Use mpw-build instead of BuildProgram everywhere.
19520         (mmalloc, readline): Don't build.
19521         * mpw-README: New file, basic documentation about the MPW port.
19523         * mpw-config.in: Use forward-include to create include files.
19525         * mpw-configure: Add more things to the top of each configured
19526         Makefile, including contents of config/mpw-mh-mpw.
19527         * mpw-config.in (extra-include): Create this directory and fill it
19528         with Posix-like include files when configuring.
19530         * config.sub (apple, mac, mpw): Add various aliases.
19532         * mpw-build.in: New file, top-level build script fragment for MPW.
19533         * mpw-configure: New file, configure script for MPW.
19534         * mpw-config.in: New file, config fragment for MPW.
19536 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19538         * configure.in (host_libs): Remove glob, since it is gone from the
19539         sources.
19541 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19543         * Makefile.in: define empty GDB_NLM_DEPS var.
19545         * configure.in(target_makefile_frag): use config/mt-netware
19546         for netware targets.
19548 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19550         * config.sub: Merge in recent FSF changes.  Remove linux special
19551         cases.
19553 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19555         Revert this change:
19557         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19559                 * build-all.mk: Use CC=cc -Xs on Solaris.
19561 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19563         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19564         stop using it.
19565         * Makefile.in: Nuke all references to glob subdirectory.
19567 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19569         * configure.in: Fix --enable-shared logic in per-host.
19571 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19573         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19575 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19577         * configure.in (noconfigdirs): Don't build gas on AIX, for
19578         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19580 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19582         * configure: Fix --cache-file to work if the file argument is a
19583         relative path.
19585 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19587         * configure: If the --cache-file is used, pass it down to
19588         configure in subdirectories.
19590 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19592         * config.sub: add vxworks29k configuration.
19594 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19596         * Makefile.in (taz): Do "diststuff" part quietly.
19598 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19600         * config.sub: Mini-merge with gcc/config.sub.
19602 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19604         * config.guess (IRIX): Sed - to _.
19606 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19608         * Makefile.in (source-vault, binary-vault): New targets.
19610 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19612         * config.sub: Recognize -eabi as a basic system type.
19614 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19616         * configure.in (enable_shared stuff): Fix typo.
19618 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19620         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19622 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19624         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19626 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19628         * configure.in (rs6000-*-*): Don't build gas.
19630 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19632         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19633         reduce command line length.
19634         (AS_FOR_TARGET): Check for as.new, not Makefile.
19635         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19637 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19639         * config.guess:  Merge from FSF.
19641 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19643         * configure: Don't use $ when handling program_suffix.
19645 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19647         * configure.in:  Configure tk for hppa/hpux.
19649 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19651         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19653 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19655         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19656         to LIBCXXFLAGS.  Tests are better run without it.
19658 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19660         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19662 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19664         * configure.in (*-*-netware*): Don't configure xiberty.
19666 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19668         * configure.in:  Remove tk from native_only list.
19670 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19672         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19673         for special NCD build.
19675 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19677         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19678         makeall.bat, they're only useful for binutils snapshots.
19679         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19680         makeall.bat to specified SUPPORT_FILES.
19682 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19684         * build-all.mk: Add Ericsson targets to sun4 and solaris
19685         hosts.  Add  BNR's sun4 target to solaris host, so their
19686         build-from-source will be tested in-house first.
19688 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19690         * Makefile.in (LIBCFLAGS): New variable.
19691         (CFLAGS_FOR_TARGET): Ditto.
19692         (LIBCFLAGS_FOR_TARGET): Ditto.
19693         (LIBCXXFLAGS): Ditto.
19694         (CXXFLAGS_FOR_TARGET): Ditto.
19695         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19696         (BASE_FLAGS_TO_PASS): Pass them.
19697         (EXTRA_TARGET_FLAGS): Ditto.
19699         * configure.in: Support --enable-shared.
19701 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19703         * configure.in (target_libs):  Include libstdc++ again.
19704         * config.guess:  Update from FSF (for FreeBSD).
19706 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19708         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19709         makeall.bat.
19710         (DISTDOCDIRS): Add `etc'.
19711         (ETC_SUPPORT_PFX): New variable.
19712         (taz): Include anything from etc starting with a word in
19713         ETC_SUPPORT_PFX.
19715 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19717         * config.sub: Update for recent FSF changes.  Remove obsolete
19718         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19719         spacing changes.
19721 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19723         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19725         * config.guess:  Merge with FSF.
19726         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19728 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19730         * configure: Since the "trap 0" handler will override the exit
19731         status on many systems, only use it for "exit 1", and make it set
19732         a non-zero exit status; reset it before "exit 0".  Also, check
19733         exit status of config.sub, and error out if it failed.
19735 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19737         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19738         and install libgloss.
19740 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19742         * Makefile.in (all-binutils): Depend upon all-byacc.
19744         * configure.in: Don't build emacs on Irix 5.
19746 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19748         * configure.in (*-*-netware*): Add libio.
19750 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19752         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19753         (CHECK_TARGET_MODULES): Ditto.
19754         (INSTALL_TARGET_MODULES): Ditto.
19755         (TARGET_LIBS): Ditto.
19756         (all-libstdc++): Note dependencies.
19758 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19760         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19762 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19764         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19765         -fexternal-templates.
19767         * configure.in (target_libs): Add libstdc++.
19768         (noconfigdirs): Add libstdc++ as appropriate.
19770 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19772         * config.guess:  Update from FSF.
19774 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19776         * configure: Use ${config_shell} when running ${configsub}.
19778 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19780         * config.sub: No longer recognize h8300h.
19782 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19784         * config.sub: Remove extraneous differences between config.sub and
19785         gcc/config.sub.
19787 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19789         * Makefile.in (DISTSTUFFDIRS): Add gas.
19791 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19793         * COPYING.NEWLIB: New file.
19795 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19797         * config.guess (HP-UX):  Patch from Harlan Stenn
19798         <harlan@landmark.com> to also emit release level.
19800 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19802         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19804 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19806         * config.sub:  Merge nextstep cleanup from FSF.
19808 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19810         * configure.in (arm-*-*): Don't configure ld for this target.
19812 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19814         * configure.in (*-*-netware): don't configure libg++, libio,
19815         librx, or newlib.
19817 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19819         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19820         configure ld--it works, but it doesn't support shared libraries.
19822 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19824         * config.guess (*-unknown-freebsd*):  Get rid of possible
19825         trailing "(Release)" in version string.
19826         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19828 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19830         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19831         Fix type: *-next-neststep -> *-next-nextstep.
19833         * config.guess:  Merge from FSF:
19835         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19837         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19839         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19841         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19842         instead of UNIX_SV for UnixWare 1.0).
19844 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19846         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19847         to make gdb/nlm/* build after the compiler and linker.
19849 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19851         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19852         not just i[34]86.
19853         (m68k-atari-sysv4):  Relocate to match FSF version.
19855         * config.guess:  More merges from the FSF:
19857         Add a space before function call or macro invocation.
19859         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19861         * config.guess: Add trap cmd to remove dummy.c and dummy when
19862         interrupted.
19864         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19866         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19867         (dummy): Redirect stderr from compilation of dummy.c.
19869         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19871         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19873 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19875         * configure: Accept and ignore --cache*, for compatibility with
19876         new autoconf.
19878 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19880         * config.guess:  Merge from FSF:
19882         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19884         * config.guess (Pyramid*:OSx*:*:*): New case.
19885         (PATH): Add /.attbin at end for finding uname.
19886         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19888         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19890         * config.guess (M88*:DolphinOS:*:*): New case.
19892         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19894         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19895         to select whether to use ELF or COFF.
19897         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19899         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19901         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19903         * config.guess: Guess the OS version for HPUX.
19905         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19907         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19909 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19911         * configure.in: Recognize --with-headers, --with-libs, and
19912         --without-newlib.
19913         * Makefile.in (all-xiberty): Depend upon all-ld.
19915 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19917         * configure.in: Change i[34]86 to i[345]86.
19919 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19921         * configure (version): A few more tweaks to help message.
19923 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19925         * Makefile.in:  Remove (for now) librx as a host library,
19926         now that we're building it for target.
19928 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19930         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19931         (Karl Berry).
19933 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19935         * configure.in:  Also configure librx.
19937 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19939         * Makefile.in:  Update various rules to reflect that librx
19940         is now needed for libg++.
19942 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19944         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19946 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19948         * configure.in: Configure the examples directory.
19950 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19952         * configure: Simplify Jun 2 1994 change.
19954 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19956         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19957         /bin/gcc isn't good enough to build gcc.
19959 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19961         * Makefile.in (GDB_SUPPORT_FILES): Remove
19962         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19963         (gdb.tar.gz): Add new rule to use standard distribution building
19964         mechanism.
19966 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19968         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19969         Bill Cox <bill@cygnus.com>.
19971 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19973         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19975 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19977         * configure:  Search current dir first in .gdbinit.
19979 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19981         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19983 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19985         * config.sub:  Refer to NeXT's operating system as nextstep.
19987         * config.sub (case $basic_machine):  Re-order the cases, to match
19988         the order in the FSF version (which is mostly alphabethical).
19989         Merge in some additions and changes from the FSF.
19991 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19993         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19994         * config.sub: Recognize cxux7.
19995         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19997 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19999         * config.sub:  Fix typo powerpc -> powerpc-*.
20001 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
20003         * Makefile.in: `all-emacs19' depends on `all-byacc'.
20005         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
20006         parallel with all-emacs and install-emacs).  Top-level command
20007         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
20009 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20011         * test-build.mk ($(host)-stamp-stage2-installed): Remove
20012         $(relbindir)/make before doing ``make install'', and use
20013         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
20014         installing over running make binary.
20015         ($(host)-stamp-stage3-installed): Likewise.
20017 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20019         * config.guess: Recognize Mach.
20021 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20023         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
20024         see whether --exec-prefix was used.
20026 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20028         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
20030 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20032         * Makefile.in: Add all-librx target similar to all-libproc.
20034 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
20036         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
20037         with post 1.2 uname bogosity.
20039 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20041         * configure: Remove temporary files on receipt of a signal.
20043 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
20045         * configure: If there is a package_makefile_frag, remove
20046         ${subdir}/Makefile.tem after copying it in.
20048 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20050         * build_all.mk: support rs6000 lynx identifies itself as
20051         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
20052         since /bin/gcc is too feeble to compile a modern gcc.
20054 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20056         * brought devo/test-build.mk update-to-date with progressive/
20057         test-build.mk. Add lynx targets and hppa flag info.
20059 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20061         * configure.in:  Use mh-ncrsvr43.  Patch from
20062         Tom McConnell <tmcconne@sedona.intel.com>.
20064 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20066         * config.guess (i386-unknown-bsdi):  No longer need to
20067         check #if defined(__bsdi__) && defined(__i386__).
20069 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20071         * configure: Set program_transform_nameoption correctly.
20073 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20075         * brought build-all.mk update-to-date with progressive build-all.mk,
20076         added new targets and hppa info.
20078 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20080         * configure: If config.guess result is a prefix of the user
20081         specified target, assume a native build and use the user specified
20082         target as the host alias.  Remove SunOS patch suffix removal hack.
20083         * configure.in: Remove SunOS patch suffix removal hack.
20085         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20086         in NATIVE_CHECK_MODULES.
20088 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
20090         * Makefile.in: Rename HOST_ONLY to NATIVE.
20091         * configure: Delete SunOs patch suffix from host_canonical
20092         and build_canonical variables that are prepended to Makefiles.
20093         * configure.in: Add comments for easier maintenance.
20095 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20097         * Makefile.in: Add all-libproc target similar to all-gui.
20099 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
20101         * Makefile.in (CHECK_MODULES): split into
20102         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20104 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
20106         * config.guess (i386-unknown-bsdi): New system to guess.
20108 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20110         * Makefile.in: Add all-gui target (but not yet build by "all").
20112 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
20114         * config.sub: Move deletion of patch suffix from here...
20115         * configure.in: To here, at Ian's suggestion.  The top-
20116         level scripts might need to know of a patch level.
20118 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
20120         * config.sub: Strip off patch suffix so rtl is recognized
20121         as a sunos4.1.3 machine, even though it's been patched.
20123 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
20125         * Makefile.in (INSTALL_LAST): Delete.
20126         (INSTALL_DOSREL): New.
20128 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20130         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20131         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20132         whether we pass down --with-gnu-ld anyhow.
20134 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
20136         * Makefile.in (INSTALL_LAST): Change operation so it works
20137         on more flavors of make.
20138         * configure.in (go32): Don't build libg++ or libio.
20140 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
20142         * Makefile.in (Move HOST_PREFIX_1 and friends up so
20143         they can be overriden by templates.
20145 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
20147         * configure.in (target==go32): Don't build gdb.
20148         * dosrel: New directory.
20150 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
20152         * configure.in (host==go32): Configure dosrel too.
20153         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20154         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20155         be set by incoming names or templates.
20156         (INSTALL_LAST): New rule.
20158 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
20160         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20162 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20164         * configure.in (appdirs): New variable.  Currently empty, but will
20165         be used in gas distribution.  If nonempty, lists a set of
20166         directories at least one of which must get configured, or top
20167         level configuration is considered to have failed.
20168         (rs6000-*-lynxos*): Use new file name.
20170 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20172         Eliminate XTRAFLAGS.
20173         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20174         newlib include files using -idirafter, and also use -nostdinc.
20175         (CXX_FOR_TARGET): Likewise.
20176         (XTRAFLAGS): Removed.
20177         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20178         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20179         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20180         ($(DO_X)): Don't pass down XTRAFLAGS.
20182 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20184         * configure.in (mips*-dec-bsd*): New target; do build linker.
20185         (mips*-*-bsd*): New target; don't build linker.
20187 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20189         * configure.in: support rs6000-*-lynxos* configuration.
20190         support sunos4 as a cross target.
20192         * config.sub: look for lynx*, not lynx since the OS version may
20193         legitimately be part of the name.
20195 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20197         * configure.in (i[34]86-*-sco*): Move to be with other i386
20198         targets.
20199         (romp-*-*): New target.  Skip various binary utilities.
20200         (vax-*-*): New target.  Don't build newlib.
20201         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
20203 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20205         * configure.in: Only set host_makefile_frag if config
20206         directory exists.
20208 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20210         * install.sh: If $dstdir exists, don't check whether each
20211         component does.
20213 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20215         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20217 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20219         * configure.in (*-*-lynxos*): Don't configure newlib for either
20220         native or cross Lynx.
20222 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
20224         * config.sub (sparc64-elf): Fix os.
20225         (z8k): Remove duplicate.
20227 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20229         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20230         gcc/stmp-fixproto, to try to prevent fixproto from being run.
20232 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
20234         * configure: Make file links cleanly even if Lynx fails on
20235         an NFS symlink (at least fail cleanly).
20237 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
20239         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20240         -XNh2000.
20242 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20244         * configure: Unknown options are fatal again.
20246 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
20248         * configure: Ignore --x-includes and --x-libraries, for Autoconf
20249         compatibility.
20251 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
20253         * build-all.mk: Add `clean' target.
20255 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20257         * config.guess:  Add SINIX support.
20258         * configure.in:  Add mips-*-sysv4* support.
20260 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
20262         * build-all.mk: Document all useful targets.
20263         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20264         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20266 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20268         * configure: Support --silent, --quiet.
20270 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20272         * configure: Support --disable-FEATURE.
20274 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20276         * config.guess: Recognize NCR running SVR4.3.
20278 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20280         * config.guess:  Make BSDI generate i386-unknown-bsd386.
20281         Patch from Paul Eggert <eggert@twinsun.com>.
20283 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20285         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20287 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20289         * configure: Make unrecognized options give nonfatal warnings
20290         instead of fatal errors, and pass them to any subdirectory
20291         configures in case they recognize them.
20292         Make --x equivalent to --with-x.
20294 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20296         * configure: Add --enable-* options.  Clean up usage message and
20297         some comments.
20299 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
20301         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20303 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20305         * configure.in (hppa*-*-*): Enable binutils.
20307 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20309         * config.sub: Recognize cisco.
20311 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
20313         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20315 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20317         * config.guess: about target *-hitachi-hiuxwe2, don't print more
20318         than one configuration name.  Add comment.
20320 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
20322         * config.guess: about target *-hitachi-hiuxwe2, fixed
20323         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
20324         macro is incorrect.]
20326 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20328         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20329         than the "make ls" stuff which used to be here.
20331 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20333         * config.guess:  Recognize i[34]86-unknown-freebsd.
20334         From Shawn M Carey <smcarey@rodan.syr.edu>.
20336 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20338         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20340 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20342         * config.guess: Check for ptx.
20344 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
20346         * config.sub: Add os9k checking.
20348 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20350         * config.guess: Handle OSF1 running on HPPA processors
20352 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20354         * configure: If subdir configure fails, print out a message with
20355         subdirectory name, in case subdir's configure code didn't identify
20356         itself.
20358 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
20360         * configure.in: Remove embedded newlines from configdirs.
20361         Avoid mismatches of substrings.  Fix matching strings at end
20362         of configdirs.
20364 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
20366         * config.guess:  Add Lynx/rs6000 config support.
20368 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20370         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20372 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
20374         * configure.in (hppa*-*-osf*): Treat this just like most other
20375         PA configurations (eg no binutils or ld).
20376         (hppa*-*-*elf*): These configurations have binutils and ld.
20378 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20380         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
20382 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20384         * configure.in (rs6000-*-*): Build gas.
20386 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20388         * Makefile.in:  Avoid bug in losing hpux sed.
20390 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20392         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20393         for GDB and GDB has been fixed to not need it.
20395 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20397         * config.guess: Recognize vax hosts.
20399 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20401         * configure (while loop): Don't use "break 2" inside case
20402         statement -- the case statement isn't an enclosing loop.
20404 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20406         * config.guess:  Clean up NeXT support, to allow nextstep
20407         on Intel machines.  Make OS be nextstep.
20409 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20411         * config.guess: Add alternate forms for Convex.
20413 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20415         * configure:  Completely rewrite option processing.  Take
20416         advantage of pattern-matching to avoid invoking test frequently.
20417         Also clean up host and target defaulting logic.
20419 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20421         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20422         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20423         commands (plus user environment) will fit SCO limits.
20425 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20427         * configure.in: Don't issue warnings about directories which are
20428         not being configured if -norecursion is set.  Correct test for
20429         --with-gnu-as and --with-gnu-ld to not get confused by substring
20430         matches.
20432         * configure.in: Don't build gas for alpha-dec-osf1*.
20434 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20436         * configure:  Back out Per's change of 12/19/1993.  It changes the
20437         behavior of configure in unexpected and confusing ways.
20439         Also, use different delim char when calculating
20440         program_transform_name so that the name can contain slashes.
20442 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20444         * configure.in, config.sub: Add support for VSTa micro-kernel.
20446 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20448         * configure.in: Nuke hacks which were used to get a special
20449         version of GAS for HPPA configurations.
20451 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20453         * configure:  If only ${target_alias} is given, use that
20454         as the default for ${host_alias}.
20455         * configure:  Add missing back-slashes before nested quotes.
20457 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20459         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20461 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20463         * config.guess:  Recognize some Tektronix configurations.
20464         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20466 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20468         * config.sub: Match any flavor of SH.
20470 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20472         * configure.in: Don't try to configure newlib for Alpha.
20474 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20476         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20477         libg++ or libio for any Alpha target.
20479         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20481 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20483         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20484         default arguments -- so it tried to compress itself.
20486 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20488         * configure.in (notsupp): ensure that a space is always at the end
20489         of the configdirs list, since the grep checks for an explicit space
20491 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20493         * configure.in (target i386-sysv4.2): don't build ld, since static
20494         versions of many libraries are not available.
20496 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20498         * config.guess: Recognize Apollos (using environment variables).
20499         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20501 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20503         * config.guess: Recognize Sony news mips running newsos.
20505 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20507         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20508         "fi ; else" for bash.
20510 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20512         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20514 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20516         * config.sub: accept unixware as an alias for svr4.2.
20517         Fix some inconsistancies with the gcc version.
20519 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20521         * Makefile.in (DISTDOCDIRS):  Add gdb.
20523 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20525         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20527 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20529         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20530         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20531         this now.
20533 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20535         * config.sub: Accept hiux* as an OS name.
20537         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20538         etc/make-stds.texi.  The underscore came from gcc, and dje now
20539         agrees that RUNTESTFLAGS is the correct name.
20541 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20543         * install.sh:  Remove 'set -e'.  It makes any conditionals
20544         in the script useless.
20546         * config.guess: Automatically recognize arm-acorn-riscix
20547         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20549 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20551         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20553 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20555         * Makefile.in (DISTDOCDIRS): New variable.
20556         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20557         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20559 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20561         * configure.in (hppa target): check the source directory for the
20562         pagas sub-directory
20564 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20566         * config.sub: Allow -aout* and -elf*.
20568 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20570         * configure.in: Don't build ld on i386-solaris2, same as for
20571         sparc-solaris2.
20573 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20575         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20577 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20579         * configure.in:  Configure gdb for alpha.
20581 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20583         * Makefile.in (CXXFLAGS): Add -O.
20585 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20587         * config.guess: added support for DG Aviion
20589 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20591         * configure.in: Produce warning message for subdirectories not
20592         configurable for this host/target combination.  Don't try to
20593         configure gdb for vms.
20595 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20597         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20598         appropriate files before making "diststuff".
20599         (DISTBISONFILES): New var: list of files to be edited.
20600         (DISTSTUFFDIRS): Add binutils.
20602 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20604         * config.sub: also handle mipsel and mips64el (for little endian mips)
20606 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20608         * configure.in: Add * to end of all OS names.
20610 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20612         * configure.in: Build newlib for LynxOS native.
20614 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20616         * config.guess: Add support for delta 88k running SVR3.
20618         * configure.in: Add comment about HP compiler vs. emacs.
20620 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20622         * configure.in: don't build ld on solaris2 (not a viable option
20623         due to bugs in getpwnam & getpwuid)
20625 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20627         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20628         config.guess will produce a full version number.
20630 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20632         * configure.in: Build linker and binutils for alpha-dec-osf1.
20634 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20636         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20637         and gdb/testsuite/Makefile.in.
20639 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20641         * configure.in: recognize mips*- instead of mips-
20643 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20645         * config.sub: Accept linux*coff and linux*elf as operating
20646         systems.
20648 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20650         * config.sub: Recognize mips64, and mips3 as an alias for it.
20652 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20654         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20655         gdb knows how to handle OSF/1 shared libraries.
20657 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20659         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20660         * config.guess: Recognize Hitachi's HIUX.
20661         * config.sub: Recognize h3050r* and hppahitachi.
20662         Remove redundant cases for hp9k[23]*.
20664 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20666         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20667         if gas and ld are in the source tree and are in ${configdirs}.
20668         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20669         --with options (but still pass them down on the command line,
20670         if they were explicitly specified).
20672 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20674         * configure: substitute SHELL value in Makefile.in with
20675         ${CONFIG_SHELL}
20677 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20679         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20680         *-*-solaris2* targets.
20682 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20684         * Makefile.in: define M4, and pass it down to sub-makes;
20685         all-autoconf now depends on all-m4
20687 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20689         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20690         presence of {ar,ranlib} instead of a configured directory
20692 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20694         * config.guess: Accept 34?? as well as 33?? for NCR.
20696 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20698         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20699         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20701 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20703         * configure: grab values for $(CC) and $(CXX) from the
20704         environment, so that someone can do "CC=gcc configure; make" and
20705         have it work right (matching the way that autoconf works now)
20707         * configure.in, Makefile.in: add support for gash, the tcl
20708         interface to Galaxy
20710         * config.guess: add NetBSD variants (hp300, x86)
20712 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20714         * install.sh: Support -d option (in the manner of SunOS 4 install,
20715         as it is more deterministic than that of GNU install)
20716         (chmodcmd): Set file to mode 755 by default (should also do default
20717         chgrp and chown, but I don't feel like dealing with that now)
20719 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20721         * config.sub: Remove h8300hhms alias.
20723 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20725         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20727 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20729         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20730         as stmp-fixinc
20732 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20734         * config.sub: recognize m88110-bug-coff.
20736 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20738         * Makefile.in (all-libio): all dependencies on the toolchain used
20739         to build this (gcc, gas, ld, etc)
20741 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20743         * config.guess: Deal with OSF/1 1.3 on alpha.
20745 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20747         * install.sh: add some 'else true' clauses for portability
20749         * configure.in: don't build libio for h8[35]00-*-* targets
20751 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20753         * Makefile.in:  Add support for new libio.
20755 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20757         * install.sh: If one command fails, don't try the rest.  Don't try
20758         to remove $dsttmp (via trap) unless we have already created it.
20759         If $src doesn't exist, detect it and exit with an error.
20761         * config.guess: Recognize BSD on hp300.
20763 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20765         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20766         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20768 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20770         * Makefile.in (all-send-pr): depends on all-prms
20772 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20774         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20776 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20778         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20779         Added test for mips-mips-riscos5.
20781 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20783         * configure.in: use mh-hp300 for 68k HP hosts
20785 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20787         * configure: add support for CONFIG_SHELL, so that you can use
20788         some alternate shell for evaluating configure scripts
20790 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20792         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20793         in configure script to bug-gdb@prep.ai.mit.edu when building
20794         distribution archive.
20795         * Makefile.in (COMPRESS):  Remove def.
20796         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20797         gdb.tar.Z and make-gdb.tar.Z respectively.
20798         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20799         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20800         to convergence with 'taz' target in Makefile.in.
20802 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20804         * install.sh (dsttmp): use trap to ensure that tmp files go
20805         away on error conditions
20807 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20809         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20811 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20813         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20814         its parent is '/' not ''.
20816         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20818 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20820         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20821         that ${newsrcdir}/configure.in does.
20823 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20825         * test-build.mk: support for CONFIG_SHELL
20827 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20829         * config.sub (netware):  Add as a basic system type.
20831 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20833         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20834         $(srcdir)/ from the dependency on Makefile.in.
20836 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20838         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20839         (h8300hhms is temporary until multi-libraries are implemented).
20840         * configure.in: Handle h8300h too.
20842 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20844         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20846 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20848         * configure:  Remove extraneous output when guessing host type.
20849         * config.guess:  Remove extraneous output when guessing using C
20850         compiler rather than uname, or when guessing fails.
20852 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20854         * Makefile.in: remove all.cross and install.cross targets
20856         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20857         definitions
20859 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20861         * configure.in (target sh): Build gprof.
20863 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20865         * config.sub: change -solaris to -solaris2
20867 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20869         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20871 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20873         * configure: Correct error message for missing Makefile.in to
20874         print correct directory.
20876 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20878         * install.sh: kludge around 386BSD shell bug
20880 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20882         * config.guess:  Recognize NeXT.
20883         * config.guess:  Recognize i486-ncr-sysv4.
20884         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20886 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20888         * Makefile.in (MAKEINFOFLAGS): New variable.
20889         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20890         * build-all.mk, test-build.mk: Pass down --no-split as
20891         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20893 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20895         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20897 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20899         * Makefile.in (libg++.tar.z):  New rule.
20900         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20901         * Makefile.in (taz):  Only do a single chmod.
20903 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20905         * install.sh: don't use dirname anymore (replaced with sed usage)
20907 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20909         * Makefile.in:  Change extension for gzip'd files from '.z' to
20910         '.gz' per new FSF standard usage.
20912 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20914         * configure: put quotes around the final value of program_transform_name
20916 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20918         * Makefile.in: new install.sh support; update install-info rules
20920 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20922         * configure.in: Build diff for crosses, but not for go32 host.
20924         * configure.in: Build gprof only for native, and don't build it
20925         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20927 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20929         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20931 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20933         * configure.in (host_tools): Add prms.
20935 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20937         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20938         with $(FLAGS_TO_PASS) on the command line
20940         * config.sub: Recognize lynx and lynxos
20942 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20944         * config.sub: Accept -ecoff*, not just -ecoff.
20946 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20948         * Makefile.in (taz): Use .gz suffix instead of .z.
20949         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20950         names.
20952 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20954         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20956 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20958         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20959         that rebuilds that might happen during 'make install' don't get
20960         bogus gcc include files
20962 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20964         Change from Utah for HPPA support:
20965         * config.guess: Recognize hppa1.x-hp-bsd.
20967 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20969         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20970         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20972 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20974         * config.sub: Add support for rom68k and bug boot monitors.
20976 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20978         * Makefile.in: Make all-opcodes depend on all-bfd.
20980 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20982         * config.guess: Added special check for i[34]86-univel-sysv4*.
20984 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20986         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20987         the processor rather than assuming i486.
20989 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20991         * config.guess: Recognize SunOS6 as Solaris3.
20993 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20995         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20996         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20998 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
21000         * build-all.mk (all-cross): New target for Canadian Cross.
21001         Added Q2 go32 targets.
21002         * test-build.mk: Configure go32 cross sparclite-aout and
21003         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
21004         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
21006 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21008         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
21009         GO32 hosted toolchains
21011 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21013         * configure: change  so "-exec-prefix" gets passed down rather
21014         than "-exec_prefix" so autoconf generated Makefiles get the
21015         exec_prefix set right.
21017 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21019         * config.guess: get the Solaris2 minor version number
21021         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
21023 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21025         * config.guess: Recognize some Sequent platforms.
21027 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21029         * Makefile.in: added the vault-install target
21031         * configure.in: actually use the Sun3 makefile fragment that's in
21032         config, also added the release dir to configdirs
21034 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21036         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
21038 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21040         * configure.in: remove some program from Alpha targetted toolchains
21042 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
21044         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
21045         gprof.
21046         (taz): Run "make diststuff" in those directories instead of "make
21047         proto-dir".  Look for "VERSION=" only at start of line in subdir
21048         Makefile.  Use "gzip -9" for compression.
21049         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
21050         (binutils.tar.z): New target.
21052 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21054         * Makefile.in (taz): Include gpl.texinfo.
21056 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21058         * Makefile.in (setup-dirs): Merged into "taz" target.
21059         (taz): Only do `proto-dir' stuff if a directory is actually needed
21060         for this target.
21062 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
21064         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
21065         (FLAGS_TO_PASS): Pass down MUNCH_NM.
21066         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
21067         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
21068         (gcc-no-fixedincludes): Correct for current gcc Makefile.
21070 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
21072         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
21073         config.sub, and move-if-change to gdb testsuite distribution
21074         archive, so the testsuite can be extracted, configured, and
21075         run separately from the gdb distribution.  Blow away the Chill
21076         tests that require a Chill compiled executable, since GNU Chill
21077         is not yet publically available.
21079 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21081         * test-build.mk: set environment variables in a single command,
21082         instead of a list of assignments and exports
21084         * config.guess: recognize Alpha/OSF1 systems
21086 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21088         * configure: Change help message to prefer --options rather than
21089         -options.
21091 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21093         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21094         zippy@ecst.csuchico.edu.
21095         * config.guess: Recognize miniframe.
21097 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21099         * Makefile.in: Use srcroot to find runtest rather than rootme.
21100         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
21102 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21104         * test-build.mk: Extensive additions to support building on a
21105         machine other than the host.
21107 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21109         * configure (tooldir): Fix for i386-aix again.
21111 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
21113         * configure, Makefile.in:  Change definition of $(tooldir)
21114         to match the FSF.
21116 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
21118         * config.guess:  Recognize i[34]86/SVR4.
21120 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21122         * Makefile.in (all-gdb): gdb depends on sim.
21124 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
21126         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
21127         at the same time we make the prototype gdb directory.
21128         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
21129         files at the same time as the gdb base release distribution.
21131 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
21133         * Makefile.in (check): Use individual check targets rather than
21134         DO_X rule.
21135         (check-gcc): Added.
21137 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
21139         * config.sub: Use sysv3.2 not sysv32 for canonical OS
21140         for System V release 3.2.
21142 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21144         * config.sub: Recognize hppaosf.
21145         * configure.in: Do configure ld/binutils/gas for it.
21147 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21149         * configure (tooldir): Alter syntax used to set this, for systems
21150         where "\$" isn't handled right, like i386-aix.
21152 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21154         * configure: Pass program-transform-name, not
21155         program_transform_name, to recursive configures.
21157 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
21159         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21160         of gas+ld+binutils.
21162 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
21164         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
21166 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21168         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21170 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21172         * Makefile.in (PRMS): Set back to all-prms.
21174 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21176         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21177         targets, rather than for MIPS hosts.
21179 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21181         * configure.in: add comment for --with-x default values
21183         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21185         * Makefile.in: add check-* targets for each of the directories in
21186         the tree.  Add a definition of RUNTEST that will use the one we
21187         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
21189 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
21191         * configure.in: Removed obsolete references to bfd_target and
21192         target_makefile_frag.
21194         * build-all.mk: Set assorted targets for Q2.
21195         * config.sub: Recognize z8k-sim and h8300-hms.
21196         * test-build.mk: Really don't pass host to configure.
21197         (HOLES): Added uname.
21199 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
21201         * configure: Handle an empty program-prefix, program-suffix or
21202         program-transform-name correctly.
21204 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21206         * build-all.mk: -G 8 no longer required for MIPS targets.
21207         * test-build.mk: Don't pass host argument to configure; make it
21208         guess.
21210 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
21212         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
21213         * Makefile.in (COMPRESS):  New macro, like GZIP.
21215 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21217         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21219         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21220         with gas currently defaults to -G 0.
21222 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
21224         * Makefile.in (all-flex): flex depends on byacc.
21226         * build-all.mk: If host not specified, use config.guess.  Pass TAG
21227         to test-build.mk as RELEASE_TAG.
21228         * test-build.mk (configargs): New variable containing arguments to
21229         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
21230         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21232         * config.guess: Use /bin/uname when checking -X argument on SCO,
21233         to avoid invoking GNU uname which doesn't understand -X.
21235         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21237         * configure.in: Build gas for mips-*-*.
21239 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21241         * Makefile.in (all.normal): insert missing backslash.
21243 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21245         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21247         * Makefile.in: Complete overhaul to merge many almost identical
21248         targets.
21250 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21252         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21253         (gdb.tar.Z): Adjusted.
21255         * Makefile.in (setup-dirs, taz): New targets; should be general
21256         enough to adapt for gdb sometime.  Build only .z file.
21257         (gas.tar.z): New target.
21259 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
21261         * build-all.mk: Use CC=cc -Xs on Solaris.
21263 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
21265         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
21266         for handling BISON for FSF releases.
21268 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21270         * configure: Actually implement the change zoo just documented.
21272 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
21274         * configure: when using config.guess, only set target_alias when
21275         it's not already been set (ie, on the command line)
21277 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21279         * Makefile.in: add installcheck target, set PRMS to install-prms
21281 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21283         * configure: add support for package_makefile_fragment, handle the
21284         case where a directory has a configure.in file but no Makefile.in
21285         more gracefully (with an actual understandable error message, even);
21286         add support for --without (and add this to the usage message); also
21287         explicitly add a --host=${host_alias} to the command line when
21288         config.guess is used
21290 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21292         * configure: Must use both --host and --target in recursive calls.
21294 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21296         * Makefile.in: Change deja-gnu to dejagnu.
21298 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21300         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21302 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21304         * configure.in: canonicalize all instances to *-*-solaris2*,
21305         also strip out a number of tools to not build for go32 host
21307 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21309         * config.guess: add GPL.
21311         * Makefile.in, config.guess, config.sub, configure: bump
21312         copyrights to 93.
21314 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
21316         * Makefile.in (do-info): Removed obsolete check for existence of
21317         localenv file.
21319         * Makefile.in (MAKEOVERRIDES): Define to be empty.
21321 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21323         * Makefile.in: a couple of 'else true' for decstation,
21324         support for TclX
21326         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21328 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
21330         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21332 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
21334         * config.guess: Recognize i386-ibm-aix (PS/2).
21335         * configure.in: Use config/mh-aix386 file for it.
21337 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
21339         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21340         CC_FOR_TARGET instead.
21341         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21343 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
21345         * Makefile.in: Add sim to list of directories sent with gdb
21347 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
21349         * configure.in: Put back mips-dec-bsd* case.
21351 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
21353         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21354         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
21355         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21357 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21359         * configure.in: remove no-op mips-dec-bsd* in "case $target"
21361         * Makefile.in (dir.info): only run gen-info-dir if it exists,
21362         (install-info): install dir.info only if it exists,
21363         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21365 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
21367         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
21368         gas for mips-dec-bsd.
21370 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
21372         * configure (makesrcdir): If ${srcdir} is relative and not ".",
21373         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21375 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21377         * configure.in: Added "dejagnu" to hosttools list.
21379 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
21381         * config.sub, configure.in, config.guess:  Add support
21382         for Bosx, an AIX variant from Bull.
21383         Patches from F.Pierresteguy@frcl.bull.fr.
21385 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21387         * devo/dejagnu: Initial creation of devo/dejagnu.
21388         Migrated dejagnu testcases and support files for testing software
21389         tools to reside as subdirectories, currently called "testsuite",
21390         within the directory of the software tool.  Migrated all programs,
21391         support libraries, etc. beloging to dejagnu proper from
21392         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21393         with no modifications.  The changes to these files which will
21394         allow them to configure, build, and execute properly will be made
21395         in a future update.
21397 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21399         * Makefile.in: Change send_pr to send-pr.
21400         * configure.in: Likewise.
21401         * send_pr: Renamed directory to send-pr.
21403 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21405         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21407 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21409         * README:  Update for gdb-4.8 release.
21410         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21411         gdb-xxx.tar.z (gzip'd) file also.
21413 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21415         * Makefile.in: make all-diff depend on all-libiberty
21417 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21419         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21421 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21423         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21425 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21427         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21428         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21429         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21431 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21433         * Makefile.in:  makeinfo binary is in a new location
21435 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21437         * config.sub: Accept -ecoff as an OS.
21439         * Makefile.in: Various changes to eliminate a level of make
21440         recursion and reduce the required command line length.
21441         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21442         sub-makes.
21443         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21444         variables holding settings for specific sub-makes.
21445         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21446         in terms of BASE_FLAGS_TO_PASS.
21447         (TARGET_LIBS): New variable listing directories which use
21448         TARGET_FLAGS_TO_PASS.
21449         (subdir_do): Eliminated.
21450         (do-*): New set of targets to replace subdir_do.
21451         (various): All targets which used subdir_do now depend on do-*.
21452         (local-clean): Renamed from do_clean.
21453         (local-distclean): New target, dependency of distclean and
21454         realclean.
21455         (install-info): Don't create directories.  Depend on dir.info
21456         rather than calling make recursively.
21457         (install-dir.info): Eliminated.
21458         (install-info-dirs): Create all info directories here.
21459         (dir.info): Depend upon do-install-info.
21461         * test-build.mk (HOLES): Added false.
21463 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21465         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21467 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21469         * Makefile.in (info): remove dependency on all-texinfo.  The
21470         problem was really in texinfo/C, not at this level.
21472 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21474         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21476 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21478         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21479         GDB releases.
21481 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21483         * configure: Include srcdir in message about target of link not
21484         being found.  Don't convert `-' to `_' in `with' options being
21485         passed to subdirs.
21487 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21489         * configure.in: add uudecode to host_tools
21491         * Makefile.in: added {all,install}-uudecode targets, added them to
21492         the appropriate lists
21494 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21496         * Makefile.in (all-gcc): Added dependency on all-gas.
21498         * configure.in (mips-*-*): Build ld and binutils.
21500 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21502         * configure: check return code from mkdir, print error message and
21503         exit on failure.
21505 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21507         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21509 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21511         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21513 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21515         * config.sub (h8500):  Recognize this as a cpu type.
21517 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21519         * configure: source directory missing is no longer a warning
21521         * configure.in: recognize irix[34]* instead of irix[34]
21523         * Makefile.in: define and pass down X11_LIB
21525 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21527         * guess-systype: Renamed to ...
21528         * config.guess:  ... by popular request.
21529         * configure.in, Makefile.in:  Update accordingly.
21531 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21533         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21534         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21535         + Execute ./dummy instead of assuming . is in PATH.
21537 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21539         * guess-systype:  New shell script.  Attempts to guess the
21540         canonical host name of the executing host.
21541         Only a few hosts are supported so far.
21542         * configure:  Call guess-systype if no host is specified.
21544 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21546         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21547         gcc Makefile.
21549 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21551         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21552         (all-gcc, install-gcc, subdir_do): Use it.
21554 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21556         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21558 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21560         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21561         set exclusively by configure, using configure.in .
21563 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21565         * test-build.mk: set $PATH for all builds
21567         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21569 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21571         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21572         the one used in gcc/Makefile.in, so that a null expansion doesn't
21573         override the one needed to build gcc with a native cc.
21575 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21577         * configure: Accept -with arguments.
21579 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21581         * Makefile.in: added h8300sim
21583 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21585         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21586         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21587         (all-cygnus, native, build-cygnus): Make
21588         $(canonhost)-stamp-3stage-done, not $(host)....
21589         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21590         i386-sco3.2v4.  Added else true to if command.
21592 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21594         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21596 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21598         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21600 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21602         * configure.in: don't remove binutils from Solaris builds
21604 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21606         * Makefile.in: get rid of earlier definitions for *clean,
21607         also handle the recursive info rule better
21609 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21611         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21612         do more-or-less the right thing.
21614 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21616         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21617         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21619 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21621         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21622         $(host_canonical).
21624         * configure.in: split the configdirs list into 4 categories (native
21625         v. cross, library v. tool) and handle the cross-only and native-
21626         only in more reasonable (and correct!) way.
21628 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21630         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21631         configdirs anymore.
21633 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21635         * Makefile.in: extensive cleanup::  removed all of the explicit
21636         clean-* targets, collapsed many wrappers around subdir_do into
21637         one, added additional targets to satisfy standards.texi, deleted
21638         some old targets, some changes for consistency
21640 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21642         * configure.in: handle some programs as cross-only, and others as
21643         native only
21645         * test-build.mk: handle partial holes in a more generic manner
21647         * Makefile.in: m4 depends on libiberty
21649 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21651         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21652         time, wdiff, and find to configdirs
21654         * Makefile.in: all, clean, and install rules for the new programs
21655         added to configure.in
21657 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21659         * configure.in: use mh-sun for all *-sun-* hosts
21661 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21663         * Makefile.in: define flags for X11 include files and library file
21664         locations, pass them down to the programs that need this info
21666         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21668 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21670         * configure.in: start building libg++ for HP-UX targets
21672 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21674         * README:  Update references to files moved into etc/.
21676 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21678         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21679         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21681 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21683         * configure: accept dash as well as underscore in long option
21684         names for FSF compatibility.
21686 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21688         * config.sub: added -sco3.2v4 support from FSF.
21690 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21692         * configure.in: expand the section that adds or removes
21693         directories from the list of programs to build, to handle native
21694         vs. cross in addition to host v. native
21696 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21698         * Makefile.in:  Replace C++ in macro names with CXX.
21699         This is less likely to break ...
21701 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21703         * test-build.mk: add -w to GNU_MAKE
21705 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21707         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21708         add 'sparc' to list of recognized cpus.  This needed to make
21709         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21710         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21711         then changes that into $CPU-wrs-vxworks.
21713         * configure.in: remove most references to gdbtest, regularize
21714         target based program removal
21716         * test-build.mk: import from p3 tree (many fixes and changes)
21718 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21720         * Makefile.in: added rules to handle tcl, tk, and expect
21722         * configure.in: handle those directories if they exist
21724 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21726         * config.sub: removed bogus hppabsd and hppahpux names, since
21727         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21729 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21731         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21732         depends upon all-xiberty
21734         * Makefile.in: changes from p3, including:
21736         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21738         * Makefile.in (XTRAFLAGS): include newlib directories if
21739         newlib/Makefile exists, rather than if host != target.
21741         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21743         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21744         from the same source tree and not building a cross-compiler.  This
21745         matters for the libg++ configuration if reconfiguring a tree that
21746         has already been installed.
21748         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21750         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21751         pick up the machine and system specific header files.
21753         * Makefile.in: added AS_FOR_TARGET, passed down in
21754         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21755         the C compiler to use to create programs which are run in the
21756         build environment, set it to default to $(CC), and passed it down
21757         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21759         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21761         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21762         We need them for unusual native builds, like systems without
21763         ranlib.
21765         * configure: also define $(host_canonical) and
21766         $(target_canonical), which are the full, canonical names for the
21767         given host and target
21769 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21771         * Makefile.in:  Added separate definitions for C++.
21773 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21775         * configure.in (configdirs):  Add deja-gnu.
21777 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21779         * README:  Update for configure.texi and gdb-4.7 release.
21781 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21783         * Makefile.in:  Move "all" target to top of file.
21784         Previously, first target was ".PHONY" which caused BSD4.4 make
21785         to build .PHONY when make was run without arguments.
21787 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21789         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21790         Library-copylefted code in libiberty.
21792 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21794         * config.sub:  Replace m68kmote with plain old m68k.
21796 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21798         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21800 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21802         * config.sub: Complain if no argument is given.  Added support for
21803         386bsd as OS and target alias.
21805 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21807         * Makefile.in (XTRAFLAGS): include newlib directories if
21808         newlib/Makefile exists, rather than if host != target.
21810 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21812         * config.sub: recognize sparclite-wrs-vxworks.
21814         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21815         p3.) Added clean-xiberty to clean.
21817 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21819         * configure.in: use *-*-* instead of nested cases for host and target
21821 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21823         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21824         from the same source tree and not building a cross-compiler.  This
21825         matters for the libg++ configuration if reconfiguring a tree that
21826         has already been installed.
21828 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21830         * config.sub (i486v/i486v4):  Merge in from FSF version.
21832 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21834         * configure: only set PWD if it is already set.
21836 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21838         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21839         doesn't have unset and all success paths (and most error paths)
21840         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21841         to just ${PWD} to avoid confusion.)
21843 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21845         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21846         even for a native compilation.
21848 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21850         Changes to make the gdb.tar.Z rule work better.
21852         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21853         (DEVO_SUPPORT):  Add configure.texi.
21854         (bfd-ilrt.tar.Z):  Remove ancient rule.
21856 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21858         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21859         pick up the machine and system specific header files.
21861         * configure.in, config.sub: added new target m68010-adobe-scout,
21862         with alias of adobe68k.  Changed configure.in to check for
21863         -scout before -sco* to avoid a false match.
21865         * Makefile.in: added AS_FOR_TARGET, passed down in
21866         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21867         the C compiler to use to create programs which are run in the
21868         build environment, set it to default to $(CC), and passed it down
21869         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21871 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21873         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21874         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21875         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21876         FOR_TARGET variants, to newlib and libg++.
21878 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21880         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21881         first.
21883 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21885         * config.sub:  Accept `elf' as an environment.
21887 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21889         * Makefile.in (all-opcodes):  cd into the right directory
21891 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21893         * configure: added -program_transform_name option, used as
21894         argument to sed when installing programs.
21895         configure.texi: added documentation for -program_prefix,
21896         -program_suffix and -program_transform_name.
21898 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21900         * config.sub:  Accept i486 where i386 ok.
21902 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21904         * config.sub: accept we32k
21906 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21908         * config.sub, configure.in: accept OSE68000 and OSE68k.
21910         * Makefile.in: don't create all directories for ``make install'';
21911         let the subdirectories create the ones they need.
21913 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21915         * COPYING: new file, GPL v2
21917 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21919         * Makefile.in: use the new gen-info-dir, which needs a template
21920         argument (which also lives in texinfo)
21922         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21924 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21926         * config.sub (ncr3000):  Change i386 to i486.
21928 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21930         * Makefile.in: add install-rcs, install-grep to
21931         install-no-fixedincludes, removed install-bison and install-libgcc
21933 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21935         * configure.in: grab the HPUX makefile fragment if on HPUX
21937 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21939         * Makefile.in: eradicate bison spoor (ditto libgcc).
21940         configure.in: recognise m68{k,000}-ericsson-OSE.
21941         es1800 is alias for m68k-ericsson-OSE
21943 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21945         * configure.in: rearrange the parts that remove programs from
21946         configdirs, based now on HOST==TARGET or by canonical triple.
21948 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21950         * test-build.mk: recurse explicitly with -f test-build.mk when
21951         appropriate.  predicate stage3 and comparison on the existence
21952         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21953         On very clean, also remove ...stamp-co.  Build in-place before
21954         doing other builds.
21956 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21958         * Makefile.in, configure.in: add tgas
21960 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21962         * Makefile.in: a number of changes merged in from progressive.
21964         * configure.in: add libm.
21966         * .cvsignore: ignore some stuff that comes from test-build.mk.
21968 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21970         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21972 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21974         * configure: Add program_suffix (parallel to program_prefix)
21975         * Makefile.in: adjust directory-creating script for losing decstation
21977 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21979         * configure:  Minor $subdir-related fixes.
21981 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21983         * configure: fix various problems with propogating
21984         makefile_target_frag in subdirs.
21985         * configure.in: config libgcc if its there
21987 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21989         * config.sub:  HPPA merge.
21991 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21993         * Makefile.in:  Replace all-bison with all-byacc in all
21994         dependency lines for other tools (which now use byacc).
21996 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21998         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
22000 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
22002         * Makefile.in: make gprof rules similar to byacc rules (instead of
22003         vestigal $(unsubdir) that didn't work...)
22005 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
22007         * config.sub:  Add support for Linux.
22008         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
22009         (at least for libg++).
22011 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
22013         * configure.texi: fix doc for the -nfp option to configure
22015 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
22017         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
22019 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
22021         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
22022         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
22023         * configure.in: added solaris* host_makefile_frag hook.
22025 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22027         * config.sub: changed recognition of m68000 so that various
22028         m68k types can be specified via m680[01234]0
22030 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22032         * config.sub (basic_machine): fix sed so that '-foo' isn't
22033         completely substituted out while .+'-foo' loses the '-foo'
22035 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22037         * config.sub ($os): Add -aout.
22039 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
22041         * configure:  If host_makefile_frag is absolute, don't
22042         prefix ${invsubdir} (relevant to libg++ auto-configure).
22044 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22046         * Makefile.in (tooldir): Define it.
22047         (all-ld): Depend on all-flex.
22049 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
22051         * Makefile.in (check):  Fix libg++ special case.
22053 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
22055         * configure: do not bury `pwd` into config.status, thus do fewer
22056         pwd's.
22058         * configure: print the "Building in" message only when building in
22059         other than "." AND verbose.
22061         * configure: remove -s, rework -v to better accommodate guested
22062         configures.
22064         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
22066 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
22068         * Makefile.in: macroize flags passed on recursion.  remove
22069         fileutils.
22071 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
22073         * configure: get makesrcdir right for subdirs deeper than 1.
22075         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
22076         install.
22078 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
22080         * Makefile.in: don't print subdir_do or recursion lines.
22082 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
22084         * standards.texi: added menu item.
22086         * Makefile.in: build and install standards.info.
22088         * standards.texi: new file.
22090 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22092         * configure: test for and move config.status pieces from
22093         ${subdir}/.
22095 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
22097         * configure:  Test for existance of files before trying to mv
22098         them, to avoid numerous non-existance messages.
22100 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
22102         * configure: correct final line of config.status.
22104         * configure: patch from eggert.  Avoids a protection problem if
22105         the original Makefile.in is read only.
22107         * configure: use move-if-change from gcc to create config.status.
22108         Some makefiles depend on config.status to tell if a directory
22109         has been reconfigured for a different host.  This change
22110         prevents those directories from remaking everything in the case
22111         where the reconfig was only intended to rebuild a Makefile.
22113         * configure: test for config.sub with "config.sub sun4" rather
22114         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
22115         host alias from a missing config.sub.
22117 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22119         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
22120         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
22122 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
22124         * configure: mkdir ${subdir} as needed.
22126 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
22128         * Makefile.in,configure.in: added autoconf.
22130 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22132         * Makefile.in: no longer pass against on recursion.
22134         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
22135         definitions are not inherited.
22137         * configure: correct makesrcdir when subdir is .
22139 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
22141         * configure:  Add support for 'subdirs' variable, which is
22142         like 'configdirs', except that configure doesn't re-invoke
22143         itself for subdirs, it just creates a Makefile for each subdir.
22144         * configure.texi:  Document subdirs.
22146 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22148         * configure.in: added flex to configdirs
22150 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
22152         * Makefile.in: remove clean-stamps from clean.
22154 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
22156         * configure.in:  Add gdbtest to configdirs.
22158 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
22160         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
22161         to recursive makes.
22162         * configure.in:  Recognize new ncr3000 config.
22164 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
22166         * Makefile.in, configure.in: removed references to gdbm.
22168 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
22170         * config.sub:  Don't canonicalize os value
22171         newsos* to bsd (readline needs to check for newsos).
22172         (This fix was earlier made Jan 31, but got re-broken.)
22174 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
22176         * configure.in:  sco is an os, not a vendor!
22178         * configure:  Quote $( better.  Keep various shells happy.
22180 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
22182         * Makefile.in: eliminate stamp-files.
22184 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
22186         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
22187         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
22189 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
22191         * config.sub:  fix iris/iris3.
22193 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
22195         * configure: re-add -rm.
22197 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
22199         * Maskefile.in: add .stmp-rcs to all.
22201         * configure.in: remove gas from rs6000 build, use aix host fragment.
22203 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
22205         * configure: pass down site_option during recursion.
22207 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
22209         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
22211 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
22213         * configure: Change exec_prefix so that it really defaults to prefix.
22215 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
22217         * Makefile.in, configure.in:  Add support for mmalloc library.
22219 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
22221         * Makefile.in: add stmp dependencies for a few more things.
22223 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
22225         * configure: adjusted error message on objdir/srcdir configure
22226         collision, per john's suggestion.
22228         * Makefile.in: add libiberty stmp to all and all.cross.
22230 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
22232         * Makefile.in: remove force dependencies, add grep to all.
22234 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
22236         * Makefile.in: drop flex.  make stamp files work.
22238         * configure: added test for conflicting configuration in srcdir,
22239         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
22240         gets cranky.  use relative paths for configure and srcdir
22241         whenever possible.  Send some error messages to stderr that were
22242         going to stdout.
22244 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
22246         * Makefile.in:  Fix libg++ rule to check for gcc directory
22247         before using gcc/gcc.  Also pass XTRAFLAGS.
22249 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
22251         * Makefile.in: added stmp-files so that directories aren't polled
22252         when they are already built.
22254         * configure.texi: fixed a node pointer problem.
22256 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
22258         * config.sub configure.in gdb/configure.in
22259         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22260         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22261         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
22263 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22265         * configure: -recurring becomes -silent.  corrected help message
22266         for -site= option.
22268         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22270 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22272         * configure: when building Makefile for crosses, replace
22273         tooldir and program_prefix.  default srcdir from location of
22274         config.sub.  remove "for host in hosts" and "for target in
22275         targets" loops.
22277 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22279         * Makefile.in: Do not pass bindir or mandir to cvs.
22281 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
22283         * Makefile.in, configure.in: removed traces of namesubdir,
22284         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
22285         copyrights to '92, changed some from Cygnus to FSF.
22287         * configure.texi: remove most references to multiple hosts,
22288         multiple targets, subdirs, etc.
22290         * configure.man: removed rcsid. reference config.sub not
22291         config.subr.
22293         * Makefile.in: mkdir $(infodir) on install-info.
22295 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
22297         * configure.texi:  Explain better about .gdbinit and about
22298         the environment that configure.in sections run in.
22300 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
22302         * configure.in:  Ultrix is only a decstation if it's a MIPS.
22304 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
22306         * README:  DOC.configure => cfg-paper.texi.
22308 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
22310         * config.sub (near case $os):  Don't convert newsos* to bsd!
22312 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
22314         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
22315         the number of copies of COPYING that go into the GDB tar file.
22317 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
22319         * bfd/configure.in, gdb/config/mh-i386sco,
22320         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22321         Fix SCO configuration stuff.
22323 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
22325         * Makefile.in:  For libg++, make sure the -I pointing
22326         to the gcc directory goes *after* all the libg++-local -I flags.
22327         Also, move just-gcc dependency from just-libg++ to all-libg++.
22329 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
22331         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
22333 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
22335         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
22337 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
22339         * config.sub:  Add stratus configuration frags.  Also
22340         submitted to FSF.
22342 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
22344         * Makefile.in (DEV_SUPPORT):  add configure.man.
22346         * config.sub(Decode manufacturer-specific):  add -none*.
22348 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
22350         * Makefile.in:  remove form feeds to make Sun's make happy.
22351         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
22353 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
22355         * Makefile.in (AR_FLAGS):  Make quieter.
22357 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
22359         * configure.in:  Add libg++.
22360         * configure:  When verbose, don't output the command line at each
22361         level; it will be unremarkably the same as the previous version,
22362         which will be the same as what the user typed.
22364 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
22366         * configure.in, Makefile.in: fix clean-info, add flex.  add
22367         fileutils.
22369         * configure: be less sensitive to spaces in Makefile.in.  Do not
22370         look for sources in "..".  Doing so breaks subdirectories that
22371         might have their own configure.  If a subdir has it's own
22372         configure script, use it.
22374 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
22376         * cfg-paper.texi: some changes suggested by rms.
22378 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
22380         * config.sub:  Merge in some small additions from the FSF version,
22381         taken from the gcc distribution, to bring the Cygnus and FSF
22382         versions into closer sync.
22384 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
22386         * configure.in:  Changed svr4 references to sysv4.
22388 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22390         * configure: added -V for version number option.
22392 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22394         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22395         renamed from DOC.configure to cfg-paper.texi.
22397 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22399         * configure, config.subr, config.sub: config.subr is now
22400         config.sub again.
22402 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22404         * configure.texi: new file, in progress.
22406         * Makefile.in: build info file and install the man page for
22407         configure.
22409         * configure.man: new file, first cut.
22411         * configure: find config.subr again now that configuration "none"
22412         has gone.  removed all traces of the -ansi option.  removed all
22413         traces of the -languages option.
22415         * config.subr: resync from rms.
22417 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22419         * configure, config.sub, config.subr: merge config.sub into
22420         config.subr, call the result config.subr, remove config.sub, use
22421         config.subr.
22423         * Makefile.in: revised install for dir.info.
22425 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22427         * configure.in: add decstation host makefile frag.
22429         * Makefile.in: BISON now bison -y again.  also install-gcc on
22430         install.  clean-gdbm on clean.  infodir belongs in datadir.
22431         Make directories for info install.  Build dir.info here then
22432         install it.
22434 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22436         * Makefile.in: fix for bad directory tests.
22438 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22440         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22441         regexp.  -srcdir relative was being handled incorrectly.
22443         * Makefile.in: unwrapped some for loops so that parallel makes
22444         work again and so one can focus one's attention on a particular
22445         package.
22447 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22449         * configure: added PWD as a stand in for `pwd` (for speed). use
22450         elif wherever possible.  make -srcdir work without -objdir.
22451         -objdir= commented out.
22453 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22455         * configure: +options become --options.  -subdirs commented out.
22456         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22457         Makefile now at top of generated Makefile.  Removed cvs log
22458         entries.  added -srcdir.  create .gdbinit only if there is one
22459         in ${srcdir}.
22461         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22462         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22463         and mandir now keyed off datadir by default.
22465 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22467         * Freshly created ChangeLog.
22470 Local Variables:
22471 mode: change-log
22472 left-margin: 8
22473 fill-column: 76
22474 version-control: never
22475 End: