libatomic: Provide FPU exception defines for __hppa__
[official-gcc.git] / ChangeLog
blobc69c0caae6474417b24f5fd44ef93eac2d913f87
1 2024-02-02  Sandra Loosemore  <sloosemore@baylibre.com>
3         * MAINTAINERS: Update my e-mail address.
5 2024-01-29  Kwok Cheung Yeung  <kcy@codesourcery.com>
7         * MAINTAINERS: Update my work email address.
9 2024-01-25  Chung-Lin Tang  <cltang@baylibre.com>
11         * MAINTAINERS: Update my work email address.
13 2024-01-24  Thomas Schwinge  <tschwinge@baylibre.com>
15         * MAINTAINERS: Update my work email address.
17 2024-01-23  Tobias Burnus  <tburnus@baylibre.com>
19         * MAINTAINERS: Update my email address.
21 2024-01-23  Andrew Stubbs  <ams@baylibre.com>
23         * MAINTAINERS: Update
25 2024-01-16  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
27         * Makefile.def: Add a dependency to libgrust for all-gcc.
28         * Makefile.in: Regenerate the file.
30 2024-01-16  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
32         * Makefile.def: Add libgrust target to bootstrap.
33         * Makefile.in: Regenerate.
35 2024-01-15  Andrew Pinski  <quic_apinski@quicinc.com>
37         * MAINTAINERS (DCO): Add myself.
39 2024-01-09  Siddhesh Poyarekar  <siddhesh@gotplt.org>
41         * SECURITY.txt: Drop "exploitable" in the hardening section.
43 2024-01-09  Tom Tromey  <tom@tromey.com>
45         * Makefile.in: Rebuild.
46         * Makefile.tpl (BASE_EXPORTS): Add GUILE.
47         (GUILE): New variable.
48         * Makefile.def (flags_to_pass): Add GUILE.
50 2024-01-08  Joseph Myers  <josmyers@redhat.com>
52         * MAINTAINERS: Update my email address.
54 2023-12-30  Joseph Myers  <jsm@polyomino.org.uk>
56         * MAINTAINERS: Update my email address.
58 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
59             Thomas Schwinge  <thomas@codesourcery.com>
61         * Makefile.def: Add libgrust as host & target module.
62         * configure.ac: Add libgrust to host tools list. Add libgrust to
63         noconfigdirs if we're not building target libstdc++.
64         * Makefile.in: Regenerate.
65         * configure: Regenerate.
67 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
68             Arthur Cohen  <arthur.cohen@embecosm.com>
70         * MAINTAINERS: Add maintainers for libgrust.
72 2023-12-13  Arsen Arsenović  <arsen@aarsen.me>
74         * Makefile.def (gettext): Disable (via missing)
75         {install-,}{pdf,html,info,dvi} and TAGS targets.  Set no_install
76         to true.  Add --disable-threads --disable-libasprintf.  Drop the
77         lib_path (as there are no shared libs).
78         * Makefile.in: Regenerate.
80 2023-12-12  Paul Iannetta  <piannetta@kalrayinc.com>
82         * MAINTAINERS: Add myself to write after approval
84 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
86         * MAINTAINERS: Update my email address
88 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
90         * MAINTAINERS: Add myself to write after approval
92 2023-11-23  Nathaniel Shead  <nathanieloshead@gmail.com>
94         * MAINTAINERS: Add myself to write after approval and DCO
96 2023-11-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
98         * libtool.m4: Fix stray call
100 2023-11-19  Lewis Hyatt  <lhyatt@gmail.com>
102         * Makefile.in: Regenerate.
103         * Makefile.tpl: Add dependency on site.exp to check-gcc-* targets
105 2023-11-18  Petter Tomner  <tomner@bahnhof.se>
107         * MAINTAINERS: Update my email address.
109 2023-11-18  Frederik Harwath  <frederik@harwath.name>
111         * MAINTAINERS: Change my address.
113 2023-11-16  Michal Jires  <mjires@suse.cz>
115         * MAINTAINERS: Add myself.
117 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
119         PR bootstrap/12596
120         * .gitignore: Add '/gettext*'.
121         * configure.ac (host_libs): Replace intl with gettext.
122         (hbaseargs, bbaseargs, baseargs): Split baseargs into
123         {h,b}baseargs.
124         (skip_barg): New flag.  Skips appending current flag to
125         bbaseargs.
126         <library exemptions>: Exempt --with-libintl-{type,prefix} from
127         target and build machine argument passing.
128         * configure: Regenerate.
129         * Makefile.def (host_modules): Replace intl module with gettext
130         module.
131         (configure-ld): Depend on configure-gettext.
132         * Makefile.in: Regenerate.
134 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
136         * intl/*: Remove.
138 2023-11-09  Jivan Hakobyan  <jivanhakobyan9@gmail.com>
140         * MAINTAINERS: Add myself.
142 2023-11-09  YunQiang Su  <yunqiang.su@cipunited.com>
144         * MAINTAINERS: Update my email address.
146 2023-11-06  Carl Love  <cel@linux.ibm.com>
148         * MAINTAINERS: Update my email address.
150 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
152         * .github/CONTRIBUTING.md: Wrap lines more tightly.
154 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
156         * .github/CONTRIBUTING.md: New file.
157         * .github/PULL_REQUEST_TEMPLATE.md: New file.
159 2023-10-22  Iain Sandoe  <iain@sandoe.co.uk>
161         * configure: Regenerate.
162         * configure.ac: Do not add default runpaths to GCC exes
163         when we are building -static-libstdc++/-static-libgcc (the
164         default).
165         * libtool.m4: Add 'enable-darwin-at-runpath'.  Act  on the
166         enable flag to alter Darwin libraries to use @rpath names.
168 2023-10-15  Mike Frysinger  <vapier@gentoo.org>
170         * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
171         * Makefile.in: Regenerate.
173 2023-10-11  Filip Kastl  <fkastl@suse.cz>
175         * MAINTAINERS: Fix name order.
177 2023-10-10  Christoph Müllner  <christoph.muellner@vrull.eu>
179         * MAINTAINERS: Add myself.
181 2023-10-06  Sergei Trofimovich  <siarheit@google.com>
183         PR bootstrap/111663
184         * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
185         * Makefile.in: Regenerate.
187 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
189         * SECURITY.txt: Fix up indentation.
191 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
193         * SECURITY.txt: Fix up commas.
195 2023-10-04  Siddhesh Poyarekar  <siddhesh@gotplt.org>
197         * SECURITY.txt: New file.
199 2023-09-18  Fei Gao  <gaofei@eswincomputing.com>
201         * MAINTAINERS: Add myself.
203 2023-09-15  Yang Yujie  <yangyujie@loongson.cn>
205         * config-ml.in: Remove unneeded loongarch clause.
206         * configure.ac: Register custom makefile fragments mt-loongarch-*
207         for loongarch targets.
208         * configure: Regenerate.
210 2023-09-12  Edwin Lu  <ewlu@rivosinc.com>
212         * MAINTAINERS: Add myself
214 2023-09-12  Thomas Schwinge  <thomas@codesourcery.com>
215             Chung-Lin Tang  <cltang@codesourcery.com>
217         PR testsuite/109951
218         * Makefile.tpl (BASE_TARGET_EXPORTS): Add
219         'SYSROOT_CFLAGS_FOR_TARGET'.
220         * Makefile.in: Regenerate.
222 2023-09-05  Yang Yujie  <yangyujie@loongson.cn>
224         * config-ml.in: Do not build the multilib library variant
225         that is duplicate with the toplevel one.
227 2023-08-29  Tsukasa OI  <research_trasio@irq.a4lg.com>
229         * MAINTAINERS: Add myself.
231 2023-08-22  Filip Kastl  <fkastl@suse.cz>
233         * MAINTAINERS: Update my email address.
235 2023-08-11  Eric Feng  <ef2648@columbia.edu>
237         * MAINTAINERS: Add myself.
239 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
241         * Makefile.def: Reflect that libsframe needs to installed before
242         libbfd.  Reorder a bit to better track libsframe dependencies.
243         * Makefile.in: Regenerate.
245 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
247         * Makefile.def: Add install dependency on libsframe for libbfd.
248         * Makefile.in: Regenerated.
250 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
252         * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
253         Solaris 11.
255 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
257         * configure: Regenerate.
258         * configure.ac: Add Haiku to list of ELF OSes
259         * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
261 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
263         * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
264         options, including options containing paths.
266 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
268         * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
269         NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
270         errors from nms that refuse to work on non-regular files.  Remove
271         other workarounds for this problem.  Strip out blank lines from the
272         nm output.
274 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
276         * configure.ac: Reinstate 32b PA-RISC HP-UX targets
277         * configure: Regenerate.
279 2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
281         * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
282         * configure: Re-generate.
283         * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
284         (PKG_CONFIG_PATH): New.
285         * Makefile.in: Re-generate.
287 2023-08-07  Luis Machado  <luis.machado@arm.com>
289         * configure.ac: Disable year2038 by default on 32-bit hosts.
290         * configure: Regenerate.
292 2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
294         * Makefile.def: Add gprofng module.
295         * configure.ac: Add --enable-gprofng option.
296         * Makefile.in: Regenerate.
297         * configure: Regenerate.
299 2023-08-07  Martin Liska  <mliska@suse.cz>
301         * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
302         * configure: Regenerate.
304 2023-08-07  Fangrui Song  <maskray@google.com>
306         * configure: Regenerate.
307         * configure.ac: Add --with-zstd.
309 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
311         * configure: Regenerate.
312         * configure.ac: Recover tilegx/tilepro targets.
314 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
316         * configure: Regenerated.
317         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
318         --plugin and rc before enabling --plugin.
320 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
322         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
323         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
324         * configure.ac: Include config/gcc-plugin.m4.
325         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
326         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
327         RANLIB if possible.
328         * Makefile.in: Regenerated.
329         * configure: Likewise.
331 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
333         * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
334         $(CFLAGS).
336 2023-08-07  David Faust  <david.faust@oracle.com>
338         * MAINTAINERS: Add the BPF port to my reviewer listing.
340 2023-08-02  Jan Beulich  <jbeulich@suse.com>
342         * MAINTAINERS: Correct my email address.
344 2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
346         * MAINTAINERS (Write After Approval): Add myself.
348 2023-08-01  Richard Ball  <richard.ball@arm.com>
350         * MAINTAINERS: Add myself.
352 2023-07-31  Andreas Schwab  <schwab@suse.de>
354         * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
355         * configure: Regenerate.
356         * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
358 2023-07-31  xuli  <xuli1@eswincomputing.com>
360         * MAINTAINERS: Add myself.
362 2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
364         * MAINTAINERS: List myself as "nvptx port" maintainer.
366 2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
368         * MAINTAINERS: Add myself to write after approval
370 2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
372         * MAINTAINERS: Add myself as a reviewer for the riscv port.
374 2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
376         * MAINTAINERS: Add myself as a reviewer for the riscv port.
378 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
380         * MAINTAINERS: Add Hao Liu to write after approval
382 2023-07-12  Ken Matsui  <kmatsui@gcc.gnu.org>
384         * MAINTAINERS: Add Ken Matsui to write after approval
386 2023-07-07  Eugene Rozenfeld  <erozen@microsoft.com>
388         * Makefile.in: Collect both kernel and user events for autofdo
389         * Makefile.tpl: Collect both kernel and user events for autofdo
391 2023-06-30  Rishi Raj  <rishiraj45035@gmail.com>
393         * MAINTAINERS: Added myself to Write After Approval and DCO
395 2023-06-29  Eugene Rozenfeld  <erozen@microsoft.com>
397         * Makefile.in: Remove -gtoggle for STAGEautoprofile
398         * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
400 2023-06-25  Lehua Ding  <lehua.ding@rivai.ai>
402         * MAINTAINERS: Add Lehua Ding to write after approval
404 2023-06-25  Iain Sandoe  <iain@sandoe.co.uk>
406         * Makefile.def: Pass the enable-host-pie value to GCC configure.
407         * Makefile.in: Regenerate.
408         * configure: Regenerate.
409         * configure.ac: Adjust the logic for shared and PIE host flags to
410         ensure that PIE is passed for hosts that require it.
412 2023-06-16  YunQiang Su  <yunqiang.su@cipunited.com>
414         * MAINTAINERS (Write After Approval): move Matthew Fortune
415         to Write After Approval.
417 2023-06-15  Marek Polacek  <polacek@redhat.com>
419         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
420         check.
421         * configure: Regenerate.
423 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
425         * MAINTAINERS: Add myself to write after approval
427 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
429         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
430         port maintainer.
431         (Write After Approval): Remove myself.
433 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
435         * MAINTAINERS (Write After Approval): Add myself.
437 2023-05-29  Martin Jambor  <mjambor@suse.cz>
439         * MAINTAINERS: Replace spaces with tabs.
441 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
443         * MAINTAINERS: New entry.
445 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
447         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
448         * Makefile.in: Regenerate
450 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
452         * Makefile.in: Disable warnings as errors for STAGEautofeedback
454 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
456         * MAINTAINERS: Sort.
458 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
460         * MAINTAINERS: Add myself.
462 2023-05-10  Pan Li  <pan2.li@intel.com>
464         * MAINTAINERS: Add myself.
466 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
468         * Makefile.in: Define PROFILE_MERGER
469         * Makefile.tpl: Define PROFILE_MERGER
471 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
473         * MAINTAINERS: Change my email address.
475 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
477         * MAINTAINERS: Add myself.
479 2023-04-26  Martin Liska  <mliska@suse.cz>
481         * MAINTAINERS: fix sorting
483 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
485         * MAINTAINERS (Write After Approval): Add myself.
487 2023-04-24  Martin Liska  <mliska@suse.cz>
489         * MAINTAINERS: Fix sorting.
491 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
493         * configure: Regenerate.
494         * configure.ac: Only create serdep.tmp if needed
496 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
498         * MAINTAINERS (Write After Approval): Add myself.
500 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
502         * MAINTAINERS (Write After Approval): Add myself.
503         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
505 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
507         * MAINTAINERS: Add myself.
509 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
511         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
513 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
515         * MAINTAINERS (Write After Approval): Add myself.
517 2023-02-16  Martin Liska  <mliska@suse.cz>
519         * MAINTAINERS: I'm stepping down from my positions.
521 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
523         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
525 2023-01-06  Clément Chigot  <chigot@adacore.com>
527         * configure.ac: Skip GMP and MPFR when --disable-gdb is
528         provided.
529         * configure: Regenerate.
531 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
533         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
535 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
537         * Makefile.def: Do not build shared libffi.
538         * Makefile.in: Regenerate.
540 2022-12-21  Andrew Pinski  <apinski@marvell.com>
542         * Makefile.def: Add configure-gdb dependencies
543         on all-gmp and all-mpfr.
544         * configure.ac: Split out MPC checking from MPFR.
545         Require GMP and MPFR if the gdb directory exist.
546         * Makefile.in: Regenerate.
547         * configure: Regenerate.
549 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
551         * configure.ac (target_libraries): Add target-libgm2.
552         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
553         Add GCC_TARGET_TOOL entry for gm2.
554         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
555         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
556         * Makefile.def (target_modules): Add libgm2.
557         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
558         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
559         (languages): Add entry for language=m2 with gcc-check-target=check-m2
560         and lib-check-target=check-target-libgm2.
561         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
562         (HOST_EXPORTS): Add definition for GM2.
563         (BASE_TARGET_EXPORTS): Add definition for GM2.
564         (GM2_FOR_BUILD): Defined.
565         (GM2FLAGS): Defined.
566         (GM2_FOR_TARGET): Defined.
567         (GM2FLAGS_FOR_TARGET): Defined.
568         (EXTRA_HOST_FLAGS): Defined.
569         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
570         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
571         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
572         * configure: Rebuilt.
573         * Makefile.in: Rebuilt.
575 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
577         * Makefile.def: Add Rust language.
578         * Makefile.in: Regenerate via autogen.
580 2022-12-09  Martin Liska  <mliska@suse.cz>
582         * MAINTAINERS: Fix spacing.
584 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
586         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
588 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
590         * Makefile.def: Pass host_libs_picflag to host dependent library
591         configures.
592         * Makefile.in: Regenerate.
593         * configure: Regenerate.
594         * configure.ac (host_libs_picflag): New configure variable set to
595         '--with-pic' when building 'host_shared'.
597 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
599         * Makefile.def: Add libsframe as new module with its dependencies.
600         * Makefile.in: Regenerated.
601         * configure.ac: Add libsframe to host_libs.
602         * configure: Regenerated.
604 2022-11-23  Marek Polacek  <polacek@redhat.com>
606         Revert:
607         2022-11-23  Marek Polacek  <polacek@redhat.com>
609         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
610         isl.
611         * Makefile.in: Regenerate.
612         * Makefile.tpl: Set PICFLAG.
613         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
614         check.
615         * configure: Regenerate.
617 2022-11-23  Marek Polacek  <polacek@redhat.com>
619         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
620         isl.
621         * Makefile.in: Regenerate.
622         * Makefile.tpl: Set PICFLAG.
623         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
624         check.
625         * configure: Regenerate.
627 2022-11-14  Martin Liska  <mliska@suse.cz>
629         Revert:
630         2022-11-09  Martin Liska  <mliska@suse.cz>
632         * doc/Makefile: New file.
633         * doc/_static/custom.css: New file.
634         * doc/baseconf.py: New file.
635         * doc/bsd.rst: New file.
636         * doc/contrib.rst: New file.
637         * doc/contribute.rst: New file.
638         * doc/cppdiropts.rst: New file.
639         * doc/cppenv.rst: New file.
640         * doc/cppopts.rst: New file.
641         * doc/cppwarnopts.rst: New file.
642         * doc/favicon.ico: New file.
643         * doc/funding.rst: New file.
644         * doc/gcc_sphinx.py: New file.
645         * doc/gnu.rst: New file.
646         * doc/gnu_free_documentation_license.rst: New file.
647         * doc/gpl-3.0.rst: New file.
648         * doc/indices-and-tables.rst: New file.
649         * doc/lgpl-2.1.rst: New file.
650         * doc/logo.pdf: New file.
651         * doc/logo.svg: New file.
652         * doc/md.rst: New file.
653         * doc/requirements.txt: New file.
655 2022-11-14  Martin Liska  <mliska@suse.cz>
657         Revert:
658         2022-11-09  Martin Liska  <mliska@suse.cz>
660         * doc/baseconf.py: Port to GCC sources.
662 2022-11-14  Martin Liska  <mliska@suse.cz>
664         Revert:
665         2022-11-14  Martin Liska  <mliska@suse.cz>
667         * configure: Regenerate.
668         * configure.ac: Support Sphinx based documentation.
670 2022-11-14  Martin Liska  <mliska@suse.cz>
672         Revert:
673         2022-11-09  Martin Liska  <mliska@suse.cz>
675         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
676         provide a default.
678 2022-11-14  Martin Liska  <mliska@suse.cz>
680         Revert:
681         2022-11-09  Martin Liska  <mliska@suse.cz>
683         * doc/bsd.rst:
684         Add trailing newline.
685         * doc/contrib.rst:
686         Add trailing newline.
687         * doc/contribute.rst:
688         Add trailing newline.
689         * doc/cppdiropts.rst:
690         Add trailing newline.
691         * doc/cppenv.rst:
692         Add trailing newline.
693         * doc/cppopts.rst:
694         Add trailing newline.
695         * doc/cppwarnopts.rst:
696         Add trailing newline.
697         * doc/funding.rst:
698         Add trailing newline.
699         * doc/gnu.rst:
700         Add trailing newline.
701         * doc/gnu_free_documentation_license.rst:
702         Add trailing newline.
703         * doc/gpl-3.0.rst:
704         Add trailing newline.
705         * doc/indices-and-tables.rst:
706         Add trailing newline.
707         * doc/lgpl-2.1.rst:
708         Add trailing newline.
709         * doc/md.rst:
710         Add trailing newline.
712 2022-11-14  Martin Liska  <mliska@suse.cz>
714         Revert:
715         2022-11-09  Martin Liska  <mliska@suse.cz>
717         * configure.ac: Use new install URL.
718         * configure: Regenerate.
720 2022-11-14  Martin Liska  <mliska@suse.cz>
722         Revert:
723         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
725         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
726         instead of just ``.''.
727         * doc/gcc_sphinx.py: Moved to...
728         * doc/modules/gcc_sphinx.py: ...here.
730 2022-11-14  Martin Liska  <mliska@suse.cz>
732         Revert:
733         2022-11-10  Martin Liska  <mliska@suse.cz>
735         * doc/baseconf.py: Modernize by using pathlib.
737 2022-11-14  Martin Liska  <mliska@suse.cz>
739         Revert:
740         2022-11-11  Martin Liska  <mliska@suse.cz>
742         * doc/Makefile: Disable -j auto.
744 2022-11-14  Martin Liska  <mliska@suse.cz>
746         Revert:
747         2022-11-11  Martin Liska  <mliska@suse.cz>
749         * doc/Makefile: Update comment.
751 2022-11-14  Martin Liska  <mliska@suse.cz>
753         Revert:
754         2022-11-11  Martin Liska  <mliska@suse.cz>
756         * doc/indices-and-tables.rst: Rename Indexes to Indices.
758 2022-11-14  Martin Liska  <mliska@suse.cz>
760         Revert:
761         2022-11-13  Martin Liska  <mliska@suse.cz>
763         PR web/107643
764         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
765         is set.
766         * doc/indices-and-tables.rst: Use include_todo tag.
768 2022-11-14  Martin Liska  <mliska@suse.cz>
770         Revert:
771         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
773         * doc/contrib.rst: Update Jeff Law's email address.
775 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
777         * doc/contrib.rst: Update Jeff Law's email address.
779 2022-11-13  Martin Liska  <mliska@suse.cz>
781         PR web/107643
782         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
783         is set.
784         * doc/indices-and-tables.rst: Use include_todo tag.
786 2022-11-11  Martin Liska  <mliska@suse.cz>
788         * doc/indices-and-tables.rst: Rename Indexes to Indices.
790 2022-11-11  Martin Liska  <mliska@suse.cz>
792         * doc/Makefile: Update comment.
794 2022-11-11  Martin Liska  <mliska@suse.cz>
796         * doc/Makefile: Disable -j auto.
798 2022-11-10  Martin Liska  <mliska@suse.cz>
800         * doc/baseconf.py: Modernize by using pathlib.
802 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
804         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
805         instead of just ``.''.
806         * doc/gcc_sphinx.py: Moved to...
807         * doc/modules/gcc_sphinx.py: ...here.
809 2022-11-09  Martin Liska  <mliska@suse.cz>
811         * configure.ac: Use new install URL.
812         * configure: Regenerate.
814 2022-11-09  Martin Liska  <mliska@suse.cz>
816         * doc/bsd.rst:
817         Add trailing newline.
818         * doc/contrib.rst:
819         Add trailing newline.
820         * doc/contribute.rst:
821         Add trailing newline.
822         * doc/cppdiropts.rst:
823         Add trailing newline.
824         * doc/cppenv.rst:
825         Add trailing newline.
826         * doc/cppopts.rst:
827         Add trailing newline.
828         * doc/cppwarnopts.rst:
829         Add trailing newline.
830         * doc/funding.rst:
831         Add trailing newline.
832         * doc/gnu.rst:
833         Add trailing newline.
834         * doc/gnu_free_documentation_license.rst:
835         Add trailing newline.
836         * doc/gpl-3.0.rst:
837         Add trailing newline.
838         * doc/indices-and-tables.rst:
839         Add trailing newline.
840         * doc/lgpl-2.1.rst:
841         Add trailing newline.
842         * doc/md.rst:
843         Add trailing newline.
845 2022-11-09  Martin Liska  <mliska@suse.cz>
847         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
848         provide a default.
850 2022-11-09  Martin Liska  <mliska@suse.cz>
852         * configure: Regenerate.
853         * configure.ac: Support Sphinx based documentation.
855 2022-11-09  Martin Liska  <mliska@suse.cz>
857         * doc/baseconf.py: Port to GCC sources.
859 2022-11-09  Martin Liska  <mliska@suse.cz>
861         * doc/Makefile: New file.
862         * doc/_static/custom.css: New file.
863         * doc/baseconf.py: New file.
864         * doc/bsd.rst: New file.
865         * doc/contrib.rst: New file.
866         * doc/contribute.rst: New file.
867         * doc/cppdiropts.rst: New file.
868         * doc/cppenv.rst: New file.
869         * doc/cppopts.rst: New file.
870         * doc/cppwarnopts.rst: New file.
871         * doc/favicon.ico: New file.
872         * doc/funding.rst: New file.
873         * doc/gcc_sphinx.py: New file.
874         * doc/gnu.rst: New file.
875         * doc/gnu_free_documentation_license.rst: New file.
876         * doc/gpl-3.0.rst: New file.
877         * doc/indices-and-tables.rst: New file.
878         * doc/lgpl-2.1.rst: New file.
879         * doc/logo.pdf: New file.
880         * doc/logo.svg: New file.
881         * doc/md.rst: New file.
882         * doc/requirements.txt: New file.
884 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
886         * Makefile.def: Remove module 'liboffloadmic'.
887         * Makefile.in: Regenerate.
888         * configure.ac: Remove 'liboffloadmic' handling.
889         * configure: Regenerate.
891 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
893         * MAINTAINERS: Update email address.
895 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
897         * configure.ac: Don't configure readline if --with-system-readline is
898         used.
899         * configure: Re-generate.
901 2022-10-12  Cui,Lili  <lili.cui@intel.com>
903         * MAINTAINERS (Write After Approval): Add myself.
905 2022-10-11  Olivier Hainque  <hainque@adacore.com>
907         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
908         and friends for rtp !large. Assume the linker has the required
909         abilities and set lt_cv_deplibs_check_method.
911 2022-09-30  Olivier Hainque  <hainque@adacore.com>
913         * configure.ac (*vxworks*): If enable_shared is not
914         set, set to "no" and add --disable-shared to target and
915         host_configargs.
916         * configure: Regenerate.
918 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
920         * MAINTAINERS: Update my email address and DCO entry.
922 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
924         * MAINTAINERS (Write After Approval): Add myself.
926 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
928         * MAINTAINERS (Write After Approval): Add myself.
930 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
932         * MAINTAINERS: Update my email address.
934 2022-09-07  Tom de Vries  <tdevries@suse.de>
936         * configure.ac: Set extra_host_libiberty_configure_flags and
937         extra_host_zlib_configure_flags in separate case statements.
938         * configure: Regenerate.
940 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
942         * MAINTAINERS: Update c-sky port maintainers' emails.
944 2022-08-31  Martin Liska  <mliska@suse.cz>
946         * configure: Regenerate.
947         * configure.ac: Delete hpux9 and hpux10.
949 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
951         * Makefile.def: Drop libelf module and gcc-configure dependency
952         on it.
953         * Makefile.in: Regenerate with 'autogen Makefile.def'.
954         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
955         LIBELFINC.
956         * configure: Regenrate.
957         * configure.ac (host_libs): Drop unused libelf.
959 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
961         * Makefile.in: Regenerate.
963 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
965         * MAINTAINERS: Add myself as AutoFDO maintainer.
967 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
968             Arnaud Charlet  <charlet@adacore.com>
970         * configure: Regenerate.
972 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
974         PR bootstrap/106472
975         * Makefile.def (dependencies): Make configure-target-libgo depend
976         upon all-target-libbacktrace.
978 2022-07-27  David Faust  <david.faust@oracle.com>
980         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
982 2022-07-27  Richard Biener  <rguenther@suse.de>
984         * MAINTAINERS (Roger Sayle): Update e-mail address.
986 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
988         * MAINTAINERS (Write After Approval): Add myself.
990 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
992         * MAINTAINERS: Add myself as Ada front end co-maintainer.
994 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
996         * .gitignore: Do not ignore config.h.
998 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
1000         * MAINTAINERS: Add myself to Write After Approval.
1002 2022-07-04  Martin Liska  <mliska@suse.cz>
1004         * MAINTAINERS: fix sorting of names
1006 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
1008         * MAINTAINERS: add myself.
1010 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
1012         * MAINTAINERS: Add myself to write after approval and DCO.
1014 2022-07-02  Tim Lange  <mail@tim-lange.me>
1016         * MAINTAINERS: Add myself.
1018 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
1020         * MAINTAINERS (Write After Approval): Add myself.
1022 2022-06-30  Cui,Lili  <lili.cui@intel.com>
1024         Revert:
1025         2022-06-30  Cui,Lili  <lili.cui@intel.com>
1027         * MAINTAINERS (Write After Approval): Add myself.
1029 2022-06-30  Cui,Lili  <lili.cui@intel.com>
1031         * MAINTAINERS (Write After Approval): Add myself.
1033 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
1035         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
1036         (EXTRA_GCC_FLAGS): Likewise.
1037         * Makefile.in: Rebuilt.
1039 2022-06-28  konglin1  <lingling.kong@intel.com>
1041         * MAINTAINERS (Write After Approval): Add myself.
1043 2022-06-27  Tom de Vries  <tdevries@suse.de>
1045         * configure.ac: Build libiberty pic variant for gdbserver.
1046         * configure: Regenerate.
1048 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
1050         * configure: Regenerate.
1051         * configure.ac: Correct use of $host.
1053 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
1055         * MAINTAINERS: Remove tilegx and tilepro entries.
1056         * configure.ac: Remove tilegx and tilepro stanzas.
1057         * configure: Rebuilt.
1059 2022-05-28  Bruce Korb  <bkorb@gnu.org>
1061         * .gitignore: Ignore vim swap files
1063 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
1065         * MAINTAINERS: Add myself to write after approval.
1067 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
1069         * MAINTAINERS: Remove myself from DCO section.
1071 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
1073         * MAINTAINERS: Update my email address.
1075 2022-05-09  Clément Chigot  <chigot@adacore.com>
1077         * MAINTAINERS: Update my email address.
1079 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
1081         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
1082         section.
1084 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
1086         * MAINTAINERS: Update my email address.
1088 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
1090         * MAINTAINERS: Update my email address.
1092 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1094         * MAINTAINERS: (CPU Port Maintainers): Add myself and
1095         Lulu as LoongArch port maintainer.
1097 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1098             Lulu Cheng  <chenglulu@loongson.cn>
1100         * configure.ac: Add LoongArch tuples.
1101         * configure: Regenerate.
1103 2022-03-28  Tom Tromey  <tromey@adacore.com>
1105         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
1106         * configure: Rebuild.
1108 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
1110         * MAINTAINERS: Change my information.
1112 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
1114         * MAINTAINERS: Add myself to DCO section.
1116 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
1118         * configure.ac: Fix incorrect option in comment.
1119         * configure: Regenerate.
1121 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
1123         * Makefile.def (dependencies): Make configure-sim depend on
1124         all-readline.
1125         * Makefile.in: Regenerate.
1127 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
1129         * MAINTAINERS (Write After Approval): Update my e-mail address.
1131 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
1133         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1135 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
1137         * MAINTAINERS: Update my email and add myself to the DCO list.
1139 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
1141         Revert:
1142         2021-09-16  Andrew Pinski  <apinski@marvell.com>
1144         PR bootstrap/67102
1145         * Makefile.def: Have configure-target-libffi depend on
1146         all-target-libstdc++-v3.
1147         * Makefile.in: Regenerate.
1149 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
1151         PR other/104181
1152         * build.log: Remove.
1154 2022-01-20  Martin Liska  <mliska@suse.cz>
1156         * MAINTAINERS: Adjust email address based on IRC request.
1158 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
1160         * MAINTAINERS: Update my email address.
1162 2022-01-17  Martin Liska  <mliska@suse.cz>
1164         * MAINTAINERS: Rename .c names to .cc.
1166 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
1168         * Makefile.am: Remove.
1170 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
1172         * Makefile.am: New file.
1174 2022-01-11  Martin Liska  <mliska@suse.cz>
1176         * MAINTAINERS: Sort 2 names.
1178 2022-01-10  Martin Liska  <mliska@suse.cz>
1180         * MAINTAINERS: Fix obvious issues with sorting.
1182 2022-01-07  liuhongt  <hongtao.liu@intel.com>
1184         * build.log: New file.
1186 2022-01-05  Nathan Sidwell  <nathan@acm.org>
1188         * MAINTAINERS: Add DCO entry.  Sort that list.
1190 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
1192         * MAINTAINERS: Change of email address in both DCO and
1193         Write After Approval list.
1195 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1197         * configure: Regenerate.
1199 2021-12-21  Martin Liska  <mliska@suse.cz>
1201         * config.sub: Change mode back to 755.
1203 2021-12-17  Martin Liska  <mliska@suse.cz>
1205         * config.sub: Sync from master.
1207 2021-12-17  Martin Liska  <mliska@suse.cz>
1209         Revert:
1210         2021-12-16  Matthias Seidel  <mseidel@apache.org>
1212         * config.sub: Fix typo.
1214 2021-12-16  Matthias Seidel  <mseidel@apache.org>
1216         * config.sub: Fix typo.
1218 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
1220         Revert:
1221         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1223         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1224         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1225         * configure.ac: Include config/gcc-plugin.m4.
1226         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1227         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1228         RANLIB if possible.
1229         * Makefile.in: Regenerated.
1230         * configure: Likewise.
1232 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1234         * Makefile.tpl (BUILD_CFLAGS): New.
1235         (CFLAGS): Append $(BUILD_CFLAGS).
1236         (CXXFLAGS): Likewise.
1237         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1238         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1239         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1240         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1241         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1242         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1243         (PGO-TRAINING-TARGETS): Likewise.
1244         (PGO_BUILD_TRAINING): Likewise.
1245         (all): Add '+' to the command line for recursive make.  Support
1246         the PGO build.
1247         * configure.ac: Add --enable-pgo-build[=lto].
1248         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1249         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
1250         * Makefile.in: Regenerated.
1251         * configure: Likewise.
1253 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1255         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1256         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1257         * configure.ac: Include config/gcc-plugin.m4.
1258         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1259         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1260         RANLIB if possible.
1261         * Makefile.in: Regenerated.
1262         * configure: Likewise.
1264 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
1266         * MAINTAINERS: Add myself to write after approval.
1268 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
1270         * MAINTAINERS: Adding myself.
1272 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
1274         * configure: Regenerate.
1275         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1276         $(CPP).
1278 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1280         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1281         libatomic.
1282         * Makefile.in: Regenerate.
1283         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1284         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1285         target-libphobos-bootstrap.
1286         (STAGE2_CONFIGURE_FLAGS): Likewise.
1287         * configure: Regenerate.
1288         * configure.ac: Add support for bootstrapping D front-end.
1290 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
1292         * MAINTAINERS: Add myself to DCO section and update email address.
1294 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
1296         * configure: Regenerate.
1297         * configure.ac: Ensure that PIC (shared) defaults are set
1298         correctly for Darwin.
1300 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
1302         * MAINTAINERS: Update my address.
1304 2021-11-12  Alan Modra  <amodra@gmail.com>
1306         * Makefile.def (configure-opcodes): Depend on configure-bfd.
1307         * Makefile.in: Regenerate.
1309 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
1311         * MAINTAINERS: Clarify the policy WRT the Write After Approval
1312         list.
1314 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1316         * MAINTAINERS (Reviewers, arc): Remove my entry.
1317         (Write After Approval): Add an entry for myself.
1319 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
1321         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1322         * Makefile.in: Regenerate.
1323         * configure: Regenerate.
1324         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1326 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
1328         * MAINTAINERS: Fix up Maciej's entries.
1330 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
1332         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1333         maintainer.
1335 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
1337         PR other/102663
1338         * Makefile.def: Handle install-dvi target.
1339         * Makefile.tpl: Likewise.
1340         * Makefile.in: Regenerate.
1342 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
1344         * MAINTAINERS: Add myself for write after approval.
1346 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
1348         * Makefile.def: Mark libcody, libdecnumber,
1349         c++tools, libgcc, and libobjc as missing TAGS
1350         targets.
1351         * Makefile.in: Regenerate.
1353 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
1355         * MAINTAINERS: Add myself to DCO section and update email
1356         address.
1358 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
1360         * MAINTAINERS: Add myself to DCO section.
1362 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1364         * configure: Regenerate.
1365         * configure.ac (skipdirs): Add the contents of target_configdirs if
1366         we are not building gcc.
1368 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1370         * Makefile.def: Back-port commits ba4d88ad892f and
1371         755ba58ebef0 from binutils-gdb repository.
1372         * Makefile.in: Regenerated.
1374 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
1376         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1378 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
1380         * Makefile.def: Add a jit check target for the jit
1381         language.
1382         * Makefile.in: Regenerate.
1384 2021-09-16  Andrew Pinski  <apinski@marvell.com>
1386         PR bootstrap/67102
1387         * Makefile.def: Have configure-target-libffi depend on
1388         all-target-libstdc++-v3.
1389         * Makefile.in: Regenerate.
1391 2021-09-10  Petter Tomner  <tomner@kth.se>
1393         * MAINTAINERS: Me added to DCO and write after approval
1395 2021-09-01  YunQiang Su  <syq@debian.org>
1397         * MAINTAINERS: Add myself for write after approval.
1399 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1401         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1402         * Makefile.in: Regenerate.
1404 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
1406         * MAINTAINERS: Add myself for write after approval.
1408 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
1410         * Makefile.in: Regenerate.
1411         * Makefile.tpl: Make the state of the configured host
1412         shared flag available to makefile fragements.
1414 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
1416         * MAINTAINERS (Write After Approval): Add myself.
1418 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1420         * .dir-locals.el (bug-reference-url-format): Use https.
1422 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1424         * .dir-locals.el (c-mode): Change fill-column to 79.
1426 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1428         * MAINTAINERS: Add myself to DCO section.
1430 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1432         * configure: Regenerate.
1433         * configure.ac: Adjust cases for which it is necessary to
1434         include the Darwin host config fragment.
1436 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1438         * MAINTAINERS: Add myself for write after approval and DCO.
1440 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1442         * Makefile.def: Add dsymutil defs.
1443         * Makefile.in: Regenerated.
1444         * Makefile.tpl: Add dsymutil to flags.
1445         * configure: Regenerated.
1446         * configure.ac: Add dsymutil to target and build recipes.
1448 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1450         * MAINTAINERS: Add myself for write after approval.
1452 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1454         * MAINTAINERS (Write After Approval): Add myself.
1456 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1458         * MAINTAINERS: Add myself for write after approval and DCO
1460 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1462         * .gitignore: Add entry for cscope.out.
1464 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1466         * MAINTAINERS: Remove my Write After Approval entry.
1468 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1470         * MAINTAINERS: Add myself as maintainer of the i386 vector
1471         extensions.
1473 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1475         * MAINTAINERS (Write After Approval): Add myself.
1477 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1479         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1480         as *vrp and ranger maintainers.
1482 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1484         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1485         not trigger testsuite failures.
1487 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1489         * MAINTAINERS: Add myself to DCO section with both email addresses.
1491 2021-06-03  Jason Merrill  <jason@redhat.com>
1493         * MAINTAINERS: Add DCO version number.
1495 2021-06-02  Jason Merrill  <jason@redhat.com>
1497         * MAINTAINERS: Add DCO section.
1499 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1501         * MAINTAINERS (Write After Approval): Add myself.
1503 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1505         * configure.ac: Add gnulib to configdirs for sim.
1506         * configure: Regenerate.
1508 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1510         * Makefile.def: Add configure-sim dependency on all-gnulib.
1511         * Makefile.in: Regenerated.
1513 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1515         * MAINTAINERS (Write After Approval): Add myself.
1517 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1519         * MAINTAINERS (Write After Approval): Add myself.
1521 2021-05-11  Martin Liska  <mliska@suse.cz>
1523         * MAINTAINERS: Remove entries for removed
1524         components (HSA, BRIG, libhsail-rt).
1525         Move Pekka to Write After Approval.
1527 2021-05-11  Martin Liska  <mliska@suse.cz>
1529         * Makefile.def: Remove libhsail-rt.
1530         * Makefile.in: Likewise.
1531         * configure.ac: Likewise.
1532         * configure: Regenerate.
1533         * libhsail-rt/ChangeLog: Removed.
1534         * libhsail-rt/Makefile.am: Removed.
1535         * libhsail-rt/Makefile.in: Removed.
1536         * libhsail-rt/README: Removed.
1537         * libhsail-rt/aclocal.m4: Removed.
1538         * libhsail-rt/configure: Removed.
1539         * libhsail-rt/configure.ac: Removed.
1540         * libhsail-rt/configure.tgt: Removed.
1541         * libhsail-rt/include/internal/fibers.h: Removed.
1542         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1543         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1544         * libhsail-rt/include/internal/workitems.h: Removed.
1545         * libhsail-rt/rt/arithmetic.c: Removed.
1546         * libhsail-rt/rt/atomics.c: Removed.
1547         * libhsail-rt/rt/bitstring.c: Removed.
1548         * libhsail-rt/rt/fbarrier.c: Removed.
1549         * libhsail-rt/rt/fibers.c: Removed.
1550         * libhsail-rt/rt/fp16.c: Removed.
1551         * libhsail-rt/rt/misc.c: Removed.
1552         * libhsail-rt/rt/multimedia.c: Removed.
1553         * libhsail-rt/rt/queue.c: Removed.
1554         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1555         * libhsail-rt/rt/segment.c: Removed.
1556         * libhsail-rt/rt/workitems.c: Removed.
1557         * libhsail-rt/target-config.h.in: Removed.
1559 2021-05-04  Nick Clifton  <nickc@redhat.com>
1561         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1562         * configure: Regenerate.
1564 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1565             Tobias Burnus  <tobias@codesourcery.com>
1567         * configure.ac (--enable-offload-defaulted): New.
1568         * configure: Regenerate.
1570 2021-04-23  David Faust  <david.faust@oracle.com>
1572         * MAINTAINERS (Write After Approval): Add myself.
1574 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1576         * MAINTAINERS (Write After Approval): Add myself.
1578 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1580         * MAINTAINERS: Add myself as pru port maintainer.
1582 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1584         * MAINTAINERS: Add myself as static analyzer maintainer.
1586 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1588         * MAINTAINERS: Update primary entry.
1590 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1592         * MAINTAINERS (Write After Approval): Add myself.
1594 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1596         * Makefile.def: Remove all-sim dependency on configure-gdb.
1597         * Makefile.in: Regenerated.
1599 2021-03-11  Jeff Law  <law@redhat.com>
1601         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1603 2021-03-11  Martin Liska  <mliska@suse.cz>
1605         * Makefile.tpl: The change was done Makefile.in which
1606         is generated file.
1608 2021-03-08  Jeff Law  <law@redhat.com>
1610         * MAINTAINERS: Update my email address
1612 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1614         * config.guess: Import latest upstream.
1615         * config.sub: Import latest upstream.
1617 2021-01-25  Martin Liska  <mliska@suse.cz>
1619         PR gcov-profile/98739
1620         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1621         for profiledbootstrap.
1623 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1625         * MAINTAINERS (Write After Approval): Add myself.
1627 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1629         * MAINTAINERS (Write After Approval): Update my e-mail address.
1631 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1633         * MAINTAINERS: Fix spacing.
1635 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1637         * MAINTAINERS (Write After Approval): Add myself
1639 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1641         * Makefile.def: Sync with binutils-gdb:
1642         (dependencies): all-ld depends on all-libctf.
1643         (host_modules): libctf is no longer no_install.
1644         No longer no_check.  Checking depends on all-ld.
1645         * Makefile.in: Regenerated.
1647 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1649         * libtool.m4: Match gnu* along other GNU systems.
1650         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1651         * libgo/configure: Re-generate.
1653 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1655         * MAINTAINERS: Update my email address.
1657 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1659         * MAINTAINERS (Write After Approval): Add myself.
1661 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1663         * Makefile.def
1664         * Makefile.in
1665         * Makefile.tpl
1666         * configure
1667         * configure.ac
1669 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1671         * Makefile.def: Add libcody.
1672         * configure.ac: Add libcody.
1673         * Makefile.in: Regenerated.
1674         * configure: Regenerated.
1676 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1678         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1680 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1682         PR target/97865
1683         * libtool.m4: Update handling of Darwin platform link flags
1684         for Darwin20.
1686 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1688         * .gitignore: Sync with binutils-gdb
1690 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1692         * MAINTAINERS: Add myself as arc port maintainer.
1694 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1696         PR d/87788
1697         * configure.ac: Don't disable D for *-*-darwin*.
1698         * configure: Regenerate.
1700 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1702         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1703         hppa64-*-hpux11*.
1705 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1707         * configure: Regenerate.
1708         * configure.ac: Add --bootstrap-hwasan option.
1710 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1712         * config.guess: Import latest upstream.
1713         * config.sub: Import latest upstream.
1715 2020-11-16  Martin Liska  <mliska@suse.cz>
1717         * .gitignore: Add cache as clangd uses it now.
1719 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1721         * MAINTAINERS (Write After Approval): add myself
1723 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1725         * MAINTAINERS (Write After Approval): Add myself.
1727 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1729         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1730         Remove FIXME comments.
1732 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1734         * MAINTAINERS: Update my email address.
1736 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1738         * MAINTAINERS (Write After Approval): Add myself.
1740 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1742         PR target/97302
1743         * configure.ac: Only set with_gmp to /usr/local
1744         if not building in tree.
1745         * configure: Regenerate.
1747 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1749         * MAINTAINERS (Write After Approval): Add myself.
1751 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1753         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1755 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1757         PR bootstrap/96612
1758         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1759         if not the same as ${host}.
1760         * configure: Regenerate.
1762 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1764         * MAINTAINERS (Write After Approval): Add myself.
1766 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1768         * MAINTAINERS: Update my email address.
1770 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1772         * MAINTAINERS (Write After Approval): Add myself.
1774 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1776         * MAINTAINERS (Write After Approval): Add myself.
1778 2020-06-12  Martin Liska  <mliska@suse.cz>
1780         * .gitignore: Add .clang-tidy.
1782 2020-06-08  Jason Merrill  <jason@redhat.com>
1784         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1785         * configure: Regenerate.
1787 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1789         * MAINTAINERS: Add myself as xtensa port maintainer.
1791 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1793         * configure.ac: Don't require --enable-host-shared when building
1794         for Mingw.
1795         * configure: Regenerate.
1797 2020-05-18  Jason Merrill  <jason@redhat.com>
1799         * configure.ac: Update bootstrap dialect to -std=c++11.
1801 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1803         * MAINTAINERS (Write After Approval): Add myself.
1805 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1807         PR target/92713
1808         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1809         (noconfigdirs): Add 'target-libstdc++-v3'.
1810         * configure: Regenerate.
1812 2020-04-21  Stephen Casner  <casner@acm.org>
1814         PR 25830
1815         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1816         * configure: Rebuild.
1818 2020-04-17  Martin Liska  <mliska@suse.cz>
1819             Jonathan Yong <10walls@gmail.com>
1821         PR gcov-profile/94570
1822         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1823         for CYGWIN.
1825 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1827         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1829 2020-04-09  Tom Tromey  <tom@tromey.com>
1831         * configure: Rebuild.
1832         * Makefile.in: Rebuild.
1833         * Makefile.def (gdbsupport, gdbserver): New host modules.
1834         (configure-gdb): Depend on all-gdbsupport.
1835         (all-gdb): Depend on all-gdbsupport, all-libctf.
1836         * configure.ac (host_tools): Add gdbserver.
1837         Conditionally build gdbserver and gdbsupport.
1839 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1841         * configure.ac: Build libgomp by default for amdgcn.
1842         * configure: Regenerate.
1844 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1846         * MAINTAINERS (Write After Approval): Add myself.
1848 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1850         * MAINTAINERS (Write After Approval) : Add myself.
1852 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1854         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1856 2020-02-14  Martin Sebor  <msebor@redhat.com>
1858         * doc/extend.texi (attribute alias): Mention type requirement.
1859         (attribute weak): Same.
1860         (attribute weakref): Correct invalid example.
1862 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1864         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1866 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1867             Jakub Jelinek  <jakub@redhat.com>
1869         * .gitattributes: Add *.md diff=md.
1871 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1873         The mentioned auto-generated file is no more part of the
1875         GCC sources, it's auto-generated in $(builddir) during build.
1877         PR target/92055
1878         * contrib/gcc_update (files_and_dependencies): Remove
1879         entry for gcc/config/avr/t-multilib.
1881 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1883         * MAINTAINERS: Update my email address.
1885 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1887         * README.MOVED_TO_GIT: Remove.
1889 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1891         * README.MOVED_TO_GIT: New file.
1893 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1895         * MAINTAINERS (Write After Approval): Add myself.
1897 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1899         * MAINTAINERS (write_after_approval): Add myself.
1901 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1903         * MAINTAINERS (write_after_approval): Add myself.
1905 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1907         * MAINTAINERS (write_after_approval): Add myself.
1909 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1911         * configure.ac: Factor out common cases for compare_exclusions.
1912         * configure: Regenerate.
1914 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1916         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1917         flag.
1919 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1921         * MAINTAINERS (Write After Approval): Add myself.
1923 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1925         PR middle-end/92463
1926         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1927         * configure: Regenerate
1929 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1931         * configure.ac: Use https for gcc.gnu.org.
1932         * configure: Regenerated.
1934 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1936         * MAINTAINERS (aarch64 port): Remove my name, move to...
1937         (Write After Approval): ...Here.
1939 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1941         * MAINTAINERS: Change my email address as maintainer.
1943 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1945         PR fortran/91828
1946         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1947         * configure: Regenerated.
1949 2019-10-21  Jason Merrill  <jason@redhat.com>
1951         * .gitattributes: Also check ChangeLog whitespace.
1953 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1955         * contrib/dg-extract-results.sh: Add support for KPASS.
1956         * contrib/dg-extract-results.py: Likewise.
1958 2019-10-17  Jason Merrill  <jason@redhat.com>
1960         * .gitattributes: Avoid {} in filename pattern.
1962 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1964         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1965         Approval section.
1967 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1969         * MAINTAINERS: Add myself to Write After Approval
1971 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1973         * MAINTAINERS: Add myself as an aarch64 maintainer.
1975 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1977         * MAINTAINERS: Add myself as aarch64 maintainer.
1979 2019-09-23  Carl Love  <cel@us.ibm.com>
1981         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1982         New define_insn.
1983         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1984         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1986 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1988         * MAINTAINERS (Sam Tebbs): Update email address.
1990 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1992         * MAINTAINERS: Update my email address.
1994 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1996         * libtool.m4: Handle uclinuxfdpiceabi.
1998 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2000         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
2001         Remove myself from Write After Approval section.
2003 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2005         * configure.ac: Support for bpf-*-* targets.
2006         * configure: Regenerate.
2008 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2010         * config.sub: Import upstream version 2019-06-30.
2011         * config.guess: Import upstream version 2019-07-24.
2013 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
2015         * MAINTAINERS: Remove spu port maintainers.
2017 2019-08-28  Martin Liska  <mliska@suse.cz>
2019         * .gitignore: Add .clangd and compile_commands.json
2020         to .gitignore.
2022 2019-08-23  Michael Forney  <mforney@mforney.org>
2024         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
2025         * Makefile.in: Regenerate.
2027 2019-08-19  Tom Tromey  <tom@tromey.com>
2029         * configure: Rebuild.
2030         * configure.ac: Add --with-static-standard-libraries.
2032 2019-08-16  Alexandre Oliva <oliva@gnu.org>
2034         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
2036 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
2038         * MAINTAINERS (Write After Approval): Add myself.
2040 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2042         * MAINTAINERS (Write After Approval): Remove myself, already listed in
2043         RISC-V port maitainer.
2045 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2047         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
2049 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2051         * MAINTAINERS (Write After Approval): Add myself.
2053 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
2055         * MAINTAINERS (Write After Approval): Add myself.
2057 2019-06-25  Martin Liska  <mliska@suse.cz>
2059         contrib/filter-clang-warnings.py: Transform from
2060         filter-rtags-warnings.py.
2062 2019-06-15  Tom Tromey  <tom@tromey.com>
2064         * configure.ac (host_libs): Add gnulib.
2065         * configure: Rebuild.
2066         * Makefile.def (host_modules, dependencies): Add gnulib.
2067         * Makefile.in: Rebuild.
2069 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2071         * MAINTAINERS (Write After Approval): Add myself.
2073 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2075         * configure: Regenerate.
2076         * configure.ac: Add PRU target.
2078 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
2080         * MAINTAINERS (Write After Approval): Add myself.
2082 2019-06-11  Nick Clifton  <nickc@redhat.com>
2084         Import these changes from the binutils/gdb repository:
2086         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2088         * Makefile.def (dependencies): configure-libctf depends on all-bfd
2089         and all its deps.
2090         * Makefile.in: Regenerated.
2092         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2094         * Makefile.def (host_modules): Add libctf.
2095         * Makefile.def (dependencies): Likewise.
2096         libctf depends on zlib, libiberty, and bfd.
2097         * Makefile.in: Regenerated.
2098         * configure.ac (host_libs): Add libctf.
2099         * configure: Regenerated.
2101 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
2103         * MAINTAINERS (Write After Approval): Add myself.
2105 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
2107         * MAINTAINERS: Update my email address.
2109 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
2111         * MAINTAINERS (Write After Approval): Add myself.
2113 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
2115         * MAINTAINERS (Write After Approval): Add myself.
2117 2019-05-07  Jim Wilson  <jimw@sifive.com>
2119         * MAINTAINERS: Remove myself as IA-64 maintainer.
2121 2019-05-04  Roland Illig  <roland.illig@gmx.de>
2123         * MAINTAINERS (Write After Approval): Add myself.
2125 2019-05-02  Richard Biener  <rguenther@suse.de>
2127         PR bootstrap/85574
2128         * Makefile.tpl (compare target): Also compare extra-compare
2129         files.
2130         * Makefile.in: Regenerate.
2132 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
2134         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2135         as modulo-scheduler maintainer.
2137 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
2139         * MAINTAINERS: Add myself as co-maintainer for Darwin.
2141 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
2143         * MAINTAINERS: Update my email address.
2145 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
2147         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2148         * configure: Regenerate.
2150 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2152         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2153         * configure: Regenerate.
2155 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
2157         * configure.ac: Add target-zlib to target_libraries.
2158         * configure: Regenerate.
2160 2019-04-09  Martin Liska  <mliska@suse.cz>
2162         * Makefile.in: Regenerate.
2163         * Makefile.tpl: Pass GENERATOR_CFLAGS
2164         in all stages.
2166 2019-03-28  Martin Liska  <mliska@suse.cz>
2168         PR bootstrap/89829
2169         * Makefile.in: Revert r254150.
2170         * Makefile.tpl: Likewise.
2172 2019-03-28  Ben Elliston  <bje@gnu.org>
2174         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2175         related, and libdecnumber.
2177 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
2179         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2180         (Write After Approval): Remove myself.
2182 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
2184         * MAINTAINERS (Write After Approval): Add myself.
2186 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
2188         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2189         (Write After Approval): Remove myself and Julian.
2191 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
2193         * MAINTAINERS (Write After Approval): Add myself.
2195 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
2197         * MAINTAINERS (Write After Approval): Add myself.
2199 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2201         * ChangeLog: Replace space with tab.
2202         * MAINTAINERS: Delete 1 tab to keep alignment.
2204 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
2206         * MAINTAINERS (Write After Approval): Add myself.
2208 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
2210         * MAINTAINERS (Write After Approval): Add myself.
2212 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
2213             Kwok Cheung Yeung  <kcy@codesourcery.com>
2214             Julian Brown  <julian@codesourcery.com>
2215             Tom de Vries  <tom@codesourcery.com>
2216             Jan Hubicka  <hubicka@ucw.cz>
2217             Martin Jambor  <mjambor@suse.cz>
2219         * configure.ac: Likewise.
2220         * configure: Regenerate.
2221         * contrib/config-list.mk: Add amdgcn-amdhsa.
2223 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
2225         * MAINTAINERS (Write After Approval): Add myself.
2227 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2229         * MAINTAINERS (Write After Approval): Add myself.
2231 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2233         PR target/88535
2234         * config.guess: Import upstream version 2019-01-03.
2235         * config.sub: Import upstream version 2019-01-01.
2237 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2239         * MAINTAINERS (Write After Approval): Update my maintainer address.
2241 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
2243         * MAINTAINERS (Write After Approval): Add myself.
2245 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
2247         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2249 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
2251         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2252         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2253         (GCC_TARGET_TOOL): Likewise.
2254         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2255         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2256         OTOOL, OTOOL_FOR_TARGET: New substitutions.
2257         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2258         * configure: Regenerate.
2259         * Makefile.in: Likewise.
2261 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
2263         * MAINTAINERS (Write After Approval): Add myself.
2265 2018-11-13  Martin Liska  <mliska@suse.cz>
2267         * gcc.target/i386/pr87930.c: Move to ...
2268         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
2270 2018-11-10  Stafford Horne  <shorne@gmail.com>
2272         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2273         (Write After Approval): Remove myself.
2275 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2277         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2278         Append $INCICONV to it.
2280 2018-11-04  Stafford Horne  <shorne@gmail.com>
2282         * MAINTAINERS (Write After Approval): Add myself.
2284 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
2286         PR bootstrap/82856
2287         * multilib.am: New file.  From automake.
2289         Merge from binutils-gdb:
2290         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2292         * libtool.m4: Use AC_LANG_SOURCE.
2293         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2294         * ar-lib: New file.
2295         * test-driver: New file.
2296         * configure: Re-generate.
2298 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
2300         * MAINTAINERS (Write After Approval): Add myself.
2302 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
2304         PR bootstrap/87788
2305         PR d/87799
2306         * configure: Rebuild.
2307         * configure.ac: Disable D on systems where it is known not to work.
2309 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
2311         * Makefile.def (target_modules): Add libphobos.
2312         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2313         GDCFLAGS_FOR_TARGET.
2314         (dependencies): Make libphobos depend on libatomic, libbacktrace
2315         configure, and zlib configure.
2316         (language): Add language d.
2317         * Makefile.in: Rebuild.
2318         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2319         (HOST_EXPORTS): Add GDC.
2320         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2321         (BASE_TARGET_EXPORTS): Add GDC.
2322         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2323         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2324         (EXTRA_HOST_FLAGS): Add GDC.
2325         (STAGE1_FLAGS_TO_PASS): Add GDC.
2326         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2327         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2328         environment variables.
2329         * configure: Rebuild.
2330         * configure.ac: Add target-libphobos to target_libraries.  Set and
2331         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2333 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
2335         * MAINTAINERS (Write After Approval): Add myself.
2337 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2339         * MAINTAINERS (Write After Approval): Remove myself.
2341 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2343         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2345 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
2347         * MAINTAINERS: Update my email address.
2349 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
2351         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2352         maintainer.
2354 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
2356         * MAINTAINERS (Write After Approval): Add self.
2358 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2360         * MAINTAINERS (write after approval): Add myself.
2362 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
2364         * MAINTAINERS: Update my email address.
2366 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
2368         * MAINTAINERS (write after approval): Add myself.
2370 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
2372         * MAINTAINERS: Add self to global reviewers list.
2374 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
2376         MAINTAINERS: Add c-sky port maintainers.
2378 2018-08-10  Martin Liska  <mliska@suse.cz>
2380         * MAINTAINERS: Revert change in previous commit and
2381         join lines.
2383 2018-08-10  Martin Liska  <mliska@suse.cz>
2385         * MAINTAINERS: Remove extra line.
2387 2018-08-06  Naveen H.S  <naveenh@marvell.com>
2389         * MAINTAINERS: Update my email address.
2391 2018-07-19  DJ Delorie  <dj@redhat.com>
2393         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2394         as maintainer.
2396 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
2398         * MAINTAINERS: Adjust email address for me and my colleague Robin
2399         Dapp.
2401 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2402             Sunil K Pandey  <sunil.k.pandey@intel.com>
2404         PR target/84413
2405         * config/i386/i386.c (m_CORE_AVX512): New.
2406         (m_CORE_AVX2): Likewise.
2407         (m_CORE_ALL): Add m_CORE_AVX2.
2408         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2409         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2410         and remove the rest of m_SKYLAKE_AVX512.
2412 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2414         * config.sub: Sync with upstream version 2018-07-03.
2416 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2418         * config.guess: Sync with upstream version 2018-06-26.
2419         * config.sub: Sync with upstream version 2018-07-02.
2421 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2423         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2424         * ltmain.sh: Likewise.
2426 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2428         * contrib/config-list.mk: Remove powerpc-linux_paired.
2430 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2432         * configure.ac: Introduce support for @unless/@endunless.
2433         * Makefile.tpl (dep-kind): Rewrite with cond; return
2434         postbootstrap in some cases.
2435         (make-postboot-dep, postboot-targets): New.
2436         (dependencies): Do not output postbootstrap dependencies at
2437         first.  Output non-target ones changed for configure to depend
2438         on stage_last @if gcc-bootstrap, and the original deps @unless
2439         gcc-bootstrap.
2440         * configure.in, Makefile.in: Rebuilt.
2442 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2444         * MAINTAINERS (write after approval): Add myself.
2446 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2448         * MAINTAINERS (write after approval): Add myself.
2450 2018-06-19  Nick Clifton  <nickc@redhat.com>
2452         * zlib/configure.ac: Restore old behaviour of only enabling
2453         multilibs when a target subdirectory is defined.  This allows
2454         building with srcdir == builddir.
2455         * zlib/configure: Regenerate.
2457 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2459         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2460         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2461         * Makefile.in: Regenerate.
2463 2018-06-16  Ben Elliston  <bje@gnu.org>
2465         * config.guess: Import latest version.
2466         * config.sub: Likewise.
2468 2018-06-08  Martin Liska  <mliska@suse.cz>
2470         * MAINTAINERS: Remove MPX-related entries.
2471         * Makefile.def: Remove libmpx support.
2472         * Makefile.in: Regenerate.
2473         * configure.ac: Remove removed files.
2474         * configure: Regenerate.
2475         * libmpx/ChangeLog: Remove.
2476         * libmpx/Makefile.am: Remove.
2477         * libmpx/Makefile.in: Remove.
2478         * libmpx/acinclude.m4: Remove.
2479         * libmpx/aclocal.m4: Remove.
2480         * libmpx/config.h.in: Remove.
2481         * libmpx/configure: Remove.
2482         * libmpx/configure.ac: Remove.
2483         * libmpx/configure.tgt: Remove.
2484         * libmpx/libmpx.spec.in: Remove.
2485         * libmpx/mpxrt/Makefile.am: Remove.
2486         * libmpx/mpxrt/Makefile.in: Remove.
2487         * libmpx/mpxrt/libmpx.map: Remove.
2488         * libmpx/mpxrt/libtool-version: Remove.
2489         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2490         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2491         * libmpx/mpxrt/mpxrt.c: Remove.
2492         * libmpx/mpxrt/mpxrt.h: Remove.
2493         * libmpx/mpxwrap/Makefile.am: Remove.
2494         * libmpx/mpxwrap/Makefile.in: Remove.
2495         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2496         * libmpx/mpxwrap/libtool-version: Remove.
2497         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2499 2018-06-04  Martin Liska  <mliska@suse.cz>
2501         * MAINTAINERS: Add myself as gcov maintainer.
2503 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2505         * MAINTAINERS: Update my email address.
2507 2018-06-04  Tom de Vries  <tdevries@suse.de>
2509         * MAINTAINERS: Remove write-after-approval entries for component
2510         maintainers.
2512 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2514         * MAINTAINERS (write after approval): Add myself.
2516 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2518         * MAINTAINERS: Update my email address.
2520 2018-06-01  Tom de Vries  <tdevries@suse.de>
2522         * MAINTAINERS: Update my email address.
2524 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2526         * MAINTAINERS (loop-optimizer): Add myself.
2528 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2530         * configure.ac: Added "nfp" target.
2531         * configure: Regenerate.
2533 2018-04-30  Richard Biener  <rguenther@suse.de>
2535         PR bootstrap/85571
2536         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2537         (STAGE3_TFLAGS): Likewise.
2538         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2539         (STAGEtrain_TFLAGS): Likewise.
2540         * Makefile.in: Regenerate.
2542 2018-04-26  Richard Biener  <rguenther@suse.de>
2544         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2545         (STAGE2_CFLAGS): Likewise.
2546         (STAGE2_TFLAGS): Likewise.
2547         (STAGE3_CFLAGS): Add -fchecking.
2548         (STAGE3_TFLAGS): Likewise.
2549         (STAGEtrain_CFLAGS): Filter out -fchecking.
2550         (STAGEtrain_TFLAGS): Likewise.
2551         * Makefile.in: Re-generate.
2553 2018-04-25  Catherine Moore <clm@codesourcery.com>
2555         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2557 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2559         * MAINTAINERS (write after approval): Add myself.
2561 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2563         * MAINTAINERS: Update my email address.
2565 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2567         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2569 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2571         * MAINTAINERS: Update my email address and disambiguate myself
2572         a bit from Will Schmidt.
2574 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2576         * MAINTAINERS: Move maintainers of now-removed picochip and score
2577         ports to write after approval.
2579 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2581         * MAINTAINERS: Add entry for SVE maintainership.
2583 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2585         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2586         * configure: Regenerate.
2588 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2590         * MAINTAINERS (write after approval): Add myself.
2592 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2594         * MAINTAINERS (write after approval): Add myself.
2596 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2598         * MAINTAINERS (write after approval): Add myself.
2600 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2602         Update copyright years.
2604 2018-01-03  Ben Elliston  <bje@gnu.org>
2606         * config.guess: Import latest version.
2607         * config.sub: Likewise.
2609 2017-12-12  Stafford Horne  <shorne@gmail.com>
2611         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2612         * configure: Regenerate.
2614 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2616         * MAINTAINERS (Write After Approval): Add myself.
2618 2017-11-28  Julia Koval  <julia.koval@intel.com>
2619             Sebastian Peryt  <sebastian.peryt@intel.com>
2621         * Makefile.def (target_modules): Remove libcilkrts.
2622         * Makefile.in: Ditto.
2623         * configure: Ditto.
2624         * configure.ac: Ditto.
2626 2017-11-28  Julia Koval  <julia.koval@intel.com>
2628         * MAINTAINERS (Write After Approval): Add myself.
2630 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2632         * MAINTAINERS (Write After Approval): Add myself.
2634 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2636         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2637         Use my SiFive email address.
2639 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2641         * MAINTAINERS (write after approval): Add myself.
2643 2017-10-27  Martin Liska  <mliska@suse.cz>
2645         * Makefile.tpl: Use proper name of folder as it was renamed
2646         during transition to 4 stages.
2647         * Makefile.in: Regenerate.
2649 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2651         * MAINTAINERS (write after approval): Add myself.
2653 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2655         * MAINTAINERS: Add a note that maintainership also includes web
2656         pages, docs, and testsuite related to that area.
2658 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2660         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2662 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2664         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2666 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2668         * MAINTAINERS: Remove myself as a vxworks maintainer.
2670 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2672         * MAINTAINERS: Remove email address of Jim Norris.
2674 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2676         * MAINTAINERS (Reviewers): Move myself from here...
2677         (CPU Port Maintainers): ... to here.
2679 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2681         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2683 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2685         * MAINTAINERS (write after approval): Add myself.
2687 2017-07-28  Tony Reix  <tony.reix@atos.net>
2689         * configure.ac (target-libffi): Don't disable for AIX.
2690         (go): Don't add to unsupported_languages on AIX.
2691         (target-libgo): Don't disable for AIX.
2692         * configure: Regenerate.
2694 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2696         * MAINTAINERS: Add myself.
2698 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2700         * MAINTAINERS: Update my email address.
2702 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2704         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2705         arm-specific auto-generated header files.
2707 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2709         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2710         * configure: Rebuilt.
2712 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2714         * MAINTAINERS: Readd myself for c6x.
2716 2017-06-28  Martin Liska  <mliska@suse.cz>
2718         PR bootstrap/81217
2719         * Makefile.def: Remove superfluous bootstrap_target from
2720         bootstrap_stage.
2721         * Makefile.in: Re-generate the file.
2723 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2725         * MAINTAINERS: Add myself to Write After Approval
2727 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2729         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2731 2017-06-19  Martin Liska  <mliska@suse.cz>
2733         * Makefile.def: Define 4 stages PGO bootstrap.
2734         * Makefile.tpl: Define FLAGS.
2735         * Makefile.in: Regenerate.
2737 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2739         * Makefile.def: Add check-gotools to go check targets.
2740         * Makefile.in: Rebuild.
2742 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2744         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2746 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2748         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2749         * configure: Regenerate.
2751 2017-05-31  Martin Liska  <mliska@suse.cz>
2753         * configure.ac: Add handling of stage2_werror_flags to
2754         action-if-given and to action-if-not-given.
2755         * configure: Regenerate.
2757 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2759         * MAINTAINERS: Add self to Write After Approval
2761 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2763         * MAINTAINERS: Update my email address, and remove myself as
2764         maintainer in some areas.
2766 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2768         * MAINTAINERS: Add self to Write After Approval
2770 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2772         * configure.ac: Add --enable-languages=default to mean default and
2773         make --enable-languages=all mean all supported languages.
2774         * configure: Regenerated.
2776 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2778         * config.gcc (powerpc*-*-*spe*): New.
2779         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2780         (powerpc-*-rtems*spe*): New.
2781         (powerpc*-*-linux*spe*): New.
2782         (powerpc-wrs-vxworksspe): New.
2783         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2784         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2785         * config.host (powerpc*-*-*spe*): New.
2787 2017-05-19  Martin Liska  <mliska@suse.cz>
2789         * configure.ac: Add --enable-werror-always just for
2790         bootstrap-debug (or none build config) and do not add it
2791         when we are on a release branch.
2792         * configure: Regenerated.
2794 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2796         * MAINTAINERS: Add self to Write After Approval
2798 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2800         * MAINTAINERS: Move myself to Write After Approval section.
2802 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2804         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2805         ACCH registers.
2806         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2807         available.
2808         (umulsidi3): Likewise.
2809         (mulsidi3_700): Disable this pattern when we have advanced mpy
2810         instructions.
2811         (umulsidi3_700): Likewise.
2812         (maddsidi4): New pattern.
2813         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2814         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2815         (mpydu_imm_arcv2hs): Likewise.
2816         * config/arc/predicates.md (accl_operand): New predicate.
2818 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2819             Andrew Burgess <andrew.burgess@embecosm.com>
2821         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2822         case.
2823         (ARC_AUTOFP_IRQ_P): Likewise.
2824         (ARC_AUTO_IRQ_P): Likewise.
2825         (rgf_banked_register_count): New variable.
2826         (parse_mrgf_banked_regs_option): New function.
2827         (arc_override_options): Handle rgf_banked_regs option.
2828         (arc_handle_interrupt_attribute): Add firq option.
2829         (arc_compute_function_type): Return fast irq type when required.
2830         (arc_must_save_register): Handle fast interrupts.
2831         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2832         (arc_return_address_regs): Update.
2833         * config/arc/arc.h (arc_return_address_regs): Update.
2834         (arc_function_type): Add fast interrupt type.
2835         (ARC_INTERRUPT_P): Update.
2836         (RC_FAST_INTERRUPT_P): Define.
2837         * config/arc/arc.md (simple_return): Update for fast interrupts.
2838         (p_return_i): Likewise.
2839         * config/arc/arc.opt (mrgf-banked-regs): New option.
2840         * doc/invoke.texi (mrgf-banked-regs): Document.
2842 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2844         * config/arc/arc.c (irq_ctrl_saved): New variable.
2845         (ARC_AUTOBLINK_IRQ_P): Define.
2846         (ARC_AUTOFP_IRQ_P): Likewise.
2847         (ARC_AUTO_IRQ_P): Likewise.
2848         (irq_range): New function.
2849         (arc_must_save_register): Likewise.
2850         (arc_must_save_return_addr): Likewise.
2851         (arc_dwarf_emit_irq_save_regs): Likewise.
2852         (arc_override_options): Handle deferred options.
2853         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2854         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2855         arc_must_save_return_addr.
2856         (arc_compute_frame_size): Handle automated save and restore of
2857         registers.
2858         (arc_expand_prologue): Likewise.
2859         (arc_expand_epilogue): Likewise.
2860         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2861         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2862         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2864 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2865         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2867         PR bootstrap/77661
2868         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2869         in-tree build MPC.
2870         * Makefile.in: Regenerate.
2872 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2874         * configure.ac: Enable LTO by default on darwin >= 9.
2875         * configure: Regenerate.
2877 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2879         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2880         and Andrew Waterman as the RISC-V maintainers.
2882 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2884         * MAINTAINERS: Add self to Write After Approval
2886 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2888         * config.guess: Import latest from upstream.
2890 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2892         * MAINTAINERS (Write After Approval): Remove entries that are
2893         already covered under Reviewers.
2895 2017-03-08  Mark Wielaard  <mark@klomp.org>
2897         PR demangler/70909
2898         PR demangler/67264
2899         * include/demangle.h: Add d_printing to struct demangle_component
2900         and pass struct demangle_component as non const.
2902 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2904         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2906 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2908         * Makefile.tpl: Remove HOST_ISLVER.
2909         (HOST_EXPORTS): Remove ISLVER.
2910         * Makefile.in: Regenerate.
2912 2017-02-13  Richard Biener  <rguenther@suse.de>
2914         * configure: Re-generate.
2916 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2918         * MAINTAINERS: Adjust bug reporting URL.
2920 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2922         * MAINTAINERS (Write After Approval): Remove redundant entry
2923         for Andrew Burgess.
2925 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2927         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2928         32-bit hppa*-*-hpux*.
2929         * configure: Regenerate.
2931 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2933         * configure.ac: Moved the white list of enabling BRIG FE to
2934         libhsail-rt/configure.tgt.
2935         * configure: Regenerated.
2936         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2938 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2939             Martin Jambor  <mjambor@suse.cz>
2941         * Makefile.def (target_modules): Added libhsail-rt.
2942         (languages): Added language brig.
2943         * Makefile.in: Regenerated.
2944         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2945         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2946         * configure: Regenerated.
2948 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2950         PR other/79046
2951         * configure: Regenerated.
2953 2017-01-04  Alan Modra  <amodra@gmail.com>
2955         * configure: Regenerate.
2957 2016-12-29  Ben Elliston  <bje@gnu.org>
2959         * config.sub: Import latest version.
2961 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2963         * MAINTAINERS (Write After Approval): Add myself.
2965 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2967         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2968         includes bootstrap-mpx.
2969         * configure: Regenerated.
2971 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2973         * MAINTAINERS (Write After Approval): Add myself.
2975 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2977         * configure: Regenerate.
2979 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2981         * configure.ac: Don't use pkg-config to check for bdw-gc.
2982         * configure: Regenerate.
2984 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2986         * Makefile.def: Remove reference to boehm-gc target module.
2987         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2988         options and for the bdw-gc pkg-config module.
2989         * configure: Regenerate.
2990         * Makefile.in: Regenerate.
2992 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2994         * MAINTAINERS (nvptx): Remove self.
2996 2016-11-25  Ben Elliston  <bje@gnu.org>
2998         * config.guess: Import latest version.
2999         * config.sub: Likewise.
3001 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
3003         * MAINTAINERS (Write After Approval): Add myself.
3005 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3007         * Makefile.def: Remove references to GCJ.
3008         * Makefile.tpl: Likewise.
3009         * Makefile.in: Regenerate.
3011 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3013         * config-ml.in: Remove references to GCJ.
3014         * configure.ac: Likewise.
3015         * configure: Regenerate.
3017 2016-11-01  Josh Conner  <joshconner@google.com>
3019         * MAINTAINERS (Write After Approval): Update email address,
3021 2016-10-27  Carl Love  <cel@us.ibm.com>
3023         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
3024         Approval list to make it alphabetical.
3026 2016-10-27  Carl Love  <cel@us.ibm.com>
3028         * MAINTAINERS (Write After Approval): Add myself.
3030 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
3032         * MAINTAINERS (Reviewers): Add myself.
3033         (Write After Approval): Add myself.
3035 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
3036             Ulrich Weigand  <uweigand@de.ibm.com>
3038         * MAINTAINERS: Update email address.
3040 2016-10-10  Nathan Sidwell  <nathan@acm.org>
3042         * MAINTAINERS: Update email address.
3044 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
3046         * configure.ac: Add aarch64-*-freebsd*.
3047         * configure: Regenerate.
3049 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
3051         * MAINTAINERS: Update email address after it got reverted.
3053 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3055         * configure.ac (target_libraries): Readd target-boehm-gc.
3056         Restore --enable-objc-gc handling.
3057         * configure: Regenerate.
3059 2015-10-03  Jeff Law  <law@redhat.com>
3061         * MAINTAINERS: Move several inactive maintainers to the
3062         write-after-approval section.
3064 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
3066         * configure.ac: Add target-libffi to target_libraries.
3067         Readd libgcj target disablings, modified to only target-libffi.
3068         Readd target addition of go to unsupported languages.
3069         * configure: Regenerated.
3071 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
3073         * MAINTAINERS: Update email address.
3075 2016-09-30  Andrew Haley  <aph@redhat.com>
3077         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
3078         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
3079         libgcj.
3081 2016-09-30  Andrew Haley  <aph@redhat.com>
3083         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
3084         write-after approval after GCJ deletion.
3086 2016-09-30  Andrew Haley  <aph@redhat.com>
3088         * Makefile.def: Remove libjava.
3089         * Makefile.tpl: Likewise.
3090         * Makefile.in: Regenerate.
3091         * configure.ac: Likewise.
3092         * configure: Likewise.
3093         * gcc/java: Remove.
3094         * libjava: Likewise.
3096 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
3098         * MAINTAINERS (Reviewers): Add myself.
3100 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3102         * configure.ac: Disable "sim" directory for arc*-*-*.
3103         * configure: Regenerated.
3105 2016-09-23  Tamar Christina <tamar.christina@arm.com>
3107         * MAINTAINERS (Write After Approval): Add myself.
3109 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
3111         * configure.ac: Check for the minimum in-tree MPFR version
3112         handled.
3113         * configure: Regenerate.
3115 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
3117         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3118         * configure: Regenerated.
3120 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
3122         * MAINTAINERS (Write After Approval): Add myself.
3124 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3126         * Makefile.def: Add autoprofiledbootstrap.
3127         * Makefile.tpl: Dito.
3128         * Makefile.in: Regenerate.
3130 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3132     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3133     * configure: Regenerate.
3135 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3137         * configure: Regenerate.
3138         * configure.ac: Remove support for avr-rtems.
3140 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3142         * MAINTAINERS (Write After Approval): Add myself.
3144 2016-06-16  Michael Collison  <michael.collison@arm.com>
3146         * MAINTAINERS (Write After Approval): Add myself.
3148 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
3150         * MAINTAINERS (Write After Approval): Update e-mail address.
3152 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
3154         * MAINTAINERS (Write After Approval): Add myself.
3156 2016-05-28  Alan Modra  <amodra@gmail.com>
3158         * Makefile.tpl (configure): Depend on m4 files included.
3159         * Makefile.in: Regenerate.
3161 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3163         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3164         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3166 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3168         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3169         special case builtin.
3170         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3171         support for ALTIVEC_BUILTIN_VEC_ADDEC.
3172         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3173         for __builtin_vec_addec.
3175 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3177         * config.guess: Import version 2016-04-02 (newest).
3178         * config.sub: Import version 2016-05-10 (newest).
3180 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
3182         * configure.ac: Add ARC support to libgloss.
3183         * configure: Regenerate
3185 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3187         * MAINTAINERS (Write After Approval): Add myself.
3189 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3191         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3192         * configure: Regenerated.
3193         * Makefile.def (gmp): Explicitly disable assembler.
3194         (mpfr): Adjust lib_path.
3195         (mpc): Likewise.
3196         * Makefile.in: Regenerated.
3198 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
3200         PR bootstrap/70704
3201         * configure.ac (--enable-stage1-checking): Add missing
3202         --enable-checking=.
3203         * configure: Regenerated.
3205 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3207         * config.guess: Revert r235676.
3208         * config.sub: Revert r235676.
3210 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3212         * config.guess: Remove SH5 support.
3213         * config.sub: Likewise.
3214         * configure: Likewise.
3215         * configure.ac: Likewise.
3217 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
3219         PR bootstrap/70704
3220         * configure.ac (--enable-stage1-checking): For --disable-checking or
3221         implicit --enable-checking, make sure extra flag matches in between
3222         stage1 and later checking.
3223         * configure: Regenerated.
3225 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3227         * .gitattributes: New file.
3229 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
3231         * MAINTAINERS (rs6000/powerpc port): Add myself.
3233 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
3235         PR bootstrap/70173
3236         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3237         and gotools directories.  Delete the stage_final file.
3238         * Makefile.in: Regenerate.
3240 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
3242         * MAINTAINERS (Write After Approval): Add myself.
3244 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
3246         * MAINTAINERS (Fortran maintainer): Remove myself.
3248 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
3250         * MAINTAINERS (Write After Approval): Add myself.
3252 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
3254         * MAINTAINERS (Write After Approval): Add myself.
3256 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3258         Sync with binutils-gdb:
3260         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3262         * configure.ac: Add mips and s390 to the gold target check.
3263         * configure: Regenerate.
3265 2016-03-01  DJ Delorie  <dj@redhat.com>
3267         * MAINTAINERS (mep): Remove myself as MeP maintainer.
3269 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
3271         * MAINTAINERS (libcpp): Add myself.
3272         (diagnostic messages): Likewise.
3274 2016-02-20  Tom de Vries  <tom@codesourcery.com>
3276         * MAINTAINERS: Fix whitespace.
3278 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
3280         * MAINTAINERS (Write After Approval): Add myself.
3282 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
3284         * config/isl.m4: Add comments about isl-0.16.
3285         * configure: Regenerate.
3287 2016-01-29  Martin Jambor  <mjambor@suse.cz>
3289         * MAINTAINERS (hsa maintainers): Add myself.
3291 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
3293         * MAINTAINERS: (Write After Approval): Add myself.
3295 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
3296             Sebastian Pop  <s.pop@samsung.com>
3298         * Makefile.in: Regenerate.
3299         * Makefile.tpl: Export ISLVER.
3300         * configure: Regenerate.
3301         * config/isl.m4: Detect isl-0.15.
3303 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
3305         PR bootstrap/69329
3306         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3307         * Makefile.in: Regenerate.
3309 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
3311         * configure.ac: Enable LTO for DJGPP
3312         * configure: Regenerate
3314 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3316         Sync with binutils-gdb:
3317         2015-10-21  Nick Clifton  <nickc@redhat.com>
3319         PR gas/19109
3320         * configure.ac: Note the 'none' is an acceptable argument to
3321         --enable-compressed-debug-sections.
3322         * configure: Regenerate.
3324 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3326         PR bootstrap/69134
3327         * Makefile.def (mpfr): Disable assembler.
3328         * Makefile.in: Regenerate.
3330 2016-01-01  Ben Elliston  <bje@gnu.org>
3332         * config.guess: Import version 2016-01-01.
3333         * config.sub: Likewise.
3335 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
3337         * MAINTAINERS (Write After Approval): Add myself.
3339 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
3341         * Makefile.in: Replace ISL with isl.
3342         * Makefile.tpl: Same.
3343         * config/isl.m4: Same.
3344         * configure.ac: Same.
3345         * contrib/download_prerequisites: Same.
3346         * configure: Regenerate.
3348 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
3350         * MAINTAINERS (Write After Approval): Add Myself.
3352 2015-12-17  Nathan Sidwell  <nathan@acm.org>
3354         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3355         * configure: Regenerate.
3357 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
3358             Sebastian Pop  <s.pop@samsung.com>
3360         * config/isl.m4 (ISL_CHECK_VERSION): Check for
3361         isl_ctx_get_max_operations.
3362         * configure: Regenerate.
3364 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
3366         * MAINTAINERS (Write After Approval): Add myself.
3368 2015-12-02  Ian Lance Taylor  <iant@google.com>
3370         PR go/66147
3371         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3372         * Makefile.in: Regenerate.
3374 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
3376         PR libffi/65726
3377         * Makefile.def (lang_env_dependencies): Make libffi depend
3378         on cxx.
3379         * Makefile.in: Regenerate.
3381 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
3383         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3384         symbols.
3386 2015-11-20  Tristan Gingold  <gingold@adacore.com>
3388         Sync with binutils-gdb:
3389         2015-11-20  Tristan Gingold  <gingold@adacore.com>
3391         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3392         * configure: Regenerate.
3394 2015-11-19  Martin Liska  <mliska@suse.cz>
3396         * .gitignore: Add .clang-format to ignored files.
3397         * Makefile.in: Add clang-format.
3398         * Makefile.tpl: Likewise.
3400 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3402         * configure.ac: Enable libmpx by default.
3403         * configure: Regenerated.
3405 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
3407         * MAINTAINERS: Update email address.
3409 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3411         * MAINTAINERS: Update email address.
3413 2015-10-23  Alan Hayward <alan.hayward@arm.com>
3415         * MAINTAINERS  (Write After Approval): Add myself.
3417 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3419         Sync with binutils-gdb:
3420         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3422         PR gas/19109
3423         * configure.ac: Add
3424         --enable-compressed-debug-sections={all,gas,gold,ld}.
3425         * configure: Regenerated.
3427 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3429         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3431 2015-10-09  Martin Liska  <mliska@suse.cz>
3433         * MAINTAINERS (Write After Approval): Add myself.
3435 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3437         * MAINTAINERS (Write After Approval): Add myself.
3439 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3441         * MAINTAINERS: Update email address.
3443 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3445         * MAINTAINERS  (Write After Approval): Add myself.
3447 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3449         * MAINTAINERS: Update email.
3451 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3453         * MAINTAINERS: Update my email address.
3455 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3457         * MAINTAINERS (ft32 port): Add myself.
3459 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3461         * MAINTAINERS: Add myself.
3463 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3465         * MAINTAINERS (Write After Approval): Add myself.
3467 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3469         PR libfortran/54572
3470         * Makefile.def: Make libgfortran depend on libbacktrace.
3471         * Makefile.in: Regenerate.
3473 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3475         * MAINTAINERS (Write After Approval): Add myself.
3477 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3479         PR other/67092
3480         * configure.ac: Remove --with_host_libstdcxx support.
3481         * configure: Regenerate.
3483 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3484             Jakub Jelinek  <jakub@redhat.com>
3486         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3487         nvptx*-*-*.
3488         * configure: Regenerate.
3490 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3492         * Makefile.def (libiconv): Define bootstrap=true.
3493         Mark pdf/html/info as missing.
3494         (configure-gcc): Depend on all-libiconv.
3495         (all-gcc): Ditto.
3496         (configure-libcpp): Ditto.
3497         (all-libcpp): Ditto.
3498         (configure-intl): Ditto.
3499         (all-intl): Ditto.
3500         * Makefile.in: Regenerate.
3502 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3504         * MAINTAINERS (loop ivopts): Add the entry and myself.
3506 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3508         * MAINTAINERS (nvptx): Add self.
3510 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3512         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3513         128-bit vector modes.
3515 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3517         * MAINTAINERS (Write After Approval): Add myself.
3519 2015-07-28  Ben Elliston  <bje@gnu.org>
3521         * config.sub, config.guess: Import from upstream.
3523 2015-07-24  Michael Darling  <darlingm@gmail.com>
3525         PR other/66259
3526         * config-ml.in: Reflects renaming of configure.in to configure.ac
3527         * configure: Likewise
3528         * configure.ac: Likewise
3530 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3532         * MAINTAINERS: Update my email address.
3534 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3536         Sync with binutils-gdb:
3537         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3539         * configure.ac (target_configdirs): Exclude target-zlib if
3540         target-libjava isn't built.
3541         * configure: Regenerated.
3543 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3545         Sync with binutils-gdb:
3546         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3548         * configure.ac: Disable configuration of GDB for HPUX targets.
3549         * configure: Regenerate.
3551         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3553         * configure.ac: Add --with-system-zlib.
3554         * configure: Regenerated.
3556         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3558         * configure.ac: Add FT32 support.
3559         * configure: Regenerate.
3561         2015-01-12  Anthony Green  <green@moxielogic.com>
3563         * configure.ac: Don't disable gprof for moxie.
3564         * configure: Rebuild.
3566 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3568         Sync with binutils-gdb:
3569         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3571         PR ld/18355
3572         * Makefile.def: Add extra_configure_flags to host zlib.
3573         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3574         to --enable-host-shared When bfd is to be built as shared
3575         library.  AC_SUBST.
3576         * Makefile.in: Regenerated.
3578 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3580         Sync with src:
3581         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3582         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3583         * Makefile.in: Regenerated.
3585 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3587         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3588         target.
3589         * configure: Regenerate.
3591 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3593         * MAINTAINERS (Write After Approval): Add myself.
3595 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3597         * MAINTAINERS (OS Port Maintainers): Add myself.
3598         (Various Maintainers): Remove myself from libffi testsuite.
3600 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3602         * MAINTAINERS (gen* on machine desc): Add self.
3604 2015-06-02  Jason Merrill  <jason@redhat.com>
3606         PR bootstrap/66319
3607         * configure.ac: Use -std=gnu++98.
3609 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3611         * MAINTAINERS (Write After Approval): Add myself.
3613 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3615         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3616         * configure: Regenerate.
3618 2015-05-26  Jason Merrill  <jason@redhat.com>
3620         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3621         * configure: Regenerate.
3623 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3625         * configure.ac: FT32 target added.
3626         * configure: Regenerated.
3628 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3630         * MAINTAINERS (Write After Approval): Add myself.
3632 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3634         * MAINTAINERS (Write After Approval): Add myself.
3636 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3638         * configure.ac: Fix typo.
3639         * configure: Regenerate.
3641 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3643         * MAINTAINERS (Write After Approval): Add myself.
3645 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3647         * configure.ac: Match $host configured with triplets.
3648         * configure: Regenerate.
3650 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3652         * Makefile.tpl: Remove surplus whitespace throughout.
3653         * Makefile.in: Regenerate.
3655 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3657         * MAINTAINERS (Various Maintainers): Add myself as instruction
3658         combiner maintainer.
3660 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3662         PR bootstrap/62077
3663         * configure.ac (--enable-stage1-checking): Default to
3664         release,misc,gimple,rtlflag,tree,types if --disable-checking
3665         or --enable-checking is not specified and DEV-PHASE is not
3666         experimental.
3667         * configure: Regenerated.
3669 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3671         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3672         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3673         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3674         * Makefile.in: Regenerate.
3676 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3678         * MAINTAINERS: Update my email address.
3680 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3682         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3684 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3686         * MAINTAINERS: Add myself as an arm port reviewer.
3688 2015-03-25  Martin Liska  <mliska@suse.cz>
3689             Yury Gribov  <y.gribov@samsung.com>
3691         * Makefile.in: Fix ln source location for vimrc file.
3692         * Makefile.tpl: Likewise.
3694 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3696         PR bootstrap/25672
3697         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3698         cross-compiling.  Similarly for CXX_FOR_TARGET.
3699         * configure: Regenerate.
3701 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3703         * Makefile.def: Add libmpx.
3704         * configure.ac: Add libmpx.
3705         * Makefile.in: Regenerate.
3706         * configure: Regenerate.
3708 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3710         * MAINTAINERS (CPU Port Maintainers): Add myself
3711         i386 vector ISA extns mantainer.
3713 2015-03-13  Jeff Law  <law@redhat.com>
3715         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3716         maintainer.
3717         Remove Richard Henderson as a maintainer for the x86 port.
3719 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3721         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3723 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3725         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3726         pointer bounds checker and i386 MPX maintainer.
3728 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3730         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3732 2015-02-26  Martin Sebor  <msebor@redhat.com>
3734         * MAINTAINERS (Various Maintainers): Add self.
3736 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3738         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3739         Make sure it contains lto.
3740         * configure: Regenerate.
3742 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3744         * configure: Regenerate.
3746 2015-02-06  Diego Novillo  <dnovillo@google.com>
3748         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3749         middle-end, docstring): Remove myself.
3750         (Write After Approval): Add myself.
3752 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3754         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3755         (Write After Approval): Update address.
3757 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3759         PR jit/64780
3760         * configure.ac: Require the user to explicitly specify
3761         --enable-host-shared if the jit is enabled.
3762         * configure: Regenerate.
3764 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3766         * MAINTAINERS (Write After Approval): Add myself.
3768 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3770         * MAINTAINERS: Make whitespace consistent.
3772 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3774         * MAINTAINERS (Write After Approval): Add myself.
3776 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3778         * MAINTAINERS: (Write After Approval): Add myself.
3780 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3782         * MAINTAINERS: (Write After Approval): Add myself.
3784 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3786         * MAINTAINERS: (Write After Approval): Add myself.
3788 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3790         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3791         objective-c/c++ front end maintainer.
3793 2015-01-13  Marek Polacek  <polacek@redhat.com>
3795         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3797 2015-01-12  Jeff Law  <law@redhat.com>
3799         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3800         a very long time.
3802 2015-01-09  Ian Lance Taylor  <iant@google.com>
3804         * configure.ac (host_tools): Add gotools.
3805         * Makefile.def (host_modules): Add gotools.
3806         (dependencies): Add dependency of all-gotools on all-target-libgo.
3808 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3810         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3811         * configure: Regenerate.
3813 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3815         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3816         all-target-libgomp.
3817         * Makefile.in: Regenerate.
3819 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3821         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3823 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3825         * configure.ac: Add Visium support.
3826         * configure: Regenerate.
3828 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3830         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3831         * configure: Regenerate.
3833 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3835         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3836         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3837         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3838         (OBJCOPY_FOR_TARGET): New variable.
3839         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3840         * Makefile.in: Regenerate.
3841         * configure.ac: Check for already installed target objcopy.
3842         Also GCC_TARGET_TOOL on objcopy.
3843         * configure: Regenerate.
3845 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3847         * config.sub: Update from upstream, to 2015-01-01 version.
3848         * config.guess: Ditto.
3850 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3852         * MAINTAINERS (RTEMS Ports): Add myself.
3854 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3856         * MAINTAINERS (Write After Approval): Add myself.
3858 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3860         * MAINTAINERS (Write After Approval): Add myself.
3862 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3864         * configure.ac (--enable-as-accelerator-for): Don't set
3865         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3866         * configure: Regenerate.
3868 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3870         PR bootstrap/64023
3871         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3872         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3873         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3874         to CXX.
3875         * Makefile.in: Regenerated.
3877 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3878             Yury Gribov  <y.gribov@samsung.com>
3880         * .gitignore: Added .local.vimrc and .lvimrc.
3881         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3882         * Makefile.in: Regenerate.
3884 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3886         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3887         * configure: Regenerated.
3889 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3891         * MAINTAINERS (nvptx port): New entry.
3893 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3895         * configure: Regenerate.
3897 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3899         * configure.ac: Merge with Binutils.
3901 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3903         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3904         * Makefile.in: Regenerate.
3906 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3908         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3909         missing flex.
3910         * Makefile.in: Regenerated.
3912 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3914         * Makefile.in: Regenerate.
3916 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3918         PR bootstrap/63784
3919         * libtool.m4: Add $pic_flag with -shared.
3921 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3923         * MAINTAINERS (Write After Approval): Added myself.
3925 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3927         * MAINTAINERS (write-after-approval): Add myself.
3929 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3931         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3932         from 2 years ago.
3934 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3936         Revert:
3937         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3939         * MAINTAINERS (Write After Approval): Added myself as line map
3940         maintainer.
3942 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3944         Revert:
3945         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3947         * MAINTAINERS (Write After Approval): Added myself.
3949 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3951         * MAINTAINERS (Write After Approval): Added myself.
3953 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3955         * MAINTAINERS (Write After Approval): Added myself as line map
3956         maintainer.
3958 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3960         * MAINTAINERS (Various Maintainers): Added myself as line map
3961         maintainer.
3963 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3965         * move-if-change: Sync from upstream gnulib.
3967 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3969         * compile: Sync with upstream Automake.
3970         * depcomp: Ditto.
3971         * install-sh: Ditto.
3972         * missing: Ditto.
3973         * mkinstalldirs: Ditto.
3974         * ylwrap: Ditto.
3976 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3978         * config.sub: Update from upstream config repo.
3979         * config.guess: Ditto.
3981 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3983         * Makefile.def: Add liboffloadmic to target_modules.  Make
3984         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3985         * Makefile.in: Regenerate.
3986         * configure: Regenerate.
3987         * configure.ac: Add liboffloadmic to target binaries.
3988         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3989         Add liboffloadmic to noconfig list when C++ is not supported.
3991 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3992             Thomas Schwinge  <thomas@codesourcery.com>
3993             Ilya Verbin  <ilya.verbin@intel.com>
3994             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3996         * configure: Regenerate.
3997         * configure.ac (--enable-as-accelerator-for)
3998         (--enable-offload-targets): New configure options.
4000 2014-11-11  Tobias Burnus  <burnus@net-b.de>
4002         * Makefile.def: Make all-gcc depend on all-isl.
4003         * Makefile.in: Regenerate.
4005 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
4007         * ChangeLog.jit: New.
4008         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
4010 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4012         PR target/63610
4013         * libtool.m4: Fix globbing of darwin versions.
4014         * configure: Regenerate.
4016 2014-11-11  Tobias Burnus  <burnus@net-b.de>
4018         * Makefile.def: Remove CLooG.
4019         * Makefile.tpl: Ditto.
4020         * configure.ac: Ditto.
4021         * configure: Regenerate.
4022         * Makefile.in: Ditto.
4024 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
4026         * configure.ac: Handle nvptx-*-*.
4027         * configure: Regenerate.
4029 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
4031         * MAINTAINERS (Write After Approval): Add myself.
4033 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
4035         * Makefile.def (libcc1): Remove bootstrap=true;.
4036         * Makefile.in: Regenerated.
4038 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4040         * configure.ac: Update comment.
4041         * configure: Regenerate.
4043 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
4045         * MAINTAINERS (Write After Approval): Add myself.
4047 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
4049         * configure.ac (extra_host_libiberty_configure_flags): Add
4050         --enable-shared also for libcc1's benefit.
4051         * configure: Regenerate.
4053 2014-10-29  Tristan Gingold  <gingold@adacore.com>
4055         * MAINTAINERS: Change my email address.
4057 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
4058             Tom Tromey  <tromey@redhat.com>
4060         * Makefile.def: Add libcc1 to host_modules.
4061         * configure.ac (host_tools): Add libcc1.
4062         * Makefile.in, configure: Rebuild.
4064 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
4066         * configure.ac (build_configargs): Don't share config.cache between
4067         build subdirs.
4068         * configure: Regenerate.
4070 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4072         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
4073         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
4074         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
4075         leon3v7 as leon3.
4076         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
4077         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
4078         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
4079         * config/sparc/sparc.md (cpu): Add leon3v7.
4080         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
4082 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4084         * MAINTAINERS (write-after-approval): Add myself.
4086 2014-10-23  Ian Lance Taylor  <iant@google.com>
4088         * configure.ac: Disable the Go frontend on systems where it is known
4089         to not work.
4090         * configure: Regenerate.
4092 2014-10-23  Richard Biener  <rguenther@suse.de>
4094         * Makefile.def: Add libcpp build module and dependencies.
4095         * configure.ac: Add libcpp build module.
4096         * Makefile.in: Regenerate.
4097         * configure: Likewise.
4099 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
4101         * MAINTAINERS (write-after-approval): Add myself.
4103 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
4105         * INSTALL/README: Do not mention CVS.
4107 2014-10-03  Jing Yu  <jingyu@google.com>
4109         * configure.ac: Add aarch64 to list of targets that support gold.
4110         * configure: Regenerate.
4112 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
4114         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
4116 2014-09-29  Catherine Moore  <clm@codesourcery.com>
4118         * MAINTAINERS:  Add myself as MIPS maintainer.
4120 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
4122         * MAINTAINERS: Move myself to MIPS maintainers.
4124 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4126         * MAINTAINERS: Put all email addresses between '<' and '>'.
4128 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4130         * MAINTAINERS: Move myself to reviewers (Fortran).
4132 2014-09-01  Andi Kleen  <ak@linux.intel.com>
4134         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4135         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
4136         * Makefile.in: Regenerate.
4138 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4140         * rtx-classes-status.txt: Delete
4142 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4144         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4146 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
4148         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4149         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4150         of checking for version number.
4151         * configure: Regenerated.
4152         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4154 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4156         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4157         is done; begin phase 6 (use extra rtx_def subclasses).
4159 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4161         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4162         done; begin phase 5 (additional rtx_def subclasses).
4164 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4166         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4168 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4170         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4171         SET_BB_HEADER are done.
4173 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4175         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4176         done.
4178 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4180         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4182 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4184         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4186 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4188         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4190 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4192         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4194 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4196         * rtx-classes-status.txt: Phase 3 (per-file commits within
4197         "config" subdirs) is done; begin phase 4 (removal of
4198         "scaffolding").
4200 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
4202         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4203         dir) is done; begin phase 3 (per-file commits within "config"
4204         subdirs).
4206 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
4208         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4209         phase 2 (per-file commits in main source dir).
4211 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
4213         * configure: Regenerated.
4215 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4217         * rtx-classes-status.txt (TODO): Add SET_BND_TO
4219 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4221         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4223 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4225         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4227 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4229         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4231 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4233         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4235 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
4237         * MAINTAINERS (Write After Approval): Add myself.
4239 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
4241         * MAINTAINERS: Remove myself
4243 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4245         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4247 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
4249         * MAINTAINERS (Write After Approval): Add myself.
4251 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4253         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4254         SET_BB_HEADER, SET_BB_FOOTER
4256 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4258         * rtx-classes-status.txt: New file
4260 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
4262         * configure.ac: Eliminate ClooG installation dependency.
4263         * configure: Regenerate.
4264         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4265         * Makefile.in: Regenerate.
4267 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
4269         * MAINTAINERS (Write After Approval): Add myself.
4271 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
4273         * MAINTAINERS (Write After Approval): Add myself.
4275 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
4277         * MAINTAINERS (Write After Approval): Add myself.
4279 2014-07-28  Anthony Green  <green@moxielogic.com>
4281         Import from savannah.gnu.org:
4282         * config.sub: Update to 2014-07-28 version.
4284 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
4286         * MAINTAINERS: Remove my MIPS maintainer entry.
4288 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
4290         PR target/47230
4291         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4292         * configure: Regenerate.
4294 2014-07-24  James Norris  <jnorris@codesourcery.com>
4296         * MAINTAINERS (Write After Approval): Add myself.
4298 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
4300         * configure.ac: Accept only CLooG 0.18.1.
4301         * configure: Regenerate.
4303 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
4305         * configure.ac: Don't accept isl 0.11.
4306         * configure: Regenerate.
4308 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4310         * MAINTAINERS (Write After Approval): Add myself.
4312 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4314         * configure.ac: Don't accept isl 0.10.
4315         * configure: Regenerate.
4317 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4319         Fix include path for in-tree cloog.
4320         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4321         * configure: Regenerate.
4323 2014-06-18  Richard Henderson  <rth@redhat.com>
4325         * .gitignore: Import gcc_update output.
4327 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4329         * config-ml.in: Robustify ac_configure_args parsing.
4331         * configure.ac (--enable-linker-plugin-configure-flags)
4332         (--enable-linker-plugin-flags): New flags.
4333         (configdirs): Conditionally add libiberty-linker-plugin.
4334         * configure: Regenerate.
4335         * Makefile.def (host_modules): Add libiberty-linker-plugin.
4336         (host_modules) <lto-plugin>: Pay attention to
4337         @extra_linker_plugin_flags@ and
4338         @extra_linker_plugin_configure_flags@.
4339         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4340         * Makefile.in: Regenerate.
4342         * Makefile.tpl (configure-[+prefix+][+module+])
4343         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4344         "module_srcdir" instead of "module" for locating a module's srcdir.
4345         * Makefile.in: Regenerate.
4347 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
4349         * MAINTAINERS (Write After Approval): Add myself.
4351 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
4353         * MAINTAINERS: Update my email address.
4355 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4357         * MAINTAINERS (Write After Approval): Add myself.
4359 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
4361         * MAINTAINERS (Write After Approval): Add myself.
4363 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
4365         PR libstdc++/61011
4366         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4367         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4368         * configure: Regenerate.
4370 2014-05-28  Pedro Alves  <palves@redhat.com>
4372         * MAINTAINERS (Write After Approval): Add myself.
4374 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4376         * MAINTAINERS: Update my affiliation/email.
4378 2014-05-19  Mike Stump  <mikestump@comcast.net>
4380         * MAINTAINERS: Add wide-int reviewers.
4382 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
4384         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4385         * configure: Regenerated.
4387 2014-05-15  Torvald Riegel  <triegel@redhat.com>
4389         * MAINTAINERS (libitm): Add myself as maintainer.
4391 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
4393         * MAINTAINERS (Write After Approval): Add myself.
4395 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
4397         * config.sub, config.guess: Import from upstream.
4399 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4401         * MAINTAINERS (Write After Approval): Put myself in correct order.
4403 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4405         * MAINTAINERS (Write After Approval): Add myself.
4407 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4409         * MAINTAINERS: Move myself from Reviewers to Write After Approval
4410         section.
4412 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4414         * MAINTAINERS (Write After Approval): Delete myself.
4416 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
4418         PR sanitizer/56781
4419         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4420         and -B* options with -Xcompiler.
4422 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4424         PR bootstrap/60620
4425         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4426         * Makefile.in: Regenerate.
4428 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4430         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4431         for WINDRES_FOR_TARGET in default-manifest.o rule.
4432         * Makefile.in: Regenerate.
4434 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4436         * MAINTAINERS (Write After Approval): Add myself.
4438 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4440         PR sanitizer/56781
4441         * Makefile.def: Set bootstrap=true; for host fixincludes.
4442         * configure.ac: Don't bootstrap host fixincludes unless
4443         --with-build-config=bootstrap-{a,ub}san.
4444         * Makefile.in: Regenerated.
4445         * configure: Regenerated.
4447 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4449         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4450         --enable-vtable-verify option parsing.  Don't add
4451         target-libsanitizer to bootstrap_target_libs unless
4452         --with-build-config=bootstrap-asan or
4453         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4454         to bootstrap_target_libs unless --enable-vtable-verify.
4455         * configure: Regenerated.
4457 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4459         * MAINTAINERS (Write After Approval): Add myself.
4461 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4463         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4465 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4467         PR bootstrap/58572
4468         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4469         -I for libstdc++-v3 includes if $(LEAN).
4470         * Makefile.in: Regenerated.
4472 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4474         * MAINTAINERS: Update my email address.
4476 2014-02-24  Walter Lee  <walt@tilera.com>
4478         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4479         (tilegx-*-*): Change to tilegx*-*-*.
4480         * configure: Regenerate.
4482 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4484         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4486 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4488         * MAINTAINERS (Write After Approval): Add myself.
4490 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4492         PR target/59788
4493         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4494         *solaris2*.
4496 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4498         * MAINTAINERS: Update my email address.
4500 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4502         * MAINTAINERS: Convert to UTF-8.
4503         Properly sort Xinliang David Li's entry.
4505 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4506             Sandra Loosemore  <sandra@codesourcery.com>
4508         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4509         nios2 port maintainers.
4511 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4513         * MAINTAINERS (Write After Approval): Add myself.
4515 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4517         * configure.ac: Add user-friendly check for native x86_64-linux
4518         multilibs.
4519         * configure: Regenerate.
4521 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4523         * MAINTAINERS: Add myself as sh maintainer.
4525 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4527         * MAINTAINERS: Add self as SLSR maintainer.
4529 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4531         * MAINTAINERS: Update my email address.
4533 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4535         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4537 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4539         * Makefile.in: Regenerate.
4541         * Makefile.tpl: Fix typo.
4542         * Makefile.in: Regenerate partially.
4544 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4546         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4547         supported.
4548         * configure: Regenerated.
4550 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4552         * MAINTAINERS (Write After Approval): Add myself.
4554 2013-10-30  Jason Merrill  <jason@redhat.com>
4556         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4557         --disable-build-format-warnings.
4559 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4561         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4562         depend on libstdc++ and libgcc.
4563         * configure: Regenerate.
4564         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4565         libcilkrts for POSIX and i*86, and x86_64 architectures.
4566         * Makefile.in: Added libcilkrts related fields to support building it.
4568 2013-10-26  Jeff Law  <law@redhat.com>
4570         * Makefile.def (target_modules): Remove libmudflap
4571         (languages): Remove check-target-libmudflap).
4572         * Makefile.in: Rebuilt.
4573         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4574         * configure.ac (target_libraries): Remove target-libmudflap.
4575         Remove checks which disabled libmudflap on some systems.
4576         * configure: Rebuilt.
4577         * libmudflap: Directory removed.
4579 2013-10-21  Cong Hou  <congh@google.com>
4581         * MAINTAINERS (Write After Approval): Add myself.
4583 2013-10-16  Mike Stump  <mikestump@comcast.net>
4585         * .dir-locals.el: Add.
4587 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4589         * configure.ac: Add --enable-host-shared
4590         * configure: Regenerate.
4592 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4594         Import from savannah.gnu.org:
4595         * config.guess: Update to 2013-06-10 version.
4596         * config.sub: Update to 2013-10-01 version.
4598 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4600         Changes to build configuration to allow big endian ARC ELF toolchain
4601         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4602         * configure: Regenerate.
4604 2013-09-20  Alan Modra  <amodra@gmail.com>
4606         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4607         ppc host match.  Support little-endian powerpc linux hosts.
4609 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4611         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4612         maintainer.
4614 2013-09-12  DJ Delorie  <dj@redhat.com>
4616         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4617         maintainers.
4619 2013-09-03  Richard Biener  <rguenther@suse.de>
4621         * configure.ac: Also allow ISL 0.12.
4622         * configure: Regenerated.
4624 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4626         * MAINTAINERS (Write After Approval): Add myself.
4628 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4630         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4632 2013-08-26  Caroline Tice  <cmtice@google.com>
4634         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4635         "Various Reviewers" to libvtv "Various Maintainers".
4637 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4639         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4641 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4643         * MAINTAINERS: Update name, email.
4645 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4647         * MAINTAINERS (Write After Approval): Add myself.
4649 2013-08-12  Caroline Tice  <cmtice@google.com>
4651         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4652         address in the Write After Approval section.
4654 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4656         * MAINTAINERS (Write After Approval): Update email.
4658 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4660         * configure.ac: Adjust to check VTV_SUPPORTED.
4661         * configure: Regenerated.
4663 2013-08-02  Caroline Tice  <cmtice@google.com>
4665         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4666         on non-linux systems; add target-libvtv to noconfigdirs; add
4667         libsupc++/.libs to C++ library search paths.
4668         * configure: Regenerated.
4669         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4670         libstdc++ and libgcc.
4671         * Makefile.in: Regenerated.
4673 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4675         * MAINTAINERS (Write After Approval): Add myself.
4677 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4678             Shiva Chen  <shiva0217@gmail.com>
4680         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4681         nds32 port maintainers.
4683 2013-07-17  Tim Shen  <timshen91@gmail.com>
4685         * MAINTAINERS (Write After Approval): Add myself.
4687 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4689         * configure.ac: Sync from binutils.
4690         * configure: Regenerate.
4692 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4694         * MAINTAINERS (Write After Approval): Add myself.
4696 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4698         * MAINTAINERS (Write After Approval): Add myself.
4700 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4702         * MAINTAINERS (Write After Approval): Add myself.
4704 2013-04-30  Brooks Moses  <bmoses@google.com>
4706         * MAINTAINERS: Update my email; move myself from Fortran
4707         reviewer to Write After Approval.
4709 2013-04-16  Andreas Schwab  <schwab@suse.de>
4711         * configure.ac (aarch64-*-*): Don't disable java.
4712         * configure: Regenerate.
4714 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4716         * MAINTAINERS (Write After Approval): Add myself.
4718 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4720         * Makefile.def (target_modules): Don't install libffi.
4721         * Makefile.in: Regenerate.
4723 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4725         * MAINTAINERS (Write After Approval): Add myself.
4727 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4729         * MAINTAINERS (Write After Approval): Add myself.
4731 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4733         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4734         * configure: Regenerated.
4736 2013-02-05  Ian Lance Taylor  <iant@google.com>
4738         PR go/55969
4739         * configure.ac: Disable libgo on some systems where it does not
4740         work.
4742 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4744         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4745         Remove Geoff Keating as rs6000 port maintainer, at his request.
4747 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4749         * MAINTAINERS: Update my email.
4751 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4753         * configure: Re-generate.
4755 2013-01-15  Richard Biener  <rguenther@suse.de>
4757         PR other/55973
4758         * configure: Re-generate.
4760 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4762         * Makefile.def (install-target-libsanitizer): Depend on
4763         install-target-libstdc++-v3.
4764         * Makefile.in: Regenerate.
4766 2013-01-14  Richard Biener  <rguenther@suse.de>
4768         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4769         * configure: Re-generate
4771 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4773         * config.sub: Update from config repo.
4775 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4777         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4778         * Makefile.in: Regenerate.
4780 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4782         * MAINTAINERS (arc): Add new port maintainership for myself.
4784 2013-01-09  Jason Merrill  <jason@redhat.com>
4786         * .gitignore: Import from gdb repository.
4788 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4790         * Makefile.def (configure-gcc): Depend on all-gmp.
4791         (all-gcc): Remove dependency on all-gmp.
4792         * Makefile.in: Regenerated.
4794 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4796         * config.sub: Merge from config repo.
4797         * config.guess: Ditto.
4799 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4801         * Makefile.def: Merge from binutils.
4802         * Makefile.in: Ditto.
4804 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4806         * MAINTAINERS: Update my email.
4808 2012-12-29  Ben Elliston  <bje@gnu.org>
4810         * config.guess: Update to 2012-12-29 version.
4811         * config.sub: Likewise.
4813 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4815         * Makefile.def (install-target-libgfortran): Depend on
4816         install-target-libquadmath, install-target-libgcc.
4817         (install-target-libsanitizer): Depend on install-target-libgcc.
4818         (install-target-libjava): Depend on install-target-libgcc.
4819         (install-target-libitm): Depend on install-target-libgcc.
4820         (install-target-libobjc): Depend on install-target-libgcc.
4821         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4822         * Makefile.in: Regenerate.
4824 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4826         * Makefile.def (install-target-libgo): Depend on
4827         install-target-libatomic.
4828         * Makefile.in: Regenerate.
4830 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4832         PR go/55201
4833         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4834         * Makefile.in: Regenerate.
4836 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4838         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4839         * configure: Regenerate.
4841 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4843         * config.sub: Merge from config repo.
4845 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4847         * Makefile.def (target_modules): Add bootstrap=true and
4848         raw_cxx=true to libsanitizer.
4849         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4850         * Makefile.in: Regenerated.
4851         * configure: Likewise.
4853 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4855         * MAINTAINERS: Remove self as RTL optimization maintainer.
4857 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4859         * MAINTAINERS (Write After Approval): Add myself.
4861 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4863         * Makefile.def (target_modules): Remove bootstrap=true and
4864         raw_cxx=true from libsanitizer.
4865         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4866         * Makefile.in: Regenerated.
4867         * configure: Likewise.
4869 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4871         * Makefile.def (target_modules): Add bootstrap=true and
4872         raw_cxx=true to libsanitizer.
4873         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4874         * Makefile.in: Regenerated.
4875         * configure: Likewise.
4877 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4879         PR bootstrap/54279
4880         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4881         * configure: Regenerate.
4882         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4883         * Makefile.in: Regenerate.
4885 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4887         * configure.ac: Disable libsanitizer if we're not building C++.
4888         * configure: Regenerate.
4890 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4892         * MAINTAINERS (Write After Approval): Add myself.
4894 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4896         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4897         Kostya Serebryany (kcc@google.com) and
4898         Jakub Jelinek (jakub@redhat.com).
4899         Rename area for Dodji Seketeli (dodji@redhat.com).
4901 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4903         * MAINTAINERS: (asan.c, related): Add myself.
4905 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4907         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4908         * configure: Regenerate.
4910 2012-11-13  Richard Henderson  <rth@redhat.com>
4912         * configure.ac: Move libsanitizer logic to subdirectory.
4913         * configure: Regenerate.
4915 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4917         * configure.ac: Enable libsanitizer just on x86 linux for now.
4918         * configure: Re-generate.
4920 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4922         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4923         sections.
4924         * configure: Regenerate.
4926 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4928         * configure.ac: Add section for configdirs for libsanitizer.
4929         Disable for cris-*-* and mmix-*-*.
4930         * configure: Regenerate.
4932 2012-11-12  Wei Mi <wmi@google.com>
4934         * configure.ac: Add libsanitizer to target_libraries.
4935         * Makefile.def: Ditto.
4936         * configure: Regenerate.
4937         * Makefile.in: Regenerate.
4938         * libsanitizer: New directory for asan runtime.  Contains an empty
4939         tsan directory.
4941 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4943         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4944         against Mingw64 w32api.
4945         * configure: Regenerate.
4947 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4949         * configure: Regenerated.
4951 2012-11-03  Robert Mason  <rbmj@verizon.net>
4953         * configure.ac: add --disable-libstdcxx configure option
4954         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4956 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4958         * MAINTAINERS (Write After Approval): Add myself.
4960 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4962         * MAINTAINERS (Write After Approval): Add myself.
4964 2012-10-24  Sharad Singhai  <singhai@google.com>
4966         * MAINTAINERS (Write After Approval): Add myself.
4968 2012-10-24  Eric Christopher  <echristo@gmail.com>
4970         * MAINTAINERS: Update email address.
4972 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4974         PR bootstrap/54820
4975         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4976         * configure: Regenerate.
4978 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4980         * MAINTAINERS (aarch64): Add Marcus and myself.
4982 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4984         PR bootstrap/54820
4985         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4986         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4987         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4988         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4989         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4990         * Makefile.in: Regenerate.
4991         * configure.ac (have_static_libs): New variable and associated check.
4992         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4993         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4994         * configure: Regenerate.
4996 2012-10-10  Richard Biener  <rguenther@suse.de>
4998         * MAINTAINERS: Adjust for changed surname.
5000 2012-10-04  Lawrence Crowl  <crowl@google.com>
5002         * MAINTAINERS (Write After Approval): Add myself.
5004 2012-10-01  Cary Coutant  <ccoutant@google.com>
5006         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
5008 2012-09-28  Ian Lance Taylor  <iant@google.com>
5010         * Makefile.def: Make all-target-libgo depend on
5011         all-target-libbacktrace.
5012         * Makefile.in: Rebuild.
5014 2012-09-26  Ian Lance Taylor  <iant@google.com>
5016         * Makefile.def: Make all-gcc depend on all-libbacktrace.
5017         * Makefile.in: Rebuild.
5019 2012-09-20  Walter Lee  <walt@tilera.com>
5021         * configure.ac: Add tilegx to list of targets that support gold.
5022         * configure: Regenerate.
5024 2012-09-20  Marek Polacek  <polacek@redhat.com>
5026         * MAINTAINERS (Write After Approval): Add myself.
5028 2012-09-19  Steve Ellcey  <sellcey@mips.com>
5030         * configure.ac: Add mips*-mti-elf* target.
5031         * configure: Regenerate.
5033 2012-09-17  Ian Lance Taylor  <iant@google.com>
5035         * MAINTAINERS (Various Maintainers): Add libbacktrace.
5036         * configure.ac (host_libs): Add libbacktrace.
5037         (target_libraries): Add libbacktrace.
5038         * Makefile.def (host_modules): Add libbacktrace.
5039         (target_modules): Likewise.
5040         * configure, Makefile.in: Rebuild.
5042 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
5044         PR target/38607
5045         Merge upstream change.
5046         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
5048         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
5049         Add libgomp*.o to compare_exclusions for AIX.
5050         * configure: Regenerate.
5052 2012-09-06  Diego Novillo  <dnovillo@google.com>
5054         * configure.ac: Bump minimum GMP version to 4.2.3.
5055         * configure: Re-generate.
5057 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
5059         PR target/54461
5060         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
5061         target-libgloss if not configured --with-avrlibc=no.
5062         * configure: Regenerate.
5064 2012-09-04  Jason Merrill  <jason@redhat.com>
5066         * configure.ac: Fix --enable-languages=all.
5068 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
5070         * MAINTAINERS (Write After Approval): Add myself.
5072 2012-09-03  Richard Guenther  <rguenther@suse.de>
5074         PR bootstrap/54138
5075         * configure.ac: Re-organize ISL / CLOOG checks to allow
5076         disabling with either --without-isl or --without-cloog.
5077         * configure: Regenerated.
5079 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
5081         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
5082         * configure: Regenerate.
5084 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
5086         * MAINTAINERS: Fix my email address.
5088 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
5090         PR binutils/4970
5091         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
5092         and opcodes.
5093         * Makefile.in: Regenerated.
5095 2012-08-26  Art Haas <ahaas@impactweather.com>
5097         * configure: Regenerate.
5099 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
5101         * INSTALL/README: Also refer to the online installation
5102         instructions.
5104 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5106         * MAINTAINERS (Write After Approval): Add myself.
5107         (Picochip port): Remove myself.
5109 2012-08-14   Diego Novillo  <dnovillo@google.com>
5111         Merge from cxx-conversion branch.
5113         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
5114         POSTSTAGE1_CONFIGURE_FLAGS.
5115         * Makefile.in: Regenerate.
5116         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
5117         Force C++ when bootstrapping.
5118         * configure: Regenerate.
5120 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
5122         * MAINTAINERS (Write After Approval): Add myself.
5124 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
5126         * README: Document use of ranges of years in copyright notices.
5128 2012-07-06  Richard Guenther  <rguenther@suse.de>
5130         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5131         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5132         --with-gmp=system.
5133         * Makefile.in: Regenerated.
5134         * configure: Likewise.
5136 2012-07-06  Richard Guenther  <rguenther@suse.de>
5138         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5139         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5140         supply V=1 as extra_make_flags.
5141         * configure: Regenerated.
5142         * Makefile.in: Likewise.
5144 2012-07-04  Tristan Gingold  <gingold@adacore.com>
5146         * configure: Regenerate.
5148 2012-07-03  Richard Guenther  <rguenther@suse.de>
5150         * Makfile.def (isl): Remove not necessary extra_exports and
5151         extra_make_flags.
5152         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5153         * Makefile.in: Regenerated.
5155 2012-07-03  Richard Guenther  <rguenther@suse.de>
5157         * Makefile.def (cloog): Add V=1 to extra_make_flags.
5158         * configure.ac: If either the ISL or the CLooG check failed
5159         do not try to build in-tree versions.
5160         * Makefile.in: Regenerated.
5161         * configure: Regenerated.
5163 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5165         * configure: Regenerate.
5167 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
5169         * MAINTAINERS (Various Maintainers): Add myself as testsuite
5170         maintainer.
5172 2012-07-02  Richard Guenther  <rguenther@suse.de>
5174         * configure: Regenerated.
5176 2012-07-02  Richard Guenther  <rguenther@suse.de>
5177         Michael Matz  <matz@suse.de>
5178         Tobias Grosser <tobias@grosser.es>
5179         Sebastian Pop <sebpop@gmail.com>
5181         * Makefile.def: Add ISL host module, remove PPL host module.
5182         Adjust ClooG host module to use the proper ISL.
5183         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5184         * configure.ac: Include config/isl.m4.  Add ISL host library,
5185         remove PPL.  Remove PPL configury, add ISL configury, adjust
5186         ClooG configury.
5187         * Makefile.in: Regenerated.
5188         * configure: Likewise.
5190 2012-07-02  Richard Guenther  <rguenther@suse.de>
5192         Merge from graphite branch
5193         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5195         * configure: Regenerated.
5196         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5197         both cloog.org and legacy versions. The only supported version will
5198         be CLooG with the isl backend.
5200         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5202         * configure: Regenerated.
5203         * configure.ac: Require cloog isl 0.17.0
5205         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5207         * configure: Regenerated.
5208         * config/cloog.m4: Do not define CLOOG_ORG
5210 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
5212         * configure.ac: Skip C if explicitly selected.
5213         * configure: Regenerate.
5215 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
5217         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5218         they contain -O2.
5219         * configure: Regenerate.
5221 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
5223         PR debug/53740
5224         * df.h, df-problems.c, dce.c: Revert last patch.
5226 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
5228         * MAINTAINERS (Write After Approval): Update my email address.
5230 2012-06-21  Meador Inge  <meadori@codesourcery.com>
5232         * MAINTAINERS (Write After Approval): Add myself.
5234 2012-06-20  Jason Merrill  <jason@redhat.com>
5236         * Makefile.tpl (check-target-libgomp-c++): New.
5237         (check-target-libitm-c++): New.
5238         * Makefile.def (c++): Add them.
5239         * Makefile.in: Regenerate.
5241 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
5243         * MAINTAINERS (Write After Approval): Add myself.
5245 2012-05-16  Olivier Hainque  <hainque@adacore.com>
5247         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5248         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5249         (install-no-fixedincludes): Adjust accordingly.
5250         * Makefile.in: Regenerate.
5252 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5254         Merge upstream change
5255         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5257 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
5259         * MAINTAINERS (Write After Approval): Add myself.
5261 2012-05-09  Nick Clifton  <nickc@redhat.com>
5262             Paul Smith  <psmith@gnu.org>
5264         PR bootstrap/50461
5265         * configure.ac (mpfr-dir): When using in-tree MPFR sources
5266         allow for the fact that from release v3.1.0 of MPFR the source
5267         files were moved into a src sub-directory.
5268         * configure: Regenerate.
5270 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
5272         * configure.ac: Bump minimum MPFR version to 2.4.0.
5273         * configure: Regenerated.
5275 2012-05-01  Richard Henderson  <rth@redhat.com>
5277         * Makefile.def (libatomic): New target_module.
5278         * configure.ac (target_libraries): Add libatomic.
5279         (noconfigdirs): Check if libatomic is supported.
5280         * Makefile.in, configure: Rebuild.
5282 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
5284         * MAINTAINERS (Write After Approval): Add myself.
5286 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
5288         * config.sub: Update to 2012-04-18 version from official repo.
5290 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
5292         * MAINTAINERS (Write After Approval): Add myself.
5294 2012-04-11  Steve Ellcey  <sellcey@mips.com>
5296         * MAINTAINERS: Changed email address.
5298 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
5300         PR target/52737
5301         * contrib/gcc_update (files_and_dependencies):
5302         Remove gcc/config/avr/t-multilib from touch data.
5304 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5306         * MAINTAINERS (OS Port Maintainers): Remove irix.
5307         * configure.ac (enable_libgomp): Remove *-*-irix6*.
5308         (unsupported_languages): Remove mips-sgi-irix6.*.
5309         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5310         (with_stabs): Remove.
5311         * configure: Regenerate.
5313 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5315         * MAINTAINERS (OS Port Maintainers): Remove osf.
5316         * configure.ac (enable_libgomp): Remove *-*-osf*.
5317         (with_stabs): Remove alpha*-*-osf*.
5318         * configure: Regenerate.
5320 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5322         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5323         * configure: Regenerate.
5325 2012-02-17  Walter Lee  <walt@tilera.com>
5327         * MAINTAINERS: (Write After Approval): Delete myself.
5329 2012-02-14  Walter Lee  <walt@tilera.com>
5331         * MAINTAINERS (tilegx port): Add myself.
5332         (tilepro port): Add myself.
5333         (Write After Approval): Add myself.
5335 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
5337         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5338         and Joseph Myers as docstring relicensing maintainers.
5340 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5342         * MAINTAINERS (write-after-approval): Add myself.
5344 2012-02-08  Ira Rosen <irar@il.ibm.com>
5346         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5347         maintainer.
5349 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5351         * MAINTAINERS (Write After Approval): Move myself to
5352         maintain alphabetical order.
5354 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5356         * MAINTAINERS (Write After Approval): Add myself.
5358 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
5360         * MAINTAINERS (Write After Approval): Add myself.
5362 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5363             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5365         * configure.ac (cr16-*-*): Remove nonconfigdirs.
5366         * configure: Regenerate.
5368 2012-01-23  Harshit Chopra  <harshit@google.com>
5370         * MAINTAINERS (Write After Approval): Add myself.
5372 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
5374         * configure.ac: Remove reference to mh-interix.
5375         * configure: Regenerate.
5377 2012-01-05  Richard Henderson  <rth@redhat.com>
5379         PR bootstrap/51072
5380         * configure.ac: Disable libitm if c++ is not enabled.
5381         * configure: Rebuild.
5383         * configure.ac: Fix regexp for same.
5384         * configure: Rebuild.
5386 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
5388         * MAINTAINERS (Write After Approval): Add myself.
5390 2012-01-02  Richard Guenther  <rguenther@suse.de>
5392         PR bootstrap/51686
5393         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5394         * Makefile.in: Regenerate.
5396 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
5398         * MAINTAINERS (Write After Approval): Add myself.
5400 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
5402         * configure: Regenerate.
5404 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
5406         * MAINTAINERS (picochip): Changed email address.
5408 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5410         * MAINTAINERS (write-after-approval): Add self.
5412 2011-11-29  DJ Delorie  <dj@redhat.com>
5414         * configure.ac (rl78-*-*) New case.
5415         * configure: Regenerate.
5416         * MAINTAINERS: Add myself as RL78 maintainer.
5418 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5420         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5422 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5424         * libtool.m4: Additional FreeBSD 10 fixes.
5426 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5428         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5429         Maintainers section, as Epiphany maintainer.
5431 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5433         PR target/49992
5434         * configure.ac: Remove ranlib special-casing for Darwin.
5435         * configure: Regenerate.
5437 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5439         * MAINTAINERS (Reviewers): Keep the list sorted.
5441 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5443         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5445 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5447         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5448         * configure: Rebuild.
5449         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5450         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5451         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5452         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5453         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5454         Add READELF.
5455         * Makefile.in: Rebuild.
5457 2011-11-09  Jason Merrill  <jason@redhat.com>
5459         * Makefile.def (language=c++): Remove check-c++0x.
5460         * Makefile.in (check-gcc-c++): Regenerate.
5462 2011-11-08  Richard Henderson  <rth@redhat.com>
5464         * configure.ac: Test for libitm directory present first.
5466         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5468         * configure.ac: Test libitm/configure.tgt to disable libitm.
5469         * configure: Rebuild.
5471 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5472             Richard Henderson  <rth@redhat.com>
5474         Merged from transactional-memory.
5476         * Makefile.def (lang_env_dependencies): libitm is c++.
5477         Add libitm target module.
5478         * configure.ac: Likewise.
5479         * config/mmap.m4: New file.
5480         * contrib/gcc_update: Add libitm to touch data.
5481         * Makefile.in, configure: Rebuild.
5483 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5485         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5486         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5487         * Makefile.in: Regenerate.
5489 2011-11-01  DJ Delorie  <dj@redhat.com>
5491         * config.sub: Update to version 2011-10-29 (added rl78)
5493 2011-10-27  Nick Clifton  <nickc@redhat.com>
5495         * config.sub: Import these changes from the config project:
5497         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5498             Ben Elliston  <bje@gnu.org>
5500         * config.sub (epiphany): New.
5502         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5503             Ben Elliston  <bje@gnu.org>
5505         * config.sub (hexagon, hexagon-*): New.
5507         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5509         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5510         64eb to be64.
5512         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5514         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5515         (nacl): Grok as alias for 32el-unknown-nacl.
5517 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5519         * MAINTAINERS (Write After Approval): Add myself.
5521 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5523         * MAINTAINERS (Write After Approval): Add myself.
5525 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5527         * MAINTAINERS (sparc port): Remove myself.
5529 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5531         * MAINTAINERS (Write After Approval): Add myself.
5533 2011-08-14  Yao Qi  <yao@codesourcery.com>
5535         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5536         * configure: Regenerate.
5538 2011-07-26  Ian Lance Taylor  <iant@google.com>
5540         * configure.ac: Set have_compiler based on whether gcc directory
5541         exists, rather than on whether gcc is in configdirs.
5542         * configure: Rebuild.
5544 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5546         * MAINTAINERS (Global Reviewers): Add self.
5548 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5550         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5551         link directories.
5552         * Makefile.in: Rebuild.
5554 2011-07-20  Ian Lance Taylor  <iant@google.com>
5556         PR bootstrap/49787
5557         * configure.ac: Move --enable-bootstrap handling earlier in file.
5558         If --enable-bootstrap and either --enable-build-with-cxx or
5559         --enable-build-poststage1-with-cxx, enable C++ automatically.
5560         * configure: Rebuild.
5562 2011-07-19  Ian Lance Taylor  <iant@google.com>
5564         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5565         make C++ a boot_language.  Set and substitute
5566         POSTSTAGE1_CONFIGURE_FLAGS.
5567         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5568         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5569         * configure, Makefile.in: Rebuild.
5571 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5573         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5574         maintainers.
5576 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5578         * MAINTAINERS (Global Reviewers): Add myself.
5580 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5582         * configure: Regenerate.
5584 2011-07-16  Jason Merrill  <jason@redhat.com>
5586         * Makefile.def (language=c++): Add check-c++0x and
5587         check-target-libmudflap-c++.
5588         * Makefile.tpl (check-target-libmudflap-c++): New.
5589         * Makefile.in: Regenerate.
5591 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5593         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5594         * Makefile.def (target_modules/libjava): Pass
5595         $(EXTRA_CONFIGARGS_LIBJAVA).
5596         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5597         if not configured with --enable-static-libjava.
5598         * Makefile.in: Regenerate.
5599         * configure: Likewise.
5601 2011-07-15  Jason Merrill  <jason@redhat.com>
5603         * Makefile.in (check-c++): Move check-gcc-c++0x after
5604         check-target-libstdc++-v3.
5606 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5608         * MAINTAINERS (c6x port): New entry.
5610 2011-07-13  Jason Merrill  <jason@redhat.com>
5612         * Makefile.in (check-gcc-c++0x): New.
5613         (check-c++): Depend on it.
5615 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5617         PR target/39150
5618         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5619         x86_64-*-solaris2.1[0-9]*.
5620         * configure: Regenerate.
5622 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5624         * MAINTAINERS (RTL optimizers): Add self.
5626 2011-06-27  Gabriel Charette  <gchare@google.com>
5628         * MAINTAINERS (Write After Approval): Add myself.
5630 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5632         PR regression/47836
5633         PR bootstrap/23656
5634         PR other/47733
5635         PR bootstrap/49247
5636         PR c/48825
5637         * configure.ac (target_libraries): Remove target-libiberty.
5638         Remove case-statement setting skipdirs=target-libiberty for
5639         multiple targets.  Remove checking target_configdirs and
5640         removing target-libiberty but keeping target-libgcc if
5641         otherwise empty.
5642         * Makefile.def (target_modules): Don't add libiberty.
5643         (dependencies): Remove all traces of target-libiberty.
5644         * configure, Makefile.in: Regenerate.
5646 2011-06-13  Walter Lee <walt@tilera.com>
5648         * configure.ac (tilepro-*-*) New case.
5649         (tilegx-*-*): Likewise.
5650         * configure: Regenerate.
5652 2011-06-06  Jing Yu  <jingyu@google.com>
5654         * configure.ac: Skip target-libiberty for
5655         arm*-*-linux-androideabi.
5656         * configure: Regenerated.
5658 2011-06-06  Nick Clifton  <nickc@redhat.com>
5660         * config.sub: Sync from upstream.
5662 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5664         * MAINTAINERS (Write After Approval): Add myself.
5666 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5668         * MAINTAINERS: Update my email address.
5670 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5672         * MAINTAINERS (Write After Approval): Update my email address.
5674 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5676         * MAINTAINERS (Write After Approval): Add myself.
5678 2011-05-08  Doug Kwan  <dougkwan@google.com>
5680         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5681         * configure: Regenerated.
5682         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5683         value from configure.
5684         * Makefile.in: Regenerated.
5686 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5688         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5689         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5690         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5691         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5692         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5693         *-*-vxworks*): Disable newlib and libgloss in separate case
5694         statement.
5695         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5696         to separate case statement.
5697         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5698         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5699         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5700         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5701         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5702         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5703         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5704         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5705         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5706         i[[3456789]]86-*-rdos*, m32r-*-*,
5707         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5708         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5709         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5710         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5711         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5712         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5713         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5714         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5715         and libgloss in main case over targets.  Remove most empty cases
5716         in main case over targets.
5717         * configure: Regenerate.
5719 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5721         * MAINTAINERS (Write After Approval): Add myself.
5723 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5725         * configure.ac: Remove code setting special library locations for
5726         hppa*64*-*-hpux11*.  Remove code setting compiler for
5727         sparc-sun-solaris2*.
5728         * configure: Regenerate.
5730 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5732         * configure.ac: Separate libgloss_dir settings from general case
5733         over targets.
5734         * configure: Regenerate.
5736 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5738         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5739         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5740         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5741         cases in libgcj-disabling case statement.
5742         (hppa*64*-*-linux*): Set unsupported_languages instead of
5743         disabling target-zlib.
5744         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5745         to hppa*64*-*-hpux*.
5746         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5747         hppa*-*-hpux*.
5748         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5749         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5750         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5751         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5752         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5753         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5754         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5755         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5756         libgcj-disabling case statement.
5757         * configure: Regenerate.
5759 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5761         * configure.ac: Disable Java for targets not supporting libffi.
5762         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5763         Remove cases in Java-disabling statement.
5764         (*arm-wince-pe): Change to arm-wince-pe.
5765         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5766         cases in Java-disabling statement.
5767         (bfin-*-*): Don't disable Java again.
5768         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5769         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5770         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5771         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5772         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5773         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5774         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5775         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5776         Java-disabling statement.
5777         (mmix-*-*): Don't disable Java again.
5778         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5779         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5780         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5781         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5782         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5783         statement.
5784         * configure: Regenerate.
5786 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5788         * configure.ac: Separate cases disabling Java and Java libraries
5789         from general case over targets.
5790         * configure: Regenerate.
5792 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5794         * MAINTAINERS: Update my email address.
5796 2011-04-20  Easwaran Raman  <eraman@google.com>
5798         * MAINTAINERS (Write After Approval): Add myself.
5800 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5802         PR lto/48086
5803         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5804         * configure: Regenerate.
5806 2011-04-16  Jim Meyering  <meyering@redhat.com>
5808         * MAINTAINERS (Write After Approval): Add myself.
5810 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5812         * MAINTAINERS: Update my email address.
5814 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5816         * MAINTAINERS (Write After Approval): Add myself.
5818 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5820         * MAINTAINERS (Write After Approval): Add myself.
5822 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5824         * MAINTAINERS (Write After Approval): Add myself.
5826 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5828         * configure.ac (build_tools): Remove build-byacc.
5829         (host_libs): Remove mmalloc.
5830         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5831         autoconf automake libtool diff rcs fileutils shellutils time
5832         textutils wdiff find uudecode hello tar gzip indent recode release
5833         sed perl gawk findutils gettext zip.
5834         (libgcj): Remove target-qthreads.
5835         (target_tools): Remove target-examples target-gperf.
5836         (YACC): Don't handle building byacc.
5837         * configure: Regenerate.
5838         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5839         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5840         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5841         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5842         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5843         handle building components.
5844         * Makefile.in: Regenerate.
5846 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5848         * MAINTAINERS: Update my email address as Xtensa maintainer.
5850 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5852         * config.sub: Sync from upstream.
5854 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5856         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5857         (microblaze*): Don't disable libssp.
5858         * configure: Regenerate.
5860 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5862         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5863         moveifchange.
5864         * configure: Regenerate.
5865         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5866         * Makefile.in: Regenerate.
5868 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5870         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5871         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5872         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5873         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5874         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5875         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5876         md_exec_prefix cases.
5877         * configure: Regenerate.
5879 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5881         * configure.ac: Separate cases disabling target-libssp,
5882         target-libiberty, target-libstdc++-v3 and Fortran from general
5883         case over targets.
5884         * configure: Regenerate.
5886 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5888         * configure.ac (*-*-chorusos): Don't disable libgcj.
5889         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5890         Remove case.
5891         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5892         (arm-*-coff): Don't disable libgcj.
5893         (arm*-*-linux-gnueabi): Remove useless assignment.
5894         (arm-*-riscix*): Don't disable libgcj.
5895         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5896         configuration.
5897         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5898         (c54x*-*-*): Remove case.
5899         (tic54x-*-*): Don't disable GCC or GCC libraries.
5900         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5901         to *.
5902         (d10v-*-*): Don't disable GCC libraries.
5903         (d30v-*-*): Don't disable libgcj.
5904         (h8500-*-*): Don't disable GCC libraries.
5905         (i960-*-*): Don't disable libgcj.
5906         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5907         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5908         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5909         libgcj.
5910         (m68k-*-coff*): Remove case.
5911         (mmix-*-*): Don't disable libgloss on host.
5912         (mn10200-*-*, mn10300-*-*): Remove cases.
5913         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5914         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5915         Don't disable libgcj.
5916         (romp-*-*): Remove case.
5917         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5918         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5919         case.
5920         (v810-*-*): Don't disable GCC libraries.
5921         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5922         (ip2k-*-*): Don't disable GCC libraries.
5923         * configure: Regenerate.
5925 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5927         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5928         libffi on host.
5929         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5930         on host.
5931         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5932         * configure: Regenerate.
5934 2011-03-26  John Marino  <binutils@marino.st>
5936         * configure.ac: Add support for *-*-dragonfly*
5937         * configure: Regenerate.
5939 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5941         * configure.ac (native_only): Remove.
5942         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5943         send-pr uudecode guile gnuserv on host.
5944         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5945         send-pr rcs guile perl texinfo libtool on host.
5946         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5947         automake send-pr rcs guile perl texinfo libtool on host.
5948         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5949         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5950         (alpha*-dec-osf*): Don't disable fileutils on target.
5951         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5952         texinfo send-pr expect dejagnu on target.
5953         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5954         target-qthreads on target.
5955         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5956         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5957         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5958         x86_64-*-mingw*): Don't disable expect on target.
5959         (*-*-cygwin*): Don't disable target-gperf on target.
5960         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5961         gnuserv on target.
5962         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5963         target.
5964         * configure: Regenerate.
5966 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5968         * configure.ac (target_tools): Remove target-groff.
5969         (native_only): Remove target-groff.
5970         (hppa*64*-*-*): Don't disable byacc.
5971         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5972         setting.
5973         (*-*-kaos*): Don't skip target-librx and target-groff.
5974         (*-*-netware*): Don't skip target-libmudflap.
5975         (*-*-tpf*): Don't skip target-libmudflap.
5976         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5977         directories on the host.
5978         (ia64*-*-*vms*): Don't skip tix.
5979         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5980         host.
5981         * configure: Regenerate.
5983 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5985         * configure.ac: Remove references to mt-mep, mt-netware,
5986         mt-wince.
5987         * Makefile.def: Add all-utils soft dependencies.
5988         * Makefile.tpl: Remove GDB_NLM_DEPS.
5989         * configure: Regenerate.
5990         * Makefile.in: Regenerate.
5992 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5994         * configure.ac: Do not include mh-x86omitfp.
5995         * configure: Regenerate.
5997 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5999         * configure.ac: Remove empty cases.
6000         * configure: Regenerate.
6002 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6004         * Makefile.def: Add dependency from termcap to gdb.
6005         * Makefile.in: Regenerate.
6007 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6009         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
6010         * configure: Regenerate.
6011         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
6012         * Makefile.tpl: Likewise.
6013         * Makefile.in: Regenerate.
6015 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6017         * configure.ac: Remove all mentions of tentative_cc.
6018         * configure: Regenerate.
6020 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6022         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
6023         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
6024         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
6025         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
6026         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
6027         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
6028         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
6029         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
6030         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
6031         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
6032         *-*-rhapsody*): Remove host cases.
6033         * configure: Regenerate.
6035 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6037         * configure.ac (ppc*-*-pe): Remove host case.
6038         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
6039         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
6040         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
6041         cases.
6042         * configure: Regenerate.
6044 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6046         * config.sub: Update to version 2011-03-23.
6048 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6050         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
6051         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
6052         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
6053         * configure: Regenerate.
6055 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6057         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
6058         to Write After Approval.
6059         * config-ml.in: Don't handle arc-*-elf*.
6060         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
6061         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
6062         handle GCC libraries.
6063         * configure: Regenerate.
6065 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6067         PR bootstrap/48120:
6068         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
6069         Add -lstdc++ -lm to LIBS.
6070         * configure: Regenerate.
6072 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
6074         * config.guess: Update to version 2011-02-02
6075         * config.sub: Update to version 2011-02-24
6077 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
6079         PR lto/48086
6080         * configure.ac: Re-enable LTO on *-apple-darwin9.
6081         * configure: Regenerate.
6083 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
6085         PR lto/48086
6086         * configure.ac: Disable LTO on darwin due to an assembler change in
6087         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
6088         under 256.
6089         * configure: Regenerate.
6091 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
6093         * MAINTAINERS: Update myself as score backend maintainer,
6094         update my e-mail address.
6096 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
6098         * MAINTAINERS: Update my e-mail address.
6100 2011-03-06  Joey Ye  <joey.ye@arm.com>
6102         * MAINTAINERS: Update my e-mail address.
6104 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6106         * configure.ac: Adjust test of with_ppl.
6107         * configure: Regenerated.
6109 2011-03-02  Kai Tietz  <ktietz@redhat.com>
6111         * MAINTAINERS: Adjust my e-mail address.
6113 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6115         * configure.ac: Add -lpwl to ppllibs.
6116         * configure: Regenerated.
6118 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6120         * config/cloog.m4: Add -lisl to clooglibs.
6121         * configure: Regenerated.
6123 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6125         * MAINTAINERS (CPU Port maintainers): Add self.
6127 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6129         * MAINTAINERS: Add myself as testsuite maintainer.
6131 2011-02-15  Mike Stump  <mikestump@comcast.net>
6133         * MAINTAINERS: Add myself as testsuite maintainer.
6135 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6137         Import from Libtool and gnulib:
6139         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
6141         Prepare for supporting FreeBSD 10.
6142         * config.rpath: Remove handling of freebsd1* which soon would
6143         match FreeBSD 10.0.
6145         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
6147         Remove support for FreeBSD 1.x.
6148         * libtool.m4 (_LT_LINKER_SHLIBS)
6149         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6150         soon would incorrectly match FreeBSD 10.0.
6152 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6154         PR binutils/12283
6155         * move-if-change: Import version from gnulib.
6157 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
6159         PR lto/47225
6160         * Makefile.def (lto-plugin): Double dash for enable-shared.
6161         (configure-gcc): Depend on all-lto-plugin.
6162         * Makefile.in: Rebuilt.
6164 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6166         * configure.ac: Remove extra bracket.
6167         * configure: Regenerate.
6169 2011-02-08  Tobias Burnus  <burnus@net-b.de>
6171         * MAINTAINERS: Add myself as libquadmath maintainer.
6173 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
6175         * MAINTAINERS: Update my email address.
6177 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
6179         * MAINTAINERS (option handling): Add self.
6181 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
6183         PR lto/47225
6184         * Makefile.def: Add dependency for install-gcc
6185         on install-lto-plugin.
6186         * Makfile.in: Regenerated
6188 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
6190         * MAINTAINERS (CPU Port Maintainers): Add myself.
6192 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
6194         PR libgcj/44341
6195         * configure.ac: Discard --with-* flags for host when configuring
6196         target libraries for cross build.
6197         * configure: Rebuilt.
6199 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6201         * MAINTAINERS (linear loop transforms): Removed.
6203 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
6205         * configure.ac: If with_ppl is no, move setting with_cloog=no
6206         after CLOOG_REQUESTED check.
6207         * configure: Regenerated.
6209 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6211         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6212         CLooG has been requested.
6213         * configure: Regenerated.
6215 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6217         * configure: Regenerated.
6218         * configure.ac: Check for version 0.11 (or later revision) of PPL.
6220 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
6222         * configure: Regenerated.
6223         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6225 2011-01-21  Andreas Schwab  <schwab@redhat.com>
6227         * configure.ac: Use AS_HELP_STRING throughout.
6228         * configure: Regenerate.
6230 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
6232         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6233         * configure: Regenerate.
6235 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6237         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6239 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
6241         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6242         for ia64-hpux.
6243         * configure: Regenerate.
6245 2011-01-07  Jan Hubicka  <jh@suse.cz>
6247         PR lto/47225
6248         * Makefile.in: Regenerate.
6249         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6250         configure.
6252 2011-01-07  Jan Hubicka  <jh@suse.cz>
6254         * Makefile.in: Regenerate.
6255         * Makefile.def (gcc host module) and soft dependency on lto-plugin
6256         and configure dependency on lto-plugin configure.
6257         (lto-plugin module): Remove dependency on GCC; add dependency on
6258         liniberty.
6260 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
6262         * MAINTAINERS (Write After Approval): Add myself.
6264 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
6266         * configure: Regenerate.
6268 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
6270         * configure.ac: (picochip): Disable libiberty.
6272 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6274         * MAINTAINERS (Write After Approval): Add myself.
6276 2010-12-10  Ian Lance Taylor  <iant@google.com>
6278         PR bootstrap/46819
6279         * configure.ac: For --disable-libgcj clear libgcj_saved.
6280         * configure: Rebuild.
6282 2010-12-10  Tobias Burnus  <burnus@net-b.de>
6284         PR fortran/46540
6285         * configure.ac: Add --disable-libquadmath and
6286         --disable-libquadmath-support.
6287         * configure: Regenerate.
6289 2010-12-03  Ian Lance Taylor  <iant@google.com>
6291         * MAINTAINERS: Add myself as libgo maintainer.
6293 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
6295         PR libffi/46792
6296         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6297         * configure: Regenerate.
6299 2010-12-02  Ian Lance Taylor  <iant@google.com>
6301         * configure.ac: Always set default for poststage1_ldflags to
6302         -static-libstdc++ -static-libgcc.
6304 2010-11-29  Andreas Schwab  <schwab@redhat.com>
6306         * configure.ac: Move comment to remove extra space in last argument
6307         of GCC_TARGET_TOOL.
6309 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
6311         PR other/46026
6312         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6313         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6314         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6315         (BASE_FLAGS_TO_PASS): Use it.
6316         * configure: Rebuilt.
6317         * Makefile.in: Rebuilt.
6319 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
6321         PR binutils/12258
6322         * configure.ac: Correct comments for --enable-gold/--enable-ld.
6323         Properly check default linker.
6324         * configure: Regnerated.
6326 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6328         * configure.ac: For --enable-gold, handle value `default' instead of
6329         `both*'.  New configure option --{en,dis}able-ld.
6330         * configure: Regenerate.
6332 2010-11-20  Ian Lance Taylor  <iant@google.com>
6334         * configure.ac: Only disable a language library if no language needs
6335         it.  Don't let --disable-libgcj uncondtionally disable libffi.
6336         * configure: Rebuild.
6338 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6340         * Makefile.in: Regenerate.
6342         PR other/46202
6343         * configure.ac: Fix just-built in-tree STRIP name to be
6344         binutils/strip-new.
6345         * configure: Regenerate.
6346         * Makefile.def (install-strip-gcc, install-strip-binutils)
6347         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6348         (install-strip-sid): Mirror dependencies on non-strip variants
6349         of these targets on the respective -strip prerequisites.
6350         * Makefile.tpl (install-strip, install-strip-host)
6351         (install-strip-target): New targets.
6352         (install-strip-[+module+], install-strip-target-[+module+]):
6353         New targets.
6354         * Makefile.in: Regenerate.
6356 2010-11-19  Ian Lance Taylor  <iant@google.com>
6357             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6359         * configure.ac: Add target-libgo to target_libraries.  Set
6360         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6361         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6362         (HOST_EXPORTS): Add GOC.
6363         (BASE_TARGET_EXPORTS): Add GOC.
6364         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6365         (GOCFLAGS_FOR_TARGET): New variable.
6366         (EXTRA_HOST_FLAGS): Add GOC.
6367         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6368         * Makefile.def (target_modules): Add libgo.
6369         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6370         (dependencies): Add dependency from configure-target-libgo to
6371         configure-target-libffi and all-target-libstdc++-v3.  Add
6372         dependencies from all-target-libgo to all-target-libffi.
6373         (languages): Add go.
6374         * configure: Rebuild.
6375         * Makefile.in: Rebuild.
6377 2010-11-19  Ian Lance Taylor  <iant@google.com>
6379         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6380         compiler/flag environment variables.
6382 2010-11-18  Ian Lance Taylor  <iant@google.com>
6384         * configure.ac: Check for lang_requires_boot_languages in
6385         config-lang.in files.
6386         * configure: Rebuild.
6388 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6389             Tobias Burnus  <burnus@net-b.de>
6391         PR fortran/32049
6392         * Makefile.def: Add libquadmath; build it with language=fortran.
6393         * configure.ac: Add libquadmath.
6394         * Makefile.tpl: Handle multiple libs in check-[+language+].
6395         * Makefile.in: Regenerate.
6396         * configure: Regenerate.
6398 2010-11-16  Tom Tromey  <tromey@redhat.com>
6400         * MAINTAINERS: Moved myself to reviewers section.
6402 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
6404         * MAINTAINERS: Moved myself to reviewers section.
6406 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6408         * MAINTAINERS (Various Maintainers): Add self for build machinery.
6409         (Write After Approval): Remove self.
6411 2010-11-15  Andreas Schwab  <schwab@redhat.com>
6413         * configure.ac: Fix spelling in option names.
6414         * configure: Regenerated.
6416 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
6418         PR bootstrap/39622
6419         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6420         * configure: Regenerated.
6422 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6424         * MAINTAINERS: Update my email address.
6426 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6428         * configure: Regenerate.
6430 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6432         * configure: Regenerate.
6434 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6436         * configure: Regenerate.
6438 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6440         * configure: Regenerate.
6442 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6444         * configure.ac: Support official CLooG.org versions.
6445         * configure: Regenerate.
6446         * config/cloog.m4: New.
6448 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6450         * MAINTAINERS (Write After Approval): Add myself.
6452 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6454         * MAINTAINERS: Update my email address.
6456 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6458         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6459         * configure: Regenerate.
6461 2010-11-03  Ian Lance Taylor  <iant@google.com>
6462             Dave Korn  <dave.korn.cygwin@gmail.com>
6464         PR lto/46273
6465         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6466         and on other supported platforms whenever LTO is enabled.
6467         * configure: Rebuild.
6469 2010-11-02  Alan Modra  <amodra@gmail.com>
6471         PR binutils/12110
6472         * configure.ac: Error when source path contains spaces.
6473         * configure: Regenerate.
6475 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6477         * MAINTAINERS: Update my email address.
6479 2010-10-20  Ian Lance Taylor  <iant@google.com>
6481         * Makefile.def (target_modules): Set lib_path to src/.libs for
6482         libstdc++-v3 module.
6483         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6484         * Makefile.in: Rebuild.
6486 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6488         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6489         (Write After Approval): Remove myself.
6491 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6493         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6495 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6497         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6499 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6501         * configure.ac (build_lto_plugin): New shell variable.
6502         (--enable-lto): Turn on by default for all non-ELF platforms that
6503         have had LTO support added so far.  Set build_lto_plugin appropriately
6504         for both ELF and non-ELF.
6505         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6506         * configure: Regenerate.
6508 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6510         Sync from src:
6511         * configure.ac (v850 support): Remove target-libgloss from
6512         noconfigdirs.
6513         * configure: Regenerate.
6515 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6517         PR bootstrap/45326
6518         PR bootstrap/45174
6519         * configure.ac: Honor initial values of $build_configargs,
6520         $host_configargs, $target_configargs.  Mark the precious, so
6521         environment settings get recorded.
6522         * configure: Regenerate.
6524 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6526         PR bootstrap/45796
6527         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6528         Depend on all-build-libiberty.
6529         * Makefile.in: Regenerate.
6531 2010-09-30  Michael Eager  <eager@eagercon.com>
6533         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6534         * configure: Regenerate.
6536 2010-09-28  Michael Eager  <eager@eagercon.com>
6538         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6540 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6542         PR bootstrap/44621
6543         * configure.ac: Fix unportable shell quoting.
6544         * configure: Regenerate.
6546 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6548         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6549         targets and amend comment.
6550         * configure: Regenerate.
6552 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6554         * MAINTAINERS (Write After Approval): Add myself.
6556 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6558         * configure.ac: Enable LTO by default on Darwin.
6559         * configure: Regenerate.
6561 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6563         * MAINTAINERS (Write After Approval): Add myself.
6565 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6567         * MAINTAINERS (Write After Approval): Add myself.
6569 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6571         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6572         ports
6574 2010-07-28  David Yuste  <david.yuste@gmail.com>
6576         * MAINTAINERS (Write After Approval): Add myself.
6578 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6580         * configure.ac: Support all v850 targets.
6581         * configure: Regenerate.
6583 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6585         PR bootstrap/44455
6586         * configure.ac (extra_mpfr_configure_flags): Copy from
6587         extra_mpc_gmp_configure_flags.
6588         * configure: Re-generated.
6590 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6592         * MAINTAINERS (Write After Approval): Add myself.
6594 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6596         * MAINTAINERS (Write After Approval): Add myself.
6598 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6600         * MAINTAINERS (Write After Approval): Add myself.
6602 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6604         PR target/44862
6605         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6606         Provide -B option to allow for link spec %s substitutions for
6607         libstdc++.a on darwin.
6608         * Makefile.in: Regenerate.
6610 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6612         * MAINTAINERS (Reviewers): Update my e-mail address
6614 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6616         * Makefile.def (configure-gcc): Depend on all-libelf.
6617         * Makefile.in: Rebuild.
6619 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6621         * MAINTAINERS (Write After Approval): Add myself in the right place.
6623 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6625         * MAINTAINERS (Write After Approval): Add myself.
6627 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6629         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6631 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6633         * config.sub: Update to version 2010-05-21.
6634         * config.guess: Update to version 2010-04-03.
6636 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6638         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6639         * configure: Regenerate.
6641 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6643         * MAINTAINERS (Write After Approval): Add myself.
6645 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6647         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6648         a platform that supports LTO.
6649         * configure: Regenerate.
6651 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6653         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6654         * configure: Regenerated.
6656 2010-04-27  Roland McGrath  <roland@redhat.com>
6657             H.J. Lu  <hongjiu.lu@intel.com>
6659         * configure.ac (--enable-gold): Support both, both/gold and
6660         both/bfd to add gold to configdirs without removing ld.
6661         * configure: Regenerated.
6663         * Makefile.def: Add install-gold dependency to install-ld.
6664         * Makefile.in: Regenerated.
6666 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6668         PR lto/42776
6669         * configure.ac (--enable-lto): Refactor handling so libelf tests
6670         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6671         and allow LTO to be explicitly enabled on non-ELF platforms that
6672         are known to support it inside else-clause.
6673         * configure: Regenerate.
6675 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6677         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6678         * configure: Regenerate.
6680 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6682         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6683         * configure: Regenerate.
6685 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6687         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6688         separately.
6689         * configure: Regenerate.
6691 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6693         * MAINTAINERS (Write After Approval): Add myself.
6695 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6697         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6698         * configure: Regenerate.
6700 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6702         * configure: Regenerate after change to elf.m4.
6704 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6706         * MAINTAINERS (Write After Approval): Add myself.
6708 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6710         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6711         * configure: Regenerated.
6713 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6715         * configure.ac: Print "buggy but acceptable" when CLooG
6716         revision is less than 9.
6717         * configure: Regenerated.
6719 2010-04-01  Diego Novillo  <dnovillo@google.com>
6721         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6723 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6725         PR bootstrap/43615
6726         PR bootstrap/43328
6728         Revert:
6730         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6732         * configure.ac: Do not pass --enable-multilib nor
6733         --disable-multilib in baseargs.  Accept explicitly passed
6734         --enable_multilib.
6735         * configure: Regenerate.
6737 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6739         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6741 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6743         * MAINTAINERS: Remove myself.
6745 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6747         PR bootstrap/43328
6748         * configure.ac: Do not pass --enable-multilib nor
6749         --disable-multilib in baseargs.  Accept explicitly passed
6750         --enable_multilib.
6751         * configure: Regenerate.
6753 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6755         * MAINTAINERS (spu port): Remove me.
6757 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6759         * configure.ac (tic6x-*-*): New case.
6760         * configure: Regenerate.
6762 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6764         * config.sub: Update to version 2010-03-22.
6765         * config.guess: Update to version 2009-12-30.
6767 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6769         PR ada/42554
6770         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6771         * configure: Regenerate.
6773 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6775         * MAINTAINERS: Update my email address.
6777 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6779         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6780         (ghassan.shobaki@amd.com): Removed.
6782 2010-03-17  Alan Modra  <amodra@gmail.com>
6784         * MAINTAINERS: Update my email address.
6786 2010-03-16  Diego Novillo  <dnovillo@google.com>
6788         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6789         Matthews.
6791 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6793         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6794         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6796 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6798         * MAINTAINERS: Update my email address.
6800 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6802         * MAINTAINERS: Update my email address.
6804 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6806         * MAINTAINERS: Update my email address.
6808 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6810         * MAINTAINERS: Update my email address.
6812 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6814         PR libstdc++/32499
6815         * configure.ac (RANLIB): Default to true.
6816         (STRIP): Likewise.
6817         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6818         * configure: Regenerate.
6820 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6822         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6823         (Write After Approval): Update my email address.
6825 2010-02-17  Nick Clifton  <nickc@redhat.com>
6827         PR 11238
6828         * Makefile.tpl (local-distclean): Also remove config.cache files in
6829         sub-directories as there may not be Makefiles present in the
6830         sub-directories.
6831         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6832         the config.cache files found by the find command.
6834         * Makefile.in: Regenerate.
6835         * configure.ac: Revert previous delta.
6836         * configure: Regenerate.
6838 2010-02-15  Nick Clifton  <nickc@redhat.com>
6840         PR 11238
6841         * configure.ac: Delete config.cache files in sub-directories when
6842         deleting Makefiles.
6843         * configure: Regenerate.
6845 2010-02-12  Ben Elliston  <bje@gnu.org>
6847         * MAINTAINERS: Update my email address.
6849 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6851         * MAINTAINERS (spu port): Update my email address.
6853 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6855         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6857 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6859         * configure.ac: Add "recommended" version checks for GMP/MPC.
6860         Update recommended GMP/MPFR/MPC versions.
6861         * configure: Regenerate.
6863 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6865         * MAINTAINERS: Move my Embecosm email address into the
6866         write-after-approval section.
6868 2010-01-26  Ian Lance Taylor  <iant@google.com>
6870         * MAINTAINERS: Add myself as Go frontend maintainer.
6872 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6874         PR libstdc++/36101, PR libstdc++/42813
6875         * configure.ac (bootstrap_target_libs): Make inclusion of
6876         target-libgomp conditional on libgomb being in target_configdirs.
6877         * configure: Regenerate.
6879 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6881         PR libstdc++/36101, PR libstdc++/42813
6882         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6883         * configure: Regenerate.
6885 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6887         PR libstdc++/36101, PR libstdc++/42813
6888         * configure.ac (target_configdirs): Substitute.
6889         * Makefile.def: Bootstrap target module libgomp.
6890         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6891         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6892         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6893         * configure, Makefile.in: Regenerate.
6895 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6897         * MAINTAINERS: Adjust my details.
6899 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6901         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6903 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6905         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6907 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6909         * MAINTAINERS (Write After Approval): Add myself.
6911 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6913         * MAINTAINERS (Write After Approval): Add myself.
6915 2010-01-11  Richard Guenther  <rguenther@suse.de>
6917         PR lto/41569
6918         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6919         * Makefile.in: Regenerated.
6921 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6923         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6924         * configure: Regenerate.
6926 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6927             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6929         PR bootstrap/42424
6930         * configure.ac: Include libtool m4 files.
6931         (_LT_CHECK_OBJDIR): Call it.
6932         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6933         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6935         * configure: Regenerate.
6937 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6939         PR bootstrap/41818
6940         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6941         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6942         * Makefile.in: Regenerate.
6944 2010-01-02  Richard Guenther  <rguenther@suse.de>
6946         PR lto/41529
6947         * configure.ac: Include config/elf.m4.  Disable LTO if not
6948         builting for an elf target.
6949         * configure: Regenerate.
6951 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6953         * MAINTAINERS: Change my email address.
6955 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6957         * config.sub, config.guess: Update from upstream sources.
6959 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6961         * MAINTAINERS (Write After Approval): Add myself.
6963 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6965         PR middle-end/30447
6966         PR middle-end/30789
6967         PR other/40302
6969         * configure.ac: Require MPC.
6970         * configure: Regenerate.
6972 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6974         PR target/38384
6975         PR bootstrap/40972
6976         * libtool.m4: Sync from git Libtool.
6977         * ltoptions.m4: Likewise.
6978         * ltversion.m4: Likewise.
6979         * lt~obsolete.m4: Likewise.
6980         * ltmain.sh: Likewise.
6982 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6984         * configure.ac: Update minimum MPC version to 0.8.
6985         * configure: Regenerate.
6987 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6989         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6990         * configure: Regenerated.
6992 2009-11-21  Ian Lance Taylor  <iant@google.com>
6994         * configure.ac: Change default of poststage1_ldflags to be empty if
6995         poststage1_libs is set.  When poststage1_libs is empty, and
6996         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6997         * configure: Rebuild.
6999 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
7001         * MAINTAINERS (Write After Approval): Update my email address.
7003 2009-11-20  Ben Elliston  <bje@au.ibm.com>
7005         * config.guess: Update from upstream sources.
7007 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
7009         * Makefile.def: Restore host and target settings for gmp.
7010         * Makefile.in: Rebuild.
7012 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
7014         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
7015         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
7016         Fix portability of test of C++ as bootstrap language.  Add
7017         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
7018         * configure: Rebuild.
7019         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
7020         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
7021         in-tree building.
7022         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
7023         (POSTSTAGE1_HOST_EXPORTS): Use it.
7024         (STAGE[+id+]_CXXFLAGS): New.
7025         (BASE_FLAGS_TO_PASS): Pass it down.
7026         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
7027         extra_exports.
7028         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
7029         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
7030         extra_exports.
7031         * Makefile.in: Rebuild.
7033 2009-11-17  Ben Elliston  <bje@au.ibm.com>
7035         * config.sub, config.guess: Update from upstream sources.
7037 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7039         * MAINTAINERS (Write After Approval): Add myself.
7041 2009-11-09  Jon Beniston  <jon@beniston.com>
7043         * MAINTAINERS (Write After Approval): Add myself.
7045 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
7047         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
7048         paths for *-w64-mingw* and x86_64-*mingw*.
7049         * configure: Regenerated.
7051 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
7053         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
7055 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
7057         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
7058         Phil Edwards to Write-After Approval.
7060 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
7062         * configure.ac: Disable target-winsup & co for
7063         x86_64-*-mingw* and *-w64-mingw* targets.
7064         * configure: Regenerated.
7066 2009-10-16  Nick Clifton  <nickc@redhat.com>
7068         * MAINTAINERS: Add myself as a maintainer for the RX port.
7070 2009-10-26  Johannes Singler  <singler@kit.edu>
7072         * MAINTAINERS (Write After Approval): Update my e-mail address.
7074 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7076         * configure.ac (CLooG test): Use = with test.
7077         * configure: Regenerate.
7079 2009-10-22  Richard Guenther  <rguenther@suse.de>
7081         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
7082         cloog if the ppl version check failed.  Move flags saving
7083         before setting in libelf check.
7084         * configure: Regenerate.
7086 2009-10-21  Richard Guenther  <rguenther@suse.de>
7088         * configure.ac: Adjust the ppl and cloog configure to work as
7089         documented.  Disable cloog if ppl was disabled.  Omit the version
7090         checks if they were disabled.
7091         * configure: Re-generate.
7093 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7095         * configure.ac: Add 'lto' to enable_languages, not
7096         new_enable_languages, and only if not already present.
7097         * configure: Regenerate.
7099 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
7101         * README: Refer to the various COPYING* files instead of just
7102         COPYING.
7103         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
7105 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
7107         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
7109 2009-10-07  Richard Guenther  <rguenther@suse.de>
7111         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
7112         and Richard Guenther as reviewers.
7113         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
7114         as reviewers.
7116 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
7118         * config.sub: Update from upstream sources.
7120 2009-10-06  Ian Lance Taylor  <iant@google.com>
7122         * Makefile.def: check-gold depends upon all-gas.
7123         * Makefile.in: Rebuild.
7125 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
7127         * MAINTAINERS (Write After Approval): Add myself.
7129 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
7131         * Makefile.def: all-lto-plugin depends on all-libiberty.
7132         set bootstrap=true for lto-plugin.
7133         Add lto-plugin.
7134         * Makefile.in: Regenerate.
7135         * configure.ac (host_libs): Add lto-plugin.
7136         * configure: Regenerate.
7138 2009-10-03  Diego Novillo  <dnovillo@google.com>
7140         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7141         (HOST_LIBELFLIBS): Define.
7142         (HOST_LIBELFINC): Define.
7143         * Makefile.in: Regenerate.
7144         * configure.ac: Add --enable-lto.
7145         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7146         If --enable-lto is used, add 'lto' to new_enable_languages.
7147         If --enable-lto is used and gold is enabled, add
7148         lto-plugin to configdirs.
7149         * configure: Regenerate.
7151 2009-10-03  Simon Baldwin  <simonb@google.com>
7153         * configure.ac: If --with-system-zlib, suppress local zlib and
7154         pass --with-system-zlib to subdir configure scripts.
7155         * configure: Regenerate.
7157 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
7158             Paolo Bonzini  <bonzini@gnu.org>
7160         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7161         $(srcdir).
7162         * Makefile.in: Rebuilt.
7164 2009-09-26  Gary Funck  <gary@intrepid.com>
7166         * MAINTAINERS (Write After Approval): Add myself.
7168 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7170         * configure.ac: Update minimum MPC version to 0.7.
7171         * configure: Regenerate.
7173 2009-09-25  Nick Clifton  <nickc@redhat.com>
7175         * configure.ac: Pass any --cache-file=/dev/null option on to
7176         subconfigures.
7177         * configure: Regenerate.
7179 2009-09-23  Nick Clifton  <nickc@redhat.com>
7181         * config.sub, config.guess: Update from upstream sources.
7183 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
7185         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7186         * Makefile.in: Rebuilt.
7188 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7190         PR bootstrap/32272
7191         * configure.ac: Error out if $srcdir isn't '.' but contains
7192         host-${host_noncanonical}.
7193         * configure: Regenerate.
7195 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7197         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7198         maintainer.
7200 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7202         * configure.ac: If bootstrapping a combined tree with
7203         --enable-gold, require c++ in stage1_languages.
7204         * configure: Regenerate.
7206         * configure.ac: Also add target_libs of stage1_languages to
7207         bootstrap_target_libs.
7208         * configure: Regenerate.
7210         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7211         with --enable-languages not containing c++.
7212         * configure: Regenerate.
7214 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
7216         * configure.ac: Disable java and boehm-gc for bfin-*-*.
7217         * configure: Regenerate.
7219 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
7221         * MAINTAINERS (Write After Approval): Update my e-mail address,
7222         and move from from here...
7223         (Waiting for paperwork): To here.
7225 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
7227         * MAINTAINERS (Reviewers): Add self as driver reviewer.
7229 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7231         * configure.ac: Do not use $extrasub for replacing @if/@endif
7232         parts in Makefile; instead, use additional arguments to
7233         AC_CONFIG_COMMANDS to do the replacement manually, with several
7234         sed invocations, to avoid HP-UX sed command limits.
7235         * configure: Regenerate.
7237 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
7239         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7240         blank before -L.
7242 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
7244         * configure.ac (with-build-config): Document.  Handle without.
7245         Handle missing argument.
7246         * configure: Rebuilt.
7248 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
7250         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
7251         Default to bootstrap-debug only if compare-debug works.
7252         * configure: Rebuilt.
7253         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7254         * Makefile.in: Rebuilt.
7256 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7258         * MAINTAINERS (OS Port Maintainers): Update my email address.
7260 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
7262         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7263         * Makefile.in: Rebuilt.
7265 2009-09-01  Chris Demetriou  <cgd@google.com>
7267         * MAINTAINERS (Write After Approval): Add myself.
7269 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
7271         PR debug/30161
7272         * include/dwarf2.h (enum dwarf_tag): Added
7273         DW_TAG_GNU_template_template_param
7274         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7276 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7278         * Makefile.tpl (AWK): Fix typo.
7279         * Makefile.in: Regenerate.
7281 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7283         * configure.ac: Detect awk and sed.
7284         * Makefile.def (flags_to_pass): Add AWK and SED.
7285         * Makefile.tpl (AWK, SED): New.
7286         (BASE_FLAGS_TO_PASS): Add AWK and SED.
7287         * configure: Regenerate.
7288         * Makefile.in: Regenerate.
7290 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7292         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7293         (collapseslashes): Likewise.
7295 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7297         * configure.ac (AC_PREREQ): Bump to 2.64.
7299 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7301         * configure.ac: Remove --with-datarootdir, --with-docdir,
7302         --with-pdfdir, --with-htmldir switches.
7303         * configure: Regenerate.
7305         * configure: Regenerate.
7307         * compile: Sync from Automake 1.11.
7308         * depcomp: Likewise.
7309         * install-sh: Likewise.
7310         * missing: Likewise.
7311         * mkinstalldirs: Likewise.
7312         * ylwrap: Likewise.
7314 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
7316         * ltmain.sh (func_normal_abspath): New function.
7317         (func_relative_path): Likewise.
7318         (func_mode_help): Document new -bindir option for link mode.
7319         (func_mode_link): Add new -bindir option, and use it to place
7320         output DLL if specified.
7322 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7324         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7325         (baseargs): Add --disable-option-checking.
7326         * configure: Regenerate.
7328         * Makefile.def (configure-target-libiberty): Depend on
7329         all-binutils and all-ld.
7330         (configure-target-newlib): Likewise.
7331         * Makefile.in: Regenerate.
7333 2009-08-17  Ben Elliston  <bje@au.ibm.com>
7335         * config.sub, config.guess: Update from upstream sources.
7337 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7339         Sync from src, merge:
7341         2009-07-02  Tristan Gingold  <gingold@adacore.com>
7343         * configure.ac: Do not exclude gas for i386-*-darwin.
7344         Add a case for x86_64-*-darwin.
7345         * configure: Regenerate.
7347 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
7349         * MAINTAINERS: Add my name to Write After Approval list.
7351 2009-08-06  Michael Eager  <eager@eagercon.com>
7353         * configure.ac: Add Microblaze target.
7354         * configure: Regenerate.
7356 2009-07-31  Christian Bruel  <christian.bruel@st.com>
7358         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7359         * configure: Regenerate.
7361 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
7363         * MAINTAINERS (Write After Approval): Update my e-mail address.
7365 2009-07-06  Ian Lance Taylor  <iant@google.com>
7367         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7368         * configure: Rebuild.
7370 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
7372         * MAINTAINERS: Move myself to the Graphite Reviewers.
7374 2009-06-30  Wei Guozhi  <carrot@google.com>
7376         * MAINTAINERS: Add my name to Write After Approval list.
7378 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
7380         PR bootstrap/40338
7381         * configure.ac (comparestring): Create new variable.
7382         * Makefile.tpl (comparestring): Use to skip some comparisions.
7383         * configure: Regenerate.
7384         * Makefile.in: Regenerate.
7386 2009-06-26  Doug Evans  <dje@sebabeach.org>
7388         * Makefile.def (host_modules): Add cgen.
7389         * Makefile.in: Regenerate.
7390         * configure.ac (host_tools): Add cgen.
7391         * configure: Regenerate.
7393 2009-06-23  DJ Delorie  <dj@redhat.com>
7395         * MAINTAINERS: Add myself as mep maintainer.
7397 2009-06-23  Ian Lance Taylor  <iant@google.com>
7399         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
7400         boot_languages.  Only bootstrap target libraries listed in
7401         target_libs for some boot language.  Add --with-stage1-ldflags,
7402         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
7403         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
7404         if not building with C++.
7405         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7406         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7407         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7408         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7409         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
7410         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7411         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7412         * configure, Makefile.in: Rebuild.
7414 2009-06-23  Li Feng  <nemokingdom@gmail.com>
7416         * MAINTAINERS: Added my name to write-after-approval list.
7418 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
7420         * configure.ac: Define is_elf for QNX Neutrino targets.
7421         * configure: Regenerate.
7423 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7425         * MAINTAINERS: Added my name to the write-after-approval list
7427 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7429         * configure.ac: Detect MPC in default directory.
7430         * configure: Regenerate.
7432 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7433             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7435         * Makefile.tpl (all): Avoid a trailing backslash.
7436         * Makefile.in: Regenerate.
7438 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7440         * config.sub, config.guess: Update from upstream sources.
7442 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7444         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7445         to noconfdirs.
7446         * configure: Regenerate.
7448 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7450         * Makefile.tpl ([+compare-target+]): Compare all stage
7451         directories, rather than just gcc.
7452         * Makefile.in: Rebuilt.
7454 2009-06-01  Doug Kwan  <dougkwan@google.com>
7456         * configure.ac: Support gold for target arm*-*-*.
7457         * configure: Regenerate.
7459 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7461         * Makefile.def: Add MPC support and dependencies.
7462         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7464         * Makefile.in, configure: Regenerate.
7466 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7468         * Makefile.tpl (all): Avoid harmless warning in make all when
7469         gcc-bootstrap is enabled but stage_last does not exist.
7470         * Makefile.in: Rebuilt.
7472 2009-05-24  Nicolas Roche  <roche@adacore.com>
7474         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7475         * Makefile.in: Regenerate.
7477 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7479         * MAINTAINERS: Update my e-mail address.
7481 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7483         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7484         * configure:  Regenerate.
7486 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7488         PR other/40159
7489         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7490         gcc-no-bootstrap are mutually exclusive.
7491         * Makefile.in: Rebuilt.
7493 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7495         PR other/40159
7496         * Makefile.tpl (all): Don't end with unconditional success.
7497         * Makefile.in: Rebuilt.
7499 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7501         PR target/37137
7502         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7503         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7504         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7505         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7506         stage_configureflags, stage_cflags and stage_libcflags into
7507         explicit Makefile macros.
7508         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7509         GFORTRAN.
7510         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7511         CC.  Set CC_FOR_BUILD from CC.
7512         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7513         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7514         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7515         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7516         and GFORTRAN.
7517         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7518         (_LIBCFLAGS): Renamed to _TFLAGS.
7519         (do-compare-debug, do-compare3-debug): Drop.
7520         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7521         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7522         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7523         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7524         (XGCC_FLAGS_FOR_TARGET): New.
7525         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7526         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7527         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7528         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7529         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7530         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7531         TFLAGS.
7532         (BUILD_CONFIG): Include if requested.
7533         (all): Set TFLAGS on bootstrap.
7534         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7535         (all-stageid-prefixmodule): Likewise.
7536         (do-clean, distclean-stageid): Set TFLAGS.
7537         (restrap): Fix whitespace.
7538         * Makefile.in: Rebuilt.
7540 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7542         * config.guess: Sync with src.
7544 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7546         * configure.ac ($with_ppl):  Default to no if not supplied.
7547         ($with_cloog):  Likewise.
7548         configure:  Regenerate.
7550 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7552         * MAINTAINERS: Update my e-mail address.
7554 2009-04-27  Nick Clifton  <nickc@redhat.com>
7556         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7558 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7560         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7561         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7562         * Makefile.in: Regenerate.
7564 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7566         PR bootstrap/39739
7567         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7568         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7570         * configure, Makefile.in: Regenerate.
7572 2009-04-21  Taras Glek  <tglek@mozilla.com>
7574         * include/hashtab.h: Update GTY annotations to new syntax
7575         * include/splay-tree.h: Likewise
7577 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7579         * config.sub, config.guess: Update from upstream sources.
7581 2009-04-15  Anthony Green  <green@moxielogic.com>
7583         * configure.ac: Add moxie support.
7584         * configure: Rebuilt.
7586 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7588         * configure.ac: Change copyright header to refer to version
7589         3 of the GNU General Public License and to point readers at the
7590         COPYING3 file and the FSF's license web page.
7591         * Makefile.def: Likewise.
7592         * Makefile.tpl: Likewise.
7593         * Makefile.in: Regenerate.
7595 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7597         * configure.ac: Restore match for darwin9 or later. Use double
7598         brackets since regeneration eats one pair.
7599         * configure: Regenerate.
7601 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7603         PR gas/10039
7604         * configure.ac: Require texinfo 4.7.
7605         * configure: Regenerated.
7607 2009-04-09  Nick Clifton  <nickc@redhat.com>
7609         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7610         the GCC Runtime Library Exception.
7612 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7614         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7615         * configure: Regenerate.
7617 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7619         * Makefil.def (languages): New entries.
7620         * Makefile.tpl (check-gcc-*): New generic target.
7621         * Makefile.in: Regenerate.
7623 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7625         * MAINTAINERS:  Update my email address.
7627 2009-03-18  Tom Tromey  <tromey@redhat.com>
7629         * configure: Rebuild.
7630         * configure.ac (host_libs): Add libiconv.
7631         * Makefile.in: Rebuild.
7632         * Makefile.def (host_modules): Add libiconv.
7633         (configure-gdb, all-gdb): Depend on libiconv.
7635 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7637         * configure.ac: Treat gdb as supported on x86_64-darwin.
7638         * configure: Regenerate.
7640 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7642         * configure.ac (--with-host-libstdcxx): New option.
7643         * configure: Regenerate.
7645 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7647         * MAINTAINERS:  Move myself into the write after approval list.
7649 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7651         * MAINTAINERS: Update e-mail address.
7653 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7655         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7657 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7659         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7661 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7663         Backport from git Libtool:
7665         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7666         Support GNU/kOpenSolaris.
7667         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7668         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7669         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7670         GNU/kOpenSolaris.
7672 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7674         * MAINTAINERS: Update e-mail address.
7676 2009-02-24  Michael Eager  <eager@eagercon.com>
7678         * MAINTAINERS (Write After Approval): Add self.
7680 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7682         * MAINTAINERS (Write After Approval): Add myself.
7684 2009-02-05  Andreas Schwab  <schwab@suse.de>
7686         * Makefile.tpl (stage_last): Define $r and $s before using
7687         $(RECURSE_FLAGS_TO_PASS).
7688         * Makefile.in: Regenerate
7690 2009-01-30  Ian Lance Taylor  <iant@google.com>
7692         * MAINTAINERS: Move myself to the Global Reviewers list.
7694 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7696         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7697         * configure: Regenerate.
7699 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7701         * MAINTAINERS: Make whitespace consistent.
7702         Remove Robert Millan from Write After Approval.
7704 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7706         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7707         (all-opcodes): Depend on all-libiberty.
7708         * Makefile.in: Regenerate.
7710 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7712         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7713         * configure: Regenerate.
7715 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7717         * MAINTAINERS (Write After Approval): Add myself.
7719 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7721         * MAINTAINERS: Add myself to reviewers (Fortran).
7723 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7725         PR tree-optimization/38515
7726         * configure.ac (cloog-polylib): Removed.
7727         (with_ppl, with_cloog): Test for "no".
7728         * configure: Regenerated.
7730 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7732         * MAINTAINERS: Moved myself to reviewers (Fortran).
7734 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7736         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7737         (Write After Approval): Remove myself.
7739 2009-01-03  Diego Novillo  <dnovillo@google.com>
7741         * MAINTAINERS: Remove myself from alias maintainership.
7743 2009-01-02  David Ayers  <ayers@fsfe.org>
7745         * MAINTAINERS: Update e-mail address.
7747 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7749         * MAINTAINERS: Make whitespace consistent.
7751 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7753         Backport from upstream Libtool:
7754         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7755         Add cache variables to tests that require the linker to work.
7756         For shlibpath_overrides_runpath, this also changes the semantics
7757         to let the result from the C compiler take precedence.
7759 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7761         * config.sub, config.guess: Update from upstream sources.
7763 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7765         * configure.ac (ppllibs): Add by default the lib flags.
7766         * configure: Regenerate.
7768 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7770         * MAINTAINERS:  Add myself to the write after approval list.
7772 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7774         * configure.ac: Add double brackets on darwin[912].
7775         * configure: Regenerate.
7777 2008-12-03  Daniel Kraft  <d@domob.eu>
7779         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7780         Approval to Reviewer section (for Fortran front-end).
7782 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7784         * configure.ac: Expand to darwin10 and later.
7785         * configure: Regenerate.
7787 2008-12-02  Andreas Schwab  <schwab@suse.de>
7789         * Makefile.def: configure-target-boehm-gc depends on
7790         all-target-libstdc++-v3.
7791         * Makefile.in: Regenerate.
7793 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7795         * MAINTAINERS:  Add myself as mingw maintainer.
7797 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7799         * config.sub, config.guess: Update from upstream sources.
7801 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7803         * README.SCO: Remove.
7805 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7807         * MAINTAINERS:  Add myself to the write after approval list.
7809 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7811         * MAINTAINERS:  Update my email address in WAA section.
7813 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7815         * MAINTAINERS: Update e-mail address.
7817 2008-11-27  Toon Moene  <toon@moene.org>
7819         * MAINTAINERS: Change e-mail address.
7821 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7823         * configure.ac: Build gdb for i?86-*-darwin*
7824         * configure: Regenerated.
7826 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7828         * MAINTAINERS: Added my full name.
7830 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7832         PR bootstrap/38014
7833         PR bootstrap/37923
7835         Revert:
7837         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7839         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7840         * Makefile.in: Regenerated.
7842         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7844         PR gdb/921
7845         PR gdb/1646
7846         PR gdb/2175
7847         PR gdb/2176
7849         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7850         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7851         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7852         (HOST_EXPORTS): Pass CPPFLAGS.
7853         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7854         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7855         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7856         * Makefile.in, configure: Regenerated.
7857         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7858         and CPPFLAGS_FOR_BUILD.
7860 2008-11-06  Jeff Law  <law@redhat.com>
7862         * MAINTAINERS: Add myself as middle end maintainer.
7864 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7866         * MAINTAINERS (Write after approval): Add myself.
7868 2008-11-05  Diego Novillo  <dnovillo@google.com>
7870         * MAINTAINERS (Global Reviewers): Add myself.
7871         (Non-Algorithmic Maintainers): Remove myself.
7873 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7875         * MAINTAINERS (Write after approval): Add myself.
7877 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7879         * MAINTAINERS (Write after approval): Add myself.
7881 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7883         * configure.ac (spu-*-*): Remove special case.
7884         * configure: Regenerate.
7886 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7888         * MAINTAINERS (Write after approval): Update my email address.
7890 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7892         * configure.ac [spu-*-*]: Do not set skipdirs.
7893         * configure: Re-generate.
7895 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7897         * MAINTAINERS (Various Maintainers): Add myself to reload.
7899 2008-10-25  Richard Guenther  <rguenther@suse.de>
7901         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7902         maintainer.  Remove myself as libgcc-math maintainer.
7903         (Non-Algorithmic Maintainers): Remove myself.
7905 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7907         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7908         * Makefile.in: Regenerated.
7910 2008-10-23  Cary Coutant  <ccoutant@google.com>
7912         * MAINTAINERS (Write after approval): Add myself.
7914 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7916         PR gdb/921
7917         PR gdb/1646
7918         PR gdb/2175
7919         PR gdb/2176
7921         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7922         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7923         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7924         (HOST_EXPORTS): Pass CPPFLAGS.
7925         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7926         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7927         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7928         * Makefile.in, configure: Regenerated.
7929         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7930         and CPPFLAGS_FOR_BUILD.
7932 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7934         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7935         Sebastian Pop.
7937 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7939         * MAINTAINERS (Write After Approval): Added myself.
7941 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7943         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7944         recommended version to 2.3.2.
7946         * configure: Regenerate.
7948 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7950         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7952 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7954         * MAINTAINERS (Write After Approval): Update e-mail address.
7956 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7958         * libtool.m4: Update to libtool 2.2.6.
7959         * lt~obsolete.m4: Update to libtool 2.2.6.
7960         * ltmain.sh: Update to libtool 2.2.6.
7961         * ltsugar.m4: Update to libtool 2.2.6.
7962         * ltversion.m4: Update to libtool 2.2.6.
7963         * ltoptions.m4: Update to libtool 2.2.6.
7964         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7966 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7968         * MAINTAINERS (Write After Approval): Add myself.
7970 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7972         * MAINTAINERS (Write After Approval): Update my name.
7974 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7976         * MAINTAINERS: Add myself in "Write After Approval".
7978 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7980         * MAINTAINERS: Add myself as ia64 maintainer.
7982 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7984         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7985         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7986         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7987         and Michael Tiemann from Write After Approval since they do not
7988         actually have access.
7990 2008-09-05  Richard Guenther  <rguenther@suse.de>
7992         * configure.ac: Initialize clooglibs to -lcloog.
7993         * configure: Re-generate.
7995 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7997         * MAINTAINERS (Write After Approval): Add myself.
7999 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
8001         * configure.ac (--with-cloog-polylib): New.
8002         (--disable-cloog-version-check): New.
8003         (--disable-ppl-version-check): New.
8004         * configure: Re-generate.
8006 2008-09-03  Richard Guenther  <rguenther@suse.de>
8008         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
8009         cloog test.
8010         * configure: Re-generate.
8012 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
8014         Add picoChip port.
8015         * MAINTAINERS: Add picoChip maintainers.
8017 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
8018             Tobias Grosser  <grosser@fim.uni-passau.de>
8019             Jan Sjodin  <jan.sjodin@amd.com>
8020             Harsha Jagasia  <harsha.jagasia@amd.com>
8021             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8022             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
8023             Adrien Eliche  <aeliche@isty.uvsq.fr>
8025         Merge from graphite branch.
8026         * configure: Regenerate.
8027         * Makefile.in: Regenerate.
8028         * configure.ac (host_libs): Add ppl and cloog.
8029         Add checks for PPL and CLooG.
8030         * Makefile.def (ppl, cloog): Added modules and dependences.
8031         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
8032         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
8034 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8036         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
8037         (GCC_SHLIB_SUBDIR): New.
8038         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
8039         * configure: Regenerate.
8040         * Makefile.in: Regenerate.
8042 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8044         * MAINTAINERS: Consistently use tabs to separate columns.
8046 2008-08-29  Tristan Gingold  <gingold@adacore.com>
8048         * MAINTAINERS (Write after Approval): Add myself.
8050 2008-08-28  Tristan Gingold  <gingold@adacore.com>
8052         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
8053         Enable bfd, binutils and opcodes.
8054         * configure: Regenerate.
8056 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8058         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
8060 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8062         * MAINTAINERS:  Use correct Umlaut for last name.
8064 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8066         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
8068 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
8070         * MAINTAINERS: Update my email address.
8072 2008-08-16  Nicolas Roche  <roche@adacore.com>
8074         * Makefile.tpl: Add BOOT_ADAFLAGS.
8075         * Makefile.in: Regenerate.
8077 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8079         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
8080         * configure: Regenerate.
8082 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
8084         * configure.ac: Add makefile fragments for hpux.
8085         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
8086         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
8087         * configure: Regenerate.
8088         * Makefile.in: Regenerate.
8090 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
8092         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
8094 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
8096         * MAINTAINERS (Write after Approval): Add myself.
8098 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
8100         * MAINTAINERS (Write After Approval):  Add myself.
8102 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
8104         * MAINTAINERS (Write After Approval):  Add myself.
8106 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
8108         * MAINTAINERS: Update my email address.
8110 2008-06-25  Joey Ye  <joey.ye@intel.com>
8112         * MAINTAINERS (Write After Approval):  Add myself.
8114 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8116         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8117         * Makefile.in: Regenerate.
8118         * configure: Regenerate.
8120 2008-06-17  Daniel Kraft  <d@domob.eu>
8122         * MAINTAINERS (Write After Approval):  Add myself.
8124 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8126         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8127         "$@" is still intact with both Autoconf 2.59 and 2.62.
8128         * configure: Regenerate.
8130 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8132         * Makefile.tpl: Fix comment errors.
8133         * Makefile.in: Regenerate.
8135 2008-06-12  David S. Miller  <davem@davemloft.net>
8136             David Edelsohn  <edelsohn@gnu.org>
8138         * configure.ac: Add powerpc*-*-* to gold supported targets.
8139         * configure: Regenerate.
8141 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
8143         PR tree-optimization/36218
8144         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8145         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8146         (all prefix="build-"): Pass them to build-system sub-makes.
8147         * Makefile.in: Regenerate.
8149 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
8151         * MAINTAINERS (mt port): Remove.
8152         (sco5, unixware, sco udk): Remove.
8153         (Kean Johnston): Add to Write After Approval.
8155 2008-05-30  Julian Brown  <julian@codesourcery.com>
8157         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8158         of libobjc for ARM EABI Linux.
8159         * configure: Regenerate.
8161 2008-05-18  Xinliang David Li   <davidxl@google.com>
8163         * ChangeLog: Remove wrong ChangeLog entry.
8165 2008-05-17  Xinliang David Li   <davidxl@google.com>
8167         * MAINTAINERS (Write After Approval): Add myself.
8169 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
8171         * MAINTAINERS (Write After Approval): Add myself.
8173 2008-05-14  Rafael Espíndola  <espindola@google.com>
8175         * config-ml.in: don't handle --enable-shared and --enable-static.
8177 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
8179         * MAINTAINERS: Update my email address.
8181 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
8183         * MAINTAINERS: Update my email address.
8185 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
8187         * MAINTAINERS (Write After Approval): Add myself.
8189 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
8191         * MAINTAINERS (Write After Approval): Add myself.
8193 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
8195         * MAINTAINERS (crx): Add myself.
8197 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8199         Sync with src:
8200         2008-04-14  David S. Miller  <davem@davemloft.net>
8202         * configure.ac: Add sparc*-*-* to gold supported targets.
8203         * configure: Regenerate.
8205 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8207         PR bootstrap/35457
8208         * configure.ac: Include override.m4.
8209         * configure: Regenerate.
8211 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8213         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8214         * Makefile.in: Regenerate.
8216 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
8218         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
8219         as nonconfigurable directories list.
8220         * configure: Regenerate.
8222 2008-04-14  Ben Elliston  <bje@au.ibm.com>
8224         * config.sub, config.guess: Update from upstream sources.
8226 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
8228         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8229         * Makefile.in: Regenerate.
8231 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
8233         * configure.ac: Do not build libssp for the AVR.
8234         * configure: Regenerate.
8236 2008-04-07  Ian Lance Taylor  <iant@google.com>
8238         * Makefile.def: check-gold depends upon all-binutils.
8239         * Makefile.in: Regenerate.
8241 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
8243         * MAINTAINERS (Write After Approval): Add myself.
8245 2008-04-04  Nick Clifton  <nickc@redhat.com>
8247         PR binutils/4334
8248         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8249         builds.
8250         * configure: Regenerate.
8252 2008-04-04  NightStrike  <NightStrike@gmail.com>
8254         PR other/35151
8255         * configure.ac: Combine rules for mingw32 and mingw64.
8256         * configure: Regenerate.
8258 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
8260         * MAINTAINERS (Write After Approval): Add myself.
8262 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
8264         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8265         * Makefile.in (.NOTPARALLEL): Ditto.
8267 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
8269         * MAINTAINERS (Write After Approval): Add myself.
8271 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
8273         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8274         * Makefile.in (.NOTPARALLEL): Regenerate.
8276 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
8278         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8279         * Makefile.in: Regenerate.
8281 2008-03-26  Jakub Staszak  <kuba@et.pl>
8283         * MAINTAINERS (Write After Approval): Add myself.
8285 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8287         * MAINTAINERS:  Update e-mail address.
8289 2008-03-20  Ian Lance Taylor  <iant@google.com>
8291         * configure.ac: Add support for --enable-gold.
8292         * Makefile.def: Add gold as a directory like ld.
8293         * configure, Makefile.in: Regenerate.
8295 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8297         * configure.ac: m4_include config/proginstall.m4.
8298         * configure: Regenerate.
8300         Backport from upstream Libtool:
8302         2007-10-12  Eric Blake  <ebb9@byu.net>
8304         Deal with Autoconf 2.62's semantic change in m4_append.
8305         * ltsugar.m4 (lt_append): Replace broken versions of
8306         m4_append.
8307         (lt_if_append_uniq): Don't require separator to be overquoted,
8308         and avoid broken m4_append.
8309         (lt_dict_add): Fix typo.
8310         * libtool.m4 (_LT_DECL): Don't overquote separator.
8312 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
8314         * config.rpath: Add AIX 6 support.
8316 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
8318         * Makefile.def (stageprofile).  Remove -fprofile-generate
8319         from stage_libcflags.
8320         * Makefile.in: Regenerate.
8322 2008-03-13  Ben Elliston  <bje@au.ibm.com>
8324         * config.sub, config.guess: Update from upstream sources.
8326 2008-03-06  Tom Tromey  <tromey@redhat.com>
8328         * MAINTAINERS: Update for treelang deletion.
8330 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
8332         * MAINTAINERS: Update my email address.
8334 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
8336         * MAINTAINERS (darwin port): Add myself as a maintainer.
8337         (objective-c/c++): Add myself as a maintainer.
8339 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
8341         * MAINTAINERS (Write After Approval): Update my email address.
8343 2008-02-25  Tomas Bily  <tbily@suse.cz>
8345         * MAINTAINERS (Write After Approval): Add myself.
8347 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
8349         * MAINTAINERS (OpenMP): Add myself.
8351 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
8353         PR bootstrap/32009
8354         PR bootstrap/32161
8356         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8357         * configure: Regenerate.
8359         * Makefile.def: Define stage_libcflags for all bootstrap stages.
8360         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8361         STAGE4_LIBCFLAGS): New.
8362         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8363         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8364         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8365         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8366         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8367         for target modules.  Don't export LIBCFLAGS.
8368         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8369         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8370         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8371         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8372         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8373         * Makefile.in: Regenerate.
8375 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8377         PR libgcj/33085
8378         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8379         Do not use -DDLL_EXPORT.  Backport from upstream.
8381 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8383         * MAINTAINERS (Write After Approval): Add myself.
8385 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
8387         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8388         * configure: Regenerate.
8390 2008-01-31  Marc Gauthier  <marc@tensilica.com>
8392         * configure.ac (xtensa*-*-*): Recognize processor variants.
8393         * configure: Regenerate.
8395 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8397         PR bootstrap/34922
8398         * configure.ac (PARSE_ARGS): Push suitable setting of
8399         ac_subdirs_all, for `./configure --help=recursive'.
8400         Handle `+' in generic toplevel directory disabling.
8401         * configure: Regenerate.
8403 2008-01-28  Nick Clifton  <nickc@redhat.com>
8405         * MAINTAINERS (xstormy16): Take over maintainership.
8407 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
8409         * MAINTAINERS (c4x port): Remove.
8411 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
8413         * libtool.m4: Backport AIX 6 support from ToT Libtool.
8415 2008-01-23  Ben Elliston  <bje@au.ibm.com>
8417         * config.sub, config.guess: Update from upstream sources.
8419 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
8421         * MAINTAINERS (Write After Approval): Add myself.
8423 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8425         * MAINTAINERS: Update my email address.
8427 2008-01-09  Raksit Ashok  <raksit@google.com>
8429         * MAINTAINERS (Write After Approval): Add myself.
8431 2008-01-09  Raksit Ashok  <raksit@google.com>
8433         * MAINTAINERS (Write After Approval): Add myself.
8435 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8437         * config.sub, config.guess: Update from upstream sources.
8439 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8441         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8442         Change recommended MPFR from 2.2.1 -> 2.3.0.
8443         * configure: Regenerate.
8445 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8447         * MAINTAINERS: Update my email address.
8449 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8451         * MAINTAINERS: Update my email address.
8453 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8455         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8456         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8457         * Makefile.in: Regenerate.
8459 2007-12-10  Mark Heffernan  <meheff@google.com>
8461         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8462         misplaced entries.
8464 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8466         * configure.ac: Enable libjava for x86_64-*-darwin9.
8467         * configure: Regenerate.
8469 2007-12-07  Bill Maddox  <maddox@google.com>
8471         * MAINTAINERS (Write After Approval): Add myself.
8473 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8475         * config.sub, config.guess: Update from upstream sources.
8477 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8479         * config-ml.in: Remove 64bit configure tests.
8481 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8483         * config-ml.in: Robustify against white space in absolute file
8484         names.
8486         * config-ml.in (multi-clean): Substitute ${Makefile}.
8487         Remove superfluous ${Makefile} in list.
8489 2007-11-19  Thiemo Seufer  <ths@mips.com>
8491         * config-ml.in: Don't hardcode the Makefile name.
8493 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8495         * MAINTAINERS (Write After Approval): Add myself.
8497 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8499         * MAINTAINERS (Write After Approval): Add myself.
8501 2007-11-06  Doug Kwan  <dougkwan@google.com>
8503         * MAINTAINERS (Write After Approval): Add myself.
8505 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8507         * MAINTAINERS (mercury): Remove entry.
8508         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8510 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8512         * Makefile.def (dependencies): Make configure-gdb depend on
8513         all-intl.
8514         * Makefile.in: Regenerated.
8516 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8518         * MAINTAINERS (Fortran maintainer): Remove myself.
8520 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8522         * Makefile.def: To avoid problems running with parallel makes,
8523         build newlib before libgloss so that target specific header
8524         files are availble.
8525         * Makefile.in: Regenerate
8527 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8529         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8530         * Makefile.in: Regenerate.
8532 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8534         * MAINTAINERS (Register allocation reviewer): Add myself.
8536 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8538         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8539         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8540         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8541         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8542         * configure: Regenerate.
8544 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8546         * MAINTAINERS (Register allocation reviewer): Add myself.
8548 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8550         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8551         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8552         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8553         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8554         * configure.ac: Default them to host tools for $host = $build.
8555         Subst them.
8557         * configure: Regenerate.
8558         * Makefile.in: Regenerate.
8560 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8562         * MAINTAINERS (Register allocation reviewer): Add myself.
8564 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8566         * MAINTAINERS (Register allocation reviewer): Add myself.
8568 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8570         * MAINTAINERS (Write After Approval): Fix typo.
8572 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8574         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8575         * configure: Regenerate.
8577 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8579         PR bootstrap/31906
8580         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8581         they're already prefixed.
8583 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8585         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8586         libstdc++.
8587         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8588         * configure: Regenerate.
8589         * Makefile.in: Regenerate.
8591 2007-09-17  Andreas Schwab  <schwab@suse.de>
8593         * configure.ac: Raise minimum makeinfo version to 4.6.
8594         * configure: Regenerate.
8596 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8598         * MAINTAINERS (write-after-approval) add myself
8600 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8602         * configure.ac: Correct makeinfo version check.
8603         * configure: Regenerate.
8605 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8607         * MAINTAINERS: Update my email address.
8609 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8611         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8612         to $skipdirs and only disable gprof for newlib.  Use the normal
8613         mips*-elf* handling in other respects.
8614         * configure: Regnerate.
8616 2007-09-12  David Daney  <ddaney@avtrex.com>
8618         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8619         enabling libgcj.
8620         * configure: Regenerate.
8622 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8624         PR other/32154
8625         * configure.ac: For libgloss targets, point the linker to the linker
8626         script, startup code and simulator library.
8627         * configure: Regenerate.
8629 2007-09-07  Andrew Haley  <aph@redhat.com>
8631         * configure.ac (noconfigdirs): Remove target-libffi and
8632         target-libjava.
8633         * configure: Regenerate.
8635 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8637         PR target/33281
8638         * configure.ac: Use config/mh-mingw on mingw.
8639         * configure: Regenerate.
8641 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8643         * MAINTAINERS (Write After Approval): Add myself.
8645 2007-09-05  Richard Guenther  <rguenther@suse.de>
8647         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8648         nor --disable-checking is provided also turn on yes and types
8649         checking for stage1.
8650         * configure: Re-generate.
8652 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8654         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8655         (Write After Approval): Remove myself.
8657 2007-08-29  Nick Clifton  <nickc@redhat.com>
8659         * config.sub, config.guess: Update from upstream sources.
8661 2007-08-22  Bud Davis  <jmdavis@link.com>
8663         * MAINTAINERS (Write After Approval): Added myself.
8664         * MAINTAINERS (Reviewers): Removed myself.
8666 2007-08-18  Paul Brook  <paul@codesourcery.com>
8667             Joseph Myers  <joseph@codesourcery.com>
8669         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8670         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8671         * Makefile.in: Regenerate.
8672         * configure.ac (--with-debug-prefix-map): New.
8673         * configure: Regenerate.
8675 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8676             Nigel Stephens  <nigel@mips.com>
8678         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8679         as target_makefile_frag.
8680         * configure: Regenerate.
8682 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8684         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8685         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8686         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8687         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8688         (do-compare, do-compare3, do-compare-debug): New.
8689         ([+compare-target+]): Use them.
8691 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8693         * MAINTAINERS (Write After Approval): Change my email address.
8695 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8696             Ben Elliston  <bje@au.ibm.com>
8698         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8699         --silent if $silent.
8700         * configure: Regenerate.
8702 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8704         * MAINTAINERS (Various Maintainers): Add myself as
8705         loop infrastructure maintainer.  Update my e-mail
8706         address.
8708 2007-07-31  Diego Novillo  <dnovillo@google.com>
8710         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8711         Adjust description.
8713 2007-07-26  Richard Guenther  <rguenther@suse.de>
8715         * configure.ac: Add types checking to stage1 checking flags.
8716         * configure: Regenerate.
8718 2007-07-17  Nick Clifton  <nickc@redhat.com>
8720         * COPYING3: New file.  Contains version 3 of the GNU General
8721         Public License.
8722         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8723         Lesser General Public License.
8725 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8727         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8729 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8731         * MAINTAINERS (S/390 co-maintainer): Add myself.
8732         (Write After Approval): Remove myself.
8734 2007-07-13  Dan Hipschman  <dsh@google.com>
8736         * MAINTAINERS (Write After Approval): Add myself.
8738 2007-07-11  Nick Clifton  <nickc@redhat.com>
8740         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8741         WINDRES export.
8742         * Makefile.in: Regenerate.
8744 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8746         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8747         maintainer.
8749 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8751         * lt~obsolete.m4: New. Import from 20070318 libtool.
8753 2007-07-03  Julian Brown  <julian@codesourcery.com>
8755         * MAINTAINERS (Write After Approval): Add myself.
8757 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8759         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8760         * configure: Regenerate.
8762 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8764         * configure.ac: Add some missing m4 quotation.
8765         * configure: Regenerate.
8767 2007-07-02  Simon Baldwin  <simonb@google.com>
8769         * MAINTAINERS (Write After Approval): Add myself.
8771 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8773         * configure: Regenerate.
8775 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8777         * Makefile.def: Add windmc tool to build.
8778         * Makefile.tpl: Likewise.
8779         * configure.ac: Likewise.
8780         * Makefile.in: Regenerate.
8781         * configure: Regenerate.
8783 2007-06-28  DJ Delorie  <dj@redhat.com>
8785         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8786         not building newlib.
8787         * configure: Regenerated.
8789 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8791         * MAINTAINERS (Write After Approval): Add myself.
8793 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8795         * MAINTAINERS (Write After Approval): Add myself.
8797 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8799         * MAINTAINERS (Write After Approval): Add myself.
8801 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8803         * MAINTAINERS (Write After Approval): Add myself.
8805 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8807         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8808         * Makefile.in: Regenerated.
8810 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8812         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8813         bfin*-*-uclinux* targets.
8814         * configure: Regenerate.
8816 2007-06-14  Ian Lance Taylor  <iant@google.com>
8818         * MAINTAINERS: Add myself as non-algorithmic global write
8819         maintainer.
8821 2007-06-14  Diego Novillo  <dnovillo@google.com>
8823         * MAINTAINERS: Add self as middle-end maintainer and
8824         non-algorithmic global write maintainer.
8826 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8828         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8829         Move all Fortran maintainers except Paul Brook into the
8830         Non-Autopoiesis section.
8832 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8834         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8835         (distclean-stage[+id+]): Possibly delete stage_last.
8836         * Makefile.in: Regenerate.
8838 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8840         * MAINTAINERS (Various Maintainer): Fix typo.
8842 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8844         * MAINTAINERS (Various Maintainer): Add myself as
8845         dataflow maintainer.
8847 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8849         * config.sub, config.guess: Update from upstream sources.
8851 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8853         * Makefile.tpl: Fix spelling error.
8854         * Makefile.in: Regenerate.
8856 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8858         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8859         lt_cv_sys_max_cmd_len.
8861 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8863         * MAINTAINERS (Various Maintainers): Add myself as
8864         auto-vectorizer maintainer.
8866 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8868         PR libjava/32098
8869         * libtool.m4: Revert previous change.
8870         * ltgcc.m4: Put it here.
8872 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8874         * MAINTAINERS (Various Maintainers): Add myself as
8875         auto-vectorizer maintainer.
8877 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8879         PR libjava/32098
8880         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8882 2007-05-30  Richard Guenther  <rguenther@suse.de>
8884         * MAINTAINERS (Various Maintainers): Add myself as
8885         auto-vectorizer maintainer.
8887 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8889         PR bootstrap/29382
8890         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8891         * configure: Rebuilt.
8893 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8895         * MAINTAINERS (Write After Approval): Removed my name.
8897 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8899         * MAINTAINERS (Write After Approval): Remove myself.
8901 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8903         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8905 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8907         * ltmain.sh: Update from ToT Libtool.
8908         * libtool.m4: Update from ToT Libtool.
8909         * ltsugar.m4: New. Update from ToT Libtool.
8910         * ltversion.m4: New. Update from ToT Libtool.
8911         * ltoptions.m4: New. Update from ToT Libtool.
8912         * ltconfig: Remove.
8913         * ltcf-c.sh: Remove.
8914         * ltcf-cxx.sh: Remove.
8915         * ltcf-gcj.sh: Remove.
8917 2007-05-22  Ollie Wild  <aaw@google.com>
8919         * MAINTAINERS (Write After Approval): Add myself.
8921 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8923         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8924         stage_cflags.
8925         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8926         Remove CFLAGS/LIBCFLAGS.
8927         (configure-stage[+id+]-[+prefix+][+module+],
8928         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8929         * Makefile.in: Regenerate.
8931 2007-05-15  Diego Novillo  <dnovillo@google.com>
8933         * MAINTAINERS: Update e-mail address.
8935 2007-05-15  Revital Eres  <eres@il.ibm.com>
8937         * MAINTAINERS (Write After Approval): Add myself.
8939 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8941         * MAINTAINERS (Write After Approval): Updated my address.
8943 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8945         * MAINTAINERS (Write After Approval): Add myself.
8947 2007-05-11  Silvius Rus  <rus@google.com>
8949         * MAINTAINERS (Write After Approval): Add myself.
8951 2007-04-23  Tom Tromey  <tromey@redhat.com>
8953         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8955 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8957         * MAINTAINERS (cpplib): Rename to ...
8958         (libcpp): ... this.  Add C/C++ front end maintainers.
8960 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8962         * config-ml.in: Pass ${ml_config_env} to configure calls.
8964 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8966         * MAINTAINERS (Write After Approval): Add myself.
8968 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8970         * MAINTAINERS (Write After Approval): Add myself.
8972 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8974         * MAINTAINERS (fortran 95 front end): Add myself.
8976 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8978         * MAINTAINERS (Write After Approval): Add myself.
8980 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8982         * MAINTAINERS (Modulo Scheduler): Add myself.
8984 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8986         * MAINTAINERS (fortran 95 front end): Add myself.
8987         (c++ front end): whitespace fix.
8989 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8991         * MAINTAINERS (Write After Approval): Add myself.
8993 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8995         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8996         of glob.  Quote arguments with single quotes too.
8997         * configure: Regenerate.
8999 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
9001         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
9002         * Makefile.in: Regenerate
9004 2007-03-07  Andreas Schwab  <schwab@suse.de>
9006         * configure: Regenerate.
9008 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
9010         * configure.ac: Add "--with-pdfdir" configure option,
9011         which defines pdfdir variable.
9012         * Makefile.def (target=fixincludes): Add install-pdf to
9013         missing targets.
9014         (recursive_targets): Add install-pdf target.
9015         (flags_to_pass): Add pdfdir.
9016         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
9017         target.
9018         * configure: Regenerate
9019         * Makefile.in: Regenerate
9021 2007-02-28  Eric Christopher  <echristo@apple.com>
9023         Revert:
9024         2006-12-07  Mike Stump  <mrs@apple.com>
9026         * Makefile.def (dependencies): Add dependency for
9027         install-target-libssp and install-target-libgomp on
9028         install-gcc.
9029         * Makefile.in: Regenerate.
9031 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
9033         * configure: Regenerate.
9034         * configure.ac: Move statements after variable declarations.
9036 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
9038         * MAINTAINERS: Add myself as sh maintainer.
9040 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
9042         * configure.ac: Adjust for loop syntax.
9043         * configure: Regenerate.
9045 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9047         * configure: Rebuilt.
9049 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9051         * configure.ac: Drop multiple occurrences of --enable-languages,
9052         and fix its quoting.
9053         * configure: Rebuilt.
9055 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
9056             Nathan Sidwell  <nathan@codesourcery.com>
9057             Vladimir Prus  <vladimir@codesourcery.com>
9058             Joseph Myers  <joseph@codesourcery.com>
9060         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
9061         * configure: Regenerate.
9063 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
9065         * ltconfig (freebsd*): Default to elf.
9067 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9069         * configure.ac (target_libraries): Move libgcc before libiberty.
9070         * configure: Regenerated.
9072 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9073             Paolo Bonzini  <bonzini@gnu.org>
9075         PR bootstrap/30753
9076         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
9077         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
9078         * configure: Regenerated.
9080 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
9082         * MAINTAINERS (Language Front End Maintainers): Update my mail
9083         address.
9085 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9087         PR bootstrap/30748
9088         * configure.ac: Correct syntax for Solaris ksh.
9089         * configure: Regenerated.
9091 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9093         * configure.ac: Sync with src.
9094         * configure: Regenerate.
9096 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9098         * Makefile.in: Regenerate.
9100 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9102         * config.sub: Sync with src.
9104 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9106         * Makefile.tpl (build_alias, host_alias, target_alias): Use
9107         noncanonical equivalents.
9108         * configure.in: Rename to...
9109         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
9110         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
9111         target_noncanonical.  Use them.  Rewrite removal of configure
9112         arguments for autoconf 2.59.  Discard variable settings.  Force
9113         program_transform_name for native tools.
9115         * Makefile.in: Regenerated.
9116         * configure: Regenerated with autoconf 2.59.
9118 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
9120         * MAINTAINERS (Write After Approval): Add myself.
9122 2007-01-31  Andreas Schwab  <schwab@suse.de>
9124         * Makefile.tpl (LDFLAGS): Substitute it.
9125         * Makefile.in: Regenerate.
9127 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
9129         * MAINTAINERS (Write After Approval): Add myself.
9131 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
9133         * MAINTAINERS (spu port): Add myself.
9135 2007-01-23  Richard Guenther  <rguenther@suse.de>
9137         PR bootstrap/30541
9138         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9139         * Makefile.tpl (GNATBIND): Substitute it.
9140         (GNATMAKE): Likewise.
9141         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9142         of STAGE_PREFIX.
9143         * Makefile.in: Regenerate.
9144         * configure: Regenerate.
9146 2007-01-18  Mike Stump  <mrs@apple.com>
9148         * configure.in: Re-enable -Werror for gcc builds.
9150 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
9152         * MAINTAINERS (Write After Approval): Add myself.
9154 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9156         * configure.in: Change == to = in test command.
9157         * configure: Regenerate.
9159 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9160             Nick Clifton  <nickc@redhat.com>
9161             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
9163         * configure.in (build_configargs, host_configargs, target_configargs):
9164         Remove build/host/target parameters.
9165         (host_libs): Add gmp and mpfr.
9166         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9167         * Makefile.def (gmp, mpfr): New.
9168         (gcc): Remove target.
9169         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9170         target_os, target_vendor): New.
9171         (configure): Add host_alias/target_alias arguments; adjust invocations.
9172         * configure: Regenerate.
9173         * Makefile.in: Regenerate.
9175 2007-01-11  Matt Fago  <fago@earthlink.net>
9177         * configure.in: Try to link to functions only in mpfr 2.2.x
9178         to improve robustness of configure tests.
9179         * configure: Regenerate.
9181 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
9183         * MAINTAINERS: Add myself as i386 maintainer.
9185 2007-01-08  Jan Hubicka  <jh@suse.cz>
9187         * MAINTAINERS: Add myself as i386 maintainer.
9189 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
9191         * configure.in: Add support for an x86_64-mingw* target.
9192         * configure: Regenerate.
9194 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
9196         * Makefile.tpl (all-target): Correct @if conditional for target
9197         modules.
9198         * configure.in: Omit libiberty if building only target libgcc.
9199         * configure, Makefile.in: Regenerated.
9201 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
9203         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
9204         * configure: Regenerate.
9206 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9208         * Makefile.def (target_modules): Add libgcc.
9209         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
9210         * Makefile.tpl (clean-target-libgcc): Delete.
9211         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9212         on gcc even for bootstrapped modules.  Rewrite handling of
9213         lang_env_dependencies to loop over target_modules.
9214         * configure.in (target_libraries): Add target-libgcc.
9215         * Makefile.in, configure: Regenerated.
9217 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9219         * configure.in: Reorganize recognition of languages.  Add
9220         --enable-stage1-languages.  Show supported languages for the chosen
9221         target rather than all recognized languages.
9222         * configure: Regenerate.
9224 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9226         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9227         * Makefile.in: Regenerate.
9229 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9231         * configure.in: Warn that MPFR 2.2.0 is buggy.
9232         * configure: Regenerate.
9234 2006-12-27  Ian Lance Taylor  <iant@google.com>
9236         * configure.in: When removing Makefiles to force a reconfigure, also
9237         remove prev-DIR*/Makefile.
9238         * configure: Regenerate.
9240 2006-12-22  Andreas Schwab  <schwab@suse.de>
9242         * configure: Regenerate with correct autoconf version.
9244 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
9246         * configure.in: add AC_SUBST for *_FOR_TARGET.
9247         * configure: Regenerate.
9249 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9251         * configure.in: Simplify logic for rejecting languages that cannot
9252         be built.  Separate the case when a language is unsupported,
9253         from the case when the user chooses not to build a language.
9255 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9257         * configure.in: Remove "$build" case for powerpc-*-darwin* since
9258         it only affects bootstrap and could be tested on "$host" as well.
9259         * configure: Regenerate.
9260         * config/mh-ppc-darwin: Add to the stage1 cflags here.
9262 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9264         PR bootstrap/29544
9265         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9266         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9267         move here comment from Makefile.tpl.
9268         * Makefile.tpl: Move some definitions higher in the file.
9269         (STAGE1_CHECKING): New.
9270         * configure.in: Add --enable-stage1-checking.
9271         * configure: Regenerate.
9272         * Makefile.in: Regenerate.
9274 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9276         * MAINTAINERS: Add myself as build system maintainer.
9278 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
9280         * MAINTAINERS (Write After Approval): Add myself.
9282 2006-12-13  Eric Christopher  <echristo@apple.com>
9284         * MAINTAINERS: Add myself as darwin maintainer.
9286 2006-12-11  Ian Lance Taylor  <ian@airs.com>
9288         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9290 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
9292         MAINTAINERS: Update my entry.
9294 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
9296         * configure.in:  Handle spu makefile frag.
9297         * Makefile.tpl (MAINT): Define
9298         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9299         * configure: Regenerate.
9300         * Makefile.in: Regenerate.
9302 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9304         * config.guess: Import latest version.
9305         * config.sub: Likewise.
9307 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9309         * configure.in (spu-*-*): Don't skip target-libiberty.
9310         * configure: Regenerate.
9312 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
9314         PR bootstrap/30134
9315         * configure.in: Correct x86 darwin support for libjava to powerpc
9316         and i?86 only.
9317         * configure: Regenerate.
9319 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
9321         * configure.in: Add x86 darwin support for libjava.
9322         * configure: Regenerate.
9324 2006-12-07  Mike Stump  <mrs@apple.com>
9326         * Makefile.def (dependencies): Add dependency for
9327         install-target-libssp and install-target-libgomp on
9328         install-gcc.
9329         * Makefile.in: Regenerate.
9331 2006-12-04  Richard Guenther  <rguenther@suse.de>
9333         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9334         (Non-Algorithmic Maintainers): Move over non-algorithmic
9335         loop optimizer maintainers, add myself as a non-algorithmic
9336         middle-end maintainer.
9338 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
9340         * MAINTAINERS (Write After Approval): Add myself.
9342 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9344         * configure.in: Update error message for missing GMP/MPFR.
9346         * configure: Regenerate.
9348 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9350         * configure.in: Update MPFR version in error message.
9352         * configure: Regenerate.
9354 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9356         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9357         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9358         --with-gmp-lib): New flags.
9360         * configure: Regenerate.
9362 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
9364         * MAINTAINERS (Write After Approval): Change my email address.
9366 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9368         * MAINTAINERS (Write After Approval): Add myself.
9370 2006-11-22  Philipp Thomas  <pth@suse.de>
9372         * MAINTAINERS (i18n): Update e-mail address.
9374 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9376         * MAINTAINERS (spu port): Add myself as maintainer.
9377         (Write After Approval): Remove myself.
9379 2006-11-22  Ben Elliston  <bje@au.ibm.com>
9381         * configure.in (skipdirs): Don't build libssp for SPU.
9382         * configure: Regenerate.
9384 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9386         * MAINTAINERS (spu port): Add myself as maintainer.
9387         (libobjc): Update my email address.
9389 2006-11-21  Andrea Bona  <andrea.bona@st.com>
9391         * MAINTAINERS (Write After Approval): Add myself.
9393 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9395         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9396         * configure : Rebuilt.
9398 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9400         * MAINTAINERS (Write After Approval): Add myself.
9402 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
9404         * MAINTAINERS (Write After Approval): Add myself.
9406 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9408         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9409         libmpfr.a.
9410         * configure: Regenerate.
9412 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9414         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9415         (unstage): Test for stage_last presence.
9417         PR bootstrap/29802
9418         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9419         STAGE_PREFIX.
9420         * Makefile.in: Regenerate.
9422 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9424         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9425         maintainers.
9427 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9429         * MAINTAINERS (Write After Approval): Add myself.
9431 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9433         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9434         and stageN-package/Makefile.
9435         * Makefile.in: Regenerated.
9437 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9439         * configure.in: Remove target-libgloss from noconfigdirs for
9440         bfin-*-*.
9441         * configure: Regenerated.
9443 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9445         * configure.in (have_gmp): Only error if the gcc directory exists.
9447         * configure: Regenerate.
9449 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9451         * configure.in: Robustify error message for missing GMP/MPFR.
9453         * configure: Regenerate.
9455 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9457         * MAINTAINERS (Write After Approval): Add myself.
9459 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9461         * MAINTAINERS: Change email address.
9463 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9465         * MAINTAINERS (Write After Approval): Add myself.
9467 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9469         * MAINTAINERS (Write After Approval): Add myself.
9471 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9473         * MAINTAINERS (Write After Approval): Move myself to
9474         Write After Approval section.
9476 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9478         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9479         need_gmp anymore.
9480         * configure: Regenerate.
9482 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9484         * MAINTAINERS (Write After Approval): Add myself.
9486 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9488         * config.guess: Import latest version.
9489         * config.sub: Likewise.
9491 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9493         * Makefile.def: Added pdf target handling.
9494         * Makefile.tpl: Added pdf target handling.
9495         * Makefile.in: Regenerated.
9497 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9499         * MAINTAINERS: Add self as score port maintainer.
9501 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9503         * MAINTAINERS (Write After Approval): Add myself.
9505 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9507         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9508         or newer.
9509         * configure: Regenerated.
9511 2006-09-27  Dave Brolley  <brolley@redhat.com>
9513         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9514         using $s instead of $r.
9515         * configure: Regenerated.
9517 2006-09-26  Thiemo Seufer  <ths@mips.com>
9519         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9520         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9521         * configure: Regenerate.
9523 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9525         * MAINTAINERS (Write After Approval): Remove myself.
9527 2006-09-22  Chao-ying Fu  <fu@mips.com>
9529         * MAINTAINERS (Write After Approval): Add myself.
9531 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9533         * MAINTAINERS: Add self as soft-fp maintainer.
9535 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9537         * MAINTAINERS: Add myself as avr maintainer.
9538         Remove Marek Michalkiewicz as avr maintainer.
9540 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9542         * MAINTAINERS (Write After Approval): Add myself.
9544 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9546         * configure.in: Never build newlib for a Mingw host.
9547         Never build newlib as Mingw target library.
9548         Test the existence of winsup/cygwin for building a Cygwin newlib,
9549         rather than just winsup.
9550         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9551         building a Mingw target.
9552         * configure: Regenerate.
9554 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9556         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9558 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9560         * config.guess: Import from src (was more updated).
9561         * config.sub: Likewise.
9563 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9565         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9566         * configure: Regenerated.
9568 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9570         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9571         for stages after the first.
9573 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9575         * Makefile.def: Add dependencies for configure-opcodes
9576         on configure-intl and all-opcodes on all-intl.
9577         * Makefile.in: Regenerated.
9579 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9581         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9583 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9585         Port to hosts whose 'sort' and 'tail' implementations
9586         treat operands with leading '+' as file names, as POSIX
9587         has required since 2001.  However, make sure the code still
9588         works on pre-POSIX hosts.
9589         * ltmain.sh: Don't assume "sort +2" is equivalent to
9590         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9592 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9594         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9596 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9598         * ltconfig: chmod 644 before ranlib during install.
9600 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9602         PR bootstrap/18058
9603         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9604         if the bootstrap compiler is a GCC version that supports it.
9605         * configure: Regenerate.
9607 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9609         * configure.in: Fix thinkos in previous check-in.
9610         * configure: Regenerate.
9612 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9614         PR other/27063
9615         * configure.in: Test subdir_requires and give an appropriate
9616         error message.
9617         * configure: Regenerate.
9619 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9621         * MAINTAINERS (Write After Approval): Add myself.
9623 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9625         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9627 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9629         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9631 2006-06-20  David Ayers  <d.ayers@inode.at>
9633         PR bootstrap/28072
9634         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9635         whether target-libjava is being configured instead of whether the
9636         java front end is enabled.
9637         * configure: Regenerate.
9639 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9641         PR target/27540
9642         * configure.in: Only enable libgomp on IRIX 6.
9643         * configure: Regenerate.
9645 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9647         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9648         too.
9649         * Makefile.in: Regenerate.
9651 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9653         * config-ml.in: Alter CCASFLAGS to include special
9654         multilib options the same as is done for CFLAGS.
9656 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9658         * configure.in: Don't enable libgomp on hpux10.
9659         * configure: Rebuilt.
9661 2006-06-12  David Ayers  <d.ayers@inode.at>
9663         PR bootstrap/27963
9664         PR target/19970
9665         * configure.in: Remove target-boehm-gc from noconfigdirs where
9666         ${libgcj} is specified.
9667         * configure: Regenerate.
9669 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9671         Sync from src:
9673         * configure.in: Sync.
9674         * configure: Regenerated.
9676         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9678         * Makefile.def: Added dependencies from sim and gdb on intl, and
9679         added configure dependencies to everything with an all dependency
9680         on intl.
9681         * Makefile.in: Regenerated.
9683 2006-06-06  David Ayers  <d.ayers@inode.at>
9685         PR libobjc/13946
9686         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9687         * Makefile.in: Regenerate.
9688         * configure.in: Add --enable-objc-gc at toplevel and have it
9689         enable boehm-gc for Objective-C.
9690         Remove target-boehm-gc from libgcj.
9691         Add target-boehm-gc to target_libraries.
9692         Add target-boehm-gc to noconfigdirs where ${libgcj}
9693         is specified.
9694         Assert that boehm-gc is supported when requested for Objective-C.
9695         Only build boehm-gc if needed either for Java or Objective-C.
9696         * configure: Regenerate.
9698 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9700         PR 27674
9701         * Makefile.tpl (configure-[+prefix+][+module+],
9702         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9703         Remove rule to unstage bootstrapped modules.
9704         (stage_current): New.
9705         * Makefile.in: Regenerate.
9707 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9709         * MAINTAINERS (Write After Approval): Update my e-mail address.
9711 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9713         * include/libiberty.h: Declare pex_run_in_environment.
9715 2006-05-31  Asher Langton  <langton2@llnl.gov>
9717         * MAINTAINERS (Write After Approval): Add myself.
9719 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9721         * Makefile.def (bfd, opcodes): Fix lib_path.
9722         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9723         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9724         * Makefile.in: Regenerate.
9726 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9728         * Makefile.in: Regenerate.
9730 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9732         * Makefile.def: Add install-html target. Add datarootdir
9733         docdir and htmldir to flags_to_pass.
9734         * Makefile.tpl: Add install-html target.
9735         * Makefile.in: Regenerate.
9736         * configure.in: Add --with-datarootdir, --with-docdir, and
9737         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9738         * configure: Regenerate.
9740 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9742         * configure.in: Enable gprof for cross builds.
9743         * configure: Regenerate.
9745 2006-05-22  Richard Guenther  <rguenther@suse.de>
9747         Revert
9748         2006-01-31  Richard Guenther  <rguenther@suse.de>
9749         Paolo Bonzini  <bonzini@gnu.org>
9751         * Makefile.def (target_modules): Add libgcc-math target module.
9752         * configure.in (target_libraries): Add libgcc-math target library.
9753         (--enable-libgcc-math): New configure switch.
9754         * Makefile.in: Re-generate.
9755         * configure: Re-generate.
9756         * libgcc-math: New toplevel directory.
9758 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9759             Andreas Tobler  <a.tobler@schweiz.ch>
9761         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9762         * configure: Rebuilt.
9764 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9766         * MAINTAINERS (Write After Approval): Add myself.
9768 2006-05-01  DJ Delorie  <dj@redhat.com>
9770         * configure.in: Restore CFLAGS if GMP isn't present.
9771         * configure: Regenerate.
9773 2006-05-01  Richard Guenther  <rguenther@suse.de>
9775         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9776         maintainer.
9778 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9780         * MAINTAINERS (Write After Approval): Add myself.
9782 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9784         * MAINTAINERS (Write After Approval): Add myself.
9786 2006-04-18  DJ Delorie  <dj@redhat.com>
9788         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9789         reference libgloss so that libssp can be built in a combined
9790         tree.
9791         * configure: Regenerate.
9793 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9795         * MAINTAINERS (Write After Approval): Add myself.
9797 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9799         * configure.in: Require makeinfo 4.4 or higher.
9800         * configure: Regenerate.
9802 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9804         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9805         Rearrange the entries of other libraries to have them in one place.
9807 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9809         * MAINTAINERS (Write After Approval): Remove myself.
9810         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9812 2006-03-14  Richard Guenther  <rguenther@suse.de>
9814         * configure: Regenerate with autoconf 2.13.
9816 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9818         * MAINTAINERS: Use my work address.
9820         * MAINTAINERS: Update my E-mail address.
9822 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9824         * configure.in: Handle --disable-<component> generically.
9825         * configure: Regenerate.
9827 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9829         PR libgcj/17311
9830         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9832 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9834         * MAINTAINERS (Write After Approval):  Remove myself.
9835         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9837 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9839         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9840         (TARGET_CONFIGDIRS): Remove.
9841         * configure.in: Remove AC_SUBST(target_configdirs).
9842         * Makefile.in, configure: Regenerated.
9844 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9846         * MAINTAINERS (Write After Approval):  Remove myself.
9847         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9849 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9851         PR bootstrap/25670
9853         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9855         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9856         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9857         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9858         BUILD_PREFIX, BUILD_PREFIX_1.
9859         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9861         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9862         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9864         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9865         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9866         of `cat stage_current`.  Always provide the `r' and `s' variables.
9867         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9868         a single shell execution.
9869         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9870         bootstrapped modules, make the stage1 module if the build was not
9871         started yet, else build the current stage.
9872         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9873         (all-build, all-host, all-target, [+make_target+]-host,
9874         [+make_target+]-target): Do not use \-continued lines.
9875         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9876         (current_stage, restrap, stage_last): New.
9878         * Makefile.in: Regenerate.
9879         * configure: Regenerate.
9881 2006-02-19  Bud Davis  <jmdavis@link.com>
9883         * MAINTAINERS (Write After Approval):  Remove myself.
9884         (Language Front End Maintainers):  Add myself as fortran 95
9885         maintainer and update e-mail address.
9887 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9889         * MAINTAINERS (Write After Approval):  Remove myself.
9890         (Language Front End Maintainers):  Add myself as fortran 95
9891         maintainer.
9893 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9895         * MAINTAINERS (Write After Approval): Add myself.
9897 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9899         * MAINTAINERS (Write After Approval):  Remove myself.
9900         (Language Front End Maintainers):  Add myself as
9901         fortran 95 maintainer.
9903 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9905         Sync from src:
9907         2005-12-27  Leif Ekblad  <leif@rdos.net>
9909         * configure.in: Add support for RDOS target.
9910         * configure: Regenerate.
9912 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9913             Andreas Schwab  <schwab@suse.de>
9915         * configure: Regenerate.
9917 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9919         * configure.in (enable_libgomp): Add AIX.
9920         * configure: Regenerate.
9922 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9924         * MAINTAINERS (Write After Approval): Add myself.
9926 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9928         * MAINTAINERS (Write After Approval): Add myself.
9930 2006-01-31  Richard Guenther  <rguenther@suse.de>
9931         Paolo Bonzini  <bonzini@gnu.org>
9933         * Makefile.def (target_modules): Add libgcc-math target module.
9934         * configure.in (target_libraries): Add libgcc-math target library.
9935         (--enable-libgcc-math): New configure switch.
9936         * Makefile.in: Re-generate.
9937         * configure: Re-generate.
9938         * libgcc-math: New toplevel directory.
9940 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9942         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9943         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9944         the assembler, linker and binutils.
9945         * configure: Regenerate.
9947 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9949         * MAINTAINERS (Write After Approval): Add myself.
9951 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9953         * configure: Regenerate.
9955 2006-01-18  Richard Henderson  <rth@redhat.com>
9956             Jakub Jelinek  <jakub@redhat.com>
9957             Diego Novillo  <dnovillo@redhat.com>
9959         * libgomp: New directory.
9960         * Makefile.def: Add target_module libgomp.
9961         * Makefile.in: Regenerate.
9962         * configure.in (target_libraries): Add target-libgomp.
9963         * configure: Regenerate.
9965 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9967         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9968         @ from continuation.
9969         * Makefile.in: Rebuilt.
9971 2006-01-04  Chris Lattner  <sabre@gnu.org>
9973         * MAINTAINERS (Write After Approval): Add myself.
9975 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9977         PR bootstrap/24252
9979         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9980         * Makefile.tpl (OBJDUMP): New.
9981         (EXTRA_HOST_FLAGS): Add it.
9982         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9984         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9985         to use symbolic links between directories.  Avoid race conditions
9986         or make them harmless.
9987         * configure.in: Do not try to use symbolic links between directories.
9989         * Makefile.def (LEAN): Pass.
9990         * Makefile.tpl (LEAN): Define.
9991         (stage[+id+]-start): Accept that the previous directory does not
9992         exist, if the bootstrap is lean.
9993         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9994         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9995         configure substitution.
9996         ([+compare-target+]): Likewise.
9997         ([+bootstrap-target+]-lean): New.
9998         * configure.in: Remove lean bootstrap support from here.
10000         * Makefile.in: Regenerate.
10001         * configure: Regenerate.
10003 2006-01-04  Ben Elliston  <bje@au.ibm.com>
10005         * MAINTAINERS (libdecnumber): Add myself.
10007 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
10009         * libtool-ldflags: New script.
10011 2006-01-02  Andreas Schwab  <schwab@suse.de>
10013         * configure.in: When reconfiguring remove Makefile in
10014         all stage directories.
10015         * configure: Regenerate.
10017 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
10019         * MAINTAINERS: Update my email address.
10021 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
10023         Revert Ada-related part of the previous change.
10025         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
10026         Do not pass.
10027         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
10028         * Makefile.in: Regenerate.
10029         * configure.in: Do not include mt-ppc-aix target fragment.
10030         * configure: Regenerate.
10032 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
10034         * configure.in: Select appropriate fragments for PowerPC/AIX.
10035         * configure: Regenerate.
10037         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
10038         BOOT_CFLAGS, BOOT_LDFLAGS.
10039         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
10040         BOOT_CFLAGS, BOOT_LDFLAGS.
10041         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
10042         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
10043         (stage): Fail if we cannot complete the work.
10044         * Makefile.in: Regenerate.
10046 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
10048         * configure.in: Replace ms1 with mt.
10049         * configure: Rebuilt.
10051 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
10053         * MAINTAINERS: Update my email address.
10055 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
10057         * Makefile.tpl (all, do-[+make_target+], do-check, install,
10058         install-host-nogcc): Don't invoke $(stage) at the end.
10059         * Makefile.in: Regenerate.
10061 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
10063         * configure.in: Flip the top-level bootstrap switch.
10064         * configure: Regenerate.
10066 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
10068         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
10069         $(stage) and $(unstage).
10070         (EXTRA_TARGET_FLAGS): Correct double-quoting.
10071         (all): Remove stray semicolon.
10072         (local-distclean): Don't handle multilib.tmp and multilib.out.
10073         (install.all): Set $s for consistency.
10074         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
10075         check_multilibs setting.  Always make the install directory.
10076         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
10077         Correct @if/@endif.
10078         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
10079         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
10080         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
10081         (multilib.out): Remove.
10082         * Makefile.in: Regenerated.
10084 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
10086         * MAINTAINERS (Write After Approval): Add myself.
10088 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
10090         * MAINTAINERS: Add myself as mt maintainer.
10092         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
10094 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
10096         * MAINTAINERS: Change email address.
10098 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
10100         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
10101         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
10102         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
10103         Find in-tree tools if available.
10104         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
10105         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
10106         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
10107         (COMPILER_*_FOR_TARGET): New.
10108         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
10109         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
10110         (CONFIGURED_*, USUAL_*): Remove.
10111         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
10112         STRIP): Use autoconf substitutions.
10113         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
10114         COMPILER_NM_FOR_TARGET): New.
10115         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10117         (all): Make all-host and all-target in parallel.
10118         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10119         that $$r and $$s are set before invoking a recursive make.
10120         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10121         ([+bootstrap-target+]): Inline most of the `all' target.
10123 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10125         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10126         from the gcc build directory.
10127         * Makefile.in: Regenerate.
10129 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10131         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
10132         depend on all-libdecnumber.
10133         * configure.in (host_libs): Include libdecnumber.
10134         * Makefile.in: Regenerate.
10135         * configure: Likewise.
10137 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10139         * libdecnumber: Import decNumber sources from the dfp-branch.
10141 2005-11-21  Kean Johnston  <jkj@sco.com>
10143         * config.sub, config.guess: Sync from upstream sources.
10145 2005-11-21  Ben Elliston  <bje@au.ibm.com>
10147         Import from Autoconf sources:
10149         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10150         * config/move-if-change: Don't output "$2 is unchanged";
10151         suggested by Ben Elliston.  Handle weird characters correctly.
10153 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
10155         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10156         to match upstream libtool for darwin.
10158 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
10160         * Makefile.def: Remove gdb dependencies for gdbtk.
10161         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10162         (configure-gdb, install-gdb): New rules.
10163         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10164         * Makefile.in, configure: Regenerated.
10166 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
10168         * MAINTAINERS (Write After Approval): Add myself.
10170 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
10172         * MAINTAINERS (Write After Approval): Add myself.
10174 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
10176         * MAINTAINERS (alias analysis): Add Daniel Berlin and
10177         Diego Novillo.
10179 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
10181         PR bootstrap/24297
10182         * Makefile.tpl (do-[+make-target+], do-check, install,
10183         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10184         are set before recursing.
10185         * Makefile.in: Regenerate.
10187 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
10189         PR bootstrap/18939
10190         * Makefile.def (gcc) <target>: Fix thinko.
10191         * Makefile.in: Regenerate.
10193 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
10195         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10196         * configure: Regenerate.
10198 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
10200         * MAINTAINERS (Write After Approval): Add self.
10202 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
10204         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10205         target-libffi, target-qthreads, target-libjava, and
10206         targetlibobjc.
10207         * configure: Regenerate.
10209 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
10211         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10212         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10213         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10214         (USUAL_OBJDUMP_FOR_TARGET): New.
10215         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10216         * configure.in: Check for $OBJDUMP_FOR_TARGET.
10217         * configure, Makefile.in: Regenerated.
10219 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10221         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10222         before other host packages.
10224 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
10226         * MAINTAINERS: Add self as sh libraries/configury maintainer.
10228 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10230         PR bootstrap/22340
10232         * configure.in (default_target): Remove.
10233         * Makefile.tpl (all): Do not use prerequisites as subroutines
10234         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10235         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10236         use prerequisites as subroutines.
10237         (check-host, check-target): New.
10238         (bootstrap configure & all targets): Do not use stage*-start
10239         if the directory layout is already ok.
10240         (non-bootstrap configure & all targets): Prepend a $(unstage).
10241         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
10242         (NOTPARALLEL): Remove.
10243         (unstage, stage variables): New variables.
10244         (unstage, stage targets): Simply expand to those variables.
10246         * configure: Regenerate.
10247         * Makefile.in: Regenerate.
10249 2005-10-04  James E Wilson  <wilson@specifix.com>
10251         * Makefile.def (lang_env_dependencies): Add libmudflap.
10252         * Makefile.in: Regenerate.
10254 2005-10-03  Andreas Schwab  <schwab@suse.de>
10256         Backport from libtool CVS:
10257         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
10259         * ltmain.sh: add support for installing into temporary
10260         staging area (e.g. 'make install DESTDIR=...')
10262 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10264         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10265         * configure: Regenerated.
10267 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
10269         * configure: Regenerate with the correct
10270         autoconf version.
10272 2005-09-30  Catherine Moore  <clm@cm00re.com>
10274         * configure.in (bfin-*-*): New.
10275         * configure: Regenerated.
10277 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
10279         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10280         (LIPO_FOR_TARGET): New.
10281         (CONFIGURED_LIPO_FOR_TARGET): New.
10282         (USUAL_LIPO_FOR_TARGET): New.
10283         (STRIP_FOR_TARGET): New.
10284         (CONFIGURED_STRIP_FOR_TARGET): New.
10285         (USUAL_STRIP_FOR_TARGET): New.
10286         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10287         STRIP_FOR_TARGET.
10288         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10289         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10290         * Makefile.in: Regenerate.
10291         * configure: Regenerate.
10293 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
10295         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10296         (rs6000-*-aix*): Same.
10297         * configure: Regenerate.
10299 2005-09-16  Tom Tromey  <tromey@redhat.com>
10301         * MAINTAINERS: Add self as java maintainer.
10303 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
10305         * configure.in: Recognize f95 in the --enable-languages option,
10306         and substitute it for fortran, issuing a warning.
10307         * configure: Regenerate.
10309 2005-08-30  Phil Edwards  <phil@codesourcery.com>
10311         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
10312         * configure:  Regenerated.
10314 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
10316         * MAINTAINERS: Add self as ms1 maintainer.
10318 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
10320         * Makefile.def (libssp): Add to lang_env_dependencies.
10321         * Makefile.in: Regenerate.
10323 2005-08-18  Ian Lance Taylor  <ian@airs.com>
10325         * MAINTAINERS: Add myself as middle-end maintainer.
10327 2005-08-17  Christian Groessler  <chris@groessler.org>
10329         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10330         * Makefile.in: Regenerate.
10332 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
10334         * MAINTAINERS (write after approval): Added myself.
10336 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
10338         * MAINTAINERS (Write After Approval): Add myself.
10340 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
10342         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10343         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10344         Look for alternate names of the target cc and c++
10345         * configure: Regenerate.
10347 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
10349         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10350         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10351         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10352         tools; remove code to manually set them.
10353         (Target tools): Look in the environment for them.
10354         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10355         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10356         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10357         build directory.
10358         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10359         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10360         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10361         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10362         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10363         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10364         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10365         * configure: Regenerate.
10366         * Makefile.in: Regenerate.
10368 2005-07-28  Ben Elliston  <bje@au.ibm.com>
10370         * MAINTAINERS: Update for removed CPU targets.
10372 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
10374         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10375         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10376         * Makefile.in: Regenerated.
10378 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
10380         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10381         (CFLAGS_FOR_TARGET): Use it.
10382         (CXXFLAGS_FOR_TARGET): Likewise.
10383         * Makefile.in: Regenerated.
10384         * configure.in (--with-build-sysroot): New option.
10385         * configure: Regenerated.
10387 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
10389         * Makefile.tpl: Wrap install between unstage and stage
10390         * Makefile.in: Regenerate.
10392 2005-07-21  Eric Christopher  <echristo@apple.com>
10394         * MAINTAINERS: Update affiliation.
10396 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
10398         * MAINTAINERS: Add self as crx port maintainer.
10400 2005-07-20  DJ Delorie  <dj@redhat.com>
10402         * MAINTAINERS: Add self as m32c maintainer.
10404 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
10406         * all files: Update FSF address.
10408 2005-07-15  Eric Christopher  <echristo@redhat.com>
10410         * MAINTAINERS: Change affiliation.
10412 2005-07-14  Jim Blandy  <jimb@redhat.com>
10414         * configure.in: Add cases for Renesas m32c.
10415         * configure: Regenerated.
10417 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10419         * COPYING.LIB: Update from fsf.org.
10421 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10423         * COPYING, compile, config.guess,
10424         config.sub, install-sh, missing, mkinstalldirs,
10425         symlink-tree, ylwrap: Sync from upstream sources.
10426         * config-ml.in: Update FSF address.
10428 2005-07-13  Eric Christopher  <echristo@redhat.com>
10430         * configure.in: Add toplevel noconfigdir support for tpf.
10431         * configure: Regenerate.
10433 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10435         PR ada/22340
10437         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10438         * Makefile.in: Regenerate.
10440 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10442         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10443         Brolley to write-after-approval.
10445 2005-07-07  Andreas Schwab  <schwab@suse.de>
10447         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10448         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10449         * Makefile.in: Regenerated.
10451 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10453         * configure.in: Don't build sim or rda when targetting darwin.
10454         * configure: Regenerate.
10456 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10458         * configure.in: Add --enable-libssp and --disable-libssp.
10459         * configure: Regenerate with autoconf-2.13.
10461 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10463         * Makefile.def (target_modules): Add libssp.
10464         * configure.in (target_libraries): Add target-libssp.
10465         * configure: Rebuilt.
10466         * Makefile.in: Rebuilt.
10468 2005-07-01  Zack Weinberg  <zackw@panix.com>
10470         * MAINTAINERS: Change email address.  Resign from maintainership.
10472 2005-07-01  Richard Guenther  <rguenther@suse.de>
10474         * MAINTAINERS: Change my e-mail address and affiliation.
10476 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10478         * Makefile.def (stagefeedback): Come after profile.
10479         Define profiledbootstrap target.
10480         * Makefile.tpl (profiledbootstrap): Remove.
10481         (stageprofile-end): Zap stagefeedback.
10482         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10483         * Makefile.in: Regenerate.
10485 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10487         * MAINTAINERS: Update my email address.
10489 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10491         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10492         In 'cpp' stanza, support '#line' as well as '# '.
10494 2005-06-08  Andreas Schwab  <schwab@suse.de>
10496         * MAINTAINERS: Move myself from 'Write After Approval' to
10497         'CPU Port Maintainers' section as m68k maintainer.
10499 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10501         * configure.in (unsupported_languages): New macro.
10502         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10503         non-ported target libraries in noconfigdirs.
10504         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10505         non-linux-gnu.  Remove libgcj_ex_libffi.
10506         <lang_frag loop>: Set add_this_lang=no if the language is in
10507         unsupported_languages.
10508         * configure: Regenerate.
10510 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10512         * configure.in: Fix typo in handling of --with-mpfr-dir.
10513         * configure: Regenerate.
10515 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10517         * MAINTAINERS: Update my email address.
10519 2005-06-02  Jim Blandy  <jimb@redhat.com>
10521         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10522         accepted into the master sources.)
10524 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10525             Michael Snyder  <msnyder@redhat.com>
10526             Stan Cox  <scox@redhat.com>
10528         * configure.in: Set noconfigdirs for ms1.
10530         * configure: Regenerate.
10532 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10534         * MAINTAINERS (Write After Approval): Add self.
10536 2005-06-01  Josh Conner  <jconner@apple.com>
10538         * MAINTAINERS (Write After Approval): Add self.
10540 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10542         * MAINTAINERS: Update my email address.
10544 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10546         * MAINTAINERS (Write After Approval): Add self.
10548 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10550         * MAINTAINERS (Write After Approval): Remove self.
10552 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10554         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10555         (Dependencies): Consider target modules for bootstrap dependencies.
10556         Make target bootstrap modules depend on each stage's gcc.
10557         * Makefile.in: Regenerate.
10559 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10561         * Makefile.def (configure-gcc): Depend on binutils having been built.
10562         (all-gcc): No need to do it here.
10563         * Makefile.in: Regenerate.
10565 2005-05-19  Paul Brook  <paul@codesourcery.com>
10567         * configure.in: Rewrite misleading error message when requested
10568         language cannot be built.
10569         * configure: Regenerate.
10571 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10573         * ylwrap: Import from Automake 1.9.5.
10575 2005-05-13  David Ung  <davidu@mips.com>
10577         * MAINTAINERS (Write After Approval): Add self.
10579 2005-05-09  Mike Stump  <mrs@apple.com>
10581         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10582         lt_cv_sys_max_cmd_len for now.
10584 2005-05-09  Stan Cox  <scox@redhat.com>
10586         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10588 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10590         * README.SCO: Update the URL.
10592 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10594         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10595         with_gnu_ld to libtool.
10596         * ltcf-c.sh (aix[45]): Define file_list_spec.
10597         * ltcf-cxx.sh (aix[45]): Same.
10598         * ltcf-gcj.sh (aix[45]): Same.
10599         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10600         exists, write list of input files to temporary file.
10602 2005-05-04  Mike Stump  <mrs@apple.com>
10604         * configure.in: Always pass --target to target configures as
10605         otherwise rebuilds that do --recheck will fail.
10606         * confiugure: Rebuilt.
10608 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10610         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10611         STAGE_HOST_EXPORTS.
10612         (configure, all): Add bootstrap support.
10613         (Host modules, target modules): Pass post-stage1 flags and exports.
10614         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10615         * Makefile.in: Regenerate.
10617 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10619         * configure: Regenerate.
10621 2005-04-27  Mike Stump  <mrs@apple.com>
10623         * MAINTAINERS: Add self as darwin maintainer.
10625 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10627         * config.sub: Update from master copy.
10629 2005-04-21  Mike Stump  <mrs@apple.com>
10631         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10632         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10634 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10636         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10637         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10638         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10639         "*-*-elf" and "*-*-linux*".
10640         * configure: Regenerate.
10642 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10644         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10646 2005-04-12  Mike Stump  <mrs@apple.com>
10648         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10650 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10652         * MAINTAINERS (Write After Approval): Add myself.
10654 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10656         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10658 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10660         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10661         (TARGET_CONFIGARGS): Include --with-target-subdir.
10662         (configure, all): New macros.  Use them throughout.
10663         * Makefile.in: Regenerate.
10665 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10667         * MAINTAINERS (Write After Approval): Add myself.
10669 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10671         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10673 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10675         * MAINTAINERS: Move John Carr to Write After Approval.
10677 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10679         * config/mh-mingw32: Delete.
10680         * configure.in: Don't use it.
10681         * configure: Regenerate.
10683 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10685         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10686         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10687         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10688         (HOST_LIB_PATH): Generate from Makefile.def.
10689         (TARGET_LIB_PATH): Likewise.
10690         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10691         * Makefile.in: Regenerate.
10692         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10693         (RPATH_ENVVAR): Include Darwin case.
10694         * configure: Regenerate.
10696 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10698         * MAINTAINERS (Various Maintainers): Remove self.
10699         (Write After Approval): Add self.
10701 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10703         * MAINTAINERS (Various Maintainers): Add self.
10705 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10707         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10708         * configure: Regenerate.
10710 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10712         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10713         gcc_version, and gcc_version_trigger from set of flags to pass.
10714         * Makefile.tpl: Remove definitions of above variables.
10715         (config.status): Remove dependency on $(gcc_version_trigger).
10716         * Makefile.in: Regenerate.
10717         * configure.in: Do not reference config/gcc-version.m4 nor
10718         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10719         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10720         * configure: Regenerate.
10722 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10723             Andrew Pinski  <pinskia@physics.uc.edu>
10725         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10726         * Makefile.in: Regenerate.
10728 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10730         * MAINTAINERS (Write After Approval): Add myself.
10732 2005-03-03  David Ayers  <d.ayers@inode.at>
10734         * MAINTAINERS (Write After Approval): Add myself.
10736 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10738         PR libgcj/20160
10739         * ltmain.sh: Avoid creating archives with components that have
10740         duplicate basenames.
10742 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10744         PR bootstrap/20250
10745         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10746         instead of check.
10747         * Makefile.in: Regenerate.
10749 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10751         * Makefile.in: Regenerate to fix conflict between the previous two
10752         patches.
10754 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10756         PR bootstrap/17383
10757         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10758         * Makefile.tpl (HOST_SUBDIR): New substitution.
10759         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10760         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10761         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10762         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10763         (Host modules, Bootstrapped modules): Use it.
10764         (Build modules, Target modules): Do not create symlink trees,
10765         always configure out-of-srcdir.
10766         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10767         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10768         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10769         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10771         * Makefile.in: Regenerate.
10772         * configure: Regenerate.
10774 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10776         Merged from libada-gnattools-branch:
10777         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10779         * gnattools: New directory.
10780         * Makefile.def: Add gnattools as a module, depending on target-libada.
10781         * Makefile.in: Regenerate.
10782         * configure.in: Include gnattools in host_tools; disable it if ada
10783         is disabled.
10784         * configure: Regenerate.
10786 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10788         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10789         treelang maintainer.
10790         (Write After Approval): Remove myself.
10792 2005-02-23  Paul Schlie  <schlie@comcast.net>
10794         * configure.in: Allow darwin targeted ports to build tk, itcl and
10795         libgui.
10796         * configure: Regenerate.
10798 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10800         PR libgcj/10353
10801         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10802         * configure: Regenerate.
10804 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10806         * MAINTAINERS (Write After Approval): Add myself.
10808 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10810         * MAINTAINERS: Update my e-mail address.
10812 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10814         * MAINTAINERS (Write After Approval): Add myself.
10816 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10818         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10819         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10820         target-libgloss when not *-*-elf and *-*-aout.
10821         * configure: Regenerate.
10823 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10825         * MAINTAINERS: Remove obsolete entries.
10827         * MAINTAINERS (Write After Approval): Add Michael Matz.
10829 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10831         * MAINTAINERS: Remove self as cpplib maintainer.
10833 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10835         * install-sh, config.sub: Import from upstream.
10837 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10839         PR bootstrap/18222
10840         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10841         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10842         * Makefile.in: Regenerate.
10844 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10846         * MAINTAINERS: Update my email address.
10848 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10849             Andreas Schwab  <schwab@suse.de>
10851         PR bootstrap/18033
10852         * config-ml.in: Eval option if surrounded by single quotes.
10854 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10856         Revert 2004-12-28 Makefile changes, a better fix will be
10857         applied to mainline and src after GCC 4.0 branches.
10859 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10861         PR bootstrap/17383
10863         * Makefile.def (target_modules): Remove stage parameter,
10864         it is always true now.
10865         * Makefile.tpl (configure-build-[+module+],
10866         configure-target-[+module+]): Always build symlink tree
10867         for the directory and for include.  BUILD_SUBDIR and
10868         TARGET_SUBDIR cannot be . anymore.
10869         * Makefile.in: Regenerate.
10871 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10873         Revert 2004-12-08 Makefile changes.
10875 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10877         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10878         cygwin, mingw.
10880 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10882         * configure.in (sh64-*-*): Reenable gprof.
10883         * configure: Regenerate.
10885 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10887         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10888         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10889         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10890         * Makefile.in: Regenerate.
10892 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10894         * MAINTAINERS: Update my email address.
10896 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10898         * Makefile.tpl: Generate normal dependencies if the LHS module is
10899         not bootstrapped.
10900         * Makefile.in: Regenerate.
10902 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10904         * configure.in: Include config/gxx-include-dir.m4.  Use
10905         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10906         * configure: Regenerate.
10908 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10910         * config.if: Delete.
10911         * configure.in: Set libstdcxx_incdir directly.
10912         * configure: Regenerate.
10914 2004-12-02  Eric Christopher  <echristo@redhat.com>
10916         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10917         * Makefile.in: Regenerate.
10919 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10921         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10922         * configure: Regenerate.
10924 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10926         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10927         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10928         * configure: Regenerate.
10930 2004-12-01  Eric Christopher  <echristo@redhat.com>
10932         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10933         of things to remove.
10935 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10937         * MAINTAINERS (Write After Approval): Update my e-mail address.
10939 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10941         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10942         from CVS libtool to always pass_all.
10944 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10946         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10947         (hppa*64*-*-*): Delete incorrect comment.
10948         * configure: Rebuilt.
10950 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10952         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10954 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10956         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10957         from CVS libtool to always pass_all.
10959 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10961         * install-sh, compile: Import from automake.
10963 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10965         * config.guess, config.sub:  Import from savannnah.
10967 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10969         * MAINTAINERS (Write After Approval): Add myself
10971 2004-11-12  Mike Stump  <mrs@apple.com>
10973         * Makefile.def: Add html support.
10974         * Makefile.tpl: Likewise.
10975         * Makefile.in: Regenerate.
10977 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10979         PR 18423
10980         * configure.in: Remove all instances of build-fixincludes from
10981         noconfigdirs.
10982         (build_configargs): Supply --target to subdirectories.
10983         * configure: Regenerate.
10985         * Makefile.def: Make gcc install depend on fixincludes install.
10986         * Makefile.in: Regenerate.
10988 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10990         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10992 2004-11-11  Paul Brook  <paul@codesourcery.com>
10994         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10996 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10998         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10999         target-libgfortran.
11000         * configure: Regenerate.
11002 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
11004         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
11005         like CC.
11007 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
11009         * Makefile.def (host fixincludes): Specify missing targets.
11010         * Makefile.in: Regenerate.
11012 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
11014         * MAINTAINERS: Add myself
11016 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
11018         * MAINTAINERS (Write After Approval): Add myself.
11020 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
11022         * Makefile.def: Build fixincludes for the host, too.
11023         * Makefile.in: Regenerate.
11024         * configure.in (host_tools): Add fixincludes.
11025         * configure: Regenerate.
11027 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
11029         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
11030         * configure: Regenerated.
11032 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
11034         PR other/17783
11035         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
11036         * configure: Regenerated.
11038 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
11040         * README.SCO: Update per FSF instructions.
11042 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
11044         PR target/18151
11045         * configure.in (case ${target}): Do not build fixincludes for avr.
11046         * configure: Regenerated.
11048 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
11050         * configure.in (case ${target}): Do not build fixincludes
11051         on platforms where it is not used.
11052         * configure: Regenerated.
11054 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
11056         * configure.in: Use an absolute path to install-sh.
11057         * configure: Regenerated.
11059 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
11061         * MAINTAINERS (Write After Approval): Add myself.
11063 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
11065         * MAINTAINERS: Remove from Write After Approval those that are
11066         already maintainers.
11068 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
11070         * MAINTAINERS:  Update my email address.
11072 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
11074         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
11075         * configure: Regenerate.
11077 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
11079         * MAINTAINERS:  Update my email address.
11081 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
11083         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
11084         entries belonging to this category.
11086 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
11088         * MAINTAINERS: Update my e-mail address.
11090 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
11092         Fix wrong conflict resolution in:
11094         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11096         * Makefile.in: Regenerate.
11097         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11098         in the recursive `make', instead of hardwiring `all'.
11099         (Autogenerated TARGET-* variables): New.
11101 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
11103         * configure.in: Enable target-libgloss for crx-*-*.
11104         * configure: Regenerate.
11106 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11108         * MAINTAINERS (Various Maintainers): Move the "windows,
11109         cygwin, mingw" maintainer to ...
11110         (OS Port Maintainers): ... here.
11112 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11114         * MAINTAINERS (Write After Approval): Remove those that are
11115         maintainers of some subsystem.
11117 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
11119         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11120         * ltcf-cxx.sh (tpf*): Likewise.
11121         * ltconfig (tpf*): Add TPF OS configuration support.
11123 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
11125         * MAINTAINERS: Change my email address to my new work account.
11127 2004-09-24  Michael Roth  <mroth@nessie.de>
11129         * configure.in (--without-headers): Add missing double quotes.
11130         * configure: Regenerate.
11132 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
11134         * ylwrap: Revert to previous version.
11136 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
11138         PR bootstrap/17369
11139         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11140         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11141         SET_GCC_LIB_PATH_CMD.
11142         (BASE_TARGET_EXPORTS): Likewise.
11143         * Makefile.in: Regenerated.
11145         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11146         * configure: Regenerated.
11148 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
11150         * config.guess: New upstream version
11151         * compile, depcomp, install-sh, ylwrap: Likewise.
11153 2004-09-19  Roger Sayle  <roger@eyesopen.com>
11155         * config/mh-x86omitfp: New host makefile fragment.  Add
11156         -fomit-frame-pointer to the default BOOT_CFLAGS.
11157         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11158         * configure: Regenerate.
11160 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
11162         PR target/11572
11163         * configure.in (*-*-darwin*): Renable libobjc.
11164         * configure: Regenerate.
11166 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
11168         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11170 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
11172         * Makefile.def: Remove libbanshee.
11173         * Makefile.tpl: Ditto.
11174         * configure.in: Ditto.
11175         * Makefile.in: Regen.
11176         * configure: Ditto.
11178 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
11180         * ltmain.sh: Use $pic_object as $non_pic_object if
11181         $non_pic_object=none.
11183 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
11185         * missing: Import latest version from master repository.
11187 2004-09-06  Nick Clifton  <nickc@redhat.com>
11189         * config.sub: Import latest version from master repository.
11190         * config.guess: Likewise.
11191         This includes these changes:
11193         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
11195         * config.sub: Handle crisv32, alias etraxfs.
11196         * config.guess (crisv32:Linux:*:*): Handle.
11198         2004-08-13  Brad Smith  <brad@comstyle.com>
11200         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11201         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11203         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11205         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11206         assume the processor is a powerpc.  This is because coreutils
11207         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11208         in this case, due to a MacOS X bug that causes
11209         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11210         to return a negative number.
11211         Problem reported by Petter Reinholdtsen in:
11212         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11214         2004-07-19  Ben Elliston  <bje@gnu.org>
11216         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11218         2004-06-24  Ben Elliston  <bje@gnu.org>
11220         * config.guess: Update copyright years.
11221         * config.sub: Likewise.
11223         2004-06-22  Robert Millan  <robertmh@gnu.org>
11225         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11226         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11228         2004-06-22  Stanley F. Quayle <stan@stanq.com>
11230         * config.guess (*:*VMS:*:*): New entry. Replaces
11231         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11232         manufacturer.
11234         2004-06-22  Ben Elliston  <bje@gnu.org>
11236         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11237         * config.sub: Likewise.
11239         2004-06-22  Ben Elliston  <bje@gnu.org>
11241         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11242         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11244         2004-06-11  Ben Elliston  <bje@gnu.org>
11246         * config.guess (pegasos:OpenBSD:*:*): Remove.
11248         2004-06-11  Ben Elliston  <bje@gnu.org>
11250         From Wouter Verhelst <wouter@grep.be>:
11251         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11253         2004-06-11  Ben Elliston  <bje@gnu.org>
11255         * config.guess (luna88k:OpenBSD:*:*): New.
11257         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11259         * config.guess (m32r*:Linux:*:*): New case.
11260         * config.sub: Handle m32rle.
11262         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
11264         From Jens Petersen  <petersen@redhat.com>:
11265         * config.sub: Handle sparcv8.
11267         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
11269         From Tom Smith <smith@cag.lkg.hp.com>:
11270         * config.guess: Version suffixes are equally significant on Tru64
11271         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
11272         prefix of "P" (patched kernel).
11274         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
11276         * config.sub: Add support for National Semiconductor CRX target.
11278 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
11280         * MAINTAINERS (Various Maintainers): Remove myself as web page
11281         maintainer, add myself as maintainer of build status lists.
11283 2004-09-03  Jan Beulich  <jbeulich@novell.com>
11285         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11286         *-*-netware, but add target-libmudflap.
11287         Consolidate *-*-netware targets (of which really only i?86 exists)
11288         into a single entry.
11289         * configure: Likewise.
11291 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
11293         * Makefile.tpl (sorry): Remove.
11294         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11295         (cleanstrap targets): Depend on distclean, not distclean-stage1.
11296         (do-clean): Clean per-stage directories too.
11297         (do-distclean): Run distclean-stage1 too.
11298         (.NOTPARALLEL): Enable during toplevel bootstrap.
11299         (stage[+id+]-bubble): Enable parallel execution during
11300         the recursive invocation.
11301         * Makefile.in: Regenerate.
11303         Fix previous checkin:
11305         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11306         include.
11307         * configure.in: Fix indentation.
11308         * configure: Regenerate.
11310 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
11312         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11313         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11314         * configure: regenerate
11315         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11316         -mdynamic-no-pic
11318 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
11320         * Makefile.def (build_modules): Add fixincludes.
11321         (dependencies): Make gcc depend on fixincludes.
11322         * configure.in (build_tools): Add fixincludes.
11323         (build_configdirs): Always include build_libs.
11324         * Makefile.in: Regenerate.
11325         * configure: Regenerate.
11327 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11329         * Makefile.def (bootstrap stages): Add 'lean' parameter.
11330         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11331         phony targets; do not generate timestamp files.
11332         (distclean-stageN): Remove references to their timestamp files.
11333         (restageN, touch-stageN): Remove.
11334         (stageN-bubble): Rewritten.
11335         (compare): Support lean bootstraps.
11336         * Makefile.in: Regenerate.
11338         * configure.in: Only warn when bootstrapping but
11339         build != host or build != target.  Support lean bootstraps.
11340         * configure: Regenerate.
11342 2004-08-26  Phil Edwards  <phil@codesourcery.com>
11344         * configure.in:  Give a better error message if GMP/MPFR are missing
11345         and a language needing them has been requested.
11346         * configure:  Regenerated.
11348 2004-08-25  Phil Edwards  <phil@codesourcery.com>
11350         * configure.in:  Print a list of available language front-ends if
11351         a requested one is missing.  Tidy stray tab characters.
11352         * configure:  Regenerated.
11354 2004-08-19  Michael Koch  <konqueror@gmx.de>
11356         * gcc/doc/install.texi: Update entry about automake for libjava.
11358 2004-08-17  Robert Millan  <robertmh@gnu.org>
11360         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11361         (instead of FreeBSD).
11362         * configure: Regenerate.
11364 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11366         * Makefile.in: Regenerate.
11367         * configure: Regenerate.
11369         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11370         stage_*_flags.
11371         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11372         for bootstrapped modules if toplevel bootstrap is going.
11373         (GCC bootstrap): Generate per-stage targets for all bootstrapped
11374         modules.  Adjust for changes in Makefile.def.  Enable several
11375         rules even in non-bootstrap mode, just to avoid peppering the
11376         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11377         (stage-[+prev+]-bubble): Remove.
11379         * Makefile.def (Dependencies): Depend on all-build-bison,
11380         all-build-flex, all-build-byacc, all-build-texinfo, rather
11381         than the host variations.
11382         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
11383         with BUILD_SUBDIR.
11384         (BISON): Update for recent Bisons.
11385         (YACC): Fix typo.
11386         (cross): Depend on all-build.
11387         (all): Do not depend on all-build.
11388         (prebootstrap): Remove.
11389         (dep-kind): Accept separate prefixes for MODULE and ON variables.
11390         (Prebootstrap dependencies): Add them to the per-stage targets
11391         and to all-prebootstrap.
11392         * configure.in (build_configdirs): Always enable build_tools.
11393         (BUILD_DIR_PREFIX): Remove.
11395         * Makefile.def (gcc): Add target variable.
11396         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11397         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11398         in the recursive `make', instead of hardwiring `all'.
11399         (Autogenerated TARGET-* variables): New.
11401 2004-08-13  Brian Booth  <bbooth@redhat.com>
11403         * MAINTAINERS: Remove myself from write-after-approval.
11405 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11407         * src-release: Stop distributing mmalloc with gdb (which doesn't
11408         use it).
11409         * Makefile.def: GDB doesn't depend on mmalloc anymore.
11410         * Makefile.in: Regenerate.
11412 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
11414         * configure.in (arm*-*-eabi*): New target.
11415         * configure: Regenerate.
11417 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
11419         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11420         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11421         (Dependencies): New section.
11422         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11423         (configure-target-[+module+]): Depend on maybe-all-gcc
11424         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11425         (toplevel profiledbootstrap): Fix dependencies.
11426         * Makefile.in: Regenerate.
11428 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11430         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11431         target-libiberty to noconfigdirs.
11432         * configure: Regenerate.
11434 2004-08-03  Paul Brook  <paul@codesourcery.com>
11436         * configure.in: Check for MPFR as well as GMP.
11437         * configure: Regenerate.
11439 2004-08-01  Robert Millan  <robertmh@gnu.org>
11441         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11442         libmudflap for all GNU-based systems (with Glibc).
11443         * configure: Regenerate.
11445 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11447         * Makefile.def (host-modules): Add gcc.
11448         * Makefile.in: Regenerate.
11449         * Makefile.tpl (sorry): New rule.
11450         (configure-host, all-host, [+make_target+]-host, do-check,
11451         install-host): Do not add gcc as a special case.
11452         (host modules): Add a small special-casing for gcc.  Export
11453         extra_make_flags through the environment.
11454         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11455         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11456         other recursive targets for gcc): Remove.
11458         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11459         (stage, unstage): New rules.
11460         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11461         distclean-stage[+id+]): Use stage_current.
11462         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11463         the stage*-start rules.
11465 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11467         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11468         use -all_load flag.
11470 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11472         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11473         * configure: Regenerate.
11475 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11477         * maintainer-scripts/gcc_release: Revert yesterday's change.
11479 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11481         * MAINTAINERS: Add myself to write-after-approval.
11483 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11485         * libf2c: Removed.
11486         * gcc/gccbug.in: Updated because of libf2c removal.
11487         * maintainer-scripts/gcc_release: Ditto.
11489 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11491         * configure.in: Build libmudflap by default on FreeBSD.
11492         * configure: Regenerated.
11494 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11496         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11497         systems.
11498         * configure: Regenerated.
11500 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11502         PR target/16344
11503         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11504         feedback based compiler.
11505         * Makefile.in: Rebuilt.
11507 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11509         * Makefile.def (host_modules): Set bootstrap=true for flex.
11510         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11511         * Makefile.in: Rebuilt.
11513 2004-07-07  Jan Hubicka  <jh@suse.cz>
11515         * MAINTAINERS: Add self as a profile feedback maintainer.
11517 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11519         * configure.in:  Do not prepend $srcdir to /dev/null in
11520         makefile fragments.
11521         * configure:  Regenerate.
11523 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11525         * Makefile.def (build_modules): Add bison, byacc, flex,
11526         m4, texinfo.
11527         (flags_to_pass): Add FLEX.
11528         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11529         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11530         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11531         DEFAULT_MAKEINFO): Remove.
11532         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11533         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11534         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11535         objdir or else use configured tool.
11536         (all-build): New.
11537         (all): Depend on it.
11538         (Build module dependencies): Add.
11539         * Makefile.in: Regenerate.
11540         * configure.in: Better support for multiple build modules,
11541         matching what is done for host/target modules.  Do not look
11542         for "plausible" locations of build tools if Canadian cross.
11543         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11544         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11545         * configure: Regenerate.
11547 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11549         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11550         * Makefile.in: Regenerate.
11552 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11554         * Makefile.tpl (configure-build-[+module+],
11555         configure-[+module+], configure-target-[+module+]): Pass
11556         [+extra_configure_args+].
11557         (all-build-[+module+], all-[+module+], check-[+module+],
11558         install-[+module+], [+make_target+]-[+module+],
11559         all-target-[+module+], check-target-[+module+],
11560         install-target-[+module+], [+make_target+]-target-[+module+]):
11561         Pass [+extra_make_args+].
11562         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11563         (GCC_HOST_EXPORTS): Remove.
11564         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11565         cross, check-gcc, check-gcc-c++, install-gcc,
11566         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11567         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11568         * Makefile.in: Regenerate.
11570 2004-06-21  Matthew Sachs  <msachs@apple.com>
11572         * MAINTAINERS: Added self to write-after-approval.
11574 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11576         * configure.in: Check for srcdir/winsup rather than build directory
11577         winsup.
11578         * configure: Regenerate.
11580 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11582         * configure.in: Don't build Cygwin native newlib if winsup
11583         directory is missing.  Emit warning instead.
11584         * configure: Regenerate.
11586 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11588         * Makefile.tpl (touch-stage[+id+]): New.
11589         (restage[+prev+]): Depend on touch-stage[+id+].
11591         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11592         Use it throughout.
11594         * Makefile.def: Add profile and feedback bootstrap stages.
11595         Remove next field from bootstrap stages.
11596         * Makefile.tpl (LN, LN_S): Substitute.
11597         (stageN-start, stageN-end): Use double-colon rules, to
11598         provide a hook for additional setup commands.
11599         (distclean-stageN-gcc, restageN): Create dependencies from
11600         [+prev+], not from [+next+].
11601         (stageN-bubble): Add commands for successive stages from
11602         [+prev+], using double-colon rules.
11603         (all-stageN-gcc): Fix typo.
11604         (stagefeedback-start, profiledbootstrap): New.
11605         * Makefile.in: Regenerate.
11606         * configure.in: Call ACX_PROG_LN.
11607         * configure: Regenerate.
11609 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11611         * MAINTAINERS (Write After Approval): Add myself.
11613 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11615         * MAINTAINERS (Write After Approval): Add myself.
11617 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11619         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11620         without gcc.
11621         * configure: Regenerate.
11623 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11625         * Makefile.tpl: Fix typo.
11626         * Makefile.in: Regenerate.
11628 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11630         * configure.in: Remove new- prefix from toplevel
11631         bootstrap targets.
11632         * configure: Regenerate.
11634 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11636         * Makefile.tpl (all.normal): Rename to all.
11637         (all): Replace with a rule to pick the default
11638         target from configure.
11639         (all-gcc, configure-gcc): Use conditionals to
11640         do nothing when toplevel bootstrap is going on.
11641         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11642         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11643         * configure.in: Support --enable-bootstrap.
11645         * Makefile.def: Remove new- prefix from toplevel
11646         bootstrap targets.
11647         * Makefile.tpl: Likewise.
11649         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11650         target.
11652         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11653         $(RECURSE_FLAGS) to recursive invocation of make.
11655         * Makefile.in: Regenerate.
11656         * configure: Regenerate.
11658 2004-05-30  Andreas Jaeger  <aj@suse.de>
11659             Jim Wilson  <wilson@specifixinc.com>
11661         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11662         like CC.
11664 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11666         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11667         * configure: Regenerate.
11669 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11671         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11672         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11673         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11674         targets.
11675         * Makefile.in: Regenerate.
11677 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11679         * configure.in: Test the ability to symlink directories.
11680         * configure: Regenerate.
11682         * Makefile.def (bootstrap-stage): New definitions.
11683         * Makefile.tpl (configure-stage1-gcc,
11684         configure-stage2-gcc, configure-stage3-gcc,
11685         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11686         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11687         new-restage3, compare): Autogenerate, see Makefile.in
11688         entry for behavioral changes.
11689         (distclean-stage1, new-stage1-start, new-stage1-end,
11690         new-stage1-bubble, distclean-stage2, new-stage2-start,
11691         new-stage2-end, new-stage2-bubble, distclean-stage3,
11692         new-stage3-start, new-stage3-end): New autogenerated targets.
11693         (objext, prebootstrap, BOOT_CFLAGS,
11694         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11695         targets.
11697         * Makefile.in: Regenerate.
11698         (distclean-stage1, new-stage1-start, new-stage1-end,
11699         new-stage1-bubble, distclean-stage2, new-stage2-start,
11700         new-stage2-end, new-stage2-bubble, distclean-stage3,
11701         new-stage3-start, new-stage3-end): New targets.
11702         (all-stage1-gcc): Move prebootstrap dependency from here...
11703         (configure-stage1-gcc): ...to here.
11704         (new-bootstrap): Use bubble targets.
11705         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11706         Use per-stage distclean targets.
11707         (configure-stage1-gcc, configure-stage2-gcc,
11708         configure-stage3-gcc, all-stage1-gcc,
11709         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11710         Use new-stageN-start to prepare the tree.
11712 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11714         * Makefile.def (host_modules): add libcpp.
11715         * Makefile.tpl: Add dependencies on and for libcpp.
11716         * Makefile.in: Regenerate.
11717         * configure.in: Add libcpp host module.
11718         * configure: Regenerate.
11720 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11722         * Makefile.tpl: Whenever a recursive target is defined, wrap
11723         it in a special @if/@endif block, and prepare its maybe
11724         dependency in the @if/@endif block
11725         * configure.in: Instead of writing maybe dependencies, remove
11726         the @if/@endif statements, and remove the @if/@endif blocks
11727         that remain.
11728         * configure: Regenerate.
11729         * Makefile.in: Regenerate.
11731 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11733         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11735 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11737         PR bootstrap/15120
11738         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11739         * */configure: Rebuilt.
11741 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11743         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11744         of libf2c.
11745         * configure, Makefile.in: Regenerate.
11747 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11749         * MAINTAINERS (Write After Approval): Add myself.
11751 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11753         Merge from tree-ssa-20020619-branch.
11755         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11756         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11757         (HOST_GMPLIBS): Define.
11758         (HOST_GMPINC): Define.
11759         (TARGET_LIB_PATH): Add libmudflap.
11760         (GFORTRAN_FOR_TARGET): Define.
11761         (configure-build*): Export GFORTRAN.
11762         (configure-gcc): Export GMPLIBS and GMPINC.
11763         (all-gcc): Add maybe-all-libbanshee.
11764         (configure-target-libgfortran): Define.
11765         * Makefile.in: Regenerate.
11766         * configure.in (host_libs): Add libbanshee.
11767         (target_libraries): Add target-libmudflap and target-libgfortran.
11768         Add --with-libbanshee.
11769         Handle --disable-libmudflap.
11770         (*-*-freebsd*): Use with_gmp.
11771         Add $(libgcj) to noconfigdirs.
11772         * configure: Regenerate.
11773         * depcomp: New file.
11774         * MAINTAINERS: Add tree-ssa maintainers.
11776 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11778         * MAINTAINERS (Various Maintainers): Add myself.
11780 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11782         * MAINTAINERS (Write After Approval): Add myself.
11784 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11786         * MAINTAINERS (Write After Approval): Add myself.
11788 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11790         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11791         * configure: Regenerate.
11793 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11795         Revert:
11796         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11798         * Makefile.def (flags_to_pass): Remove *dir variables that
11799         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11800         as well as prefix and exec_prefix.
11801         * Makefile.in: Regenerate.
11803 2004-04-26  Robert Millan  <robertmh@gnu.org>
11805         Add patches from libtool CVS.
11806         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11807         * ltconfig: Likewise.
11808         * ltcf-c.sh: Likewise.
11809         * ltcf-cxx.sh: Likewise.
11810         * ltcf-gcj.sh: Likewise.
11812 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11814         * Makefile.def (host_modules): Mark with the bootstrap
11815         flag packages on which gcc depends.
11816         * Makefile.tpl (all-bootstrap): Use it.
11817         * Makefile.in: Regenerate.
11819 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11821         * Makefile.def (flags_to_pass): Remove *dir variables that
11822         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11823         as well as prefix and exec_prefix.
11824         * Makefile.in: Regenerate.
11826 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11828         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11829         * configure: Regenerate.
11830         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11831         * gcc/Makefile.tpl (compare): Use the result of the test.
11832         * gcc/Makefile.in: Regenerate.
11834 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11836         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11837         Always relocate gcc and prev-gcc to the original names, even
11838         if the build fails.
11839         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11840         New targets.
11842 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11844         * MAINTAINERS: Update my email address.
11846 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11848         * configure.in (mips*-*-irix5*): Enable ld.
11849         * configure: Regenerate.
11851 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11853         * configure: Regenerate.
11855 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11857         * Makefile.tpl (configure-[+module+], configure-gcc,
11858         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11859         Set and export LDFLAGS.
11860         * Makefile.in: Regenerate.
11862 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11864         * MAINTAINERS: Add myself to write-after-approval.
11866 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11868         PR bootstrap/14871
11869         * Makefile.tpl: If we don't have built-in-tree target tools,
11870         use the ones found by configure rather than hacking around with
11871         program_transform_name.
11872         * configure.in: Give Makefile.tpl the information necessary
11873         to do that.
11874         * Makefile.in: Regenerate.
11875         * configure: Regenerate.
11877 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11879         PR bootstrap/14760
11880         * configure.in: When computing baseargs, strip *all* copies of
11881         offending options.  Also, don't match/substitute the trailing space,
11882         so that this actually works when two similar options are separated by
11883         only one space.
11884         * configure: Regenerate.
11886 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11888         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11889         (rs6000-*-aix*): Same.
11890         * configure: Regenerate.
11892 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11894         * MAINTAINERS: Add myself to write-after-approval.
11896 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11898         * MAINTAINERS: Add myself to write-after-approval.
11900 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11902         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11903         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11904         * Makefile.in: Regenerate.
11906         * configure.in (top level bootstrap support): Rework --enable-werror
11907         to set @stage2_werror_flag@.
11908         * configure: Regenerate.
11909         * Makefile.tpl (top level bootstrap support): Pass
11910         @stage2_werror_flag@ down to configure in stages 2 and 3.
11911         * Makefile.in: Regenerate.
11913 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11915         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11916         for stages 2 and 3 as well as in make.  As a consequence, remove
11917         OUTPUT_OPTION (now detected by configure) from the flags passed down
11918         to make.
11919         * Makefile.in: Regenerate.
11921         * Makefile.tpl (new-bootstrap): Fix typo.
11922         * Makefile.in: Regenerate.
11924 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11926         * Makefile.tpl: Rearrange by moving recursive_targets rules
11927         into their proper sections.
11928         * Makefile.tpl (top level bootstrap support): Move disabling
11929         of coverage flags from 'make' to 'configure'; improve comments.
11930         * Makefile.in: Regenerate.
11932         * Makefile.tpl (experimental top level bootstrap) Move stage1
11933         language setting from all- target to configure- target; disable
11934         intermodule optimization in stage 1; prevent gratuitous rebuilds
11935         of stage 1.
11936         * Makefile.in: Regenerate.
11937         * configure.in: Comma-separate stage 1 language list for top
11938         level bootstrap.
11939         * configure: Regenerate.
11941         * Makefile.tpl: Clean up experimental top level bootstrap support:
11942         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11943         prev-gcc in configure- targets as well as all- targets.
11944         * Makefile.in: Regenerate.
11946 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11948         * compile: New file imported from automake.
11950 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11952         * configure.in: Remove symbolic link section.
11953         * configure: Regenerate.
11954         * Makefile.tpl (links): Remove.
11955         * Makefile.in: Regenerate.
11957 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11958             Nathanael Nerode  <neroden@gcc.gnu.org>
11960         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11961         Set with AC_CHECK_PROGS.
11962         * configure.in: Fix comment typo from last patch.
11963         * configure: Regenerate.
11965 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11967         * Makefile.tpl: Introduce experimental top level bootstrap support.
11968         * Makefile.in: Regenerate.
11969         * configure.in: Introduce support for top level bootstrap.
11970         * configure: Regenerate.
11972 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11973             Paolo Bonzini  <bonzini@gnu.org>
11975         PR bootstrap/14522
11976         * configure.in: Cope with shells that do not support unquoted ^
11977         * configure: Regenerate.
11979 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11980             Paolo Bonzini  <bonzini@gnu.org>
11982         PR bootstrap/14522
11983         * configure.in: Cope with shells that do not support nesting
11984         quotes inside quoted backquote substitutions.
11985         * configure: Regenerate.
11987 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11989         PR bootstrap/14522
11990         * configure.in: Fix escaping of $.
11991         * configure: Regenerate.
11993 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11995         * configure: Regenerate, since I forgot to while committing Paolo's
11996         changes.
11998 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
12000         PR ada/14131
12001         Move language detection to the top level.
12002         * configure.in: Find default values for the tools as
12003         soon as possible.  Disable ada if GNAT is not found.
12004         Emit error message about missing languages.  Expand
12005         --enable-languages=all for the gcc subdirectory.
12007 2004-03-10  Ben Elliston  <bje@gnu.org>
12009         * MAINTAINERS: Update my email address.
12011 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
12013         * ltconfig: Disable building static libraries if building shared
12014         libraries on AIX 5L.
12016 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
12018         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
12019         and disable libgcj.
12020         * configure: Regenerated.
12022 2004-03-01  Brian Booth  <bbooth@redhat.com>
12024         * MAINTAINERS: Add myself to write-after-approval.
12026 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
12028         * MAINTAINERS: Add myself to write-after-approval.
12030 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12032         PR bootstrap/7087
12033         * Makefile.tpl: Guard XFOO sed statements better.
12034         * Makefile.tpl: Add dependency for configure-target-libada.
12035         * Makefile.in: Regenerate (incidentally fixes broken
12036         commit when libada-branch was merged).
12038 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
12040         * MAINTAINERS: Add myself to write-after-approval.
12042 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
12044         * MAINTAINERS: Add Nicola Pero and myself as libobjc
12045         maintainers.
12047 2004-02-20  Andrew Cagney  <cagney@redhat.com>
12049         * config.guess: Update from version 2003-10-16 to 2004-02-16.
12050         * config.sub: Update from version 2003-11-03 to 2004-02-16.
12052 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12054         PR bootstrap/11932
12055         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
12057 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
12059         * MAINTAINERS: Added myself to write-after-approval.
12061 2004-02-14  Michael Koch  <konqueror@gmx.de>
12063         * MAINTAINERS: Added myself to write-after-approval.
12065 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
12067         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
12068         some OS port maintainers to OS port maintainers section.
12070 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
12072         * MAINTAINERS: Add self.
12074 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12076         * MAINTAINERS: Alphabetize.
12078 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
12080         * MAINTAINERS: Remove myself.
12082 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
12084         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
12085         (rs6000-*-aix*): Same.
12086         * configure: Regenerate.
12088 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
12090         * configure.in (host): Add in missing $noconfigdirs to defines.
12091         * configure: Regenerate.
12093 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
12094             Nathanael Nerode  <neroden@gcc.gnu.org>
12096         PR ada/6637, PR ada/5911
12097         Merge with libada-branch:
12098         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
12099         with appropriate dependencies. Add --enable-libada configure switch.
12100         * configure, Makefile.in: Regenerate.
12102 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
12104         * MAINTAINERS: Add myself to write-after-approval.
12106 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12108         * configure.in: Don't pass --with-stabs on IRIX 5 either.
12109         * configure: Regenerate.
12111 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
12113         Merge from upstream:
12115         * ltmain.in: When setting IFS to '~', be careful about user
12116         arguments that contain '~'.
12118         2004-02-04  Peter O'Gorman  <peter@pogma.com>
12120         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12121         Also test $base_compile against $CC with escaped arguments. Bug
12122         reported by Geoff Keating <geoffk@apple.com>.
12124 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
12126         * MAINTAINERS: Remove i960 port.
12128 2004-01-23  DJ Delorie  <dj@redhat.com>
12130         * Makefile.def (target_modules) [libiberty]: Don't stage.
12131         * Makefile.in: Rebuilt.
12133 2004-01-20  Caroline Tice  <ctice@apple.com>
12135         * MAINTAINERS: Add myself to write-after-approval.
12137 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
12139         * MAINTAINERS: Update my email address.
12141 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
12143         * MAINTAINERS: Add myself to write-after-approval.
12145 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12147         * MAINTAINERS: Remove entries without email address.
12149 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
12151         * MAINTAINERS: Add myself to write-after-approval.
12153 2004-01-15  Steven Bosscher  <stevenb@suse.de>
12155         * MAINTAINERS: Update my email address.
12157 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
12159         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12160         * Makefile.tpl (configure-target-[+module+]): Support stage.
12161         * Makefile.in: Rebuilt.
12163 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
12165         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12167 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
12169         * MAINTAINERS: Add myself as a MIPS maintainer.
12171 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12173         * configure.in: Use ./config.cache, not config.cache.
12174         * configure: Regenerate.
12175         * Makefile.tpl: Special-casing not needed for GCC any more.
12176         * Makefile.in: Regenerate.
12178         * configure.in: Don't share a cache file for host dirs.
12179         * configure: Regenerate.
12181         * config-ml.in: Don't mess with the cache file.
12183 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12185         * MAINTAINERS: Move myself from 'Write After Approval' to
12186         'CPU Port Maintainers' section as SPARC maintainer.
12188 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12190         * Makefile.tpl: Make GCC use a separate config.cache.
12191         * Makefile.in: Regenerate.
12193         PR bootstrap/11932, PR bootstrap/11933
12194         (I don't know if it will fix either of them, but it relates
12195         to them.)
12196         * configure.in: Don't use shared config.cache for target
12197         directories.
12198         * configure: Regenerate.
12200 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
12202         * MAINTAINERS: Add myself to 'Write After Approval' section.
12204 2003-12-31  Roger Sayle  <roger@eyesopen.com>
12206         * configure.in (ia64*-*-hpux*): Disable building java libraries.
12207         * configure: Regenerated.
12209 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
12211         * MAINTAINERS: Remove the mn10200 maintainer.
12213 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
12215         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12216         * configure: Regenerated.
12218 2003-12-16  Jan Hubicka  <jh@suse.cz>
12220         * MAINTAINERS: Add myself as callgraph maintainer.
12222 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
12224         * configure.in (raw_libstdcxx_flags): Remove the leading space.
12225         * configure: Regenerate.
12227 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
12229         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12230         'Write After Approval' section. Update email.
12232 2003-12-01  James Lemke  <jim@wasabisystems.com>
12234         * MAINTAINERS (Write After Approval): Add myself.
12236 2003-11-20  Matt Thomas  <matt@3am-software.com>
12238         * MAINTAINERS: Add myself as a vax port maintainer.
12240 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
12242         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12243         (configure-build-[+module+], configure-[+module+]): Likewise.
12244         (configure-target-[+module+], configure-gcc, config.status): Likewise.
12245         * Makefile.in: Regenerate.
12247 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
12249         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12250         shared/dylibed libraries.
12251         * ltmain.sh: Likewise.
12252         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12253         * ltcf-cxx.sh: Likewise.
12254         * ltcf-gcj.sh: Likewise.
12255         * ltconfig: Likewise.
12257 2003-11-17  Stan Cox  <scox@redhat.com>
12259         * MAINTAINERS: Add myself as iq2000 port maintainer.
12261 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
12263         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12264         * Makefile.in: Regenerate.
12266 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
12268         * config.sub: Update to 2003-11-03 version.
12270 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12272         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
12273         * configure:  Regenerate.
12275 2003-10-20  Nicolas Pitre  <nico@cam.org>
12277         * MAINTAINERS: Add myself to 'Write After Approval' section.
12279 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
12281         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12283 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
12285         * MAINTAINERS: Update my email address.
12287 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12289         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12291 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
12293         * MAINTAINERS: Add myself to 'Write After Approval' section.
12295 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
12297         * config.guess: Update to 2003-10-16 version.
12298         * config.sub: Update to 2003-10-16 version.
12300 2003-10-15  David Daney  <ddaney@avtrex.com>
12302         * MAINTAINERS: Added myself to 'Write After Approval' section.
12304 2003-10-15  Falk Hueffner  <falk@debian.org>
12306         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12307         'Write After Approval' section. Update email.
12309 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12311         * MAINTAINERS: Move myself from 'Write After Approval' to
12312         'Various Maintainers' section as middle-end maintainer.
12314 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12316         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12317         HOST_FLAGS_TO_PASS.
12318         * Makefile.in: Regenerate.
12320 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
12322         * config.guess: Update to 2003-10-07 version.
12323         * config.sub: Update to 2003-10-07 version.
12325 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12327         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12328         * ltconfig (irix5*, irix6*): Don't override version_type.
12330 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
12332         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12333         * configure: Rebuilt
12334         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12335         * Makefile.in: Rebuilt
12337 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
12339         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12341 2003-09-30  Carlo Wood  <carlo@alinoe.com>
12343         * MAINTAINERS (Write After Approval): Add myself.
12345 2003-09-29  Paul Koning  <ni1d@arrl.net>
12347         * MAINTAINERS: Move myself from "Write After Approval"
12348         to CPU platform maintainers for pdp11 platform.
12350 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
12352         * MAINTAINERS: Move myself from 'Write After Approval' to
12353         'Various Maintainers' section as libffi testsuite maintainer.
12355 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
12357         * configure.in: Pass a computed --program-transform-name
12358         to subconfigures.
12359         * configure: Regenerated.
12361 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12363         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12364         * Makefile.in: Regenerate.
12366         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12367         * Makefile.in: Regenerate.
12369 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
12371         * MAINTAINERS: Move myself from 'Write After Approval'
12372         to 'Various Maintainers' (objective-c) section.
12374 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
12376         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12377         quoting.
12378         * configure: Regenerated.
12380 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
12382         * MAINTAINERS (Write After Approval): Add myself to write after
12383         approval list.
12385 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
12387         * MAINTAINERS (Write After Approval): Add myself.
12389 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
12391         * MAINTAINERS: Update my e-mail address.
12393 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
12395         * libtool.m4 (LD): Correct powerpc64 host match.
12397 2003-09-06  James E Wilson  <wilson@tuliptree.org>
12399         * MAINTAINTERS: Update my affiliation and email address.
12401 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12403         * MAINTAINERS (Write After Approval): Add myself.
12405 2003-09-04  DJ Delorie  <dj@redhat.com>
12407         * configure: Regenerate.
12409 2003-09-04  Robert Millan  <robertmh@gnu.org>
12411         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12413 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12415         * configure.in: Ensure arguments to sed are properly spaced.
12416         * configure: Regenerate.
12418 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
12420         * MAINTAINERS: Update my e-mail address.
12422 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12424         * MAINTAINERS (Write After Approval): Add myself.
12426 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12428         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12429         * configure: Regenerated.
12431 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12433         * MAINTAINERS: Update my email address.
12435 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12437         * configure.in:  Use newline instead of semicolon when assuming
12438         shell arguments in a for loop.
12439         * configure:  Regenerated.
12441 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12443         * MAINTAINERS: Resurrect the i860 maintainer.
12445 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12447         PR 8180
12448         * configure.in: When testing with_libs and with_headers, treat
12449         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12450         * configure: Regenerate.
12452         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12453         make, shell, etc.
12454         (baseargs): Likewise.
12455         * configure: Regenerate.
12457 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12459         * MAINTAINERS (Write After Approval): Add myself.
12461 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12463         * configure.in: Disable libgcj for darwin not on powerpc.
12464         * configure: Rebuild.
12466 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12468         * config-ml.in, symlink-tree: Add license.
12470 2003-08-03  Richard Stallman  <rms@gnu.org>
12471             Eben Moglen  <moglen@columbia.edu>
12473         * README.SCO: New file.
12475 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12477         * Makefile.tpl (check, check-c++): Express dependencies using
12478         dependencies rather than commands.
12479         * Makefile.in: Regenerate.
12481 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12483         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12484         * configure: Ditto.
12486 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12488         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12489         * Makefile.in: Update.
12491 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12493         * configure.in: Enable libgcj for darwin.
12494         * configure: Rebuild.
12496 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12498         * config-ml.in:  Use ac_configure_args directly instead of
12499         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12500         actually seen.
12502 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12504         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12505         creating target and build subdirs to build all parent dirs as needed.
12506         * Makefile.in: Rebuild.
12507         * configure.in: Don't build dirs explicitly here.
12508         * configure: Rebuild.
12510 2003-07-26  Paul Brook  <paul@nowt.org>
12512         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12514 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12516         * Makefile.tpl (all-make): Depend on intl.
12517         * Makefile.in: Rebuilt.
12519 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12521         * install-sh:  Update to newer upstream versions (associated with
12522         aclocal 1.7).
12523         * mkinstalldirs:  Likewise.
12524         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12526 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12528         * MAINTAINERS: Move self from Bug database only accounts
12529         to write-after-approval.
12531 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12533         * config.if: Remove unused libc_interface determination.
12535 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12537         * MAINTAINERS: Move self from write-after-approval to
12538         build machinery (*.in).
12540 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12542         PR bootstrap/11273
12543         PR bootstrap/11408
12544         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12545         unused INSTALL_PROGRAM_ARGS.
12546         * configure.in: Use AC_PROG_INSTALL.
12547         * Makefile.in: Regenerate.
12548         * configure: Regenerate.
12550 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12552         * MAINTAINERS: Alphabetize.
12554 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12556         * configure: Rebuilt.
12557         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12558         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12559         newlib nor libgloss.
12560         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12561         * configure.in (am33_2.0-*-linux*): Added.
12563 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12565         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12566         * configure: Regenerate.
12568 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12570         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12571         * Makefile.in: Regenerate.
12573 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12575         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12576         * Makefile.in: Regenerate.
12578 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12580         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12581         * Makefile.in: Regenerated.
12583         * config-ml.in: Replace PWD with PWD_COMMAND.
12585 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12587         * intl: New directory; see intl/ChangeLog for details.
12588         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12589         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12590         * Makefile.in: Regenerate.
12592 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12594         * configure.in: Clean up config-lang.in handling.  Delete
12595         useless assignment to "subdirs".
12596         * configure: Regenerate.
12598 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12600         * configure.in: Rename 'target_libs' to 'target_libraries'.
12601         Remove useless reference to 'target_libs'.
12602         * configure: Regenerate.
12604 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12606         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12607         * Makefile.in: Regenerate.
12609 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12611         * Makefile.def: Introduce flags_to_pass.
12612         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12613         * Makefile.in: Regenerate.
12615 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12617         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12618         and target-libgloss.
12619         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12620         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12621         * configure: Regenerate.
12623 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12625         * configure.in: Update testsuite_flags to new location.
12626         * configure. Regenerate.
12628 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12630         * Makefile.tpl: Remove BUILD_CC stuff.
12631         * Makefile.in: Regenerate.
12633 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12635         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12637 2003-06-16  Graeme Peterson  <gp@qnx.com>
12639         * MAINTAINERS (Write After Approval): Add myself.
12641 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12643         * config.guess: Update to 2003-06-12 version.
12644         * config.sub: Update to 2003-06-13 version.
12646 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12648         * config.guess: Update to 2003-06-06 version.
12649         * config.sub: Update to 2003-06-06 version.
12651 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12653         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12654         * configure. Regenerate.
12656 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12658         * configure.in: Disable serial configure by default.
12659         * configure: Regenerate.
12660         * Makefile.tpl: Abolish .NOTPARALLEL.
12661         * Makefile.in: Regenerate.
12663         * Makefile.tpl: Replace {build,host,target}_canonical by
12664         {build,host,target}.
12665         * Makefile.in: Regenerate.
12667         * Makefile.tpl: Fix stupid pasto.
12668         * Makefile.in: Regenerate.
12670 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12672         * Makefile.tpl: Remove bogus conditional.
12673         * Makefile.in: Regenerate.
12675 2003-06-05  Jan Hubicka  <jh@suse.cz>
12677         * Makefile.tpl (profiledbootstrap): New target.
12678         * Makefile.in (profiledbootstrap): New target.
12680 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12682         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12683         Pinski. Remove user names from other bugzilla-only maintainers.
12685 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12687         * Makefile.tpl: Make 'recursive targets' using autogen rather
12688         than shell loop.  Remove duplicate 'clean' targets and false
12689         comments.
12690         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12691         Add systematic method of specifying missing targets in subdirs.
12692         Add copyright boilerplate.
12693         * Makefile.in: Regenerate.
12694         * configure.in: Add 'recursive targets' to maybe list.
12695         * configure: Regenerate.
12697         * MAINTAINERS: "GNATS only" -> "Bug database only".
12699         * Makefile.tpl: Rename [+target+] to [+make_target+].
12700         * Makefile.def: Rename 'target' to 'make_target'.
12702 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12704         * MAINTAINERS: Add self as options handling maintainer.
12706 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12708         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12709         been too long since I touched those ports.
12711 2003-05-28  DJ Delorie  <dj@redhat.com>
12713         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12714         * Makefile.in: Regenerate.
12716 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12718         * configure.in: Use curly braces in the definition of tooldir.
12719         * configure: Regenerate.
12721 2003-05-21  DJ Delorie  <dj@redhat.com>
12723         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12724         newlib or libgloss.
12725         * Makefile.in: Regenerate.
12727 2003-05-21  DJ Delorie  <dj@redhat.com>
12729         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12730         * Makefile.in: Regenerate.
12732 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12734         * MAINTAINERS: Update my e-mail address.
12736 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12738         * configure.in: Switch more things to use maybe dependencies.
12739         * Makefile.tpl: Switch more things to use maybe dependencies.
12740         Factor out common code from autogen IF statements.
12741         * configure: Regenerate.
12742         * Makefile.in: Regenerate.
12744 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12746         * configure.in: Accept i[3456789]86 for machine type.
12747         * configure: Regenerate.
12749 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12751         * configure.in: Switch more things to use maybe dependencies.
12752         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12753         * configure: Regenerate.
12754         * Makefile.tpl: Switch more things to use maybe dependencies.
12755         * Makefile.in: Regenerate.
12757 2003-05-16  Andreas Schwab  <schwab@suse.de>
12759         * Makefile.tpl (install-opcodes): Define.
12760         * Makefile.in: Rebuild.
12762 2003-05-13  Andreas Jaeger  <aj@suse.de>
12764         * config.guess: Update to 2003-05-09 version.
12765         * config.sub: Update to 2003-05-09 version.
12767 2003-05-13  Michael Eager  <eager@mvista.com>
12769         * configure.in: Correct sed script so that options in quotes are not
12770         deleted.
12771         * configure: Rebuild.
12773 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12775         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12776         and $$s/newlib/libc/sys/cygwin32 include paths.
12777         * configure: Ditto.
12779 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12781         * MAINTAINERS: Update my email addresses.
12783 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12785         * config-ml.in: Propagate INSTALL variables.
12787 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12789         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12791 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12793         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12794         * Makefile.in: Regenerate.
12796 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12798         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12800 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12802         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12804 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12806         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12807         * Makefile.in: Regenerated.
12809 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12811         * MAINTAINERS (Write After Approval): Upgrade myself from
12812         GNATS only to write-after-approval. Update my mail address.
12814 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12816         (OS Port Maintainers: freebsd): Add myself.
12818 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12820         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12822 2003-04-22  Kean Johnston  <jkj@sco.com>
12824         * MAINTAINERS (SCO ports): Added myself.
12826 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12828         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12830 2003-04-19  Kean Johnston  <jkj@sco.com>
12832         * MAINTAINERS (Write After Approval): Add myself.
12834 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12836         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12837         * Makefile.in: Regenerate.
12839 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12841         * configure.in (powerpc64*-*-linux*): Remove.
12842         * configure: Rebuilt.
12844 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12846         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12847         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12848         and restrap.
12849         * Makefile.in:  Regenerate.
12851 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12853         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12854         * configure: Regenerated.
12856 2003-04-15  DJ Delorie  <dj@redhat.com>
12858         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12860 2003-04-13  Nick Clifton  <nickc@redhat.com>
12862         * config-ml.in: Remove support for --disable-aix removing
12863         call-aix multilibs.
12865 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12867         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12868         * */configure: Rebuilt.
12870 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12872         * MAINTAINERS: Add my email address.
12874 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12876         * MAINTAINERS (Write After Approval): Add myself.
12878 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12880         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12881         * Makefile.in: Regenerate.
12883 2003-03-14  Michael Chastain  <mec@shout.net>
12885         * Makefile.in: Regenerate with correct Makefile.def.
12887 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12889         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12890         Make macro.
12891         * Makefile.in: Regenerate.
12892         * configure.in: Clean up gxx_include_dir logic.
12893         * configure: Regenerate.
12895 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12897         * MAINTAINERS (Write After Approval): Add myself.
12899 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12901         * MAINTAINERS: Update my mail address.
12903 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12905         * configure.in (gxx_include_dir): Fix typo.
12906         * configure: Regenerated.
12908 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12910         * Makefile.tpl: Reindent.
12911         * Makefile.in: Regenerate.
12912         * configure.in: Reindent.  Don't set unused variables.
12913         * configure: Regenerate.
12915 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12917         * configure.in: Include $(build_tooldir)/sys-include in
12918         FLAGS_FOR_TARGET.
12919         * configure: Regenerated.
12921 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12923         * Makefile.tpl: Always pass down RANLIB.
12924         * Makefile.in: Regenerate.
12926         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12927         * Makefile.in: Regenerate.
12928         * configure.in: Remove unused logic relating to --enable-shared
12929         and --enable-threads.  Remove bogus comments.  Remove redundant
12930         noconfigdirs.
12931         * configure: Regenerate.
12933         * configure.in: Replace ${libstdcxx_version} by its value.
12934         Remove reference to mh-dgux.
12935         * configure: Regenerate.
12937 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12939         * MAINTAINERS (Write After Approval): Add myself.
12941 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12943         * Makefile.tpl: Rearrange.
12944         * Makefile.in: Regenerate.
12946 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12948         * configure.in: Add support for kaOS as cross build target system.
12949         * configure: Regenerated.
12951 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12953         * MAINTAINERS (Write after approval): Add myself.
12955 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12957         * MAINTAINERS: Update my email address.
12959 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12961         * MAINTAINERS: Add self to blanket write privs. section.
12963 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12965         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12966         configure-target-* as some target builds may require additional
12967         flags for preprocessor tests.
12968         * Makefile.in: Regenerated.
12970 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12972         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12973         * ltconfig: Handle it.
12974         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12975         auto-detecting it.
12977         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12978         it is used as argument to $CC.
12979         * ltcf-gcj.sh: Likewise.
12981         * configure.in: Introduce --enable-maintainer-mode.
12982         * configure: Rebuilt.
12983         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12984         for maintainer mode.
12985         * Makefile.in: Rebuilt.
12987 2003-02-18  Jason Merrill  <jason@redhat.com>
12989         * Makefile.tpl (check-c++): Allow parallelism.
12991 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12993         * MAINTAINERS: Remove John Carr (who never actually had access to
12994         gcc.gnu.org).
12996 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12998         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12999         don't configure target-libobjc.
13000         * configure: Regenerate.
13002 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13004         * Makefile.tpl (RANLIB): Define.
13005         * Makefile.in: Regenerate.
13007 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
13009         * MAINTAINERS: Update my email.
13011 2003-02-06  Keith R Seitz  <keiths@redhat.com>
13013         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
13014         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
13015         * Makefile.in: Regenerated.
13016         * configure.in: Remove all traces of snavigator, db, and grep.
13017         * configure: Regenerated.
13019 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13021         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
13022         After Approval.
13024 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13026         * MAINTAINERS (Write after approval): Add myself.
13028 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
13030         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
13031         * Makefile.in: Regenerated.
13033 2003-01-30  Roger Sayle  <roger@eyesopen.com>
13035         * config.guess: Updated to 2003-01-30's version.
13036         * config.sub: Updated to 2003-01-28's version.
13038 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
13040         * config.if: If gcc_version is already set, just use it.  Don't set
13041         gcc_version_trigger if it's already set, otherwise set it to
13042         gcc/version.c, but only if the file exists.  If it is not set and
13043         gcc/version.c does not exist, try to extract the version number from
13044         $CC.
13046 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
13048         * MAINTAINERS: Add myself to write-after-approval list.
13050 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
13052         * configure.in:  Revert 24Jan change.
13053         * configure:  Regenerate.
13055 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13057         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
13058         entry of HJ Lu.
13060 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13062         * configure.in: Revert previous change.
13063         * configure: Regenerate.
13065 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13067         * configure.in: Make rda native-only.
13068         * configure: Regenerate.
13070 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13072         * MAINTAINERS: Move myself from GNATS-only-accounts to
13073         write-after-approval.
13075 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13077         * configure.in: Add missing \.
13078         * configure: Rebuilt.
13080 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
13082         * configure.in (baseargs): Avoid using \| in sed regular
13083         expressions.
13084         * configure: Rebuilt.
13086 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
13088         * configure.in (baseargs): Remove all supported forms of
13089         --cache-file, --srcdir, --host, --build and --target options
13090         from argument lists.
13091         * configure: Rebuilt.
13093 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
13095         * MAINTAINERS: Add myself to write-after-approval list.
13097 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
13099         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
13100         * configure: Rebuilt.
13102 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13104         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
13105         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
13106         * Makefile.in: Regenerate.
13107         * configure: Regenerate.
13109 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
13111         * configure.in: Remove Makefile in build, host and target modules
13112         unless configure was run with --no-recursion.
13113         * configure: Rebuilt.
13115 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13117         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13118         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13119         * Makefile.in: Regenerate.
13121 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
13123         * config.guess: Update to 2003-01-03 version.
13124         * config.sub: Update to 2003-01-03 version.
13126 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13128         * configure: Regenerate with proper autoconf 2.13.
13130 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13132         * configure.in: Add AC_PREREQ for consistency.
13133         * configure: Regenerate.
13135 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
13137         * configure.in (GDB_TK): Add tcl directories conditional on
13138         gdb/gdbtk directory being present.
13139         * configure: Regenerate.
13141 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
13143         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
13144         used by gcc if LD is not defined and we are not doing a Canadian Cross.
13145         * configure: Rebuilt.
13147 2002-12-31  Tom Tromey  <tromey@redhat.com>
13149         * Makefile.in: Rebuilt.
13150         * Makefile.def (target_modules) [libffi]: Allow installation.
13152 2002-12-31  Andreas Schwab  <schwab@suse.de>
13154         * configure.in: Fix use of $program_transform_name.
13155         * configure: Regenerated.
13157 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13159         * configure.in (baseargs): Don't remove first configure argument.
13160         * configure: Regenerated.
13162 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
13164         * Makefile.tpl (local-distclean): Don't remove...
13165         (multilib.ts): ... this.  Moved into...
13166         (multilib.out): ... this.  Don't use sub-make.
13167         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13168         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13169         (configure-build-[+module+], configure-[+module+],
13170         configure-target-[+module+], configure-gcc): ... these.  Test
13171         for Makefile existence.  Drop config.status from dependencies.
13172         * Makefile.in: Rebuilt.
13173         * configure.in: Move gcc-version-trigger to the end of
13174         ac_configure_args.  Add comments to maybedep.tmp and
13175         serdep.tmp.  Introduce --disable-serial-configure.  Remove
13176         nonopt from baseargs, matching and removing corresponding
13177         whitespace while at it.
13178         * configure: Rebuilt.
13180 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
13182         * configure.in (host_configargs): Replace reference to
13183         no-longer-defined buildopts with --build=${build_alias}.
13184         * configure: Rebuilt.
13186         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
13187         program_transform_name to standard idiom.
13188         (AUTOGEN, AUTOCONF): Define.
13189         (Makefile.in): Use $(AUTOGEN).
13190         (Makefile): Depend on config.status, and use autoconf-style rule to
13191         build it.  Move original commands to...
13192         (config.status): ... this new target.
13193         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
13194         $(AUTOCONF).
13195         * Makefile.in: Rebuilt.
13197 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13199         * Makefile.tpl: Fix dramatic bustage due to change in
13200         program_transform_name.
13201         * Makefile.in: Regenerate.
13203         * configure.in: Remove unnecessary PATH setting.
13204         * configure: Regnerate.
13206         * configure.in: Don't default to unprefixed tools unless
13207         the native tools will work.
13208         * configure: Regenerate.
13210         * configure.in: Convert to autoconf script.  Blow away lots
13211         of now-redundant Makefile fragments.
13212         * configure: Generate using Autoconf.
13213         * Makefile.tpl: Rewrite to reflect autoconfiscation.
13214         * Makefile.in: Regenerate.
13216 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
13218         * configure: Fix stupid bug where RANLIB was mistakenly included.
13220         * configure.in: Rename (buildargs, hostargs, targargs) to
13221         (build_configargs, host_configargs, target_configargs).
13223         * configure.in: Move logic out of sed statement.
13225         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
13226         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13228 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
13230         * config.sub: Import from master repository
13231         * config.guess: Ditto
13233 2002-12-24  Andreas Schwab  <schwab@suse.de>
13235         * Makefile.tpl (multilib.out): Fix missing space.
13236         * Makefile.in: Regenerate.
13238 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13240         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
13241         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
13242         * Makefile.in: Regenerate.
13243         * configure.in: Remove unnecessary leftovers.
13245 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
13247         * configure.in (extra_ranlibflags_for_target): New variable.
13248         (*-*-darwin): Add -c to ranlib commands.
13249         * configure (tooldir): Handle extra_ranlibflags_for_target.
13251 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13253         * Makefile.tpl: Revert HJL's change.
13254         * Makefile.in: Regenerated.
13255         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13256         always.
13258 2002-12-19  Andreas Schwab  <schwab@suse.de>
13260         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13261         * Makefile.in: Regenerate.
13263 2002-12-18  H.J. Lu  <hjl@gnu.org>
13265         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13266         * Makefile.in: Regenerated.
13268         * configure.in (build_prefix): New. Substitute.
13270 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
13272         * Makefile.tpl: Don't let real targets depend on phony targets.
13273         * Makefile.in: Regenerate.
13275         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13276         * Makefile.in: Regenerate.
13278 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
13280         * config.sub: Import from master repository
13281         * config.guess: Ditto
13283 2002-12-16  Jason Merrill  <jason@redhat.com>
13285         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13286         previous 'make bootstrap'.
13287         * Makefile.in: Regenerate.
13289 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
13291         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13293 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13295         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13296         * Makefile.in: Regenerate.
13298 2002-12-13  Jason Merrill  <jason@redhat.com>
13300         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
13301         library tests.
13302         (check-c++): Just depend on it and check-target-libstdc++-v3.
13303         * Makefile.in: Regenerate.
13305 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13307         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13308         * Makefile.in: Rebuilt.
13310 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13312         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13314 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13316         * configure: Fix bug put in by gremlins.
13318         * Makefile.tpl: Substitute more autoconfily.
13319         * configure: Substitute more autoconfily.
13320         * Makefile.in: Regenerate.
13322 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
13324         * config.sub: Import from master repository
13325         * config.guess: Ditto
13326         * MAINTAINERS: Added Svein Seldal under write after approval
13328 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
13330         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13331         * Makefile.in (all-sim): Ditto.
13333 2002-12-06  DJ Delorie  <dj@redhat.com>
13335         * Makefile.tpl: Change configure dependencies to not have real
13336         targets depend on phony targets.
13338 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
13340         * configure.in: Revert unintentional change.
13342         * Makefile.tpl: Change dependency for */multilib.out so that
13343         it works when gcc isn't in the tree.
13345         * configure.in: Substitute more.
13346         * configure: Run subconfigures from the Makefile.
13347         * Makefile.tpl: Run subconfigures from the Makefile; add a few
13348         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
13350 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13352         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13354 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13356         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13357         and corresponding dependencies.
13358         * Makefile.in: Regenerate.
13360         * configure.in (host_tools): Order binutils, gas and ld for
13361         convenience in running the testsuites.
13363         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13364         * Makefile.in: Regenerate.
13365         * configure.in: Introduce rules to serialize subconfigure runs.
13367         * configure.in: Introduce BASE_CC_FOR_TARGET.
13368         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
13369         Realize configure-build-* targets.  Realize configure-target-* targets.
13370         * Makefile.in: Regenerate.
13372 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13374         * configure: Move gcc_version_trigger stuff from here...
13375         * configure.in: ...to here.
13377         * configure.in: Separate subconfigure options added by this file from
13378         options given by the user.  Add machinery to put args for host
13379         subconfigures into the Makefile.
13381         * Makefile.tpl: Remove 'vault' targets.
13382         * Makefile.tpl: Reorder and comment dependencies.
13383         * Makefile.in: Regenerate.
13385 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13386         * configure.in: Fix my broken commit of previous patch. (sigh)
13388 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13390         * configure.in: Move host-specific darwin noconfigdirs into
13391         the host-specific section.
13393 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13395         * configure.in: Move host-specific darwin noconfigdirs into
13396         the host-specific section.
13398 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13400         * configure: Remove skip-this-dir support.
13401         * Makefile.tpl: Remove skip-this-dir support.
13403         * Makefile.tpl: Remove leftover support for non-autoconfiscated
13404         subdirectories.
13405         * Makefile.in: Regenerate.
13407         * Makefile.tpl: Strip out useless setting of 'dir'.
13408         * Makefile.in: Regenerate.
13410 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13412         * configure.in: Fix deeply stupid bug.
13414         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13415         shell code in CXX_FOR_TARGET
13416         * Makefile.def: Introduce raw_cxx.
13417         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13418         RAW_CXX_FOR_TARGET.
13419         * Makefile.in: Regenerate.
13421 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13423         * Makefile.tpl: Remove unnecessary ifs.
13424         * Makefile.in: Regenerate.
13426         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13427         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13428         targets for 'no_install' modules.
13429         * configure: Move GDB_TK substitution to configure.in.  Move
13430         build_modules stuff to configure.in.
13431         * configure.in: Implement soft dependency machinery.  Maybe-ize
13432         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13433         * Makefile.in: Regenerate.
13435 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13437         * Makefile.tpl: Make all-target, install-target behave similarly
13438         to all, install (only hitting configured targets).  Eliminate
13439         unused macro defintions.
13441         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13442         build != host.
13444         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13446         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13448         * configure.in: Produce lists of subdir targets we're actually
13449         configuring.  Remove references to "dosrel".
13450         * Makefile.tpl: Let configure set which subdir targets are hit.
13451         Remove install-cross; clean up install; remove ALL.  Remove
13452         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13453         Autogenerate host module targets.  Remove empty dependency lines
13454         and redundant dependency; rearrange slightly.
13455         * Makefile.def: Add host-side libtermcap, utils.
13457         * Makefile.in: Regenerate.
13459 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13461         * ltconfig (osf[345]): Append $major to soname_spec.
13462         Reflect this in library_names_spec.
13463         * ltmain.sh (osf): Prefix $major with . for use as extension.
13465 2002-11-19  Andreas Jaeger  <aj@suse.de>
13467         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13468         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13469         and sparc64 GNU/Linux systems.
13471 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13473         * MAINTAINERS: Update email.
13475 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13477         * MAINTAINERS: Complete James Dennett's entry.
13479 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13481         * MAINTAINERS (Write After Approval): Add myself.
13483 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13485         * Makefile.tpl: syntactic cleanup
13487 2002-11-13  Stuart Hastings  <stuart@apple.com>
13489         * MAINTAINERS: Add myself to write-after-approval list.
13491 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13493         * Makefile.def: Add list of recursive targets to autogenerate.
13494         Add build_modules.
13495         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13496         targets.  Autogenerate *-build-* targets.
13497         * Makefile.in: Regenerate.
13499 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13501         * configure: More autoconf-style substitutions.
13502         * Makefile.tpl: More autoconf-style substitutions.
13503         * Makefile.in: Regenerate.
13505 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13507         * configure: Substitute more variables in a more autoconf-friendly
13508         way.  Simplify slightly.
13509         * Makefile.tpl: Make more variables substitutable in an
13510         autoconf-friendly way.
13511         * Makefile.in: Regenerate.
13513 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13515         * MAINTAINERS (Write After Approval): Add myself.
13517 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13519         * configure.in (v810*): Remove special setting of tools.
13521         * configure: Add support for extra required flags for ar or nm.
13522         * configure.in (aix4.3+): Use above support for target-specific
13523         issues, rather than using config/mt-aix43.
13525 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13527         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13528         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13529         with $srcdir.  Reformat indentation.  Substitute some variables
13530         formerly hard-coded in the Makefile for build=host.
13531         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13532         * Makefile.def: Autogenerate more.
13533         * Makefile.in: Regenerate.
13535 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13537         * MAINTAINERS (Write After Approval): Add myself.
13539 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13541         * Makefile.def (host_modules): Add rda.
13542         * Makefile.in: Regenerate.
13543         * configure.in (target_tool): Add target-rda to list.
13545 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13547         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13549 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13551         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13552         and restrap targets to this rule.
13553         * Makefile.in:  Regenerate.
13555 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13557         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13558         GNATS only accounts.
13560 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13562         * configure.in (i[3456]86-*-linux*): Add check to disable
13563         ${libgcj} for glibc1.
13565 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13567         * MAINTAINERS: Add myself as ip2k port maintainer.
13569 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13571         * configure.in: Add tic4x target.
13573 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13575         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13576         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13577         * Makefile.in: Regenerate.
13579         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13580         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13581         * Makefile.in: Regenerate.
13583 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13585         * MAINTAINERS: Add myself as web pages co-maintainer.
13587 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13589         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13590         * Makefile.in: Regenerate.
13592 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13594         * MAINTAINERS: Add myself and Nathan Sidwell
13595         <nathan@codesourcery.com> as VxWorks maintainers.
13597 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13599         * Makefile.def: Remove order dependency comments.
13600         * Makefile.tpl: Add explicit install-install dependencies.
13601         * Makefile.in: Regenerate.
13603         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13604         * Makefile.in: Regenerate.
13606         * Makefile.tpl: Add configure-target (for src-release in src)
13607         * Makefile.in: Regenerate.
13609 2002-09-30  Nick Clifton  <nickc@redhat.com>
13611         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13613 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13615         * configure.in (s390*-*-linux*): Enable libgcj.
13617 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13619         * configure: Revert accidentally applied changes.
13621         * Makefile.tpl: Make more autoconf-friendly.
13622         * Makefile.in: Regenerate.
13623         * configure: Make substitution more autoconf-like.
13625 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13627         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13628         single entry to handle all these.
13629         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13630         libjava on arm-*-elf.
13632 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13634         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13635         things that depend on them.
13637 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13639         * Makefile.tpl: Make subsituted variables more autoconfy.
13640         * Makefile.in: Regenerate.
13641         * configure: Make seds more autoconfy.
13643 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13645         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13646         * Makefile.in: Regenerate.
13647         * configure.in: Rewrite sed statements to look autoconfy.
13649         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13650         all-target-foo on configure-target-foo.
13651         * Makefile.def: Ditto.
13652         * Makefile.in: Rebuild.
13654 2002-09-25  Andrew Haley  <aph@redhat.com>
13656         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13658 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13660         * Makefile.def: New file.
13661         * Makefile.tpl: New file.
13662         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13663         * contrib/gcc_update: Note that Makefile.in is a generated file.
13665         * configure.in: Minor rearrangement.  Simplify tests.
13667 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13669         * configure.in (with_headers): Skip copy if value is "yes".
13670         (with_libs): Likewise.
13672 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13674         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13675         * configure.in (sh*-*-pe*): Ditto.
13676         * configure.in (mips*-*-pe*): Ditto.
13677         * configure.in (*arm-wince-pe): Ditto.
13679         * configure.in: Rearrange.
13681 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13683         * MAINTAINERS: Update my email address.
13685 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13687         * MAINTAINERS: (Write After Approval): Add myself.
13689 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13691         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13693 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13695         * MAINTAINERS: Change my mailing address.
13697 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13699         * MAINTAINERS (Write After Approval): Remove myself.
13700         (Various Maintainers: c++ runtime libs): Add myself.
13702 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13704         * MAINTAINERS (Write After Approval): Remove myself.
13705         (Various Maintainers: c++ runtime libs): Add myself.
13707 2002-08-15  Eric Christopher  <echristo@redhat.com>
13709         * config.sub: Import from master repository.
13710         * config.guess: Ditto.
13712 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13714         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13715         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13716         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13718 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13720         * MAINTAINERS: Add self to rs6000 vector extensions.
13722 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13724         * libiberty/configure: Reverted unintended yesterday's check in.
13726 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13728         * boehm-gc/configure, libf2c/configure: Rebuilt.
13729         * libffi/configure, libiberty/configure: Ditto.
13730         * libjava/configure, libobjc/configure: Ditto.
13731         * libstdc++-v3/configure, zlib/configure: Ditto.
13732         Merged from binutils:
13733         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13734         From Steve Ellcey <sje@cup.hp.com>:
13735         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13736         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13737         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13738         IA64.
13739         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13740         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13741         soname_spec, sys_lib_search_path_spec): Ditto.
13743 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13745         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13747 2002-08-04  H.J. Lu  (hjl@gnu.org)
13749         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13751 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13753         * MAINTAINERS (Write After Approval): Add myself.
13755 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13757         * configure.in: Move generic linux case to end.  Copy generic
13758         linux noconfigdirs to mips*-*-linux* entry and new
13759         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13761 2002-07-19  Michael Matz  <matz@suse.de>
13763         * MAINTAINERS: Add myself as ra* maintainer.
13765 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13767         * config.guess: Update to 2002-07-09 version.
13768         * config.sub: Update to 2002-07-03 version.
13770 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13772         * MAINTAINERS: Fix typo in a maintainer email address.
13774 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13776         * configure.in: Remove two redundant tests.
13778 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13780         * configure.in (mips*-*-irix6*o32): Enable stabs.
13782 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13784         * configure.in: Don't build grez.
13785         * Makefile.in: Ditto.
13787         * Makefile.in: Remove references to bsp, cygmon, libstub.
13788         * configure.in: Ditto.
13790         * configure.in: Remove leftover reference to gdbtest.
13792 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13794         * configure.in (gxx_include_dir):  Change to match versioned
13795         C++ headers if --enable-version-specific-runtime-libs is used.
13797 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13799         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13801 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13803         * configure.in: Make --without-x work.
13805 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13807         * configure.in: Rearrange target Makefile fragment collection.
13809         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13810         cvs[src].
13811         * configure.in: Ditto.
13813 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13815         * MAINTAINERS (Write After Approval): Update my e-mail address.
13817 2002-06-24  Ben Elliston  <bje@redhat.com>
13819         * configure.in (host_tools): Remove cgen.
13821         * Makefile.in (all-cgen): Remove; runs from its source directory.
13822         (check-cgen, install-cgen, clean-cgen): Likewise.
13823         (all-opcodes): Do not depend on all-cgen.
13824         (all-sim): Likewise.
13826 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13828         * Makefile.in: Eliminate 'apache' targets.
13829         * configure.in: Eliminate 'apache' targets.
13831         * configure.in: Eliminate redundant tests.  Reorganize.
13833         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13835         * config-ml.in: Eliminate references to Cygnus configure.
13837         * Makefile.in: Eliminate references to building emacs.
13839 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13841         * MAINTAINERS: Update my email address.
13843 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13845         * config.if (libstdcxx_incdir): Version C++ headers.
13846         (cxx_incdir): Remove.
13848 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13850         * MAINTAINERS (Write After Approval): Add self.
13852 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13854         * configure.in: Add support for ip2k.
13856 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13858         * configure.in: Fix AIX configury bug.
13860 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13862         * MAINTAINERS (Write After Approval): Add self.
13864 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13866         * configure.in: replace ${topsrcdir} with ${srcdir}
13868         * configure.in: Move definition of libstdcxx_flags
13869         right above usage, rather than waaay earlier.
13871         * configure.in: Pull definition of is_cross_compiler earlier.
13873         * configure.in: Rearrange a little.
13875         * configure.in: Remove references to librx.
13876         * Makefile.in: Remove references to librx.
13878 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13880         * config.sub: Add support for avr target.
13881         Import from master sources, rev 1.255
13883 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13885         * configure, .cvsignore:  Revert previous change...
13886         * Makefile:  ...delete.
13888 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13890         * configure.in: Eliminate ${gasdir} variable.
13892 2002-06-18  Dave Brolley  <brolley@redhat.com>
13894         * configure.in: Add support for frv.
13895         * config.sub: Add support for frv.
13897 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13899         * configure:  Remove garbage from previous commit.
13901 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13903         * configure:  For in-source builds, make a subdir and re-exec there.
13904         * Makefile:  New file.  Pass targets through to build directory.
13905         * .cvsignore:  No longer ignore "Makefile".
13907 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13909         * MAINTAINERS (Write After Approval): Add self.
13911 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13913         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13915 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13917         * configure.in (vax-*-netbsd*): Re-enable gas.
13919 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13921         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13922         BUILD_PREFIX_1, to correct nomenclature.
13923         * configure: Likewise.
13925         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13926         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13928 2002-05-31  Olaf Hering  <olh@suse.de>
13930         * config-ml.in: Propogate DESTDIR also.
13932 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13934         * configure.in (vax-*-netbsd*): Don't build gas for this
13935         platform.
13937 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13939         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13940         and libgcj for AVR.
13942 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13944         * MAINTAINERS (Write After Approval): Add myself.
13946 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13948         * config.guess: Update to 2002-05-22 version.
13949         * config.sub: Likewise.
13951 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13953         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13954         * config-ml.in: Likewise.
13955         * configure: Likewise.
13956         * configure.in: Likewise.
13958 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13960         * MAINTAINERS: Update my email address.
13962 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13964         * configure.in: Simplify makefile fragment collection.
13966         * configure.in: Remove code to build emacs.
13968         * configure.in : Remove --srcdir argument from targargs and buildargs
13969         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13971         * configure: Move some logic to configure.in.
13972         * configure.in: Move some logic from configure.
13974 2002-05-11  Tom Tromey  <tromey@redhat.com>
13976         * MAINTAINERS: Reflect libgcj reality.
13978 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13980         * Makefile.in: Honour DESTDIR.
13982 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13984         * config.guess: Import 2002-03-20 version.
13985         * config.sub: Import 2002-04-26 version.
13987 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13989         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13991 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13993         * MAINTAINERS: Add self.
13995 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13997         * ltmain.sh: Detect and handle object name conflicts
13998         while piecewise linking a static library.
14000 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
14002         * configure.in (noconfigdirs): Don't disable libgcj on
14003         sparc64-*-solaris* and sparcv9-*-solaris*.
14005 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
14007         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
14009 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
14011         * configure.in (FLAGS_FOR_TARGET): Do not add
14012         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
14013         on i[3456]86-*-linux*.
14015 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
14017         * configure.in (noconfigdirs): Replace [ ] with test.
14019         * configure.in (noconfigdirs): Do not add target-newlib if
14020         target == i[3456]86-*-linux*, and host == target.
14022 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
14024         * configure.in: delete reference to absent file
14026         * configure.in: replace '[' with 'test'
14028         * configure.in: Eliminate references to gash.
14029         * Makefile.in: Eliminate references to gash.
14031         * configure.in: remove useless references to 'pic' makefile fragments.
14033         * configure.in: (*-*-windows*) Finish removing.
14035         * configure.in: Eliminate redundant test for libgui.
14037 2002-04-29  Roger Sayle  <roger@eyesopen.com>
14039         * MAINTAINERS: Add self and realphabetize.  Update entries
14040         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
14041         entry for a29k port maintainer.
14043 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
14045         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
14046         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
14048 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
14050         * configure.in: remove references to dead files
14052 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
14054         * MAINTAINERS: Add information about purpose of this file.
14056 2002-04-18  Tom Tromey  <tromey@redhat.com>
14058         * configure.in: Disallow configuring libgcj when it is already
14059         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
14060         Solaris 2.8 by default.  For PR libgcj/6158.
14062 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14064         * configure.in:  Move default CC setting out of config/mh-* fragments
14065         directly into here.
14067 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14069         * configure.in: don't even try to configure or make a subdirectory
14070         if there's no configure script for it.
14072 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
14074         * MAINTAINERS: Remove chill maintainers.
14075         * Makefile.in (CHILLFLAGS): Remove.
14076         (CHILL_LIB): Remove.
14077         (TARGET_CONFIGDIRS): Remove libchill.
14078         (CHILL_FOR_TARGET): Remove.
14079         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
14080         CHILL_LIB.
14081         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
14082         (CHECK_TARGET_MODULES): Likewise.
14083         (INSTALL_TARGET_MODULES): Likewise.
14084         (CLEAN_TARGET_MODULES): Likewise.
14085         (configure-target-libchill): Remove.
14086         (all-target-libchill): Remove.
14087         * configure.in (target_libs): Remove target-libchill.
14088         Do not compute CHILL_FOR_TARGET.
14089         * libchill: Remove directory.
14091 2002-04-11  DJ Delorie  <dj@redhat.com>
14093         * Makefile.in, configure.in: Sync with binutils, entries
14094         follow...
14096 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
14098         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
14099         (do-tar, do-bz2): New rules.
14100         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
14101         (gdb-tar): New rule.
14102         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
14103         (insight_dejagnu.tar): New rule.
14104         (insight.tar): New rule.
14105         (gdb+dejagnu.tar): New rule.
14106         (gdb.tar): New rule.
14108 2002-02-01  Mo DeJong  <supermo@bayarea.net>
14110         * Makefile.in: Add all-tix to deps for all-snavigator
14111         so that tix is built when building snavigator.
14113 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
14115         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14116         ld and gdb are not supported.
14118 2002-01-07  Mark Salter  <msalter@redhat.com>
14120         * configure.in: Remove target-bsp and target-cygmon from arm builds.
14121         Allow target-libgloss to be built for arm, strongarm, and xscale.
14123 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
14125         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14126         options for i[3456]86-pc-linux* native builds.
14128 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
14130         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14131         files from .po files for a distribution.
14133 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
14135         * configure.in: Enable libstdc++-v3 for h8300 targets.
14137 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
14139         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14140         version from bfd/.
14142 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
14144         * Makefile.in (VER): When present, extract the version number from
14145         the file version.in.
14147 2001-05-24  Tom Rix  <trix@redhat.com>
14149         * configure.in : enable ld for aix
14151 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14153         * config.guess: Add linux target for S/390.
14155 2000-11-07  Philip Blundell  <pb@futuretv.com>
14157         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14159 2000-11-03  Philip Blundell  <pb@futuretv.com>
14161         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14162         files.
14164 2001-01-15  Ben Elliston  <bje@redhat.com>
14166         * configure.in (host_tools): Add sid.
14167         Always configure cgen.
14169 2000-11-24  Nick Clifton  <nickc@redhat.com>
14171         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14173 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
14175         * Makefile.in (ALL_MODULES): Add all-cgen.
14176         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14177         (all-cgen): New target.
14178         (all-opcodes,all-sim): Depend on all-cgen.
14179         * configure.in (host_tools): Add cgen.
14180         Only configure cgen if --enable-cgen-maint.
14182 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
14184         * configure.in: Add *-*-freebsd* configurations.
14186 2002-04-08  Tom Tromey  <tromey@redhat.com>
14188         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14189         Fixes PR libgcj/6068.
14191 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
14193         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14195 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14197         * configure.in (alpha*-dec-osf*): Enable libgcj.
14199 2003-03-27  Matthew Gingell  <gingell@gnat.com>
14201         * MAINTAINERS (Write After Approval): Add myself.
14203 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
14205         Fix for: PR bootstrap/3591, target/5676
14206         * configure.in (mcore-pe): Disable the configuration of
14207         libstdc++-v3 since exceptions are not supported.
14209 2002-03-20  Anthony Green  <green@redhat.com>
14211         * configure.in: Enable libgcj for xscale-elf target.
14213 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
14215         * MAINTAINERS:  Update my email address.
14217 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
14219         * ltmain.sh (relink_command): Fix typo in previous change.
14221 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
14223         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
14224         (relink_command): Added --tag flags.
14225         (mode=install): If relinking fails; error out.
14227 2002-03-12  Richard Henderson  <rth@redhat.com>
14229         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
14230         .NOTPARALLEL tag.
14231         (do-check): Rename from check.
14232         (check): Allow parallel check.
14234 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14236         * MAINTAINERS: Add myself as maintainer for xtensa port.
14237         Fix alphabetical order in CPU port maintainer list.
14238         Remove myself from Write After Approval list.
14240 2002-03-11  Richard Henderson  <rth@redhat.com>
14242         * Makefile.in (.NOTPARALLEL): Add fake tag.
14244 2002-03-07  H.J. Lu  (hjl@gnu.org)
14246         * configure.in: Enable gprof for mips*-*-linux*.
14248 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
14250         * MAINTAINERS (Write After Approval): Add myself.
14252 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
14254         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14255         libjava.
14256         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14258 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
14260         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14261         because its Makefile is there; test for the executable instead.
14263 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14265         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14266         libstdc++-v3 and libjava.
14268 2002-02-11  Adam Megacz  <adam@xwt.org>
14270         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14271         boehm-gc
14273 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14275         * config.guess: Updated to 2002-01-30's version.
14276         * config.sub: Updated to 2002-02-01's version.
14277         Contribute sh64-elf.
14278         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14279         * configure.in: Added sh64-*-*.
14281 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
14283         * MAINTAINERS: Belatedly add myself to write after approval list.
14285 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
14287         * MAINTAINERS: Put self in as maintainer for x86-64 port.
14288         Remove self as Write After Approval.
14290 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
14292         * MAINTAINERS: Put self in as maintainer for contrib/regression
14293         directory.
14295 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
14297         * MAINTAINERS:  Update my email address.
14299 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
14301         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
14302         target-libiberty, and target-libgloss.  Skip Java-related
14303         libraries if not supported for NetBSD on target CPU.
14305 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
14307         * install-sh: Use _inst.$$_ for temp file name.
14309 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
14311         * MAINTAINERS (Write After Approval): Move my contact info
14312         from here...
14313         (OS Port Maintainers): ...to here (netbsd).
14315 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
14317         * MAINTAINERS (Write After Approval): Add myself.
14319 2002-01-17  H.J. Lu  <hjl@gnu.org>
14321         * Makefile.in (all-fastjar): Also depend on all-libiberty.
14322         (all-target-fastjar): Also depend on all-target-libiberty.
14324 2002-01-16  H.J. Lu  (hjl@gnu.org)
14326         * config.guess: Import from master sources, rev 1.225.
14327         * config.sub: Import from master sources, rev 1.238.
14329 2002-01-16  Kazu Hirata  <kazu@hxi.com>
14331         * MAINTAINERS (Write After Approval): Remove myself.
14333 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
14335         * MAINTAINERS (Write After Approval): Add myself.
14337 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14339         * MAINTAINERS: Add self as docs co-maintainer.
14341 2001-12-11  Matthias Klose  <doko@debian.org>
14343         * MAINTAINERS (Write After Approval): Add myself.
14345 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
14347         * MAINTAINERS: Update my email address.
14349 2001-12-07  Turly O'Connor  <turly@apple.com>
14350         * MAINTAINERS (Write After Approval): Add myself.
14351         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14352         (rs6000_initialize_trampoline): Call __trampoline_setup for
14353         ABI_DARWIN too.
14354         * darwin-tramp.asm: New file, implements __trampoline_setup.
14355         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14357 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
14359         * MAINTAINERS (Write After Approval): Add myself.
14361 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
14363         * configure, configure.in: Use temp file for long sed commands.
14365 2001-12-03  Laurent Guerby  <guerby@acm.org>
14367         * config.sub: Update to version 1.232 on subversion.
14369 2001-12-03  Ben Elliston  <bje@redhat.com>
14371         * MAINTAINERS: Update mail address for config.* patches.
14373 2001-11-27  DJ Delorie  <dj@redhat.com>
14374             Zack Weinberg  <zack@codesourcery.com>
14376         When build != host, create libiberty for the build machine.
14378         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14379         CONFIG_ARGUMENTS.
14380         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14381         New variables.
14382         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14383         and rules.
14384         (all.normal): Depend on ALL_BUILD_MODULES.
14385         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14386         (all-build-libiberty): Depend on configure-build-libiberty.
14388         * configure: Calculate and substitute proper value for
14389         ALL_BUILD_MODULES.
14390         * configure.in: Create the build subdirectory.
14391         Calculate and substitute TARGET_CONFIGARGS (formerly
14392         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14394 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
14396         * MAINTAINERS (write-after-approval): Add self.
14398 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14400         * MAINTAINERS (GNATS only accounts): Remove self.
14402 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
14404         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14405         libf2c.
14407 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14409         * MAINTAINERS (Write After Approval): Add self.
14411 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14413         * MAINTAINERS: mips and s390 are also CPU ports.
14415 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14417         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14419 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
14421         * MAINTAINERS: Alphabetize.
14423 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14425         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14427 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14429         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14431 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14433         * configure.in (--enable-languages): Be more permissive about
14434         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14436 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14438         * config.sub: Import from master sources, rev. 1.230.
14439         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14441 2001-11-07  Laurent Guerby  <guerby@acm.org>
14443         * MAINTAINERS (Write After Approval): Add self.
14445 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14447         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14449 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14451         * config.sub: Import from master sources, rev 1.226.
14452         * config.guess: Import from master sources, rev 1.216.
14454 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14456         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14457         * MAINTAINERS: Add self as maintainer of MMIX port.
14458         Remove old after-approval entry.
14460 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14462         * ChangeLog, configure: Fix spelling errors.
14464 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14466         * MAINTAINERS: Tweak my address.
14468 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14470         * MAINTAINERS: Update my email address.
14472 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14474         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14475         * MAINTAINERS: Add self as maintainer of CRIS port.
14477 2001-10-10  Geert Bosch  <bosch@gnat.com>
14479         * MAINTAINERS (Various maintainers: Ada front end):
14480         Added Robert Dewar.
14482 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14484         * MAINTAINERS (Write After Approval): Added self
14486 2001-10-02  Geert Bosch  <bosch@gnat.com>
14488         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14490 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14492         * configure: Handle temporary files securely using mkdir.
14494 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14496         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14498 2001-09-26  Will Cohen  <wcohen@redhat.com>
14500         * configure.in (*-*-linux*): Disable configuration of target-newlib
14501         and target-libgloss.
14503 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14505         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14506         RANLIB.
14508 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14510         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14511         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14512         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14513         avoid quotes nesting problems.
14514         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14515         (DO_X): Export only variables that are set.
14517 2001-09-19  Ben Elliston  <bje@redhat.com>
14519         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14520         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14521         semantics.  Use the shell built-in "type" command instead.
14523 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14525         Merged from gcc-3_0-branch:
14526         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14527         * ltcf-c.sh: Use $objext, not $ac_objext.
14528         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14529         * ltcf-cxx.sh: Add support for GNU.
14530         2001-07-22  Timothy Wall  <twall@redhat.com>
14531         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14532         default settings if using GNU tools with that configuration.
14533         * ltcf-cxx.sh: Ditto.
14534         * ltcf-gcj.sh: Ditto.
14535         2001-07-21  Michael Chastain  <chastain@redhat.com>
14536         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14537         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14538         * ltmain.sh: Mark as gcc-local.
14540 2001-08-30  Eric Christopher  <echristo@redhat.com>
14541             Jason Eckhardt  <jle@redhat.com>
14543         * config.guess: Merge from master sources.
14544         * config.sub: Merge from master sources, add support for mipsisa32.
14546 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14547         * config.sub: Merge from master sources, rev 1.219.
14548         * MAINTAINERS: Add self as contact for stormy16 port.
14550 2001-08-14  Zack Weinberg  <zackw@panix.com>
14552         * config.sub: Merge from master sources, rev 1.218.
14553         * config.guess: Merge from master sources, rev 1.209.
14555 2001-08-11  Graham Stott  <grahams@redhat.com>
14557         * Makefile.in (check-c++): Add missing semicolon.
14559 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14561         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14563 2001-07-30  Eric Christopher  <echristo@redhat.com>
14565         * MAINTAINERS (Various maintainers: mips port): Added myself.
14567 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14569         * configure.in (sh-*-linux*): New.
14571 2001-07-27  Richard Henderson  <rth@redhat.com>
14573         * .cvsignore: Add LAST_UPDATED.
14575 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14577         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14579 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14581         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14583 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14585         * MAINTAINERS (Write After Approval): Added myself.
14587 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14589         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14590         and libgcj on m68hc11/m68hc12.
14592 2001-06-27  H.J. Lu  (hjl@gnu.org)
14594         * Makefile (CFLAGS_FOR_BUILD): New.
14595         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14597 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14599         * README: Remove version number.
14601 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14603         * INSTALL/README: Update wrt. to the installation instructions now
14604         residing in gcc/doc/install.texi.
14606 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14608         * README: Replace with a cut-down and updated version of gcc/README.
14610 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14612         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14613         multilibs to be disabled.
14615 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14617         * MAINTAINERS (Write After Approval): Add myself.
14619 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14621         * config.guess: Import CVS version 1.195.
14622         * config.sub: Import CVS version 1.212.
14624 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14626         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14627         gcc/xgcc is built, use -print-prog-name to find out the program
14628         name to use.
14630 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14632         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14633         appear to also be in the master copy.
14634         * config.sub:  Import CVS version 1.211.
14636 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14638         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14639         with_gcc]: Use `gcc -shared' to build a shared library.
14641 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14643         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14644         archives.
14646 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14648         * MAINTAINERS (Write After Approval): Add myself.
14650 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14652         * configure.in (libstdcxx_flags): Do not try to execute
14653         libstdc++-v3/testsuite_flags until it exists.
14655 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14657         * MAINTAINERS: Update my email address.
14659 2001-05-31  Graham Stott  <grahams@redhat.com>
14661         * MAINTAINERS (Write After Approval): Add myself.
14663 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14665         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14666         libraries when using g++ with native linker.
14668 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14670         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14672 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14674         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14675         [aix4*|aix5*]: Prepend blank.
14677 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14679         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14680         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14681         of subdir/configure scripts to use the new libtool.m4.
14683 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14685         * MAINTAINERS (Write After Approval): Add myself.
14687 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14689         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14691 2001-05-11  Ben Elliston  <bje@redhat.com>
14693         * Makefile.in (all-sid): New target.
14694         (check-sid, clean-sid, install-sid): Likewise.
14696 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14698         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14700 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14702         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14703         libgcj.
14705 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14707         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14708         gcc/xgcc is built, use -print-prog-name to find out the program
14709         name to use.
14711 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14713         * configure.in (noconfigdirs): Don't reset it from scratch in the
14714         target case; only append to it.
14716         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14717         sparc-*-solaris2.8]: Disable ${libgcj}.
14719 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14721         * configure.in (libgcj_saved): Copy from $libgcj.
14722         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14723         --disable-libgcj.
14725 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14727         * MAINTAINERS: Remove self as MIPS maintainer and
14728         C front end maintainer.
14730 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14732         * configure.in: Move *-chorusos target case to the proper switch.
14733         Disable libgcj.
14735 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14737         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14738         1.641.2.228.
14740 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14742         * Makefile.in (STAGE1_CFLAGS): Pass down.
14744 2001-04-13  Alan Modra  <amodra@one.net.au>
14746         * config.guess: Add hppa64-linux support.  Note for next import that
14747         this is already in the master file.
14748         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14750 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14752         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14753         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14755 2001-04-11  Stan Shebs  <shebs@apple.com>
14757         * MAINTAINERS: Add self as Darwin port maintainer.
14759 2001-04-11  Alan Modra  <amodra@one.net.au>
14761         * MAINTAINERS: Update my email address.
14763 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14765         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14766         recent versions of FreeBSD (release 3 or later).
14767         * ltconfig: On FreeBSD, -lc must not be provided when building
14768         a shared library or else the standard -pthread gcc option is
14769         rendered worthless to later users of the built library.
14771 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14773         * MAINTAINERS: Add self and RTH as C front end maintainers.
14775 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14777         * config.sub: Make sure to match an already-canonicalized
14778         machine name (eg. mn10300-unknown-elf).
14780 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14782         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14783         New macros.
14784         (bootstrap, cross): Use RECURSE_FLAGS.
14785         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14787 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14789         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14791 2001-03-22  Colin Howell  <chowell@redhat.com>
14793         * Makefile.in (DO_X): Do not backslash single-quotes in
14794         backquotes (two places).
14796 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14798         Re-installed:
14799         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14800         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14801         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14802         * ltcf-cxx.sh: Likewise.
14803         * ltcf-gcj.sh: Likewise.
14805 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14807         * MAINTAINERS: Add myself as "documentation co-maintainer".
14809 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14811         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14812         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14814 2001-03-19  Tom Tromey  <tromey@redhat.com>
14816         * config-ml.in: Handle GCJ and GCJFLAGS.
14818 2001-03-21  Michael Chastain  <chastain@redhat.com>
14820         * Makefile.in: all-m4 depends on all-texinfo.
14822 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14824         * MAINTAINERS: Add myself to write after approval list.
14826 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14828         * Makefile.in (DO_X): Quote nested quotes.
14830 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14832         * MAINTAINERS: Add myself to write after approval list.
14834 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14836         * Makefile.in (DO_X): Use double quotes for quoting
14837         "RANLIB=$${RANLIB}".
14839 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14841         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14843 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14845         * configure.in: Only use `lang_requires' for languages athat are
14846         actually enabled.
14848 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14850         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14852 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14854         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14856 2001-03-07  Tom Tromey  <tromey@redhat.com>
14858         * configure.in: Allow config-lang.in to set `lang_requires' to list
14859         of other required languages.
14861 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14863         * Makefile.in: Remove RANLIB definition. Use RANLIB
14864         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14865         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14867 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14868             Alexandre Oliva  <aoliva@redhat.com>
14870         * Makefile.in (check-c++): Use tabs, not spaces.
14872 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14874         * MAINTAINERS: add myself to Write After Approval list.
14876 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14878         * Makefile.in (check-c++): New rule.
14880         * configure.in (target_libs): Remove libg++.
14881         (noconfigdirs): Remove libg++.
14882         (noconfigdirs): Same.
14883         (noconfigdirs): Same.
14884         (noconfigdirs): Same.
14886         * config-ml.in: Remove libg++ references.
14888         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14889         (ALL_TARGET_MODULES): Same.
14890         (configure-target-libg++): Remove.
14891         (all-target-libg++): Remove.
14892         (configure-target-libio): Remove.
14893         (all-target-libio): Remove.
14894         (check-target-libio): Remove.
14895         (.PHONY): Remove.
14896         (libg++.tar.bz2): Remove.
14897         (all-target-cygmon): Remove libio.
14898         (all-target-libstdc++): Remove.
14899         (configure-target-libstdc++): Remove.
14900         (TARGET_LIB_PATH): Remove libstdc++.
14901         (ALL_GCC_CXX): Remove libstdc++.
14902         (all-target-gperf): Correct.
14904 2001-02-16  Nick Clifton  <nickc@redhat.com>
14906         * configure.in (noconfigdirs): Allow configuration of texinfo
14907         for Cygwin hosts.
14909 2001-02-15  Anthony Green  <green@redhat.com>
14911         * configure: Introduce GCJ_FOR_TARGET.
14912         * configure.in: Ditto.
14913         * Makefile.in: Ditto.
14915 2001-02-13  Andreas Schwab  <schwab@suse.de>
14917         * MAINTAINERS: Update mail address.
14919 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14921         * config.guess: Add linux target for S/390.
14922         * config.sub: Likewise.
14924 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14926         * configure.in: for *-chorusos, don't config target-newlib and
14927         target-libgloss.
14929 2001-02-06  Ben Elliston  <bje@redhat.com>
14931         * configure: Output host type to stdout, not stderr.
14933 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14935         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14936         * ltcf-cxx.sh: Likewise.
14938         * config.if: Assume enable_libstdcxx_v3 is defined.
14940 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14942         Remove V2 C++ library.
14943         * configure.in: Remove --enable-libstdcxx_v3 support.
14945 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14947         * include/demangle.h: Add prototype for java_demangle_v3.
14949 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14951         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14953 2001-01-27  Richard Henderson  <rth@redhat.com>
14955         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14957 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14959         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14960         Don't unset, it's non-portable and no longer necessary, set to empty
14961         instead.
14963 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14965         * ltconfig: Shell portability fix for the tagname validity check.
14967 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14969         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14970         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14972 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14974         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14976 2001-01-26  Tom Tromey  <tromey@redhat.com>
14978         * configure.in: Allow libgcj to be built on Sparc Solaris.
14980 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14982         * ltcf-c.sh: Add aix5 case.
14983         * ltcf-cxx.sh: Likewise.
14984         * ltconfig: Likewise.
14986 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14988         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14989         keep at least one of build_libtool_libs or build_old_libs set to
14990         yes.
14992         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14993         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14995 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14997         * configure.in: Enable libgcj on several additional platforms.
14999 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
15001         * configure.in: Enable libgcj for linux targets.
15003 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15005         * MAINTAINERS (Write After Approval): Add myself.
15007 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15009         * MAINTAINERS: Add myself as vax port maintainer.
15011 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
15013         * MAINTAINERS: Add myself as Mercury front-end maintainer.
15015 2001-01-09  Mike Stump  <mrs@wrs.com>
15017         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
15018         failures of subdirectories.
15020 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15022         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
15023         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
15024         * ltcf-cxx.sh: Likewise.
15025         * ltcf-gcj.sh: Likewise.
15026         * ltconfig.sh: Fix typo.
15028 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15030         * configure: handle DOS-style absolute paths.
15032 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15034         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
15036 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
15038         * MAINTAINERS: Add myself as avr port co-maintainer.
15040 2000-12-28  Ben Elliston  <bje@redhat.com>
15042         * MAINTAINERS: Add myself under ``Write After Approval''.
15044 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
15046         * texinfo: Remove directory from GCC.
15048 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15050         * COPYING: Update to current
15051         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
15052         to 19yy as example year in copyright notice).
15054 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
15056         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
15057         (libstdcxx_incdir): Pass down.
15058         * config.if: Remove expired bits for cxx_interface, add stub.
15059         (libstdcxx_incdir): Add variable for g++ include directory.
15060         * configure.in (gxx_include_dir): Use it.
15062 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
15064         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
15065         with old-email address from ``Write After Approval''.
15067 2000-12-15  Andreas Jaeger  <aj@suse.de>
15069         * configure.in: Handle lang_dirs.
15071 2000-12-14  Tom Tromey  <tromey@redhat.com>
15073         * MAINTAINERS: Removed brads.
15075         * MAINTAINERS: Added gcj developers.
15077 2000-12-13  Anthony Green  <green@redhat.com>
15079         * configure.in: Disable libgcj for any target not specifically
15080         listed.  Disable libgcj for x86 and Alpha Linux until compatible
15081         with g++ abi.
15083 2000-12-13  Mike Stump  <mrs@wrs.com>
15085         * Makefile.in (local-distclean): Also remove fastjar.
15087 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
15089         * contrib/gcc_update: Add fastjar --touch entries.
15091 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
15093         * configure.in: Disable language-specific target libraries for
15094         languages that aren't enabled.
15096 2000-12-10  Anthony Green  <green@redhat.com>
15098         * configure.in: Define libgcj.  Disable libgcj target libraries for
15099         most targets.
15101 2000-12-10  Neil Booth  <neilb@earthling.net>
15103         * MAINTAINERS: Update mail address, remove from WAA list.
15105 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15107         * libjava: Imported from /cvs/java.
15108         * libffi: Likewise.
15109         * Boehm-gc: Likewise.
15111 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15113         * configure.in (target_libs): Revert 2000-12-08 patch.
15114         (noconfigdirs): Added target-libjava.
15116 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15118         * djunpack.bat: removed.
15120 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15122         * Makefile.in: handle DOS-style absolute paths.
15123         * config-ml.in: likewise.
15124         * symlink-tree: likewise.
15126 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15128         * fastjar: Imported.
15130 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15132         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15133         libjava.
15134         * configure.in (target_libs): Removed `target-libjava'.
15136 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15138         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15139         (ALL_MODULES): Added fastjar.
15140         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15141         (all-target-libjava): all-fastjar replaces all-zip.
15142         (all-fastjar): Added.
15143         (configure-target-fastjar, all-target-fastjar): Likewise.
15144         * configure.in (host_tools): Added fastjar.
15146 2000-12-07  Mike Stump  <mrs@wrs.com>
15148         * Makefile.in (local-distclean): Remove leftover built files.
15150 2000-11-24  Nick Clifton  <nickc@redhat.com>
15152         * configure.in (xscale-elf): Add target.
15153         (xscale-coff): Add target.
15155 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
15157         * ltcf-cxx.sh: Support creation of C++ shared libraries on
15158         recent versions of FreeBSD (release 3 or later).
15159         * ltconfig: On FreeBSD, -lc must not be provided when building
15160         a shared library or else the standard -pthread gcc option is
15161         rendered worthless to later users of the built library.
15163 2000-11-16  Fred Fish  <fnf@be.com>
15165         * configure.in (enable_libstdcxx_v3): Fix typo,
15166         libstd++ -> libstdc++.
15168 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15170         * MAINTAINERS: Add self to Write After Approval list.
15172 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
15174         * MAINTAINERS: Update my email address.  Add myself to global write
15175         privs list.
15177 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
15179         * Makefile.in: Merge with src and libgcj.
15180         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
15181         configure-target-<library> when their configure scripts need the C
15182         or C++ library to have already been built to work properly.
15183         (do_proto_toplev): Set them to an empty string.
15185         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15186         (REALLY_SET_LIB_PATH): Use them.
15188 2000-11-17  Stan Shebs  <shebs@apple.com>
15190         * MAINTAINERS: Add self to Write After Approval list.
15192 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15194         * configure: Provide the original toplevel configure arguments
15195         (including $0) to subprocesses in the environment rather than
15196         through gcc/configargs.h.
15198 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15200         * MAINTAINERS: Remove references to cccp. Change C9X reference to
15201         C99.  Alphabetise "Write After Approval" list.
15203 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
15205         * configure: Turn on libstdc++ V3 by default.
15207         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15208         if we've got GCC.
15210 2000-11-11  Philip Blundell  <philb@gnu.org>
15212         * MAINTAINERS: Add self to Write After Approval list.
15214 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
15216         * ltcf-c.sh (aix4): Improve shared library configuration; require
15217         exporting symbols.
15218         * ltcf-cxx.sh (aix4): Define.
15219         * ltconfig (aix4): Define library and soname specs appropriate for
15220         AIX.  Define command to create export symbols list.
15222 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
15224         * config.sub: Add support for Sun Chorus
15226 2000-10-31  Nick Clifton  <nickc@redhat.com>
15228         * MAINTAINERS: Rename <name>@cygnus.com addresses to
15229         <name>@redhat.com.  Also installed new email address for Clint
15230         Popetz.
15232 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
15234         * etc: Remove directory from GCC.
15236 2000-10-16  Michael Meissner  <meissner@redhat.com>
15238         * configure (gcc/configargs.h): Only create if there is a build GCC
15239         directory created.
15241 2000-10-16  Matthias Klose  <doko@debian.org>
15243         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15244         when configured for libstdc++-v3.
15246 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
15248         * configure: Save configure arguments to gcc/configargs.h.
15250 2000-10-04  Philipp Thomas  <pthomas@suse.de>
15252         * config.guess: Import CVS version 1.157.
15253         * config.sub: Import CVS version 1.181.
15255 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
15257         * Makefile.in (bootstrap): avoid recursion if subdir missing
15258         (cross): ditto
15259         (do-proto-toplev): ditto
15261 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
15263         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15264         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15266         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15267         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
15268         all affected `configure' scripts.
15270 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
15272         * MAINTAINERS: Add self as cpplib co-maintainer.
15274 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
15276         * MAINTAINERS: Add self to Write After Approval list.
15278 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15280         * INSTALL/README: egcs -> GCC update.
15282 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
15284         * MAINTAINERS: Add myself to Write After Approval list.
15286 2000-09-15  Kazu Hirata  <kazu@hxi.com>
15288         * MAINTAINERS: Add myself to Write After Approval list.
15290 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
15292         * configure.in: Do not build byacc for hppa64.  Provide paths to the
15293         X11 libraries for hppa64.
15295 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15297         * MAINTAINERS: Add myself as 68hc11 port maintainer.
15299 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
15301         * Makefile.in (all-zlib): Added dummy target.
15303         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15304         ltcf-gcj.sh: Updated from libtool multi-language branch.
15306 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
15308         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15309         (bootstrap*): Depend on all-bootstrap.
15311 2000-09-05  Philipp Thomas  <pthomas@suse.de>
15313         * config.guess: Import CVS version 1.156.
15314         * config.sub: Import CVS version 1.179.
15316 2000-09-02  Anthony Green  <green@cygnus.com>
15318         * Makefile.in (all-gcc): Depend on all-zlib.
15319         (CLEAN_MODULES): Add clean-zlib.
15320         (ALL_MODULES): Add all-zlib.
15321         * configure.in (host_libs): Add zlib.
15323 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
15325         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15326         crosses, but add gcc/include to the header search path for them.
15328 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
15330         * MAINTAINERS: Add self to Write After Approval list.
15332 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15334         * config.guess: Import CVS version 1.152.
15335         * config.sub: Import CVS version 1.177.
15337 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
15339         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15340         $targargs to tell whether newlib is going to be built.
15342         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15343         $$r/TARGET_SUBDIR/libio for _G_config.h.
15345 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
15347         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15349 2000-08-22  DJ Delorie  <dj@redhat.com>
15351         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15353 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
15355         * config-ml.in (CC, CXX): Avoid trailing whitespace.
15356         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15357         sub-configures.
15359 2000-08-21  DJ Delorie  <dj@redhat.com>
15361         * MAINTAINERS: Add self as a libiberty maintainer
15363 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
15365         * configure.in (libstdcxx_flags): Use
15366         libstdc++-v3/src/libstdc++.INC.
15368 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
15370         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15372 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
15374         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15376         * configure: Make enable_threads and enable_shared defaults
15377         explicit.  Substitute enable_threads into generated Makefiles.
15378         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15379         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15381 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15383         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15385 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
15387         * config-ml.in (CC): Remove bogus duplicate quotation mark from
15388         previous delta.
15390 2000-08-11  Jason Merrill  <jason@redhat.com>
15392         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15393         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15394         (FLAGS_FOR_TARGET): Not here.
15395         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15397 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
15399         * config-ml.in (CC, CXX): Don't introduce a leading space.
15401 2000-08-07  DJ Delorie  <dj@delorie.com>
15403         * MAINTAINERS: Add self as a DJGPP maintainer
15405 2000-08-07  DJ Delorie  <dj@redhat.com>
15407         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15408         "if we're also building gcc, and it's a gcc that will run on the
15409         build machine, we want to use its includes instead of the system's
15410         default includes".
15412 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15414         * MAINTAINERS: Add self to Write After Approval list.
15416 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
15418         * configure.in (libstdcxx_flags): Don't use `"'.
15420         * config-ml.in: Adjust multilib search paths to the
15421         appropriate multilib tree.
15423 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15425         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15426         commas in $LANGUAGES.
15428 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15430         * configure.in: Re-enable all references to libg++ and librx.
15432 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15434         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15435         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15436         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15437         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15439         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15441 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15443         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15444         CXX_FOR_TARGET for sed.
15446 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15448         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15449         Do not override if already set in the environment or in configure.
15450         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15451         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15453 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15455         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15456         the libtool CVS tree multi-language branch.
15457         * ltconfig, ltmain.sh: Updated.
15459 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15461         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15462         (clean-target): Depend on it.
15464         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15465         (GCC_FOR_TARGET): Use it.
15466         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15467         * configure.in: ... here.
15468         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15469         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15471 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15473         * MAINTAINERS: Add self to Write After Approval list.
15475 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15477         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15478         (configure-target-libchill, configure-target-libobjc): Likewise.
15480         * configure.in: Use the same cache file for all target libs.
15481         * config-ml.in: But different cache files per multilib variant.
15483 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15485         * configure (topsrcdir): Don't use dirname.
15487 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15489         * MAINTAINERS: Add self to Write After Approval list.
15491 2000-07-20  Jason Merrill  <jason@redhat.com>
15493         * configure.in: Remove all references to libg++ and librx.
15495         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15497 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15499         * config.sub: Update to subversions version 2000-07-06.
15501 2000-07-12  Andrew Haley  <aph@cygnus.com>
15503         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15504         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15506 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15508         * symlink-tree:  Check number of arguments.
15510 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15512         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15513         search path for a g++ extracted from the build tree.  This
15514         will allow link tests run by configure scripts in
15515         subdirectories to succeed.
15517 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15519         * ltconfig: Add support for mips-dde-sysv4.2MP
15521 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15523         * MAINTAINERS: Add myself as loop discovery maintainer.
15525 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15527         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15528         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15530 2000-06-19  Timothy Wall  <twall@cygnus.com>
15532         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15533         * config.sub: Add tic54x target.
15535 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15537         * MAINTAINERS: Add self as Fortran maintainer,
15538         remove Craig Burley.
15540 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15542         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15543         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15545 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15547         * MAINTAINERS: Add self as i18n maintainer
15549 20000-05-21  H.J. Lu  (hjl@gnu.org)
15551         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15552         directory are used if they exist. Make sure
15553         $(build_tooldir)/include is searched for header files,
15554         $(build_tooldir)/lib/ for library files.
15555         (GCC_FOR_TARGET): Likewise.
15556         (CXX_FOR_TARGET): Likewise.
15558 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15560         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15562 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15564         * Makefile.in (configure-target-libiberty): Depend on
15565         configure-target-newlib.
15567 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15569         * configure.in, Makefile.in: Merge all libffi-related
15570         configury stuff from the libgcj tree.
15572 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15574         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15575         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15577 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15579         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15580         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15581         current version information.  Add to proto-toplev directory.
15582         (gdb-taz): Build do-djunpack.
15584 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15586         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15588 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15590         * MAINTAINERS: Add self to Write After Approval list.
15592 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15594         * ltmain.sh: Preserve in relink_command any environment
15595         variables that may affect the linker behavior.
15597 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15599         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15601 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15603         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15605 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15607         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15608         with the version name.
15610 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15612         * MAINTAINERS: Add self as bb-reorder maintainer.
15614 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15616         * config.if: Tweak.
15618 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15620         * djunpack.bat: New file.
15622 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15624         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15625         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15626         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15627         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15629 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15631         * config.sub (case $basic_machine): Change default for "ibm-*"
15632         to "openedition".
15634 2000-04-13  Andreas Jaeger  <aj@suse.de>
15636         * MAINTAINERS: Added myself.
15638 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15640         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15641         (do-md5sum): New target.
15642         (MD5PROG): Define.
15643         (PACKAGE): Default to TOOL.
15644         (VER): Default to a shell script.
15645         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15646         md5 checksum generation.
15647         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15648         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15649         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15650         insight.tar.bz2): Use gdb-taz to create archive.
15652 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15654         * configure (warn_cflags): Delete.
15656 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15658         * MAINTAINERS: Added myself.
15660 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15661             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15663         * configure.in (enable_libstdcxx_v3): Add.
15664         (target_libs): Add bits here to switch between libstdc++-v2 and
15665         libstdc++-v3.
15666         * config.if: And this file too.
15667         * Makefile.in: Add libstdc++-v3 targets.
15669 2000-04-05  Michael Meissner  <meissner@redhat.com>
15671         * config.sub (d30v): Add d30v as a basic machine type.
15673 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15675         * configure.in: -linux-gnu*, not -linux-gnu.
15677 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15679         * MAINTAINERS: Add self in write-after-approval section.
15681 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15683         * MAINTAINERS: Add self as ia64 port maintainer.
15685 2000-03-08  Neil Booth  <NeilB@earthling.net>
15687         * MAINTAINERS: Add self in write-after-approval section.
15689 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15691         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15692         (do-tar-bz2): Replace TOOL with PACKAGE.
15693         (gdb.tar.bz2): Remove GDBTK from GDB package.
15694         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15695         dejagnu.tar.bz2): New packages.
15697 2000-02-27  Andreas Jaeger  <aj@suse.de>
15699         * configure.in: Add entry for mips*-*-linux*, move catch all
15700         *-*-*linux* entry below this one.
15702 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15704         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15706 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15708         * config.sub: Support an OS of "wince".
15710 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15712         * config.guess, config.sub: Updated to match config's 2000-02-15
15713         version.
15715 2000-02-23  Linas Vepstas  <linas@linas.org>
15717         * config.sub: Add support for Linux/IBM 370.
15718         * configure.in: Likewise.
15720 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15722         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15724 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15726         * config.guess: Guess "cygwin" rather than "cygwin32".
15728 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15730         * configure (gcc_version): When setting, narrow search to
15731         lines containing `version_string'.
15733 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15735         * config.sub: Add support for avr target.
15737 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15739         * MAINTAINERS: Add maintainers for MCore port.
15741 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15743         * config.sub: Add mmix-knuth-mmixware.
15745 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15747         * MAINTAINERS: Pair cccp with cpplib maintainership.
15749 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15751         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15752         structure stuff to -L library search.
15753         (CXX_FOR_TARGET): Ditto.
15754         (CROSS_CHECK_MODULES): Fix spelling mistake.
15756 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15758         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15759         the C++ compiler.
15761 2000-01-12  Richard Henderson  <rth@cygnus.com>
15763         * configure.in: Don't build some bits for beos.
15765 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15767         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15768         as include files.
15770 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15772         * Add self as cpplib maintainer, as requested by Jason
15773         Merrill.  Correct my e-mail address.
15775 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15777         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15778         not mh-aix43.
15780 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15782         * MAINTAINERS: Add myself to "write after approval" list.
15784 1999-12-14  Richard Henderson  <rth@cygnus.com>
15786         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15787         * config.sub: Accept alphaev[78], alphaev8.
15789 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15791         * config.guess, config.sub: Update from autoconf.
15793 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15795         * MAINTAINERS:  update my playtime e-address.
15797 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15799         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15800         necessary libraries are missing.
15802 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15804         * MAINTAINERS: Add new 'write after approval' maintainer.
15806 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15808         * MAINTAINERS: Add new Java maintainer.
15810 1999-10-25  Andreas Schwab  <schwab@suse.de>
15812         * configure: Fix quoting inside arguments of eval.
15814 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15816         * config-ml.in: Allow suppression of some ARM multilibs.
15818 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15820         * config.guess: Add OS/390 match pattern.
15821         * config.sub: Add mvs, openedition targets.
15822         * configure.in (i370-ibm-opened*): New.
15824 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15826         * config.sub: Add support for configuring for pj.
15828 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15830         * config.sub (maybe_os): Add support for configuring for fr30.
15832 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15834         * configure.in: Do not configure or build ld for AIX
15835         platforms.  ld is known to be broken on these platforms.
15837 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15839         * config-ml.in: Pass compiler flag corresponding to multidirs to
15840         subdir configures.
15842 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15844         * Makefile.in (LDFLAGS): Define.
15846 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15848         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15849         noconfigdirs.
15850         (*-*-cygwin*): Likewise.
15852 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15854         * mkdep: New file.
15855         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15856         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15858         From Eli Zaretskii <eliz@is.elta.co.il>:
15859         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15860         long file name when using DJGPP on MS-DOS.
15862 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15864         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15866 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15868         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15869         dependency as this causes "make check" to globally "make all"
15871 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15873         * configure.in (target_libs): Added target-zlib.
15874         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15875         (CONFIGURE_TARGET_MODULES): Likewise.
15876         (CHECK_TARGET_MODULES): Likewise.
15877         (INSTALL_TARGET_MODULES): Likewise.
15878         (CLEAN_TARGET_MODULES): Likewise.
15879         (configure-target-zlib): New target.
15880         (all-target-zlib): Likewise.
15881         (all-target-libjava): Depend on all-target-zlib.
15882         (configure-target-libjava): Depend on configure-target-zlib.
15884         * Makefile.in (configure-target-libjava): Depend on
15885         configure-target-newlib.
15886         (configure-target-boehm-gc): New target.
15887         (configure-target-qthreads): New target.
15889         * configure.in (target_libs): Added target-qthreads.
15890         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15891         (CONFIGURE_TARGET_MODULES): Likewise.
15892         (CHECK_TARGET_MODULES): Likewise.
15893         (INSTALL_TARGET_MODULES): Likewise.
15894         (CLEAN_TARGET_MODULES): Likewise.
15895         (all-target-qthreads): New target.
15896         (configure-target-libjava): Depend on configure-target-qthreads.
15897         (all-target-libjava): Depend on all-target-qthreads.
15899         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15900         (CONFIGURE_TARGET_MODULES): Likewise.
15901         (CHECK_TARGET_MODULES): Likewise.
15902         (INSTALL_TARGET_MODULES): Likewise.
15903         (CLEAN_TARGET_MODULES): Likewise.
15904         (all-target-libjava): New target.
15905         (all-target-boehm-gc): Likewise.
15906         * configure.in (target_libs): Added libjava, boehm-gc.
15908 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15910         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15911         configure.bat in SUPPORT_FILES.
15912         (gas+binutils.tar.bz2): Likewise.
15914         * makeall.bat: Remove; obsolete.
15916 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15918         From Mark Elbrecht:
15919         * configure.bat: Remove; obsolete.
15921 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15923         * configure: Add -W -Wall to the default CFLAGS when compiling with
15924         gcc.
15926 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15928         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15930 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15932         * configure.in: Build ld on IRIX6.
15934 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15936         * Makefile.in: Change distribution targets to use bzip2 instead of
15937         gzip.
15938         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15939         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15941 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15943         * config.sub: Add mcore target.
15945 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15947         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15949 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15951         * config.guess (dummy): Changed to $dummy.
15953 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15955         * config.sub: Tidied up case statements.
15957 1999-05-22  Ben Elliston  <bje@cygnus.com>
15959         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15960         <jiro@din.or.jp>.
15962         * config.guess: Merge with FSF version. Future changes will be
15963         more accurately recorded in this ChangeLog.
15964         * config.sub: Likewise.
15966 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15968         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15970 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15972         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15974 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15976         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15978 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15980         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15981         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15982         Bad merge removed these two changes.
15984 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15985                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15987         * config.guess (interix Alpha): Add.
15989 1999-04-11  Richard Henderson  <rth@cygnus.com>
15991         * configure.in (i?86-*-beos*): Do config gperf; don't config
15992         gdb, newlib, or libgloss.
15994 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15996         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15997         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15998         from multidirs.
16000 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
16002         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
16004 1999-04-08  Nick Clifton  <nickc@cygnus.com>
16006         * config.sub: Add support for mcore targets.
16008 1999-04-07  Michael Meissner  <meissner@cygnus.com>
16010         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
16011         not mt-ospace, in order to shut up assembler warning about using
16012         symbols that are named the same as registers.
16014 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
16016         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
16017         dependency list for all-target-cygmon.
16019 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
16021         * config-ml.in: Check $host, not $target, for selective multilibs.
16022         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
16023         thumb interworking, and underscore prefix multilibs.
16025 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
16027         * missing: Update to version from current automake.
16029 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
16031         * configure (gxx_include_dir): Removed.
16033         * configure.in (gxx_include_dir): Handle it.
16034         * Makefile.in: Likewise.
16036 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
16038         * config.sub (mips64vr4111,mips64vr4111el) Add.
16040 1999-03-21  Ben Elliston  <bje@cygnus.com>
16042         * config.guess: Correct typo for detecting ELF on FreeBSD.
16044 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
16046         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
16047         config/mh-djgpp.
16049 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
16051         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
16052         all-target-newlib to dependency list for all-target-bsp.
16054 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16056         * config.sub: Add i386-uwin support.
16057         * config.guess: Likewise.
16059 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16061         * configure.in: cleanup, add mh-*pic handling for arm, special
16062         case powerpc*-*-aix*
16064 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
16066         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
16067         can be built.
16069 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
16071         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
16072         targets.
16074 1999-03-02  Nick Clifton  <nickc@cygnus.com>
16076         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
16078 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
16080         * config.sub: Check for "cygwin*" rather than "cygwin32*"
16082 1999-02-24  Nick Clifton  <nickc@cygnus.com>
16084         * config.sub: Fix typo in arm recognition.
16086 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
16088         * configure.in (noconfigdirs): Changed target_configdirs to
16089         include target-bsp only for m68k-*-elf* and m68k-*-coff*
16090         rather than m68k-*-* since it is not known to work on
16091         m68k-aout. Ditto for arm-*-*oabi.
16093 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
16095         * configure.in (*-*-windows*): Remove, no longer used.
16097 1999-02-19  Ben Elliston <bje@cygnus.com>
16099         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
16100         Smart and improved by Andrew Cagney.
16102 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
16104         * config.guess: Recognize openbsd-*-hppa.
16106 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
16108         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
16109         only if it is not empty.
16111 1999-02-17  Nick Clifton  <nickc@cygnus.com>
16113         Patch from: Scott Bambrough <scottb@corelcomputer.com>
16115         * config.guess: Modified to recognize uname's armv* syntax.
16117         * config.sub: Modified to recognize uname's armv* syntax.
16119 1999-02-17  Mark Salter  <msalter@cygnus.com>
16121         * configure.in: Added target-bsp for sparclite.
16123 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
16125         * config.sub: Recognize alphapca5[67] and up to alphaev8.
16127 1999-02-08  Nick Clifton  <nickc@cygnus.com>
16129         * configure.in: Add support for strongarm port.
16130         * config.sub: Add support for strongarm target.
16132 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16134         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16135         the old name config/mh-cygwin32.
16136         Enable texinfo.
16138 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
16140         * configure.in: Do build ld for ix86 Solaris.
16142 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
16144         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
16145         $AR_FOR_TARGET.  Likewise for RANLIB.
16147 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
16149         * config.sub (oabi):  Recognize.
16150         * configure.in (arm-*-oabi):  Handle.
16152 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
16154         * config.guess: Improve detection of i686 on UnixWare 7.
16156 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16158         * config.guess: Add support for i386-pc-interix.
16159         * config.sub: Likewise.
16160         * configure.in: Likewise.
16162 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
16164         * Makefile.in: Remove unneeded all-target-libio from
16165         from all-target-winsup target since it is now unneeded.
16166         Add all-target-libtermcap in its place since it is now
16167         needed.
16169 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
16171         * configure.in: makefile stub for cygwin target is probably
16172         unnecessary.  Remove it for now.
16174 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
16176         * configure.in: libtermcap.a should be built when cygwin is the
16177         target as well as the host.
16178         * config.guess: Allow mixed case in cygwin uname output.
16179         * Makefile.in: Add libtermcap target.
16181 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
16183         * config.sub: Clean up handling of hppa2.0.
16185 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
16187         * config.guess: Use C code to identify more HP machines.
16189 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
16191         * config.sub: Handle hppa2.0.
16193 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
16195         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
16196         cygmon for all sparclite targets, regardless of object format.
16198 1998-12-15  Mark Salter  <msalter@cygnus.com>
16200         * configure.in: Added target-bsp for several target architectures.
16202         * Makefile.in: Added rules for bsp.
16204 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
16206         * config.guess: Improve detection of hppa2.0 processors.
16208 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
16210         * config.guess: Recognize FreeBSD using ELF automatically.
16212 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
16214         * configure (skip-this-dir): Add handling for new shell script, which
16215         might be created by a sub-directory's configure to indicate, this particular
16216         directory is "unwanted".
16217         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16219 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
16221         * ltconfig: import from libtool, after changing libtool to
16222         account for the cygwin name change.
16224 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
16226         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16227         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16229 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
16231         * configure.in: Add libtermcap to list of cygwin dependencies.
16233 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
16235         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16236         they include winsup/include when it's a cygwin target.
16238 1998-11-12  Tom Tromey  <tromey@cygnus.com>
16240         * configure.in (host_tools): Added zip.
16241         * Makefile.in (all-target-libjava): Depend on all-zip.
16242         (all-zip): New target.
16243         (ALL_MODULES): Added all-zip.
16244         (NATIVE_CHECK_MODULES): Added check-zip.
16245         (INSTALL_MODULES): Added install-zip.
16246         (CLEAN_MODULES): Added clean-zip.
16248 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
16250         * Makefile.in: lose "32" from comment about cygwin.
16252 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
16254         * configure.in: Use -Os to build target libraries for the fr30.
16256 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
16258         * config.sub: Add fr30.
16260 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
16262         * configure.in: drop "32" from config/mh-cygwin32.  Check
16263         cygwin* instead of cygwin32*.
16264         * config.sub: Check cygwin* instead of cygwin32*.
16266 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
16268         * config.guess: Match any version of Unixware7.
16270 1998-10-20  Syd Polk  <spolk@cygnus.com>
16272         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16273         if desired.
16275 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
16277         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16278         these if the appropriate directories and files to not exist.
16280 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
16282         * Makefile.in (DEVO_SUPPORT): Add config.if.
16284 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16286         * configure: Add pattern to replace "build_tooldir"'s
16287         definition in the generated Makefile with "tooldir"'s
16288         actual value.
16290 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
16292         * config.sub: Bring back lost sparcv9.
16294         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16296 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
16298         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16299         CC_FOR_TARGET and friends.
16301 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
16303         * Makefile.in (build_tooldir): New variable, same as tooldir.
16304         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16305         -B$(build_tooldir)/bin/.
16306         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16308 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16310         * README: Remove installation instructions and refer to the
16311         INSTALL directory instead.
16313 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
16315         * config.sub: Add support for i[34567]86-pc-udk.
16316         * configure.in: Likewise.
16318 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
16320         * Makefile.in: add bzip2 package building bits for user
16321         tools module
16322         * configure.in: ditto
16324 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
16326         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16327         (ALL_TARGET_MODULES): Add all-target-libobjc.
16328         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16329         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16330         (all-target-libchill): Add dependencies.
16331         * configure.in (target_libs): Add libchill.
16333 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
16335         * configure.in (target_subdir): Remove duplicate line.
16337 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
16339         * Makefile.in (all-automake): fix dependencies.
16341 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
16343         * configure.in: Minor cleanups for building in the $(target_alias)
16344         subdir.
16346 1998-09-22  Jim Wilson  <wilson@cygnus.com>
16348         * Makefile.in (bootstrap): Set r and s before make all.  Use
16349         BASE_FLAGS_TO_PASS in make all.
16350         (cross): Likewise.
16352 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
16354         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16356 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
16358         * config.sub: Fix typo in last change.
16360 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16362         * config.sub: Add support for C4x target.
16363         * configure.in: Likewise.
16365 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
16367         * config.sub: Recognize sparcv9 just like sparc64.
16369 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
16371         * config.guess: Match "Pent II" or "PentII" for OpenServer.
16373 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
16375         * config.guess: Correctly identify Pentium II sco boxes.
16377         * config.guess: Fix "tr" code.  From Weiwen Liu.
16379 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
16381         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16382         stabs.
16384 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
16386         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16387         (ALL_TARGET_MODULES): Add all-target-libchill.
16388         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16389         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16390         (all-target-libchill): Add dependencies.
16391         * configure.in (target_libs): Add libchill.
16393 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16395         * config.guess: Avoid assumptions about "tr" behaves when
16396         LANG is set to something other than English.
16398 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
16400         * configure (gxx_include_dir): Changed to
16401         '${prefix}/include/g++'-${libstdcxx_interface}.
16403         * config.if: New to determine the interfaces.
16405 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
16407         * config.guess: Detect and handle MPE/IX.
16408         * config.sub: Deal with MPE/IX.
16410 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
16412         * configure.in: Use mh-aix43.
16414 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
16416         * configure: Fix --without/--disable cases for gxx-include-dir.
16418 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
16420         * mdata-sh:  Imported.  Needed for automake support.
16422 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16424         * Makefile.in (taz): Try "chmod -R og=u ." before
16425         "chmod og=u `find . -print`".
16427 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16429         * configure.in: Add arm-elf and thumb-elf support.
16431 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16433         * Makefile.in: Undo previous patch.
16435 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16437         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16438         to here ...
16439         (install-no-fixedincludes): and here
16440         (INSTALL_MODULES): ... from here.
16442 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16444         * config.sub: Merge with FSF.
16446         * config.guess: Merge with FSF.
16448 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16450         * configure (extraconfigdirs): New variable.
16451         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16452         * Makefile.in (all): Move higher in file.
16453         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16454         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16455         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16456         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16457         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16459 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16461         * Makefile.in (all-target-libjava): Depend on all-gcc and
16462         all-target-newlib.
16463         (configure-target-libjava): Depend on $(ALL_GCC).
16465 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16467         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16468         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16470 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16472         * INSTALL/README: Fix typo.
16474 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16476         * ylwrap: Change absolute path checks to check for DOS style path
16477         names.
16479         * ylwrap: Don't use a full path name if the source file is in the
16480         same directory.  From hjl@lucon.org (H.J. Lu).
16482         * config-ml.in: Default to being verbose, to match Feb 18 change to
16483         configure.
16485 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16487         Brought over from egcs:
16489         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16491         * configure.in (target_subdir): Set to ${target_alias} instead
16492         of "libraries".
16494         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16496         * configure.in (target_subdir): Set to libraries if enable_multilib.
16498 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16500         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16501         multilibs, force reconfiguration the first time we create
16502         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16504 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16506         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16507         avoid confusion with --no-recursion.
16509 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16511         * configure.in: Win32 hosts shouldn't use install -x
16512         * install-sh: remove -x option, and special .exe-handling
16513         hack.
16515 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16517         * config.guess: Recognize i586-pc-beos.
16518         * configure.in: Don't build some bits for beos.
16520 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16522         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16523         CFLAGS default to -O2.
16525         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16526         when using GNU ld.
16528 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16530         * ltmain.sh: Correct install when using a different shell.
16532 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16534         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16536 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16538         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16539         target.
16541 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16543         * ltconfig: Update to correct AIX handling.
16545 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16547         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16549         * configure.in (target_subdir): Set to ${target_alias} instead
16550         of "libraries".
16552 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16554         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16555         (Makefile): Depend on $(gcc_version_trigger).
16557         * configure (gcc_version): Change default initializer to empty
16558         string.
16559         (gcc_version_trigger): New variable; pass this variable down
16560         to subdir configures to enable them checking gcc's version
16561         themselves. Emit make macros for both gcc_version vars.
16562         (topsrcdir): Initialize reliably.
16563         (recursion line): Remove --with-gcc-version=${gcc_version}.
16565 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16567         * configure (enable_version_specific_runtime_libs): Implement new flag
16568         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16569         in $(libsubdir); emit definition in each generated Makefile.
16570         (gxx_include_dir): Initialize depending on
16571         $enable_version_specific_runtime_libs.
16573 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16575         * configure (gcc_version): Initialize properly depending on
16576         how and where configure is started.
16577         (recursion line): Pass a --with-gcc-version=${gcc_version}
16578         to configures in subdirs.
16580 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16582         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16583         cygmon
16585 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16587         * configure.in: Add cygmon and libstub support for mn10200.
16589 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16591         * configure (gcc_version): Add new variable describing the
16592         particular gcc version we're building.
16593         * Makefile.in (libsubdir): Add new macro for the directory
16594         in which the compiler finds executables, libraries, etc.
16595         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16596         and libsubdir.
16598 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16600         * Makefile.in (local-clean): Remove *.log.
16601         (warning.log): Built with warn_summary from build.log.
16602         (mail-report.log): Run test_summary.
16603         (mail-report-with-warnings.log): Run test_summary including
16604         warning.log in the report.
16606 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16608         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16610 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16612         * Makefile.in (grep): Grep no longer depends on libiberty.
16614 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16616         * Makefile.in: all-snavigator needs all-libgui.
16618 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16620         * configure.in: Add cygmon and libstub support for mn10300.
16622 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16624         * missing: Update to version from automake 1.3.
16626         * ltmain.sh: On installation, don't get confused if the same name
16627         appears more than once in the list of library names.
16629 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16631         * config.sub: Accept m68060 and m5200 as CPU names.
16633 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16635         * configure: Use && rather than using -a in test, because odd
16636         strings can confuse test.
16637         * configure.in: Likewise.
16639 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16641         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16643 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16645         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16646         bootstrap4-lean): New targets.
16648 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16650         * mpw-* Delete.  Not used.
16652 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16654         * COPYING.LIB: Update FSF address.
16656 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16658         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16660         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16661         GAS_SUPPORT_DIRS.
16663 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16665         * ltconfig, ltmain.sh: Avoid producing a version number if
16666         -version-info was not used.
16668 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16670         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16671         building with newlib.
16673 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16675         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16676         Solaris `make' causes it to continue to next definition.
16678 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16680         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16681         the right GUI libraries and files are installed along with GDB.
16683 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16685         * configure.in: Change alpha to alpha* in several places.
16687 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16689         * config.sub: Recognize sparc86x.
16691 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16693         * configure.in (--enable-target-optspace): Remove debug echo.
16695 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16697         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16699 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16701         * ltconfig: Update cygwin32 support.
16703         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16704         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16705         (GDB_SUPPORT_DIRS): Likewise.
16707 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16709         * configure.in (target_makefile_frag): If --enable-target-optspace,
16710         use -Os to compile target libraries rather than -O2.  Default to
16711         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16712         not used.
16713         * configure.in (target_cflags): Ditto for d30v.
16715 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16717         * Makefile.in (all-bfd): Depend on all-intl.
16718         (all-binutils): Likewise.
16719         (all-gas): Likewise.
16720         (all-gprof): Likewise.
16721         (all-ld): Likewise.
16723 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16725         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16727 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16729         * Makefile.in (all-bfd): Depend upon all-libiberty.
16731         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16733 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16735         * Makefile.in: Add libstub.
16737         * configure.in: Ditto. Build libstub for targets that have cygmon
16738         support.
16740 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16742         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16744 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16746         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16747         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16749 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16751         * configure: Define DEFAULT_M4 by searching PATH.
16752         * Makfile.in: Use DEFAULT_M4.
16754 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16756         * ltconfig: Add cygwin32 support.
16758         * Makefile.in, configure.in: Add libtool as a native only directory
16759         to configure and build.
16761 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16763         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16765 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16767         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16769 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16771         * Makefile.in: add ash make rules
16772         * configure.in: add ash to native_only and host_tools lists
16774 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16776         * Makefile.in (all-gettext, all-intl): New targets.
16777         (ALL_MODULES): Added all-gettext, all-intl.
16778         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16779         (INSTALL_MODULES): Added install-gettext, install-intl.
16780         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16782         * configure.in (host_tools): Added gettext.
16783         (native_only): Likewise.
16784         (noconfigdirs) [various cases]: Likewise.
16785         (host_libs): Added intl.
16787 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16789         * configure: Do not disable building gdbtk for cygwin32 hosts.
16791 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16793         * configure.in: Add thumb-coff target.
16794         * config.sub: Add thumb-coff target.
16796 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16798         * Makefile.in: Revert yesterday's change.
16799         (all-target-winsup):  all-target-librx stays out of here.
16801 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16803         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16804         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16805         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16806         Remove references to librx and libg++.
16808 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16810         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16811         recursive makes
16813 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16815         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16816         for newlib directory.
16817         (CXX_FOR_TARGET): Likewise.
16819 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16821         * ltconfig: Update after libtool/ltconfig.in change for
16822         hpux11.
16824 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16826         * ltconfig, ltmain.sh: Update to libtool 1.2.
16828 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16830         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16831         (install-gcc-cross): Instead, override LANGUAGES here.
16833 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16835         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16836         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16838 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16840         * configure.in: Add Thumb-pe target.
16842 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16844         * Makefile.in - changed sn targets to snavigator
16845         * configure.in - changed sn targets to snavigator
16847 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16849         * config-ml.in: After building symlink tree call make distclean
16850         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16851         to be the case for libiberty.
16853 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16855         * configure: When making link, also check the current
16856         directory. The configure scripts may create one.
16858 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16860         * config.sub: Accept alphapca56 and alphaev6 properly.
16862 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16864         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16866 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16868         * config.sub (sco5): Fix typo.
16870 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16872         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16873         install-itcl.
16874         (install-itcl): Remove dependency on install-tcl.
16876 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16878         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16880 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16882         * configure.in: Don't build libgui for a cygwin32 target when not on
16883         a cygwin32 host.
16885 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16887         * configure (redirect): Set to null, so default behavior of
16888         configure is now --verbose.
16890 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16892         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16893         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16895 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16897         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16898         this change to sync Makefile.in with its ChangeLog entries.
16900 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16902         * ltmain.sh (mkdir): Check that the directory doesn't exist
16903         before we exit with error, so that we don't get races during
16904         parallel builds.
16906 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16908         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16910 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16912         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16913         PICFLAG_FOR_TARGET.
16914         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16916         * configure: Emit a definition for the new macro enable_shared
16917         into each Makefile.
16919 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16921         * configure.in (host_tools, native_only): Add libtool.
16923 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16925         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16926         Fix typo in ming config comment.
16928 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16930         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16932 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16934         * config.sub: Add tic30 cases, and map c30 to tic30.
16936 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16938         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16939         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16940         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16941         (CLEAN_TARGET_MODULES): Similarly
16942         (all-target-libf2c): Add dependences.
16943         * configure.in (target_libs): Add libf2c.
16945 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16947         * configure.in: Remove expect from noconfigdirs when target
16948         is cygwin32.  OK to build expect and dejagnu with Canadian
16949         Cross.
16951 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16953         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16954         host.
16956         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16957         and mingw32.
16959 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16961         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16962         here as it is not defined in the toplevel Makefile.
16964 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16966         * configure (package_makefile_rules_frag): New variable, which names
16967         a file with generic rules, ...
16968         Change comment to mention we now have FIVE parts.
16969         * configure: Undo last change.
16971 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16973         * config.guess: More accurate determination of HP processor types.
16974         * config.sub: More accurate determination of HP processor types.
16976 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16978         * configure (package_makefile_frag): Move inserting the
16979         ${package_makefile_frag} to where it should be according
16980         to the comment.
16982 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16984         * config.guess: Add support for Linux/ARM.
16986 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16988         * .cvsignore: Remove *-info and *-install since they match
16989         release-info and mpw-install, which we don't want to just ignore.
16991 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16993         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16995 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16997         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16998         local_prefix to sub-make invocations.
17000 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
17002         * configure.in: Check makefile fragments in the source
17003         directory.
17005 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
17007         * configure.in: Check whether host and target makefile
17008         fragments exist before adding them to *_makefile_frag.
17010 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
17012         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
17014 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
17016         * configure.in: Make sure we only replace RPATH_ENVVAR on
17017         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
17018         regexp to sed.
17020         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
17021         to sub-makes.
17023 1998-01-13  Lee Iverson   (leei@ai.sri.com)
17025         * config-ml.in (multi-do): LDFLAGS must include multilib
17026         designator.
17028 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
17030         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
17032 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
17034         * config.sub: Add mingw32 support.
17035         * configure.in: Likewise.
17037 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
17039         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
17041 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
17043         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17044         * configure (gxx_include_dir): Provide a definition for subdirs
17045         which do not use autoconf.
17047 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
17049         * config.guess: Sync with egcs.  Picks up new alpha support,
17050         BeOS & some additional linux support.
17052 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
17054         * config.guess: HP 9000/803 is a PA1.1 machine.
17056 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
17058         * configure.in: It's alpha*-...
17060 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17062         * configure.in (host_makefile_frag, target_makefile_frag):
17063         Handle multiple config files.
17064         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
17065         alpha-*-*.
17067 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
17069         * mkdep: New file.
17071 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
17073         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
17075 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17077         * Makefile.in: Add libgui directory.
17078         (GDB_TK): Add all-libgui.
17079         * configure.in: Add libgui directory.
17080         * configure: Add all-libgui to GDB_TK.
17082 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
17084         * config-ml.in (multidirs): Add m32r to multilib list.
17086 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
17088         * Makefile.in (all-target-gperf): Change dependency to
17089         all-target-libstdc++.
17091 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
17093         * config.guess: Add BeOS support.
17095 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17097         Source directory cvs renamed to cvssrc:
17098         * configure.in (host_tools): Change cvs to cvssrc.
17099         (native_only): Likewise.
17100         (noconfigdirs) [various cases]: Likewise.
17101         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
17102         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
17103         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
17104         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
17105         (all-cvssrc): Rename target from all-cvs.
17107 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
17109         * configure (gxx_include_dir): Fix thinko.
17111 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
17113         * Makefile.in (INSTALL_TARGET_CROSS): Define.
17114         (install-cross, install-gcc-cross): New targets.
17116 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
17118         * configure.in (noconfigdirs): Add support for Thumb target.
17120         * config.sub (maybe_os): Add support for Thumb target.
17122 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
17124         * Makefile.in: Add rules for cygmon.
17126         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17128 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
17130         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17131         * configure (gxx_include_dir): Provide a definition for subdirs
17132         which do not use autoconf.
17134 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
17136         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
17137         11/18/97 build
17139 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
17141         * From Franz Sirl.
17142         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17143         found on RedHat Linux systems.
17145 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
17147         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17148         guesses.
17150 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
17152         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17154 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
17156         * ltmain.sh: If mkdir fails, check whether the directory was created
17157         anyhow by some other process.
17159 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
17161         * configure.in (d30v-*-*): Configure all directories.
17163 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
17165         * configure.in (d30v-*-*): Configure newlib, libiberty directories
17166         for the D30V.
17168 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
17170         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17172 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
17174         * include/libiberty.h: Add extern "C" { so it can be used with C++
17175         progrms.
17176         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
17177         programs.
17179 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
17181         * configure.in (d30v-*-*): Configure GCC now.
17183 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17185         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17186         is no longer needed.
17188 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
17190         * Makefile.in: check-target-libio depends on all-target-libstdc++.
17192 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
17194         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17195         targets using "$@" to provide support for similar but not identical
17196         targets without having to duplicate code.
17198 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
17200         * makefile.vms: Fix to work with DEC C.
17202 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
17204         * config.sub: Add mips-tx39-elf to marketing names.
17206 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
17208         * ltmain.sh: Handle symlinks in generated script.
17210 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
17212         * configure: Handle autoconf style directory options: --bindir,
17213         --datadir, --includedir, --infodir, --libdir, --libexecdir,
17214         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17215         --sysconfdir.
17216         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17217         (sharedstatedir, localstatedir, oldincludedir): New variables.
17218         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17219         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17220         sbindir, sharedstatedir, and sysconfdir.
17222 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17224         * Makefile.in (bootstrap-lean): New target.
17226 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
17228         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
17229         sn, and gnuserv from noconfigdirs.
17231 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
17233         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17235 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
17237         * Makefile.in (cross): New target.
17239 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
17240                           Jeff Law         <law@cygnus.com>
17242         * Makefile.in (bootstrap2, bootstrap3): New targets.
17243         (all-bootstrap): Remove outdated and confusing target.
17244         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17246 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17248         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17249         windows.  Consistent with gdb/configure.
17251 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
17253         * configure.in: Name Linux target fragment.
17255         * configure: Rewrite so that project Makefile fragment is inserted
17256         first and appears last in the resulting Makefile.
17258 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17260         * Makefile.in (install-itcl): Install tcl first.
17262 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
17264         * configure.in: remove bison from noconfigdirs for Cygwin32 host
17266 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17268         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17270         * configure.in (skipdirs): Add target-librx for Linux.
17271         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17273 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
17275         * Makefile.in (bootstrap): New target.
17277 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
17279         * config.sub: Accept 'amigados' for backward compatibility.
17281 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
17283         * config.guess: Merge with FSF.
17285 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
17287         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17289 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
17291         * config.sub: Add "marketing-names" patch.
17293 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
17295         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17297 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
17299         * config.sub: Handle v850-elf.
17301 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
17303         * .cvsignore (*-install): Remove.
17305 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
17307         * ltconfig: Set CONFIG_SHELL in libtool.
17308         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17310 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
17312         * configure.in (target_subdir): Set to libraries if enable_multilib.
17314 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
17316         * config.guess: Update from gcc directory.
17318 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17320         * Makefile.in (all-sim): Depends on all-readline.
17322 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
17324         * Makefile.in (BISON, YACC): Use $$s.
17325         (all-bison): Depend on all-texinfo.
17327 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
17329         * Makefile.in (BISON): Add -L flag.
17330         (YACC): Likewise.
17332 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17334         * configure.in (noconfigdirs): Add support for v850e target.
17336         * config.sub (maybe_os): Add support for v850e target.
17338 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17340         * configure.in (noconfigdirs): Add support for v850ea target.
17342         * config.sub (maybe_os): Add support for v850ea target.
17344 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
17346         * config.sub: Add mipstx39.  Delete r3900.
17348 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17350         * Makefile.in (all-autoconf): Depends on all-texinfo.
17352 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
17354         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17355         eabi targets.
17357 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
17359         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17361         * configure: When handling a Canadian Cross, handle YACC as well as
17362         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
17363         * Makefile.in (all-bison): Depend upon all-texinfo.
17365 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
17367         * Makefile.in (BISON): bison, not byacc or bison -y.
17368         (YACC): bison -y or byacc or yacc.
17369         (various): Add *-bison as appropriate.
17370         (taz): No need to mess with BISON anymore.
17372 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
17374         * configure: If OSTYPE matches *win32*, try to find a good value for
17375         CONFIG_SHELL.
17377 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
17379         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17380         configure.in if it is present.
17382 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
17384         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17386 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
17388         * config.sub: Recognize `arc' cpu.
17389         * configure.in: Likewise.
17390         * config-ml.in: Likewise.
17392 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
17394         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17396 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
17398         * configure: Changed sed delimiter from ':' to '|' when
17399         attempting to substitute ${config_shell} for SHELL. On
17400         NT ${config_shell} may contain a ':' in it.
17402 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
17404         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17406 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
17408         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17410 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17412         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17414         * ylwrap: If the program is a relative path, force it to be
17415         absolute.
17417 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17419         * configure (tooldir): Set BISON to `bison -y' and not just bison.
17421 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17423         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17424         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17425         for libraries.
17427 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17429         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17430         separated by spaces.
17432 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17434         * ylwrap: New file.
17435         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17437         * ltmain.sh: Handle /bin/sh at start of install program.
17439         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17441         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17442         * missing: New file, from automake 1.2.
17444 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17446         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17447         check-tk to CHECK_X11_MODULES.
17449 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17451         * config.sub: Merge with FSF.
17453 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17455         * config.guess: Merge with FSF.
17457 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17459         * configure: Treat msdosdjgpp like go32.
17460         * configure.in: Likewise.  Don't remove gprof for go32.
17462         * configure: Change Makefile.tem2 to Makefile.tm2.
17464 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17466         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17468 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17470         * install-sh (chmodcmd): Set to null if the DST directory already
17471         exists.  Same as Nov 11th change.
17473 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17475         * configure (GDB_TK): Needs itcl and tix.
17477 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17479         * config.guess: Update from FSF.
17481 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17483         * Makefile.in (GDB_TK): Depend on itcl and tix.
17485 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17487         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17488         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17489         (INSTALL_SCRIPT): New variable.
17490         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17491         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17492         to -x.
17493         * install-sh: Add support for -x option.
17495 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17497         * configure.in, Makefile.in: Treat tix like itcl.
17499 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17501         * Makefile.in (WINDRES): New variable.
17502         (WINDRES_FOR_TARGET): New variable.
17503         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17504         (EXTRA_HOST_FLAGS): Add WINDRES.
17505         (EXTRA_TARGET_FLAGS): Add WINDRES.
17506         (EXTRA_GCC_FLAGS): Add WINDRES.
17507         ($(DO_X)): Pass down WINDRES.
17508         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17509         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17510         DLLTOOL_FOR_TARGET.
17512 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17514         * configure.in: configure sim before gdb for win32-x-ppc
17516 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17518         Move gperf into the toplevel, from libg++.
17519         * configure.in (target_tools): Add target-gperf.
17520         (native_only): Add target-gperf.
17521         * Makefile.in (all-target-gperf): New target, depend on
17522         all-target-libg++.
17523         (configure-target-gperf): Empty rule.
17524         (ALL_TARGET_MODULES): Add all-target-gperf.
17525         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17526         (CHECK_TARGET_MODULES): Add check-target-gperf.
17527         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17528         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17530 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17532         * config.sub (mn10200): Recognize new basic machine.
17534 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17536         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17537         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17539 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17541         * configure.in: If we're building mips-sgi-irix6* native, turn on
17542         ENABLE_MULTILIB and set TARGET_SUBDIR.
17544 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17546         * Makefile.in (all-sn): Depend on all-grep.
17548 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17550         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17552         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17553         Makefile.  From Jeff Makey <jeff@cts.com>.
17554         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17556         * Makefile.in (DISTBISONFILES): Remove.
17557         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17558         $(DEFAULT_YACC).
17560         * configure.in: Build itl, db, sn, etc., when building for native
17561         cygwin32.
17563         * Makefile.in (LD): New variable.
17564         (EXTRA_HOST_FLAGS): Pass down LD.
17565         ($(DO_X)): Likewise.
17567 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17569         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17571 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17573         * configure.in (targargs): Strip out any supplied --build argument
17574         before adding our own. Always add --build.
17576 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17578         * configure.in (targargs): Pass --build if we're doing
17579         a cross-compile.
17581 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17583         * configure: Use '|' instead of ":" as the separator in
17584         sed. Otherwise sed chokes on NT path names with drive
17585         designators. Also look for "?:*" as the leading characters in an
17586         absolute pathname.
17588 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17590         * config.sub: Support for r3900.
17592 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17594         * configure.in: Use install-sh, not install.sh.
17596 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17598         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17599         apply it twice.
17601 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17603         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17604         install-binutils.
17606 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17608         * Makefile.in: Add automake targets.
17609         * configure.in (host_tools): Add automake.
17611 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17613         * configure: Default CXX to c++, not gcc.
17614         * Makefile.in (CXX): Set to c++, not gcc.
17615         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17617 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17619         * install-sh: try appending a .exe if source file doesn't
17620         exist
17622 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17624         * configure.in: Turn on multilib by default.
17625         (cross_only): Remove target-libiberty.
17627         * Makefile.in (all-gcc): Don't depend on libiberty.
17629 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17631         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17633 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17635         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17636         (DISTBISONFILES): Add ld/Makefile.in
17638 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17640         * configure.in: if target is cygwin32 but host isn't cygwin32,
17641         don't configure gdb tcl tk expect, not just gdb.
17643 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17645         * configure.in: Added gnuserv everywhere sn appears.
17647         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17648         (CROSS_CHECK_MODULES): Added check-gnuserv.
17649         (INSTALL_MODULES): Added install-gnuserv.
17650         (CLEAN_MODULES): Added clean-gnuserv.
17651         (all-gnuserv): New target.
17653 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17655         * config.guess: Fixes for MIPS OpenBSD systems.
17657 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17659         * Makefile.in (INSTALL_XFORM): Remove.
17660         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17662         * mkinstalldirs: New file, copied from automake.
17663         * Makefile.in (installdirs): Rename from install-dirs.  Use
17664         mkinstalldirs.  Change all users.
17665         (DEVO_SUPPORT): Add mkinstalldirs.
17667 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17669         * install-sh: Rename from install.sh.
17670         * Makefile.in (INSTALL): Change install.sh to install-sh.
17671         (DEVO_SUPPORT): Likewise.
17673         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17674         Graichen <graichen@rzpd.de>.
17676 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17678         * config.guess: Recognize OpenBSD systems correctly.
17680 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17682         * README, Makefile.in (ETC_SUPPORT): Remove references to
17683         cfg-paper*, configure.{texi,man,info*}._
17685 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17687         * Makefile.in (all.normal): Ensure that gcc is built after all
17688         the x11 - ie gdb - targets.
17690 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17692         * makefile.vms: Don't run conf-a-gas.
17694 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17696         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17698 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17700         * configure.in: Remove noconfigdirs case since gdb also
17701         configures and builds for tic80-coff.
17703 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17705         * configure: Set cache_file to config.cache.
17706         * Makefile.in (local-distclean): Remove config.cache.
17708 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17710         * COPYING: Update FSF address.
17712 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17714         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17715         noconfigdirs.
17717 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17719         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17720         MAKEDIRS, is empty.
17722 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17724         * config.sub: Tweak mn10300 entry.
17726 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17728         * configure.in (host_tools): Put sim before gdb, so gdb's
17729         configure.tgt can determine if the simulator was configured.
17731 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17733         * config.sub: Move BeOS $os case to be with other Cygnus
17734         local cases.
17736 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17738         * config.sub: Remove misplaced comment that broke Linux.
17740 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17742         * config.sub: Add BeOS support.
17744 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17746         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17748 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17750         * configure.in (noconfigdirs): Remove tcl and tk from
17751         noconfigdirs for cygwin32 builds.
17753 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17755         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17757 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17759         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17760         make-all.com, use makefile.vms instead.
17762 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17764         * config.sub: Accept -lnews*.
17766 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17768         * configure.in (noconfigdirs): Disable target-newlib,
17769         target-examples and target-libiberty for d30v.
17771 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17773         * configure.in (noconfigdirs): Enable ld for d30v.
17775 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17777         * configure.in (tic80-*-*): Build compiler.
17779 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17781         * configure.in (d30v-*): Remove sim directory from list of
17782         unsupported d30v directories
17784 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17786         * config.sub, configure.in: Add d30v target cpu.
17788 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17790         * makefile.vms: New file.
17791         * make-all.com: Remove.
17793 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17795         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17797 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17799         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17801 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17803         * Makefile.in (ALL_MODULES): Added all-db.
17804         (CROSS_CHECK_MODULES): Addec check-db.
17805         (INSTALL_MODULES): Added install-db.
17806         (CLEAN_MODULES): Added clean-db.
17808 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17810         * config.guess: Merge with latest FSF sources.
17812 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17814         * Makefile.in (ALL_MODULES): Added all-itcl.
17815         (CROSS_CHECK_MODULES): Added check-itcl.
17816         (INSTALL_MODULES): Added install-itcl.
17817         (CLEAN_MODULES): Added clean-itcl.
17819 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17821         * configure.in: build gdb for mn10200
17823 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17825         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17827 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17829         * configure.in (tic80-*-*): Turn off most targets right now.
17831 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17833         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17834         rather than the makeinfo program.
17835         (do-info): Depend upon all-texinfo.
17837 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17839         * configure.in: Remove uses of config/mh-linux.
17841         * config.sub, config.guess: Merge with latest FSF sources.
17843 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17845         * config.sub (case $basic_machine): Add tic80 entries.
17847 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17849         * config.sub, config.guess: Merge with latest FSF sources.
17851 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17853         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17854         * mpw-config.in: Test for NewFolderRecursive.
17855         * mpw-install: Use symbolic name for startup filename.
17856         * mpw-README: Add various additional details.
17858 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17860         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17862 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17864         * configure.in: Do build gcc and the target libraries for
17865         the mn10200.
17867 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17869         * configure.in: don't avoid building gdb for mn10300 any more
17870         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17871         instead of single-quoting it.
17873 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17875         * configure.in: Don't use --with-stabs on IRIX 6.
17877 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17879         * configure.in (m32r): Build gdb, libg++ now.
17881 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17883         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17884         directories from noconfigdirs.
17886 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17888         * config.sub (basic_machine): added mips16 configuration
17890 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17892         * config.sub: Handle d10v-unknown.
17894 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17896         * config.sub: Handle v850-unknown.
17898 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17900         * Makefile.in: add findutils
17901         * configure.in: add findutils to list of host_tools
17903 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17905         * config.sub: Handle mn10200 and mn10300.
17907 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17909         * configure.in (d10v-*): Do not build librx.
17911 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17913         * configure.in (mn10300): Build everything except gdb & libgloss.
17915 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17917         * config.guess:  Patch for Dansk Data Elektronik servers,
17918         from Niels Skou Olsen <nso@dde.dk>.
17920         For ncr, use /bin/uname rather than uname, since GNU uname does not
17921         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17923         Patch for MIPS R4000 running System V,
17924         from Eric S. Raymond <esr@snark.thyrsus.com>.
17926         Fix thinko for nextstep.
17928         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17930         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17931         * config.guess: Guess mips-dec-mach_bsd4.3.
17933         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17934         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17935         release numbers.
17936         * config.guess (mips-mips-riscos*):  Emit just enough of the
17937         release number.
17939         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17940         * config.guess (sparc-auspex-sunos*):  Added.
17941         (f300-fujitsu-*): Added.
17943         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17944         * config.guess:  Recognize a Tadpole as a sparc.
17946 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17948         * config.guess: Don't assume that NextStep version is either 2 or
17949         3.  NextStep 4 (aka OpenStep 4) has come out now.
17951 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17953         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17954         From Rik Faith <faith@cs.unc.edu>.
17956 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17958         * config.sub: Contributions from bug-gnu-utils to:
17959         Support plain "hppa" (no version given) architecture, reported by
17960         OpenStep.
17961         OpenBSD like NetBSD.
17962         LynxOs is not a hardware supplier.
17964         * config.guess: Contributions from bug-gnu-utils to add support for:
17965         OpenBSD like NetBSD.
17966         Stratus systems.
17967         More Pyramid systems.
17968         i[n>4]86 Intel chips.
17969         M680[n>4]0 Motorola chips.
17970         Use unknown instead of lynx for hardware manufacturer.
17972 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17974         * install.sh (chmodcmd): Set to null if the DST directory already
17975         exists.
17977 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17979         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17980         not use mt-ppc target Makefile fragment any more.
17982 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17984         * configure.in (*-*-windows):  Exclude everything but those dirs
17985         needed to build windows.
17987 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17989         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17991 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17993         * configure.in:  Exclude mmalloc from i386-windows.
17995 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17997         * Undo my previous change.
17999 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
18001         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
18002         unconditionally.
18003         (MAKEOVERRIDES): Define (revert this part of October 18 change).
18005 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
18007         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
18008         host to add it's own flags.
18010 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
18012         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
18014 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
18016         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
18017         (CXX_FOR_TARGET): Likewise.
18018         (GCC_FOR_TARGET): Define.
18019         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
18020         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
18021         CC_FOR_TARGET was specified on the command line.
18022         (MAKEOVERRIDES): Don't define.
18024 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
18026         * configure.in (m32r): Fix spelling of libg++ libs.
18028 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
18030         * config.sub (-apple*): Remove, now redundant.
18032 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
18034         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
18036         * configure: Rework yesterday's sed script patch.
18038         * config.sub: Merge with FSF.
18040 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
18042         * config.guess:  Merge from FSF.
18044         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
18045         * config.guess: Use pc instead of unknown, for pc clone systems.
18046         Change linux to linux-gnu.
18048         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18049         * config.guess: Avoid non-portable tr syntax.
18051 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
18053         * test-build.mk (HOLES): Add "xargs" for gdb.
18055         * configure: Avoid hpux10.20 sed bug.
18057 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
18059         * configure.in:  Add support for windows host
18060         (that is a build done under the Microsoft build environment).
18062 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
18064         * Makefile.in: Replace all uses of srcroot with s, to shrink
18065         command line lengths.
18067         Patches from Geoffrey Noer <noer@cygnus.com>:
18068         * configure.in: If configuring for newlib, pass --with-newlib to
18069         subdirectories.
18070         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
18071         -Bnewlib/ and -Lwinsup to gcc.
18072         (CXX_FOR_TARGET): Likewise.
18074 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18076         * Makefile.in (ETC_SUPPORT): Add configure.
18078 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
18080         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
18081         host configuration file.
18083 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
18085         * configure.in: Break mn10x00 support into separate
18086         mn10200 and mn10300 configurations.
18087         * config.sub: Likewise.
18089 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
18091         * configure.in: Add lots of stuff to noconfigdirs for
18092         the mn10x00 targets.
18094         * config.sub, configure.in: Add mn10x00 support.
18096 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
18098         * make-all.com: Call conf-a-gas, not config-a-gas.
18100 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
18102         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
18103         targets.
18105 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
18107         * mpw-README: Add much more detail for native PowerMac.
18108         * mpw-install: New file.
18109         * mpw-configure: Add --norecursion and --help options.
18110         * mpw-config.in: Translate readme and install files when
18111         copying to objdir.
18112         * mpw-build.in: Don't always depend on byacc and flex.
18113         (install-only-top): New action.
18115 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
18117         * configure.in:  You can now configure GDB for the v850.
18119 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
18121         * configure.in (noconfigdirs): Don't configure any C++ dirs
18122         if targeting D10V.
18124 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
18126         * config.sub: Recognize mips64vr5000.
18128 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
18130         * configure.in: Use a single line for host_tools and native_only.
18132 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
18134         * config.sub, configure.in: Add entries for m32r.
18136 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
18138         * Makefile.in (inet-install): Don't run install-gzip.
18140 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
18142         * configure.in:  Don't config lots of things for *-*-windows*.
18144 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
18146         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18147         (host_libs, host_tools): Copy from configure.in.
18148         * mpw-configure: Don't complain about directories not found.
18150 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18152         * configure.in (i[345]86): Recognize i686 for pentium pro.
18153         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18154         file.
18156         * config.guess (i[345]86): Ditto.
18158 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18160         * configure.in (noconfigdirs): Removed gdb for D10V.
18162 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
18164         * configure.in: Remove ld, target-libio, target-libg++, and
18165         target-libstdc++ from noconfigdirs.
18167 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
18169         * configure: Fix three locations where shell scripts were
18170         being run directly rather than with config_shell.
18172 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
18174         * configure.in (v850-*-*): Set up initial $noconfigdirs.
18175         * config.sub (basic_machine): Recognize v850.
18177 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18179         * mpw-configure: Handle multiple enable/disable options and
18180         pass them down recursively, handle -c and -s flags appropriately
18181         depending on choice of compiler, add escape mechanism for
18182         quoted arguments to gC.
18184 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18186         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18187         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18188         so that -mrelocatable-lib and -mno-eabi are used.
18190         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18191         not support --print-multi-lib, don't abort.
18193 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
18195         * make-all.com: Run config-a-gas.
18196         * setup.com: Don't copy subdirectory files around.
18198 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
18200         * configure.in (*-*-ose): Remove exclusion of libgloss for this
18201         target, it now compiles correctly.
18203 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
18205         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18207 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18209         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
18211 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18213         * configure.in (native_only): Add prms.
18215 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
18217         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18218         (BINUTILS_SUPPORT_DIRS): Likewise.
18220 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18222         * configure.in (d10v-*-*): Don't configure ld or gdb until the
18223         d10v support is added.
18225 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18227         * configure.in (d10v-*-*): New target.
18229 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
18231         * config.guess (HP 9000/811): Recognize this as a PA1.1
18232         machine.
18234 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
18236         * Makefile.in (do-tar-gz): New target, split out from tail end of
18237         taz target.  Run each command separately, don't use pipes.
18238         (taz): Use it.
18240 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
18242         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18243         * mpw-build.in: No builds should depend on building byacc or flex,
18244         they are assumed to be installed already.
18246 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18248         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18249         variable that CC_FOR_TARGET needs.
18251 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18253         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18254         options have changed since the last time the subdirectory was
18255         configured, and if it has, reconfigure.
18256         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18257         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18259 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
18261         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18262         CLEAN_MODULES): Add bash.
18263         (all-bash): New target.
18265 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
18267         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18269 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18271         * config.sub (basic_machine): Recognize d10v as a valid processor.
18273 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
18275         * mpw-configure: Add support for --bindir.
18276         * mpw-build.in: Use a GCC-specific build script for GCC actions.
18278 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
18280         * configure.in: add bash, time, gawk to list of hosttools and things
18281         to only build for native toolchains
18283 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18285         * Makefile.in (docdir): Remove.
18287 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18289         * Makefile.in (datadir): Set to $(prefix)/share.
18291 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
18293         * configure.in: build diff and patch for cygwin32-hosted
18294         toolchains.
18296 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
18298         * config.sub: Accept -rtems*.
18300 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
18302         * configure.in: enable dosrel for cygwin32-hosted builds,
18303                 remove diff from the list of things not buildable
18304                 via Canadian Cross
18306 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
18308         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18309         don't get ". ".
18311 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
18313         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18315 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
18317         * Makefile.in (taz): Handle case where tex3patch didn't even get
18318         checked out.  Also, if it was found, put the symlink in a new util
18319         subdirectory.
18321 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18323         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18325 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
18327         * config.sub: Recognize -openvms.
18328         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18329         * make-all.com, setup.com: New files.
18331 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18333         * Makefile.in (taz): tex3patch moved to texinfo/util.
18335 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
18337         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18338         * configure.in: remove make from disable-if-Can-Cross list
18339                 enable gdb if ${host} and ${target} are cygwin32
18341 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
18343         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
18344         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18346 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18348         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
18349         distinguish sysv/svr4/bsd variants.
18350         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18352 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
18354         * configure.in: Added copyright notice.
18355         * move-if-change: Added copyright notice.
18357 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18359         * configure.in (powerpcle-*-solaris*): Until we get shared
18360         libraries working, don't build gdb, sim, make, tcl, tk, or
18361         expect.
18363 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
18365         * config.guess:  Merge with FSF:
18367         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18368         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18370         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
18371         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18373         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
18374         * config.guess:  Combine two OSF1 rules.
18375         Also recognize field test versions.  From mjr@zk3.dec.com.
18376         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
18377         because GNU uname does not support -p.  From pmr@pajato.com.
18379 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
18381         * Makefile.in (MAKEDIRS): Removed $(tooldir).
18383 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
18385         * mpw-README: Document GCCIncludes.
18387 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
18389         * configure.in (alpha-*-linux*): Set enable_shared to yes.
18391 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
18393         * mpw-configure: Handle --enable-FOO and --disable-FOO.
18395 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
18397         * configure.in (*-*-cygwin32): Configure make.
18399 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
18401         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18403 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
18405         * Makefile.in (all-inet): Depend on all-perl.
18407         * Makefile.in (inet-install): New target.
18409         * Makefile.in (all-inet): Depend on all-tcl.
18410         (all-inet): Depend on all-send-pr.
18412 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18414         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18415         temporarily.
18417 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
18419         * configure.in: Don't configure --with-gnu-ld on AIX.
18421 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18423         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18425 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18427         * Makefile.in (ALL_MODULES): Added all-inet.
18428         (CROSS_CHECK_MODULES): Added check-inet.
18429         (INSTALL_MODULES): Added install-inet.
18430         (CLEAN_MODULES): Added clean-inet.
18431         (all-indent): New target.
18433         * configure.in (host_tools): Added inet.
18434         (native_only): Added inet.
18435         (noconfigdirs): Added inet.
18437 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18439         * configure.in: Don't configure libgloss if we are not configuring
18440         newlib.
18442 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18444         * configure.in: Don't configure libgloss for unsupported
18445         architectures.
18447 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18449         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18451 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18453         * Makefile.in (ALL_MODULES): Include all-apache.
18454         (CROSS_CHECK_MODULES): Include check-apache.
18455         (INSTALL_MODULES): Include install-apache.
18456         (all-apache): New target.
18458         * configure.in: Added apache everywhere perl is seen.
18460 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18462         * Makefile.in: Add support for clean-{module} and
18463         clean-target-{module} rules.
18465 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18467         * configure.in (*-*-ose) do not build libgloss.
18469 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18471         * config.guess (prep*:SunOS:5.*:*): Turn into
18472         powerpele-unknown-solaris2.
18474 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18476         * configure.in: Permit --enable-shared to specify a list of
18477         directories.
18479 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18481         * configure.in (host==solaris): Pass only the first word of $CC
18482         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18484 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18486         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18488 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18490         * Makefile.in (ALL_MODULES): Include all-perl.
18491         (CROSS_CHECK_MODULES): Include check-perl.
18492         (INSTALL_MODULES): Include install-perl.
18493         (ALL_X11_MODULES): Include all-guile.
18494         (CHECK_X11_MODULES): Include check-guile.
18495         (INSTALL_X11_MODULES): Include install-guile.
18496         (all-perl): New target.
18497         (all-guile): New target.
18499         * configure.in (host_tools): Include perl and guile.
18500         (native_only): Include perl and guile.
18501         (noconfigdirs): Don't build guile and perl; no ports have been
18502         done.
18504 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18506         * configure (--enable-*): Handle quoted option lists such as
18507         --enable-sim-cflags='-g0 -O' better.
18509 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18511         * Makefile.in ({,inst}all-target): New rule so we can make and
18512         install all of the target directories easily.
18514 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18516         * configure.in: Add missing global flag in sed substitution when
18517         deleting `target-' from ${configdirs}.
18519 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18521         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18522         option.
18524         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18525         config/mh-necv4.
18527         * install.sh: Correct misspelling of transformbasename.
18529         * config.guess: Recognize mips-*-sysv*.
18531 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18533         * config.sub: Recognize mon960.
18535 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18537         * configure: Restore Canadian Cross handling of BISON and LEX,
18538         removed in Feb 20 change.
18540 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18542         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18543         Mention make install.  Remove the old copyright date as well the
18544         clumsy and rather pointless copyright on the README file.
18546 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18548         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18549         Makefile after running symlink-tree, then run `make distclean' to
18550         avoid clobbering any generated files in srcdir.
18552 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18554         * configure.in (m68k-*-netbsd*): Build everything now.
18556 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18558         * Makefile.in (taz): Fix quoting.
18560 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18562         * configure.in (sparclet-*-*): Build everything now.
18564 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18566         * configure.in (m68k-*-linux*): New host.
18568 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18570         * configure: Check for bison before byacc.
18572 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18574         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18575         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18576         searching PATH.  These are used as fallbacks by Makefile.in if
18577         flex/bison/byacc aren't in objdir.
18579 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18581         * Makefile.in: Make everything which depends upon all-bfd also
18582         depend upon all-opcodes, in case --with-commonbfdlib is used.
18584 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18586         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18587         building NT native compilers on Unix.
18589 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18591         * configure.in: Don't get CC from the host Makefile fragment if we
18592         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18593         Solaris test for /usr/ucb/cc to the post target script, just after
18594         the compiler sanity test.
18596 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18598         * config.sub: Merge with FSF.
18600 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18602         * Makefile.in (RPATH_ENVVAR): New variable.
18603         (REALLY_SET_LIB_PATH): Use it.
18604         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18606 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18608         * config.sub, configure.in: Recognize sparclet cpu.
18610 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18612         * config.guess:  Support m68k-cbm-sysv4.
18614 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18616         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18617         m68k-unknown-linuxaout from linker help string.  Put quotes around
18618         $ld_help_string.
18620 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18622         * config.guess (powerpc-harris-powerunix): Add guess for port
18623         to new target.
18625 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18627         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18629 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18631         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18632         $(REALLY_SET_LIB_PATH) in Makefile.
18633         * Makefile.in (SET_LIB_PATH): New variable.
18634         (REALLY_SET_LIB_PATH): New variable.
18635         ($(DO_X)): Use $(SET_LIB_PATH).
18636         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18637         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18638         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18639         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18640         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18641         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18642         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18643         (install-dosrel): Likewise.
18644         (all-opcodes): Depend upon all-libiberty.
18646 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18648         * config.guess (*:CYGWIN*): New
18650 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18652         * Makefile.in (all-target-winsup): All all-target-libiberty.
18654 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18656         * configure.in (noconfigdirs): Add missing # in front of comment.
18658 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18660         * configure.in: add second pass to things added to noconfigdirs
18661         so *-gm-magic can exclude libgloss properly.
18663 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18665         * mpw-configure (extralibs_name, rez_name): Set correctly
18666         for MWC68K compiler.
18668         * mpw-README: Add more info on the necessary build tools.
18670 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18672         * configure.in, config.sub: Recognize cygwin32.
18674 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18676         * config.guess, config.sub: Recognize A/UX.
18678 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18680         * config.sub: Merge with gcc/config.sub.
18682 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18684         * mpw-build.in (do-binutils): Add build of stamps.
18686 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18688         * config.sub: Add recognition for mips64vr4100*-* targets.
18690 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18692         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18693         Add creation of gconfigargs with `--enable-shared' turned on.
18694         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18695         ($(host)-stamp-stage3-configured): Likewise.
18696         (HOLES): Add chatr and ldd.
18697         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18699 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18701         * configure: Pass --nfp to recursive configures.
18703 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18705         * Makefile.in (DLLTOOL): New.
18706         (DLLTOOL_FOR_TARGET): New.
18707         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18708         (EXTRA_TARGET_FLAGS): Ditto.
18709         (EXTRA_GCC_FLAGS): Ditto.
18710         (CONFIGURE_TARGET_MODULES): Ditto.
18711         (DO_X): Ditto.
18712         * configure: Add DLLTOOL.
18714 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18716         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18717         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18718         mh-sco, since old workarounds no longer needed, and don't
18719         build ld, since libraries have weak symbols in COFF.
18721 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18723         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18725 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18727         * configure.in: Make sure that ${CC} can be used to compile an
18728         executable.
18730 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18732         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18733         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18734         nothing depending on whether gdbtk is being built.
18736 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18738         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18740 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18742         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18743         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18745 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18747         * config-ml.in: Add support for
18748         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18749         Simplify setting of multidirs from --disable-foo.
18751 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18753         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18754         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18755         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18756         non-empty, pass them on to the  GCC make.
18757         (all-bootstrap): New rule that is like all-gcc, except it executes
18758         the GCC bootstrap rule instead of the GCC all rule.
18760 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18762         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18764 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18766         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18767         DG/UX support.
18769 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18771         * config.sub (i*86*) Change [345] to [3456]
18773 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18775         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18776         --with-gnu-ld=no.
18778 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18780         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18781         AIX multilibs get built.
18783 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18785         * configure.in (i386-win32): Don't build expect if we're not
18786         building the tcl subdir.
18788 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18790         * Makefile.in: (configure-target-examples, all-target-examples):
18791         New targets, configure and build example programs.
18793 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18795         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18796         use it as input to sedit the generated MPW makefile.
18797         * mpw-README: Add a suggestion about Gestalt.h.
18799 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18801         * config.sub: Accept *-*-ieee*.
18803 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18805         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18806         Ronald F. Guilmette <rfg@monkeys.com>.
18808 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18810         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18811         for powerpc-pe native.
18812         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18813         (target==powerpc-pe): duplicate i386-win32 entry.
18815 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18817         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18818         of vxworks, not just vxworks5.1.
18820 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18822         * mpw-configure: Add support for exec-prefix.
18824 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18826         * config.guess: Recognize HP model 816 machines as having
18827         a PA1.1 processor.
18829 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18831         * configure: Ignore new autoconf configure options.
18833 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18835         * config.guess:  Recognize Pentium under SCO.
18836         From Robert Lipe <robertl@arnet.com>.
18838 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18840         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18842 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18844         * configure.in: Don't configure gas for alpha-dec-osf*.
18846 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18848         * configure.in: Default to --with-stabs for some targets for which
18849         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18850         i[345]86*-*-unixware*.
18852 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18854         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18855         rather than basing it on the target.  Simplify handling of options
18856         controlling which directories to configure.  Remove extraneous
18857         slash in multi-clean target.
18859 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18861         * config-ml.in: Prefix more variables with ml_ so they don't collide
18862         with configure's.
18864 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18866         * configure: Don't turn -v into --v.
18868 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18870         * configure.in (targargs): Fix typo.
18872         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18874 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18876         * configure.in: Strip --host and --target options from
18877         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18878         --with-cross-host option when building with a cross-compiler.
18879         * configure: Canonicalize the arguments put into config.status by
18880         always using `=' for an option with an argument.  Pass a presumed
18881         --host or --target explicitly.
18883 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18885         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18886         into general OS recognition case.
18888 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18890         * configure.in (target_configdirs): add target-winsup only
18891         for win32 target systems.
18893 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18895         * Makefile.in (all-target-libgloss): Depend upon
18896         configure-target-newlib, since when libgloss is built it looks to
18897         see if the newlib directory exists.
18899 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18901         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18902         cfg-ml-*.in.
18904 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18906         * configure: Handle LD and LD_FOR_TARGET when configuring a
18907         Canadian Cross.
18909 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18911         * configure.in (target_libs): add target-winsup.
18912         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18913         (target==ppcle-pe): remove ld from $noconfigdirs.
18915 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18917         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18918         Preserve relative path names in $srcdir.  Build symlink tree if
18919         configuring cross target dir and srcdir=. (= no VPATH support).
18920         (configure-target-libg++): Depend on configure-target-librx.
18921         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18922         * config-ml.in: New file.
18923         * symlink-tree: New file.
18924         * configure: Ensure srcdir="." if that's what it is.
18926 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18928         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18929         includes and FLEX_SKELETON setting.
18930         * mpw-configure (--with-gnu-ld): New option, controls whether
18931         to use PPCLink or ld with PowerMac GCC.
18932         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18933         * mpw-config.in: Configure grez if targeting Mac.
18935         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18936         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18937         just macos.
18938         * configure.in: Configure grez resource compiler if targeting Mac.
18939         * Makefile.in (all-grez, install-grez): New targets.
18941 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18943         * configure: CXX defaults to gcc, not g++.  If we find
18944         gcc in the path, set CC to gcc -O2.
18946 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18948         * configure: Default ${build} correctly.  Avoid picking up extra
18949         spaces when reading CC and CXX from Makefile.  When doing a
18950         Canadian Cross, use plausible default values for numerous
18951         variables.
18952         * configure.in: When doing a Canadian Cross, don't try to
18953         configure tools whose configure script can't handle it.
18955 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18957         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18959 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18961         * configure:  Remove dubious bug reporting address.
18963 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18965         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18966         configure script, run that instead of this directory's configure.
18967         In either case, print a message that we're configuring the sub-dir.
18969 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18971         * configure.in: Before checking for the existence of various files,
18972         use sed to filter out "target-".
18974 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18976         * Makefile.in (DO_X): Split rule to decrease command line length
18977         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18978         (Philippe De Muyter).
18980 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18982         * Makefile.in (all-patch): depend on all-libiberty.
18984 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18986         * configure.in: If the only directory in target_configdirs which
18987         actually exists is libiberty, then set target_configdirs to empty,
18988         to avoid trying to build a target libiberty in a gas or gdb
18989         distribution.
18991 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18993         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18994         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18995         systems.
18997 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18999         * configure.in (copy_dirs): Use sys-include instead of include
19000         for --with-headers option.
19002 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
19004         * Makefile.in, configure.in: Make winsup builds work with
19005         new scheme.
19007 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
19009         * configure.in: Build the linker on AIX.
19011 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19013         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
19014         where needed.
19016 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
19018         * Makefile.in (all-gcc): Fix typo.
19020 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19022         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
19024 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19026         * configure.in:  Rename libFOO to target-libFOO, and xiberty
19027         to target-xiberty, to provide more flexibility.
19028         (target_subdir):  Define.  Create if cross.
19029         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
19030         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
19031         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
19032         check-libFOO -> check-target-libFOO, etc.
19033         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
19034         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
19035         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
19036         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
19037         allow ALL_GCC="" to only configure.
19038         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
19039         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
19040         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
19042 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
19044         * Makefile.in (taz): Build "info" in etc explicitly.
19046 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
19048         * configure.in:  Make sure that CC is undefined (as opposed to
19049         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
19050         problem with autoconf trying to configure on a host without GCC.
19052 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19054         * mpw-configure: Set host alias from choice of host compiler,
19055         only use generic MPW Makefile sed if present, edit a file
19056         named "hacked_Makefile.in" instead of "Makefile.in" if present.
19057         * mpw-README: Add problem notes about CW6 and CW7.
19059 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
19061         * Makefile.in (taz): Use ";" instead of ";;".
19063 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19065         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
19066         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
19067         DISTDOCDIRS.
19068         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
19069         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
19071 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19073         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
19074         and gnats, because they are now subsumed by DISTSTUFFDIRS.
19075         Move bfd to DISTSTUFFDIRS.
19077 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19079         * Makefile.in (X11_LIB): Removed.
19080         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
19082         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
19084 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19086         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
19087         names.
19089 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19091         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
19093 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
19095         * configure.in (i[345]86-*-win32): Always build newlib.
19096         Don't configure cvs, autoconf or texinfo.
19097         * Makefile.in (LD_FOR_TARGET): New.
19098         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
19099         Pass down LD_FOR_TARGET.
19101 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19103         * winsup: New directory.
19104         * Makefile.in: Build winsup.
19105         * configure.in: Winsup is configured when target is win32.
19106         Can only build win32 target GDB when native.
19108 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
19110         * config.guess: Recognize HP model 819 machines as having
19111         a PA 1.1 processor.
19113 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19115         * configure: Fix sed loop which substitutes for CC and CXX to
19116         avoid bug found in various sed implementations.
19118 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19120         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19121         simulator.  Use standard powerpc-*-eabi*.
19123 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
19125         * configure.in: Stop putting gas and binutils in noconfigdirs for
19126         powerpc-*-aix* and rs6000-*-*.
19128 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
19130         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19131         -mcall-aixdesc libraries.
19133 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
19135         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19137         * config.sub (arm | armel | armeb): Fix shell syntax.
19139 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19141         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19142         -msoft-float and -mcpu=common support.
19143         (powerpc*-*-eabisim*): Add support for building -mcall-aix
19144         libraries.
19146 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19148         * configure.in: Allow configuration and build of emacs19 for the alpha.
19150 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19152         * configure.in (CC): Get ^CC, not just any old CC, from
19153         ${host_makefile_frag}.
19155 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19157         * configure.in (CC): Try to get CC from
19158         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19160 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19162         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19163         only if it exists in $(srcdir).
19165 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19167         * configure: If CC and CXX are not set in the environment, set
19168         them, based on either an existing Makefile or on searching for gcc
19169         in PATH.  Substitute for CC and CXX in Makefile.
19170         * configure.in: Remove libm from target_libs.  Separate
19171         target_configdirs from configdirs.  If CC is not set in
19172         environment, try to get it from a host Makefile fragment.  Rewrite
19173         changes of configdirs to use skipdirs instead.  A few minor
19174         tweaks.  Take directories out of target_configdirs as they are
19175         taken out of configdirs.  Remove existing Makefile files from
19176         subdirectories.  Substitute for TARGET_CONFIGDIRS and
19177         CONFIG_ARGUMENTS in Makefile.
19178         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19179         by configure.in.
19180         (CONFIG_ARGUMENTS): Likewise.
19181         (CONFIGURE_TARGET_MODULES): New variable.
19182         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19183         ($(CONFIGURE_TARGET_MODULES)): New target.
19184         (configure-libg++, configure-libio): New targets.
19185         (all-libg++): Depend upon configure-libg++.
19186         (all-libio): Depend upon configure-libio.
19187         (configure-libgloss, all-libgloss): New targets.
19188         (configure-libstdc++): New target.
19189         (all-libstdc++): Depend upon configure-libstdc++.
19190         (configure-librx, all-librx): New targets.
19191         (configure-newlib): New target.
19192         (all-newlib): Depend upon configure-newlib
19193         (configure-xiberty): New target.
19194         (all-xiberty): Depend upon configure-xiberty.
19196 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19198         * configure.in (host i[345]86-*-win32):  Expand the
19199         noconfigdirs again.
19201 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
19203         * mpw-configure: Fix sed command file name.
19205 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19207         * configure.in (host i[345]86-*-win32): Reduce the
19208         noconfigdirs again.
19210 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
19212         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19213         or powerpc*-*-pe*, since they are not yet supported.
19215 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19217         Add PowerMac support and many other enhancements.
19218         * mpw-configure: New option --cc to select compiler to use,
19219         paste options set according to --cc into the generated
19220         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19221         if mpw-make.sed is present.
19222         * mpw-config.in: Don't test for gC1, test for mpw-touch,
19223         add forward includes for PowerPC include files.
19224         * mpw-build.in: Build using Makefile.PPC if present.
19225         (do-byacc, etc): Remove separate version resource builds.
19226         (do-gas): Build "stamps" before "all".
19227         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19228         * mpw-README: Update to reflect --cc option, PowerMac support,
19229         and recently-reported compatibility problems.
19231 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
19233         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19234         embedded m68k systems (-aout, -coff, -elf, -vxworks).
19235         (--with-multilib-top): Pass to recursive invocations.
19237 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
19239         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19240         v810-*-*.
19242 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19244         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19245         gdb, ld and opcodes on v810-*-*.
19247 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19249         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19250         (local-maintainer-clean): New target.
19251         (maintainer-clean): New target.
19252         (realclean): Just depend upon maintainer-clean.
19254 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19256         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19258 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
19260         * configure.in: Build ld in mips*-*-bsd* case.
19262 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
19264         * config.sub: Accept -lites* OS.  From Ian Dall.
19266 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
19268         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19269         targets.
19271 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19273         * configure.in: treat i386-win32 canadian cross the same as
19274         i386-go32 canadian cross.
19276 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19278         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19279         running under the simulator to build a reduced set of libraries.
19280         (powerpc-*-eabiaix): Add fine grained multilib support added to
19281         other powerpc targets yesterday.
19283 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19285         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19286         -disable-softfloat, -disable-relocatable, -disable-aix, and
19287         -disable-sysv to control which multilib libraries get built.
19289 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19291         * configure: Add Makefile.tem to list of files to remove in trap
19292         handler.
19294 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19296         * config.guess (*Linux*):  Add missing "exit"s.
19297         Also, need specific check for alpha-unknown-linux (uses COFF).
19299 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19301         * config.guess:  Merge with FSF:
19303         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
19304         * config.guess (AIX4): More robust release numbering discovery.
19306         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
19307         * config.guess (i386-sequent-ptx): Properly get version number.
19309         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
19310         * config.guess (mips:*:4*:UMIPS): New case.
19312 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19314         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19315         (i386-win32 host): Likewise.  Don't build readline.
19317 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
19319         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
19320         SUPPORT_FILES to submakes.
19322 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
19324         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19325         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19326         mpw-configure.
19328 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
19330         * configure.in (appdirs): Use =, not ==, in test expression when
19331         trying to build the text to print in the warning message for
19332         Solaris users.
19334 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
19336         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19338 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19340         * config.guess: Recognize lynx-2.3.
19342 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
19344         * config.sub (z8ksim): Deleted
19345         (z8k-*-coff): New, this is the one true name of the target.
19347 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
19349         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19351 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
19353         * config.guess (*:Linux:*:*): First try asking the linker what the
19354         default object file format is (elf, aout, or coff).  Then if this
19355         fails, try previous methods.
19357 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19359         * configure.in: Don't build newlib for *-*-vxworks5.1.
19361 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19363         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19364         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19366 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
19368         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19370 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
19372         * cfg-ml-com.in: New file.
19373         * cfg-ml-pos.in: New file.
19375 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19377         * COPYING.NEWLIB: Add HP free copyright to list.
19379 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19381         * config.sub: Recognize -eabi* for the system, not just -eabi.
19383 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19385         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19386         * config.sub, configure.in (win32): New target and host.
19388 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19390         * configure.in: Add i386-pe configuration.
19392 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
19394         * mpw-build.in (install): Install GDB after LD.
19396 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
19398         * mpw-config.in (elf/mips.h): Always forward-include, needed
19399         for GDB to build.
19401 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19403         * testsuite: New directory for customer acceptance and whole tool
19404         chain tests.
19406 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19408         * configure: If per-host line isn't found, but AC_OUTPUT is found
19409         and a configure script exists, run it instead.
19411 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19413         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
19415 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19417         * configure: Set build_{cpu,vendor,os,alias} to host values when
19418         --build isn't specified.
19420 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19422         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19423         (FLAGS_TO_PASS): Pass them.
19424         (EXTRA_TARGET_FLAGS): Ditto.
19426 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19428         * Makefile.in (all-libg++): Depend on all-libstdc++.
19430 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19432         * configure.in (noconfigdirs): Enable all packages for
19433         i386-unknown-netbsd.
19435 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19437         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19438         hosted builds (DOS builds)
19440 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19442         Changes for ARM based on patches from Richard Earnshaw:
19443         * config.sub: Handle armeb and armel.
19444         * configure.in: Omit arm linker only for riscix.
19446 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19448         * config.guess:  Update from FSF.
19450 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19452         * config.sub: Recognize powerpcle as the little endian variant of
19453         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19454         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19455         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19456         temporarily.
19458 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19460         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19462 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19464         * config.sub: Accept -lites* as a basic system type.
19466 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19468         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19469         installed, and if so return linuxoldld as the system name.
19471 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19473         * config.guess: Add hppa1.1-hp-lites support.
19475 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19477         * configure.in: Don't build newlib for m68k-vxworks5.1.
19479 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19481         * configure.in (mips-sgi-irix6): Use mh-irix5.
19483 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19485         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19487 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19489         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19490         OSF/1.  Fix compiler flags.
19491         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19493 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19495         * configure.in: Recognize --with-newlib.
19496         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19498 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19500         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19501         to *_X11_MODULES due to gdbtk needing X include files et al.
19503 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19505         Merge in support for Mac MPW as a host.
19506         (Old change descriptions retained for informational value.)
19508         * mpw-config.in: Add generic include forwards for cpu-specific
19509         include files in aout and elf directories.
19511         * mpw-configure: Added copyright.
19512         * mpw-config.in: Check for presence of required build tools.
19513         (target_libs): Add newlib.
19514         (target_tools): Add examples.
19515         (Read Me): Generate as "Read Me for MPW" instead.
19516         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19517         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19518         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19520         * mpw-configure: Remove subdir-specific makefile hackery,
19521         delete mk.tmp after using it.
19523         * mpw-build.in (all): Display start and end times.
19525         * mpw-configure (host_canonical): Set.
19526         (target_cpu): Always add to makefiles.
19527         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19528         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19529         (mpw-mh-mpw): Look for in srcdir and srcroot.
19530         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19532         * mpw-build.in: (install-only): New target.
19534         * mpw-configure (host_alias, target_alias): Rename from hostalias
19535         and targetalias, add into generated Makefile.
19536         (mk.tmp): If present, add into generated Makefile.
19537         * mpw-build.in (all-gas): Build config.h first before gas proper.
19539         * mpw-configure (config.status): Write only if changed.
19540         * mpw-config.in (readline): Configure it (not built, just used for
19541         definitions).
19543         * mpw-config.in (elf/mips.h): Add a forward include.
19545         * mpw-config.in: Forward-include most .h files in include into
19546         extra-include.
19547         (readline): Don't build.
19548         mpw-build.in (install): Install GDB.
19550         * mpw-configure (prefix, mpw_prefix): Handle it.
19551         * mpw-config.in (mmalloc, readline): Don't configure.
19552         * mpw-build.in (thisscript): Rename to ThisScript.
19553         Use mpw-build instead of BuildProgram everywhere.
19554         (mmalloc, readline): Don't build.
19555         * mpw-README: New file, basic documentation about the MPW port.
19557         * mpw-config.in: Use forward-include to create include files.
19559         * mpw-configure: Add more things to the top of each configured
19560         Makefile, including contents of config/mpw-mh-mpw.
19561         * mpw-config.in (extra-include): Create this directory and fill it
19562         with Posix-like include files when configuring.
19564         * config.sub (apple, mac, mpw): Add various aliases.
19566         * mpw-build.in: New file, top-level build script fragment for MPW.
19567         * mpw-configure: New file, configure script for MPW.
19568         * mpw-config.in: New file, config fragment for MPW.
19570 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19572         * configure.in (host_libs): Remove glob, since it is gone from the
19573         sources.
19575 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19577         * Makefile.in: define empty GDB_NLM_DEPS var.
19579         * configure.in(target_makefile_frag): use config/mt-netware
19580         for netware targets.
19582 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19584         * config.sub: Merge in recent FSF changes.  Remove linux special
19585         cases.
19587 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19589         Revert this change:
19591         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19593                 * build-all.mk: Use CC=cc -Xs on Solaris.
19595 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19597         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19598         stop using it.
19599         * Makefile.in: Nuke all references to glob subdirectory.
19601 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19603         * configure.in: Fix --enable-shared logic in per-host.
19605 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19607         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19609 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19611         * configure.in (noconfigdirs): Don't build gas on AIX, for
19612         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19614 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19616         * configure: Fix --cache-file to work if the file argument is a
19617         relative path.
19619 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19621         * configure: If the --cache-file is used, pass it down to
19622         configure in subdirectories.
19624 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19626         * config.sub: add vxworks29k configuration.
19628 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19630         * Makefile.in (taz): Do "diststuff" part quietly.
19632 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19634         * config.sub: Mini-merge with gcc/config.sub.
19636 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19638         * config.guess (IRIX): Sed - to _.
19640 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19642         * Makefile.in (source-vault, binary-vault): New targets.
19644 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19646         * config.sub: Recognize -eabi as a basic system type.
19648 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19650         * configure.in (enable_shared stuff): Fix typo.
19652 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19654         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19656 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19658         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19660 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19662         * configure.in (rs6000-*-*): Don't build gas.
19664 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19666         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19667         reduce command line length.
19668         (AS_FOR_TARGET): Check for as.new, not Makefile.
19669         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19671 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19673         * config.guess:  Merge from FSF.
19675 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19677         * configure: Don't use $ when handling program_suffix.
19679 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19681         * configure.in:  Configure tk for hppa/hpux.
19683 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19685         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19687 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19689         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19690         to LIBCXXFLAGS.  Tests are better run without it.
19692 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19694         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19696 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19698         * configure.in (*-*-netware*): Don't configure xiberty.
19700 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19702         * configure.in:  Remove tk from native_only list.
19704 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19706         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19707         for special NCD build.
19709 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19711         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19712         makeall.bat, they're only useful for binutils snapshots.
19713         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19714         makeall.bat to specified SUPPORT_FILES.
19716 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19718         * build-all.mk: Add Ericsson targets to sun4 and solaris
19719         hosts.  Add  BNR's sun4 target to solaris host, so their
19720         build-from-source will be tested in-house first.
19722 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19724         * Makefile.in (LIBCFLAGS): New variable.
19725         (CFLAGS_FOR_TARGET): Ditto.
19726         (LIBCFLAGS_FOR_TARGET): Ditto.
19727         (LIBCXXFLAGS): Ditto.
19728         (CXXFLAGS_FOR_TARGET): Ditto.
19729         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19730         (BASE_FLAGS_TO_PASS): Pass them.
19731         (EXTRA_TARGET_FLAGS): Ditto.
19733         * configure.in: Support --enable-shared.
19735 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19737         * configure.in (target_libs):  Include libstdc++ again.
19738         * config.guess:  Update from FSF (for FreeBSD).
19740 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19742         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19743         makeall.bat.
19744         (DISTDOCDIRS): Add `etc'.
19745         (ETC_SUPPORT_PFX): New variable.
19746         (taz): Include anything from etc starting with a word in
19747         ETC_SUPPORT_PFX.
19749 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19751         * config.sub: Update for recent FSF changes.  Remove obsolete
19752         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19753         spacing changes.
19755 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19757         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19759         * config.guess:  Merge with FSF.
19760         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19762 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19764         * configure: Since the "trap 0" handler will override the exit
19765         status on many systems, only use it for "exit 1", and make it set
19766         a non-zero exit status; reset it before "exit 0".  Also, check
19767         exit status of config.sub, and error out if it failed.
19769 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19771         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19772         and install libgloss.
19774 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19776         * Makefile.in (all-binutils): Depend upon all-byacc.
19778         * configure.in: Don't build emacs on Irix 5.
19780 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19782         * configure.in (*-*-netware*): Add libio.
19784 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19786         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19787         (CHECK_TARGET_MODULES): Ditto.
19788         (INSTALL_TARGET_MODULES): Ditto.
19789         (TARGET_LIBS): Ditto.
19790         (all-libstdc++): Note dependencies.
19792 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19794         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19796 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19798         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19799         -fexternal-templates.
19801         * configure.in (target_libs): Add libstdc++.
19802         (noconfigdirs): Add libstdc++ as appropriate.
19804 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19806         * config.guess:  Update from FSF.
19808 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19810         * configure: Use ${config_shell} when running ${configsub}.
19812 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19814         * config.sub: No longer recognize h8300h.
19816 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19818         * config.sub: Remove extraneous differences between config.sub and
19819         gcc/config.sub.
19821 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19823         * Makefile.in (DISTSTUFFDIRS): Add gas.
19825 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19827         * COPYING.NEWLIB: New file.
19829 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19831         * config.guess (HP-UX):  Patch from Harlan Stenn
19832         <harlan@landmark.com> to also emit release level.
19834 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19836         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19838 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19840         * config.sub:  Merge nextstep cleanup from FSF.
19842 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19844         * configure.in (arm-*-*): Don't configure ld for this target.
19846 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19848         * configure.in (*-*-netware): don't configure libg++, libio,
19849         librx, or newlib.
19851 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19853         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19854         configure ld--it works, but it doesn't support shared libraries.
19856 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19858         * config.guess (*-unknown-freebsd*):  Get rid of possible
19859         trailing "(Release)" in version string.
19860         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19862 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19864         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19865         Fix type: *-next-neststep -> *-next-nextstep.
19867         * config.guess:  Merge from FSF:
19869         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19871         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19873         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19875         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19876         instead of UNIX_SV for UnixWare 1.0).
19878 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19880         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19881         to make gdb/nlm/* build after the compiler and linker.
19883 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19885         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19886         not just i[34]86.
19887         (m68k-atari-sysv4):  Relocate to match FSF version.
19889         * config.guess:  More merges from the FSF:
19891         Add a space before function call or macro invocation.
19893         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19895         * config.guess: Add trap cmd to remove dummy.c and dummy when
19896         interrupted.
19898         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19900         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19901         (dummy): Redirect stderr from compilation of dummy.c.
19903         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19905         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19907 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19909         * configure: Accept and ignore --cache*, for compatibility with
19910         new autoconf.
19912 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19914         * config.guess:  Merge from FSF:
19916         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19918         * config.guess (Pyramid*:OSx*:*:*): New case.
19919         (PATH): Add /.attbin at end for finding uname.
19920         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19922         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19924         * config.guess (M88*:DolphinOS:*:*): New case.
19926         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19928         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19929         to select whether to use ELF or COFF.
19931         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19933         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19935         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19937         * config.guess: Guess the OS version for HPUX.
19939         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19941         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19943 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19945         * configure.in: Recognize --with-headers, --with-libs, and
19946         --without-newlib.
19947         * Makefile.in (all-xiberty): Depend upon all-ld.
19949 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19951         * configure.in: Change i[34]86 to i[345]86.
19953 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19955         * configure (version): A few more tweaks to help message.
19957 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19959         * Makefile.in:  Remove (for now) librx as a host library,
19960         now that we're building it for target.
19962 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19964         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19965         (Karl Berry).
19967 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19969         * configure.in:  Also configure librx.
19971 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19973         * Makefile.in:  Update various rules to reflect that librx
19974         is now needed for libg++.
19976 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19978         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19980 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19982         * configure.in: Configure the examples directory.
19984 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19986         * configure: Simplify Jun 2 1994 change.
19988 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19990         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19991         /bin/gcc isn't good enough to build gcc.
19993 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19995         * Makefile.in (GDB_SUPPORT_FILES): Remove
19996         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19997         (gdb.tar.gz): Add new rule to use standard distribution building
19998         mechanism.
20000 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20002         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
20003         Bill Cox <bill@cygnus.com>.
20005 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20007         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
20009 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
20011         * configure:  Search current dir first in .gdbinit.
20013 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20015         * config.sub:  Recognize freebsd (merged from gcc config.sub).
20017 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20019         * config.sub:  Refer to NeXT's operating system as nextstep.
20021         * config.sub (case $basic_machine):  Re-order the cases, to match
20022         the order in the FSF version (which is mostly alphabethical).
20023         Merge in some additions and changes from the FSF.
20025 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
20027         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
20028         * config.sub: Recognize cxux7.
20029         * configure.in: Use mh-cxux for m88k-harris-cxux*.
20031 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20033         * config.sub:  Fix typo powerpc -> powerpc-*.
20035 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
20037         * Makefile.in: `all-emacs19' depends on `all-byacc'.
20039         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
20040         parallel with all-emacs and install-emacs).  Top-level command
20041         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
20043 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20045         * test-build.mk ($(host)-stamp-stage2-installed): Remove
20046         $(relbindir)/make before doing ``make install'', and use
20047         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
20048         installing over running make binary.
20049         ($(host)-stamp-stage3-installed): Likewise.
20051 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20053         * config.guess: Recognize Mach.
20055 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20057         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
20058         see whether --exec-prefix was used.
20060 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20062         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
20064 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20066         * Makefile.in: Add all-librx target similar to all-libproc.
20068 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
20070         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
20071         with post 1.2 uname bogosity.
20073 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20075         * configure: Remove temporary files on receipt of a signal.
20077 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
20079         * configure: If there is a package_makefile_frag, remove
20080         ${subdir}/Makefile.tem after copying it in.
20082 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20084         * build_all.mk: support rs6000 lynx identifies itself as
20085         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
20086         since /bin/gcc is too feeble to compile a modern gcc.
20088 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20090         * brought devo/test-build.mk update-to-date with progressive/
20091         test-build.mk. Add lynx targets and hppa flag info.
20093 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20095         * configure.in:  Use mh-ncrsvr43.  Patch from
20096         Tom McConnell <tmcconne@sedona.intel.com>.
20098 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20100         * config.guess (i386-unknown-bsdi):  No longer need to
20101         check #if defined(__bsdi__) && defined(__i386__).
20103 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20105         * configure: Set program_transform_nameoption correctly.
20107 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20109         * brought build-all.mk update-to-date with progressive build-all.mk,
20110         added new targets and hppa info.
20112 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20114         * configure: If config.guess result is a prefix of the user
20115         specified target, assume a native build and use the user specified
20116         target as the host alias.  Remove SunOS patch suffix removal hack.
20117         * configure.in: Remove SunOS patch suffix removal hack.
20119         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20120         in NATIVE_CHECK_MODULES.
20122 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
20124         * Makefile.in: Rename HOST_ONLY to NATIVE.
20125         * configure: Delete SunOs patch suffix from host_canonical
20126         and build_canonical variables that are prepended to Makefiles.
20127         * configure.in: Add comments for easier maintenance.
20129 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20131         * Makefile.in: Add all-libproc target similar to all-gui.
20133 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
20135         * Makefile.in (CHECK_MODULES): split into
20136         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20138 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
20140         * config.guess (i386-unknown-bsdi): New system to guess.
20142 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20144         * Makefile.in: Add all-gui target (but not yet build by "all").
20146 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
20148         * config.sub: Move deletion of patch suffix from here...
20149         * configure.in: To here, at Ian's suggestion.  The top-
20150         level scripts might need to know of a patch level.
20152 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
20154         * config.sub: Strip off patch suffix so rtl is recognized
20155         as a sunos4.1.3 machine, even though it's been patched.
20157 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
20159         * Makefile.in (INSTALL_LAST): Delete.
20160         (INSTALL_DOSREL): New.
20162 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20164         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20165         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20166         whether we pass down --with-gnu-ld anyhow.
20168 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
20170         * Makefile.in (INSTALL_LAST): Change operation so it works
20171         on more flavors of make.
20172         * configure.in (go32): Don't build libg++ or libio.
20174 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
20176         * Makefile.in (Move HOST_PREFIX_1 and friends up so
20177         they can be overriden by templates.
20179 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
20181         * configure.in (target==go32): Don't build gdb.
20182         * dosrel: New directory.
20184 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
20186         * configure.in (host==go32): Configure dosrel too.
20187         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20188         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20189         be set by incoming names or templates.
20190         (INSTALL_LAST): New rule.
20192 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
20194         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20196 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20198         * configure.in (appdirs): New variable.  Currently empty, but will
20199         be used in gas distribution.  If nonempty, lists a set of
20200         directories at least one of which must get configured, or top
20201         level configuration is considered to have failed.
20202         (rs6000-*-lynxos*): Use new file name.
20204 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20206         Eliminate XTRAFLAGS.
20207         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20208         newlib include files using -idirafter, and also use -nostdinc.
20209         (CXX_FOR_TARGET): Likewise.
20210         (XTRAFLAGS): Removed.
20211         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20212         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20213         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20214         ($(DO_X)): Don't pass down XTRAFLAGS.
20216 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20218         * configure.in (mips*-dec-bsd*): New target; do build linker.
20219         (mips*-*-bsd*): New target; don't build linker.
20221 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20223         * configure.in: support rs6000-*-lynxos* configuration.
20224         support sunos4 as a cross target.
20226         * config.sub: look for lynx*, not lynx since the OS version may
20227         legitimately be part of the name.
20229 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20231         * configure.in (i[34]86-*-sco*): Move to be with other i386
20232         targets.
20233         (romp-*-*): New target.  Skip various binary utilities.
20234         (vax-*-*): New target.  Don't build newlib.
20235         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
20237 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20239         * configure.in: Only set host_makefile_frag if config
20240         directory exists.
20242 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20244         * install.sh: If $dstdir exists, don't check whether each
20245         component does.
20247 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20249         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20251 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20253         * configure.in (*-*-lynxos*): Don't configure newlib for either
20254         native or cross Lynx.
20256 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
20258         * config.sub (sparc64-elf): Fix os.
20259         (z8k): Remove duplicate.
20261 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20263         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20264         gcc/stmp-fixproto, to try to prevent fixproto from being run.
20266 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
20268         * configure: Make file links cleanly even if Lynx fails on
20269         an NFS symlink (at least fail cleanly).
20271 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
20273         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20274         -XNh2000.
20276 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20278         * configure: Unknown options are fatal again.
20280 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
20282         * configure: Ignore --x-includes and --x-libraries, for Autoconf
20283         compatibility.
20285 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
20287         * build-all.mk: Add `clean' target.
20289 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20291         * config.guess:  Add SINIX support.
20292         * configure.in:  Add mips-*-sysv4* support.
20294 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
20296         * build-all.mk: Document all useful targets.
20297         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20298         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20300 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20302         * configure: Support --silent, --quiet.
20304 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20306         * configure: Support --disable-FEATURE.
20308 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20310         * config.guess: Recognize NCR running SVR4.3.
20312 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20314         * config.guess:  Make BSDI generate i386-unknown-bsd386.
20315         Patch from Paul Eggert <eggert@twinsun.com>.
20317 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20319         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20321 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20323         * configure: Make unrecognized options give nonfatal warnings
20324         instead of fatal errors, and pass them to any subdirectory
20325         configures in case they recognize them.
20326         Make --x equivalent to --with-x.
20328 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20330         * configure: Add --enable-* options.  Clean up usage message and
20331         some comments.
20333 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
20335         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20337 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20339         * configure.in (hppa*-*-*): Enable binutils.
20341 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20343         * config.sub: Recognize cisco.
20345 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
20347         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20349 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20351         * config.guess: about target *-hitachi-hiuxwe2, don't print more
20352         than one configuration name.  Add comment.
20354 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
20356         * config.guess: about target *-hitachi-hiuxwe2, fixed
20357         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
20358         macro is incorrect.]
20360 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20362         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20363         than the "make ls" stuff which used to be here.
20365 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20367         * config.guess:  Recognize i[34]86-unknown-freebsd.
20368         From Shawn M Carey <smcarey@rodan.syr.edu>.
20370 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20372         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20374 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20376         * config.guess: Check for ptx.
20378 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
20380         * config.sub: Add os9k checking.
20382 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20384         * config.guess: Handle OSF1 running on HPPA processors
20386 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20388         * configure: If subdir configure fails, print out a message with
20389         subdirectory name, in case subdir's configure code didn't identify
20390         itself.
20392 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
20394         * configure.in: Remove embedded newlines from configdirs.
20395         Avoid mismatches of substrings.  Fix matching strings at end
20396         of configdirs.
20398 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
20400         * config.guess:  Add Lynx/rs6000 config support.
20402 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20404         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20406 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
20408         * configure.in (hppa*-*-osf*): Treat this just like most other
20409         PA configurations (eg no binutils or ld).
20410         (hppa*-*-*elf*): These configurations have binutils and ld.
20412 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20414         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
20416 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20418         * configure.in (rs6000-*-*): Build gas.
20420 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20422         * Makefile.in:  Avoid bug in losing hpux sed.
20424 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20426         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20427         for GDB and GDB has been fixed to not need it.
20429 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20431         * config.guess: Recognize vax hosts.
20433 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20435         * configure (while loop): Don't use "break 2" inside case
20436         statement -- the case statement isn't an enclosing loop.
20438 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20440         * config.guess:  Clean up NeXT support, to allow nextstep
20441         on Intel machines.  Make OS be nextstep.
20443 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20445         * config.guess: Add alternate forms for Convex.
20447 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20449         * configure:  Completely rewrite option processing.  Take
20450         advantage of pattern-matching to avoid invoking test frequently.
20451         Also clean up host and target defaulting logic.
20453 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20455         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20456         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20457         commands (plus user environment) will fit SCO limits.
20459 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20461         * configure.in: Don't issue warnings about directories which are
20462         not being configured if -norecursion is set.  Correct test for
20463         --with-gnu-as and --with-gnu-ld to not get confused by substring
20464         matches.
20466         * configure.in: Don't build gas for alpha-dec-osf1*.
20468 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20470         * configure:  Back out Per's change of 12/19/1993.  It changes the
20471         behavior of configure in unexpected and confusing ways.
20473         Also, use different delim char when calculating
20474         program_transform_name so that the name can contain slashes.
20476 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20478         * configure.in, config.sub: Add support for VSTa micro-kernel.
20480 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20482         * configure.in: Nuke hacks which were used to get a special
20483         version of GAS for HPPA configurations.
20485 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20487         * configure:  If only ${target_alias} is given, use that
20488         as the default for ${host_alias}.
20489         * configure:  Add missing back-slashes before nested quotes.
20491 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20493         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20495 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20497         * config.guess:  Recognize some Tektronix configurations.
20498         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20500 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20502         * config.sub: Match any flavor of SH.
20504 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20506         * configure.in: Don't try to configure newlib for Alpha.
20508 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20510         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20511         libg++ or libio for any Alpha target.
20513         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20515 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20517         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20518         default arguments -- so it tried to compress itself.
20520 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20522         * configure.in (notsupp): ensure that a space is always at the end
20523         of the configdirs list, since the grep checks for an explicit space
20525 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20527         * configure.in (target i386-sysv4.2): don't build ld, since static
20528         versions of many libraries are not available.
20530 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20532         * config.guess: Recognize Apollos (using environment variables).
20533         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20535 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20537         * config.guess: Recognize Sony news mips running newsos.
20539 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20541         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20542         "fi ; else" for bash.
20544 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20546         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20548 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20550         * config.sub: accept unixware as an alias for svr4.2.
20551         Fix some inconsistancies with the gcc version.
20553 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20555         * Makefile.in (DISTDOCDIRS):  Add gdb.
20557 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20559         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20561 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20563         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20564         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20565         this now.
20567 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20569         * config.sub: Accept hiux* as an OS name.
20571         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20572         etc/make-stds.texi.  The underscore came from gcc, and dje now
20573         agrees that RUNTESTFLAGS is the correct name.
20575 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20577         * install.sh:  Remove 'set -e'.  It makes any conditionals
20578         in the script useless.
20580         * config.guess: Automatically recognize arm-acorn-riscix
20581         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20583 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20585         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20587 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20589         * Makefile.in (DISTDOCDIRS): New variable.
20590         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20591         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20593 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20595         * configure.in (hppa target): check the source directory for the
20596         pagas sub-directory
20598 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20600         * config.sub: Allow -aout* and -elf*.
20602 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20604         * configure.in: Don't build ld on i386-solaris2, same as for
20605         sparc-solaris2.
20607 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20609         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20611 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20613         * configure.in:  Configure gdb for alpha.
20615 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20617         * Makefile.in (CXXFLAGS): Add -O.
20619 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20621         * config.guess: added support for DG Aviion
20623 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20625         * configure.in: Produce warning message for subdirectories not
20626         configurable for this host/target combination.  Don't try to
20627         configure gdb for vms.
20629 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20631         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20632         appropriate files before making "diststuff".
20633         (DISTBISONFILES): New var: list of files to be edited.
20634         (DISTSTUFFDIRS): Add binutils.
20636 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20638         * config.sub: also handle mipsel and mips64el (for little endian mips)
20640 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20642         * configure.in: Add * to end of all OS names.
20644 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20646         * configure.in: Build newlib for LynxOS native.
20648 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20650         * config.guess: Add support for delta 88k running SVR3.
20652         * configure.in: Add comment about HP compiler vs. emacs.
20654 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20656         * configure.in: don't build ld on solaris2 (not a viable option
20657         due to bugs in getpwnam & getpwuid)
20659 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20661         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20662         config.guess will produce a full version number.
20664 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20666         * configure.in: Build linker and binutils for alpha-dec-osf1.
20668 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20670         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20671         and gdb/testsuite/Makefile.in.
20673 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20675         * configure.in: recognize mips*- instead of mips-
20677 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20679         * config.sub: Accept linux*coff and linux*elf as operating
20680         systems.
20682 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20684         * config.sub: Recognize mips64, and mips3 as an alias for it.
20686 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20688         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20689         gdb knows how to handle OSF/1 shared libraries.
20691 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20693         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20694         * config.guess: Recognize Hitachi's HIUX.
20695         * config.sub: Recognize h3050r* and hppahitachi.
20696         Remove redundant cases for hp9k[23]*.
20698 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20700         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20701         if gas and ld are in the source tree and are in ${configdirs}.
20702         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20703         --with options (but still pass them down on the command line,
20704         if they were explicitly specified).
20706 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20708         * configure: substitute SHELL value in Makefile.in with
20709         ${CONFIG_SHELL}
20711 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20713         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20714         *-*-solaris2* targets.
20716 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20718         * Makefile.in: define M4, and pass it down to sub-makes;
20719         all-autoconf now depends on all-m4
20721 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20723         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20724         presence of {ar,ranlib} instead of a configured directory
20726 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20728         * config.guess: Accept 34?? as well as 33?? for NCR.
20730 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20732         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20733         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20735 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20737         * configure: grab values for $(CC) and $(CXX) from the
20738         environment, so that someone can do "CC=gcc configure; make" and
20739         have it work right (matching the way that autoconf works now)
20741         * configure.in, Makefile.in: add support for gash, the tcl
20742         interface to Galaxy
20744         * config.guess: add NetBSD variants (hp300, x86)
20746 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20748         * install.sh: Support -d option (in the manner of SunOS 4 install,
20749         as it is more deterministic than that of GNU install)
20750         (chmodcmd): Set file to mode 755 by default (should also do default
20751         chgrp and chown, but I don't feel like dealing with that now)
20753 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20755         * config.sub: Remove h8300hhms alias.
20757 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20759         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20761 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20763         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20764         as stmp-fixinc
20766 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20768         * config.sub: recognize m88110-bug-coff.
20770 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20772         * Makefile.in (all-libio): all dependencies on the toolchain used
20773         to build this (gcc, gas, ld, etc)
20775 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20777         * config.guess: Deal with OSF/1 1.3 on alpha.
20779 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20781         * install.sh: add some 'else true' clauses for portability
20783         * configure.in: don't build libio for h8[35]00-*-* targets
20785 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20787         * Makefile.in:  Add support for new libio.
20789 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20791         * install.sh: If one command fails, don't try the rest.  Don't try
20792         to remove $dsttmp (via trap) unless we have already created it.
20793         If $src doesn't exist, detect it and exit with an error.
20795         * config.guess: Recognize BSD on hp300.
20797 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20799         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20800         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20802 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20804         * Makefile.in (all-send-pr): depends on all-prms
20806 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20808         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20810 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20812         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20813         Added test for mips-mips-riscos5.
20815 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20817         * configure.in: use mh-hp300 for 68k HP hosts
20819 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20821         * configure: add support for CONFIG_SHELL, so that you can use
20822         some alternate shell for evaluating configure scripts
20824 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20826         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20827         in configure script to bug-gdb@prep.ai.mit.edu when building
20828         distribution archive.
20829         * Makefile.in (COMPRESS):  Remove def.
20830         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20831         gdb.tar.Z and make-gdb.tar.Z respectively.
20832         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20833         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20834         to convergence with 'taz' target in Makefile.in.
20836 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20838         * install.sh (dsttmp): use trap to ensure that tmp files go
20839         away on error conditions
20841 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20843         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20845 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20847         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20848         its parent is '/' not ''.
20850         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20852 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20854         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20855         that ${newsrcdir}/configure.in does.
20857 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20859         * test-build.mk: support for CONFIG_SHELL
20861 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20863         * config.sub (netware):  Add as a basic system type.
20865 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20867         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20868         $(srcdir)/ from the dependency on Makefile.in.
20870 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20872         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20873         (h8300hhms is temporary until multi-libraries are implemented).
20874         * configure.in: Handle h8300h too.
20876 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20878         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20880 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20882         * configure:  Remove extraneous output when guessing host type.
20883         * config.guess:  Remove extraneous output when guessing using C
20884         compiler rather than uname, or when guessing fails.
20886 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20888         * Makefile.in: remove all.cross and install.cross targets
20890         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20891         definitions
20893 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20895         * configure.in (target sh): Build gprof.
20897 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20899         * config.sub: change -solaris to -solaris2
20901 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20903         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20905 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20907         * configure: Correct error message for missing Makefile.in to
20908         print correct directory.
20910 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20912         * install.sh: kludge around 386BSD shell bug
20914 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20916         * config.guess:  Recognize NeXT.
20917         * config.guess:  Recognize i486-ncr-sysv4.
20918         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20920 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20922         * Makefile.in (MAKEINFOFLAGS): New variable.
20923         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20924         * build-all.mk, test-build.mk: Pass down --no-split as
20925         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20927 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20929         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20931 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20933         * Makefile.in (libg++.tar.z):  New rule.
20934         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20935         * Makefile.in (taz):  Only do a single chmod.
20937 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20939         * install.sh: don't use dirname anymore (replaced with sed usage)
20941 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20943         * Makefile.in:  Change extension for gzip'd files from '.z' to
20944         '.gz' per new FSF standard usage.
20946 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20948         * configure: put quotes around the final value of program_transform_name
20950 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20952         * Makefile.in: new install.sh support; update install-info rules
20954 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20956         * configure.in: Build diff for crosses, but not for go32 host.
20958         * configure.in: Build gprof only for native, and don't build it
20959         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20961 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20963         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20965 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20967         * configure.in (host_tools): Add prms.
20969 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20971         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20972         with $(FLAGS_TO_PASS) on the command line
20974         * config.sub: Recognize lynx and lynxos
20976 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20978         * config.sub: Accept -ecoff*, not just -ecoff.
20980 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20982         * Makefile.in (taz): Use .gz suffix instead of .z.
20983         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20984         names.
20986 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20988         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20990 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20992         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20993         that rebuilds that might happen during 'make install' don't get
20994         bogus gcc include files
20996 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20998         Change from Utah for HPPA support:
20999         * config.guess: Recognize hppa1.x-hp-bsd.
21001 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
21003         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
21004         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
21006 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21008         * config.sub: Add support for rom68k and bug boot monitors.
21010 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
21012         * Makefile.in: Make all-opcodes depend on all-bfd.
21014 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21016         * config.guess: Added special check for i[34]86-univel-sysv4*.
21018 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
21020         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
21021         the processor rather than assuming i486.
21023 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21025         * config.guess: Recognize SunOS6 as Solaris3.
21027 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
21029         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
21030         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
21032 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
21034         * build-all.mk (all-cross): New target for Canadian Cross.
21035         Added Q2 go32 targets.
21036         * test-build.mk: Configure go32 cross sparclite-aout and
21037         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
21038         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
21040 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21042         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
21043         GO32 hosted toolchains
21045 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21047         * configure: change  so "-exec-prefix" gets passed down rather
21048         than "-exec_prefix" so autoconf generated Makefiles get the
21049         exec_prefix set right.
21051 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21053         * config.guess: get the Solaris2 minor version number
21055         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
21057 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21059         * config.guess: Recognize some Sequent platforms.
21061 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21063         * Makefile.in: added the vault-install target
21065         * configure.in: actually use the Sun3 makefile fragment that's in
21066         config, also added the release dir to configdirs
21068 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21070         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
21072 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21074         * configure.in: remove some program from Alpha targetted toolchains
21076 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
21078         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
21079         gprof.
21080         (taz): Run "make diststuff" in those directories instead of "make
21081         proto-dir".  Look for "VERSION=" only at start of line in subdir
21082         Makefile.  Use "gzip -9" for compression.
21083         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
21084         (binutils.tar.z): New target.
21086 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21088         * Makefile.in (taz): Include gpl.texinfo.
21090 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21092         * Makefile.in (setup-dirs): Merged into "taz" target.
21093         (taz): Only do `proto-dir' stuff if a directory is actually needed
21094         for this target.
21096 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
21098         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
21099         (FLAGS_TO_PASS): Pass down MUNCH_NM.
21100         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
21101         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
21102         (gcc-no-fixedincludes): Correct for current gcc Makefile.
21104 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
21106         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
21107         config.sub, and move-if-change to gdb testsuite distribution
21108         archive, so the testsuite can be extracted, configured, and
21109         run separately from the gdb distribution.  Blow away the Chill
21110         tests that require a Chill compiled executable, since GNU Chill
21111         is not yet publically available.
21113 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21115         * test-build.mk: set environment variables in a single command,
21116         instead of a list of assignments and exports
21118         * config.guess: recognize Alpha/OSF1 systems
21120 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21122         * configure: Change help message to prefer --options rather than
21123         -options.
21125 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21127         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21128         zippy@ecst.csuchico.edu.
21129         * config.guess: Recognize miniframe.
21131 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21133         * Makefile.in: Use srcroot to find runtest rather than rootme.
21134         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
21136 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21138         * test-build.mk: Extensive additions to support building on a
21139         machine other than the host.
21141 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21143         * configure (tooldir): Fix for i386-aix again.
21145 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
21147         * configure, Makefile.in:  Change definition of $(tooldir)
21148         to match the FSF.
21150 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
21152         * config.guess:  Recognize i[34]86/SVR4.
21154 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21156         * Makefile.in (all-gdb): gdb depends on sim.
21158 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
21160         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
21161         at the same time we make the prototype gdb directory.
21162         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
21163         files at the same time as the gdb base release distribution.
21165 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
21167         * Makefile.in (check): Use individual check targets rather than
21168         DO_X rule.
21169         (check-gcc): Added.
21171 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
21173         * config.sub: Use sysv3.2 not sysv32 for canonical OS
21174         for System V release 3.2.
21176 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21178         * config.sub: Recognize hppaosf.
21179         * configure.in: Do configure ld/binutils/gas for it.
21181 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21183         * configure (tooldir): Alter syntax used to set this, for systems
21184         where "\$" isn't handled right, like i386-aix.
21186 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21188         * configure: Pass program-transform-name, not
21189         program_transform_name, to recursive configures.
21191 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
21193         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21194         of gas+ld+binutils.
21196 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
21198         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
21200 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21202         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21204 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21206         * Makefile.in (PRMS): Set back to all-prms.
21208 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21210         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21211         targets, rather than for MIPS hosts.
21213 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21215         * configure.in: add comment for --with-x default values
21217         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21219         * Makefile.in: add check-* targets for each of the directories in
21220         the tree.  Add a definition of RUNTEST that will use the one we
21221         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
21223 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
21225         * configure.in: Removed obsolete references to bfd_target and
21226         target_makefile_frag.
21228         * build-all.mk: Set assorted targets for Q2.
21229         * config.sub: Recognize z8k-sim and h8300-hms.
21230         * test-build.mk: Really don't pass host to configure.
21231         (HOLES): Added uname.
21233 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
21235         * configure: Handle an empty program-prefix, program-suffix or
21236         program-transform-name correctly.
21238 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21240         * build-all.mk: -G 8 no longer required for MIPS targets.
21241         * test-build.mk: Don't pass host argument to configure; make it
21242         guess.
21244 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
21246         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
21247         * Makefile.in (COMPRESS):  New macro, like GZIP.
21249 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21251         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21253         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21254         with gas currently defaults to -G 0.
21256 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
21258         * Makefile.in (all-flex): flex depends on byacc.
21260         * build-all.mk: If host not specified, use config.guess.  Pass TAG
21261         to test-build.mk as RELEASE_TAG.
21262         * test-build.mk (configargs): New variable containing arguments to
21263         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
21264         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21266         * config.guess: Use /bin/uname when checking -X argument on SCO,
21267         to avoid invoking GNU uname which doesn't understand -X.
21269         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21271         * configure.in: Build gas for mips-*-*.
21273 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21275         * Makefile.in (all.normal): insert missing backslash.
21277 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21279         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21281         * Makefile.in: Complete overhaul to merge many almost identical
21282         targets.
21284 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21286         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21287         (gdb.tar.Z): Adjusted.
21289         * Makefile.in (setup-dirs, taz): New targets; should be general
21290         enough to adapt for gdb sometime.  Build only .z file.
21291         (gas.tar.z): New target.
21293 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
21295         * build-all.mk: Use CC=cc -Xs on Solaris.
21297 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
21299         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
21300         for handling BISON for FSF releases.
21302 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21304         * configure: Actually implement the change zoo just documented.
21306 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
21308         * configure: when using config.guess, only set target_alias when
21309         it's not already been set (ie, on the command line)
21311 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21313         * Makefile.in: add installcheck target, set PRMS to install-prms
21315 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21317         * configure: add support for package_makefile_fragment, handle the
21318         case where a directory has a configure.in file but no Makefile.in
21319         more gracefully (with an actual understandable error message, even);
21320         add support for --without (and add this to the usage message); also
21321         explicitly add a --host=${host_alias} to the command line when
21322         config.guess is used
21324 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21326         * configure: Must use both --host and --target in recursive calls.
21328 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21330         * Makefile.in: Change deja-gnu to dejagnu.
21332 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21334         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21336 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21338         * configure.in: canonicalize all instances to *-*-solaris2*,
21339         also strip out a number of tools to not build for go32 host
21341 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21343         * config.guess: add GPL.
21345         * Makefile.in, config.guess, config.sub, configure: bump
21346         copyrights to 93.
21348 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
21350         * Makefile.in (do-info): Removed obsolete check for existence of
21351         localenv file.
21353         * Makefile.in (MAKEOVERRIDES): Define to be empty.
21355 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21357         * Makefile.in: a couple of 'else true' for decstation,
21358         support for TclX
21360         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21362 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
21364         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21366 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
21368         * config.guess: Recognize i386-ibm-aix (PS/2).
21369         * configure.in: Use config/mh-aix386 file for it.
21371 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
21373         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21374         CC_FOR_TARGET instead.
21375         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21377 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
21379         * Makefile.in: Add sim to list of directories sent with gdb
21381 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
21383         * configure.in: Put back mips-dec-bsd* case.
21385 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
21387         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21388         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
21389         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21391 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21393         * configure.in: remove no-op mips-dec-bsd* in "case $target"
21395         * Makefile.in (dir.info): only run gen-info-dir if it exists,
21396         (install-info): install dir.info only if it exists,
21397         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21399 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
21401         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
21402         gas for mips-dec-bsd.
21404 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
21406         * configure (makesrcdir): If ${srcdir} is relative and not ".",
21407         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21409 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21411         * configure.in: Added "dejagnu" to hosttools list.
21413 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
21415         * config.sub, configure.in, config.guess:  Add support
21416         for Bosx, an AIX variant from Bull.
21417         Patches from F.Pierresteguy@frcl.bull.fr.
21419 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21421         * devo/dejagnu: Initial creation of devo/dejagnu.
21422         Migrated dejagnu testcases and support files for testing software
21423         tools to reside as subdirectories, currently called "testsuite",
21424         within the directory of the software tool.  Migrated all programs,
21425         support libraries, etc. beloging to dejagnu proper from
21426         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21427         with no modifications.  The changes to these files which will
21428         allow them to configure, build, and execute properly will be made
21429         in a future update.
21431 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21433         * Makefile.in: Change send_pr to send-pr.
21434         * configure.in: Likewise.
21435         * send_pr: Renamed directory to send-pr.
21437 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21439         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21441 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21443         * README:  Update for gdb-4.8 release.
21444         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21445         gdb-xxx.tar.z (gzip'd) file also.
21447 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21449         * Makefile.in: make all-diff depend on all-libiberty
21451 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21453         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21455 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21457         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21459 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21461         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21462         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21463         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21465 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21467         * Makefile.in:  makeinfo binary is in a new location
21469 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21471         * config.sub: Accept -ecoff as an OS.
21473         * Makefile.in: Various changes to eliminate a level of make
21474         recursion and reduce the required command line length.
21475         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21476         sub-makes.
21477         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21478         variables holding settings for specific sub-makes.
21479         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21480         in terms of BASE_FLAGS_TO_PASS.
21481         (TARGET_LIBS): New variable listing directories which use
21482         TARGET_FLAGS_TO_PASS.
21483         (subdir_do): Eliminated.
21484         (do-*): New set of targets to replace subdir_do.
21485         (various): All targets which used subdir_do now depend on do-*.
21486         (local-clean): Renamed from do_clean.
21487         (local-distclean): New target, dependency of distclean and
21488         realclean.
21489         (install-info): Don't create directories.  Depend on dir.info
21490         rather than calling make recursively.
21491         (install-dir.info): Eliminated.
21492         (install-info-dirs): Create all info directories here.
21493         (dir.info): Depend upon do-install-info.
21495         * test-build.mk (HOLES): Added false.
21497 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21499         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21501 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21503         * Makefile.in (info): remove dependency on all-texinfo.  The
21504         problem was really in texinfo/C, not at this level.
21506 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21508         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21510 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21512         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21513         GDB releases.
21515 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21517         * configure: Include srcdir in message about target of link not
21518         being found.  Don't convert `-' to `_' in `with' options being
21519         passed to subdirs.
21521 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21523         * configure.in: add uudecode to host_tools
21525         * Makefile.in: added {all,install}-uudecode targets, added them to
21526         the appropriate lists
21528 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21530         * Makefile.in (all-gcc): Added dependency on all-gas.
21532         * configure.in (mips-*-*): Build ld and binutils.
21534 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21536         * configure: check return code from mkdir, print error message and
21537         exit on failure.
21539 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21541         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21543 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21545         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21547 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21549         * config.sub (h8500):  Recognize this as a cpu type.
21551 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21553         * configure: source directory missing is no longer a warning
21555         * configure.in: recognize irix[34]* instead of irix[34]
21557         * Makefile.in: define and pass down X11_LIB
21559 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21561         * guess-systype: Renamed to ...
21562         * config.guess:  ... by popular request.
21563         * configure.in, Makefile.in:  Update accordingly.
21565 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21567         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21568         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21569         + Execute ./dummy instead of assuming . is in PATH.
21571 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21573         * guess-systype:  New shell script.  Attempts to guess the
21574         canonical host name of the executing host.
21575         Only a few hosts are supported so far.
21576         * configure:  Call guess-systype if no host is specified.
21578 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21580         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21581         gcc Makefile.
21583 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21585         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21586         (all-gcc, install-gcc, subdir_do): Use it.
21588 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21590         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21592 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21594         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21595         set exclusively by configure, using configure.in .
21597 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21599         * test-build.mk: set $PATH for all builds
21601         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21603 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21605         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21606         the one used in gcc/Makefile.in, so that a null expansion doesn't
21607         override the one needed to build gcc with a native cc.
21609 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21611         * configure: Accept -with arguments.
21613 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21615         * Makefile.in: added h8300sim
21617 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21619         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21620         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21621         (all-cygnus, native, build-cygnus): Make
21622         $(canonhost)-stamp-3stage-done, not $(host)....
21623         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21624         i386-sco3.2v4.  Added else true to if command.
21626 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21628         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21630 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21632         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21634 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21636         * configure.in: don't remove binutils from Solaris builds
21638 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21640         * Makefile.in: get rid of earlier definitions for *clean,
21641         also handle the recursive info rule better
21643 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21645         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21646         do more-or-less the right thing.
21648 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21650         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21651         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21653 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21655         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21656         $(host_canonical).
21658         * configure.in: split the configdirs list into 4 categories (native
21659         v. cross, library v. tool) and handle the cross-only and native-
21660         only in more reasonable (and correct!) way.
21662 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21664         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21665         configdirs anymore.
21667 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21669         * Makefile.in: extensive cleanup::  removed all of the explicit
21670         clean-* targets, collapsed many wrappers around subdir_do into
21671         one, added additional targets to satisfy standards.texi, deleted
21672         some old targets, some changes for consistency
21674 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21676         * configure.in: handle some programs as cross-only, and others as
21677         native only
21679         * test-build.mk: handle partial holes in a more generic manner
21681         * Makefile.in: m4 depends on libiberty
21683 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21685         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21686         time, wdiff, and find to configdirs
21688         * Makefile.in: all, clean, and install rules for the new programs
21689         added to configure.in
21691 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21693         * configure.in: use mh-sun for all *-sun-* hosts
21695 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21697         * Makefile.in: define flags for X11 include files and library file
21698         locations, pass them down to the programs that need this info
21700         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21702 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21704         * configure.in: start building libg++ for HP-UX targets
21706 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21708         * README:  Update references to files moved into etc/.
21710 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21712         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21713         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21715 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21717         * configure: accept dash as well as underscore in long option
21718         names for FSF compatibility.
21720 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21722         * config.sub: added -sco3.2v4 support from FSF.
21724 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21726         * configure.in: expand the section that adds or removes
21727         directories from the list of programs to build, to handle native
21728         vs. cross in addition to host v. native
21730 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21732         * Makefile.in:  Replace C++ in macro names with CXX.
21733         This is less likely to break ...
21735 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21737         * test-build.mk: add -w to GNU_MAKE
21739 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21741         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21742         add 'sparc' to list of recognized cpus.  This needed to make
21743         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21744         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21745         then changes that into $CPU-wrs-vxworks.
21747         * configure.in: remove most references to gdbtest, regularize
21748         target based program removal
21750         * test-build.mk: import from p3 tree (many fixes and changes)
21752 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21754         * Makefile.in: added rules to handle tcl, tk, and expect
21756         * configure.in: handle those directories if they exist
21758 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21760         * config.sub: removed bogus hppabsd and hppahpux names, since
21761         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21763 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21765         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21766         depends upon all-xiberty
21768         * Makefile.in: changes from p3, including:
21770         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21772         * Makefile.in (XTRAFLAGS): include newlib directories if
21773         newlib/Makefile exists, rather than if host != target.
21775         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21777         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21778         from the same source tree and not building a cross-compiler.  This
21779         matters for the libg++ configuration if reconfiguring a tree that
21780         has already been installed.
21782         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21784         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21785         pick up the machine and system specific header files.
21787         * Makefile.in: added AS_FOR_TARGET, passed down in
21788         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21789         the C compiler to use to create programs which are run in the
21790         build environment, set it to default to $(CC), and passed it down
21791         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21793         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21795         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21796         We need them for unusual native builds, like systems without
21797         ranlib.
21799         * configure: also define $(host_canonical) and
21800         $(target_canonical), which are the full, canonical names for the
21801         given host and target
21803 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21805         * Makefile.in:  Added separate definitions for C++.
21807 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21809         * configure.in (configdirs):  Add deja-gnu.
21811 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21813         * README:  Update for configure.texi and gdb-4.7 release.
21815 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21817         * Makefile.in:  Move "all" target to top of file.
21818         Previously, first target was ".PHONY" which caused BSD4.4 make
21819         to build .PHONY when make was run without arguments.
21821 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21823         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21824         Library-copylefted code in libiberty.
21826 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21828         * config.sub:  Replace m68kmote with plain old m68k.
21830 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21832         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21834 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21836         * config.sub: Complain if no argument is given.  Added support for
21837         386bsd as OS and target alias.
21839 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21841         * Makefile.in (XTRAFLAGS): include newlib directories if
21842         newlib/Makefile exists, rather than if host != target.
21844 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21846         * config.sub: recognize sparclite-wrs-vxworks.
21848         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21849         p3.) Added clean-xiberty to clean.
21851 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21853         * configure.in: use *-*-* instead of nested cases for host and target
21855 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21857         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21858         from the same source tree and not building a cross-compiler.  This
21859         matters for the libg++ configuration if reconfiguring a tree that
21860         has already been installed.
21862 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21864         * config.sub (i486v/i486v4):  Merge in from FSF version.
21866 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21868         * configure: only set PWD if it is already set.
21870 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21872         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21873         doesn't have unset and all success paths (and most error paths)
21874         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21875         to just ${PWD} to avoid confusion.)
21877 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21879         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21880         even for a native compilation.
21882 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21884         Changes to make the gdb.tar.Z rule work better.
21886         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21887         (DEVO_SUPPORT):  Add configure.texi.
21888         (bfd-ilrt.tar.Z):  Remove ancient rule.
21890 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21892         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21893         pick up the machine and system specific header files.
21895         * configure.in, config.sub: added new target m68010-adobe-scout,
21896         with alias of adobe68k.  Changed configure.in to check for
21897         -scout before -sco* to avoid a false match.
21899         * Makefile.in: added AS_FOR_TARGET, passed down in
21900         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21901         the C compiler to use to create programs which are run in the
21902         build environment, set it to default to $(CC), and passed it down
21903         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21905 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21907         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21908         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21909         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21910         FOR_TARGET variants, to newlib and libg++.
21912 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21914         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21915         first.
21917 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21919         * config.sub:  Accept `elf' as an environment.
21921 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21923         * Makefile.in (all-opcodes):  cd into the right directory
21925 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21927         * configure: added -program_transform_name option, used as
21928         argument to sed when installing programs.
21929         configure.texi: added documentation for -program_prefix,
21930         -program_suffix and -program_transform_name.
21932 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21934         * config.sub:  Accept i486 where i386 ok.
21936 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21938         * config.sub: accept we32k
21940 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21942         * config.sub, configure.in: accept OSE68000 and OSE68k.
21944         * Makefile.in: don't create all directories for ``make install'';
21945         let the subdirectories create the ones they need.
21947 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21949         * COPYING: new file, GPL v2
21951 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21953         * Makefile.in: use the new gen-info-dir, which needs a template
21954         argument (which also lives in texinfo)
21956         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21958 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21960         * config.sub (ncr3000):  Change i386 to i486.
21962 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21964         * Makefile.in: add install-rcs, install-grep to
21965         install-no-fixedincludes, removed install-bison and install-libgcc
21967 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21969         * configure.in: grab the HPUX makefile fragment if on HPUX
21971 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21973         * Makefile.in: eradicate bison spoor (ditto libgcc).
21974         configure.in: recognise m68{k,000}-ericsson-OSE.
21975         es1800 is alias for m68k-ericsson-OSE
21977 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21979         * configure.in: rearrange the parts that remove programs from
21980         configdirs, based now on HOST==TARGET or by canonical triple.
21982 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21984         * test-build.mk: recurse explicitly with -f test-build.mk when
21985         appropriate.  predicate stage3 and comparison on the existence
21986         of gcc.  That is, if gcc isn't around, we aren't three-staging.
21987         On very clean, also remove ...stamp-co.  Build in-place before
21988         doing other builds.
21990 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21992         * Makefile.in, configure.in: add tgas
21994 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21996         * Makefile.in: a number of changes merged in from progressive.
21998         * configure.in: add libm.
22000         * .cvsignore: ignore some stuff that comes from test-build.mk.
22002 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
22004         * config.sub:  Add es1800 (m68k-ericsson-es1800).
22006 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
22008         * configure: Add program_suffix (parallel to program_prefix)
22009         * Makefile.in: adjust directory-creating script for losing decstation
22011 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
22013         * configure:  Minor $subdir-related fixes.
22015 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
22017         * configure: fix various problems with propogating
22018         makefile_target_frag in subdirs.
22019         * configure.in: config libgcc if its there
22021 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
22023         * config.sub:  HPPA merge.
22025 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
22027         * Makefile.in:  Replace all-bison with all-byacc in all
22028         dependency lines for other tools (which now use byacc).
22030 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
22032         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
22034 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
22036         * Makefile.in: make gprof rules similar to byacc rules (instead of
22037         vestigal $(unsubdir) that didn't work...)
22039 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
22041         * config.sub:  Add support for Linux.
22042         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
22043         (at least for libg++).
22045 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
22047         * configure.texi: fix doc for the -nfp option to configure
22049 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
22051         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
22053 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
22055         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
22056         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
22057         * configure.in: added solaris* host_makefile_frag hook.
22059 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22061         * config.sub: changed recognition of m68000 so that various
22062         m68k types can be specified via m680[01234]0
22064 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22066         * config.sub (basic_machine): fix sed so that '-foo' isn't
22067         completely substituted out while .+'-foo' loses the '-foo'
22069 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22071         * config.sub ($os): Add -aout.
22073 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
22075         * configure:  If host_makefile_frag is absolute, don't
22076         prefix ${invsubdir} (relevant to libg++ auto-configure).
22078 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22080         * Makefile.in (tooldir): Define it.
22081         (all-ld): Depend on all-flex.
22083 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
22085         * Makefile.in (check):  Fix libg++ special case.
22087 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
22089         * configure: do not bury `pwd` into config.status, thus do fewer
22090         pwd's.
22092         * configure: print the "Building in" message only when building in
22093         other than "." AND verbose.
22095         * configure: remove -s, rework -v to better accommodate guested
22096         configures.
22098         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
22100 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
22102         * Makefile.in: macroize flags passed on recursion.  remove
22103         fileutils.
22105 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
22107         * configure: get makesrcdir right for subdirs deeper than 1.
22109         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
22110         install.
22112 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
22114         * Makefile.in: don't print subdir_do or recursion lines.
22116 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
22118         * standards.texi: added menu item.
22120         * Makefile.in: build and install standards.info.
22122         * standards.texi: new file.
22124 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22126         * configure: test for and move config.status pieces from
22127         ${subdir}/.
22129 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
22131         * configure:  Test for existance of files before trying to mv
22132         them, to avoid numerous non-existance messages.
22134 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
22136         * configure: correct final line of config.status.
22138         * configure: patch from eggert.  Avoids a protection problem if
22139         the original Makefile.in is read only.
22141         * configure: use move-if-change from gcc to create config.status.
22142         Some makefiles depend on config.status to tell if a directory
22143         has been reconfigured for a different host.  This change
22144         prevents those directories from remaking everything in the case
22145         where the reconfig was only intended to rebuild a Makefile.
22147         * configure: test for config.sub with "config.sub sun4" rather
22148         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
22149         host alias from a missing config.sub.
22151 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22153         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
22154         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
22156 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
22158         * configure: mkdir ${subdir} as needed.
22160 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
22162         * Makefile.in,configure.in: added autoconf.
22164 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22166         * Makefile.in: no longer pass against on recursion.
22168         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
22169         definitions are not inherited.
22171         * configure: correct makesrcdir when subdir is .
22173 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
22175         * configure:  Add support for 'subdirs' variable, which is
22176         like 'configdirs', except that configure doesn't re-invoke
22177         itself for subdirs, it just creates a Makefile for each subdir.
22178         * configure.texi:  Document subdirs.
22180 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22182         * configure.in: added flex to configdirs
22184 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
22186         * Makefile.in: remove clean-stamps from clean.
22188 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
22190         * configure.in:  Add gdbtest to configdirs.
22192 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
22194         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
22195         to recursive makes.
22196         * configure.in:  Recognize new ncr3000 config.
22198 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
22200         * Makefile.in, configure.in: removed references to gdbm.
22202 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
22204         * config.sub:  Don't canonicalize os value
22205         newsos* to bsd (readline needs to check for newsos).
22206         (This fix was earlier made Jan 31, but got re-broken.)
22208 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
22210         * configure.in:  sco is an os, not a vendor!
22212         * configure:  Quote $( better.  Keep various shells happy.
22214 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
22216         * Makefile.in: eliminate stamp-files.
22218 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
22220         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
22221         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
22223 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
22225         * config.sub:  fix iris/iris3.
22227 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
22229         * configure: re-add -rm.
22231 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
22233         * Maskefile.in: add .stmp-rcs to all.
22235         * configure.in: remove gas from rs6000 build, use aix host fragment.
22237 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
22239         * configure: pass down site_option during recursion.
22241 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
22243         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
22245 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
22247         * configure: Change exec_prefix so that it really defaults to prefix.
22249 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
22251         * Makefile.in, configure.in:  Add support for mmalloc library.
22253 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
22255         * Makefile.in: add stmp dependencies for a few more things.
22257 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
22259         * configure: adjusted error message on objdir/srcdir configure
22260         collision, per john's suggestion.
22262         * Makefile.in: add libiberty stmp to all and all.cross.
22264 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
22266         * Makefile.in: remove force dependencies, add grep to all.
22268 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
22270         * Makefile.in: drop flex.  make stamp files work.
22272         * configure: added test for conflicting configuration in srcdir,
22273         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
22274         gets cranky.  use relative paths for configure and srcdir
22275         whenever possible.  Send some error messages to stderr that were
22276         going to stdout.
22278 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
22280         * Makefile.in:  Fix libg++ rule to check for gcc directory
22281         before using gcc/gcc.  Also pass XTRAFLAGS.
22283 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
22285         * Makefile.in: added stmp-files so that directories aren't polled
22286         when they are already built.
22288         * configure.texi: fixed a node pointer problem.
22290 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
22292         * config.sub configure.in gdb/configure.in
22293         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22294         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22295         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
22297 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22299         * configure: -recurring becomes -silent.  corrected help message
22300         for -site= option.
22302         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22304 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22306         * configure: when building Makefile for crosses, replace
22307         tooldir and program_prefix.  default srcdir from location of
22308         config.sub.  remove "for host in hosts" and "for target in
22309         targets" loops.
22311 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22313         * Makefile.in: Do not pass bindir or mandir to cvs.
22315 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
22317         * Makefile.in, configure.in: removed traces of namesubdir,
22318         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
22319         copyrights to '92, changed some from Cygnus to FSF.
22321         * configure.texi: remove most references to multiple hosts,
22322         multiple targets, subdirs, etc.
22324         * configure.man: removed rcsid. reference config.sub not
22325         config.subr.
22327         * Makefile.in: mkdir $(infodir) on install-info.
22329 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
22331         * configure.texi:  Explain better about .gdbinit and about
22332         the environment that configure.in sections run in.
22334 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
22336         * configure.in:  Ultrix is only a decstation if it's a MIPS.
22338 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
22340         * README:  DOC.configure => cfg-paper.texi.
22342 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
22344         * config.sub (near case $os):  Don't convert newsos* to bsd!
22346 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
22348         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
22349         the number of copies of COPYING that go into the GDB tar file.
22351 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
22353         * bfd/configure.in, gdb/config/mh-i386sco,
22354         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22355         Fix SCO configuration stuff.
22357 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
22359         * Makefile.in:  For libg++, make sure the -I pointing
22360         to the gcc directory goes *after* all the libg++-local -I flags.
22361         Also, move just-gcc dependency from just-libg++ to all-libg++.
22363 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
22365         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
22367 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
22369         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
22371 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
22373         * config.sub:  Add stratus configuration frags.  Also
22374         submitted to FSF.
22376 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
22378         * Makefile.in (DEV_SUPPORT):  add configure.man.
22380         * config.sub(Decode manufacturer-specific):  add -none*.
22382 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
22384         * Makefile.in:  remove form feeds to make Sun's make happy.
22385         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
22387 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
22389         * Makefile.in (AR_FLAGS):  Make quieter.
22391 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
22393         * configure.in:  Add libg++.
22394         * configure:  When verbose, don't output the command line at each
22395         level; it will be unremarkably the same as the previous version,
22396         which will be the same as what the user typed.
22398 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
22400         * configure.in, Makefile.in: fix clean-info, add flex.  add
22401         fileutils.
22403         * configure: be less sensitive to spaces in Makefile.in.  Do not
22404         look for sources in "..".  Doing so breaks subdirectories that
22405         might have their own configure.  If a subdir has it's own
22406         configure script, use it.
22408 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
22410         * cfg-paper.texi: some changes suggested by rms.
22412 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
22414         * config.sub:  Merge in some small additions from the FSF version,
22415         taken from the gcc distribution, to bring the Cygnus and FSF
22416         versions into closer sync.
22418 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
22420         * configure.in:  Changed svr4 references to sysv4.
22422 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22424         * configure: added -V for version number option.
22426 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22428         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22429         renamed from DOC.configure to cfg-paper.texi.
22431 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22433         * configure, config.subr, config.sub: config.subr is now
22434         config.sub again.
22436 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22438         * configure.texi: new file, in progress.
22440         * Makefile.in: build info file and install the man page for
22441         configure.
22443         * configure.man: new file, first cut.
22445         * configure: find config.subr again now that configuration "none"
22446         has gone.  removed all traces of the -ansi option.  removed all
22447         traces of the -languages option.
22449         * config.subr: resync from rms.
22451 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22453         * configure, config.sub, config.subr: merge config.sub into
22454         config.subr, call the result config.subr, remove config.sub, use
22455         config.subr.
22457         * Makefile.in: revised install for dir.info.
22459 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22461         * configure.in: add decstation host makefile frag.
22463         * Makefile.in: BISON now bison -y again.  also install-gcc on
22464         install.  clean-gdbm on clean.  infodir belongs in datadir.
22465         Make directories for info install.  Build dir.info here then
22466         install it.
22468 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22470         * Makefile.in: fix for bad directory tests.
22472 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22474         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22475         regexp.  -srcdir relative was being handled incorrectly.
22477         * Makefile.in: unwrapped some for loops so that parallel makes
22478         work again and so one can focus one's attention on a particular
22479         package.
22481 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22483         * configure: added PWD as a stand in for `pwd` (for speed). use
22484         elif wherever possible.  make -srcdir work without -objdir.
22485         -objdir= commented out.
22487 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22489         * configure: +options become --options.  -subdirs commented out.
22490         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22491         Makefile now at top of generated Makefile.  Removed cvs log
22492         entries.  added -srcdir.  create .gdbinit only if there is one
22493         in ${srcdir}.
22495         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22496         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22497         and mandir now keyed off datadir by default.
22499 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22501         * Freshly created ChangeLog.
22504 Local Variables:
22505 mode: change-log
22506 left-margin: 8
22507 fill-column: 76
22508 version-control: never
22509 End: