RISC-V: Add vxsat as a register
[official-gcc.git] / ChangeLog
blobda4aeb9d047810121be5bb0926a4dc78c2353557
1 2024-03-08  Filip Kastl  <fkastl@suse.cz>
3         * MAINTAINERS: Fix order of names in Write After Aproval
5 2024-03-04  demin.han  <demin.han@starfivetech.com>
7         * MAINTAINERS: Add myself
9 2024-02-28  Fangrui Song  <maskray@gcc.gnu.org>
11         * MAINTAINERS: Add myself.
13 2024-02-26  Juergen Christ  <jchrist@linux.ibm.com>
15         * MAINTAINERS: Add myself to write after approval and DCO.
17 2024-02-23  Xi Ruoyao  <xry111@xry111.site>
19         * configure.ac (ENABLE_GOLD): Remove loongarch*-*-* from target
20         list.
21         * configure: Regenerate.
23 2024-02-23  Monk Chiang  <monk.chiang@sifive.com>
25         * MAINTAINERS: Add myself.
27 2024-02-10  Alexander Westbrooks  <alexanderw@gcc.gnu.org>
29         * MAINTAINERS: Add myself to write after approval and DCO.
31 2024-02-03  Maciej W. Rozycki  <macro@orcam.me.uk>
33         * MAINTAINERS: Update my e-mail address.
35 2024-02-02  Sandra Loosemore  <sloosemore@baylibre.com>
37         * MAINTAINERS: Update my e-mail address.
39 2024-01-29  Kwok Cheung Yeung  <kcy@codesourcery.com>
41         * MAINTAINERS: Update my work email address.
43 2024-01-25  Chung-Lin Tang  <cltang@baylibre.com>
45         * MAINTAINERS: Update my work email address.
47 2024-01-24  Thomas Schwinge  <tschwinge@baylibre.com>
49         * MAINTAINERS: Update my work email address.
51 2024-01-23  Tobias Burnus  <tburnus@baylibre.com>
53         * MAINTAINERS: Update my email address.
55 2024-01-23  Andrew Stubbs  <ams@baylibre.com>
57         * MAINTAINERS: Update
59 2024-01-16  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
61         * Makefile.def: Add a dependency to libgrust for all-gcc.
62         * Makefile.in: Regenerate the file.
64 2024-01-16  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
66         * Makefile.def: Add libgrust target to bootstrap.
67         * Makefile.in: Regenerate.
69 2024-01-15  Andrew Pinski  <quic_apinski@quicinc.com>
71         * MAINTAINERS (DCO): Add myself.
73 2024-01-09  Siddhesh Poyarekar  <siddhesh@gotplt.org>
75         * SECURITY.txt: Drop "exploitable" in the hardening section.
77 2024-01-09  Tom Tromey  <tom@tromey.com>
79         * Makefile.in: Rebuild.
80         * Makefile.tpl (BASE_EXPORTS): Add GUILE.
81         (GUILE): New variable.
82         * Makefile.def (flags_to_pass): Add GUILE.
84 2024-01-08  Joseph Myers  <josmyers@redhat.com>
86         * MAINTAINERS: Update my email address.
88 2023-12-30  Joseph Myers  <jsm@polyomino.org.uk>
90         * MAINTAINERS: Update my email address.
92 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
93             Thomas Schwinge  <thomas@codesourcery.com>
95         * Makefile.def: Add libgrust as host & target module.
96         * configure.ac: Add libgrust to host tools list. Add libgrust to
97         noconfigdirs if we're not building target libstdc++.
98         * Makefile.in: Regenerate.
99         * configure: Regenerate.
101 2023-12-14  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
102             Arthur Cohen  <arthur.cohen@embecosm.com>
104         * MAINTAINERS: Add maintainers for libgrust.
106 2023-12-13  Arsen Arsenović  <arsen@aarsen.me>
108         * Makefile.def (gettext): Disable (via missing)
109         {install-,}{pdf,html,info,dvi} and TAGS targets.  Set no_install
110         to true.  Add --disable-threads --disable-libasprintf.  Drop the
111         lib_path (as there are no shared libs).
112         * Makefile.in: Regenerate.
114 2023-12-12  Paul Iannetta  <piannetta@kalrayinc.com>
116         * MAINTAINERS: Add myself to write after approval
118 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
120         * MAINTAINERS: Update my email address
122 2023-12-12  Feng Wang  <wangfeng@eswincomputing.com>
124         * MAINTAINERS: Add myself to write after approval
126 2023-11-23  Nathaniel Shead  <nathanieloshead@gmail.com>
128         * MAINTAINERS: Add myself to write after approval and DCO
130 2023-11-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
132         * libtool.m4: Fix stray call
134 2023-11-19  Lewis Hyatt  <lhyatt@gmail.com>
136         * Makefile.in: Regenerate.
137         * Makefile.tpl: Add dependency on site.exp to check-gcc-* targets
139 2023-11-18  Petter Tomner  <tomner@bahnhof.se>
141         * MAINTAINERS: Update my email address.
143 2023-11-18  Frederik Harwath  <frederik@harwath.name>
145         * MAINTAINERS: Change my address.
147 2023-11-16  Michal Jires  <mjires@suse.cz>
149         * MAINTAINERS: Add myself.
151 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
153         PR bootstrap/12596
154         * .gitignore: Add '/gettext*'.
155         * configure.ac (host_libs): Replace intl with gettext.
156         (hbaseargs, bbaseargs, baseargs): Split baseargs into
157         {h,b}baseargs.
158         (skip_barg): New flag.  Skips appending current flag to
159         bbaseargs.
160         <library exemptions>: Exempt --with-libintl-{type,prefix} from
161         target and build machine argument passing.
162         * configure: Regenerate.
163         * Makefile.def (host_modules): Replace intl module with gettext
164         module.
165         (configure-ld): Depend on configure-gettext.
166         * Makefile.in: Regenerate.
168 2023-11-13  Arsen Arsenović  <arsen@aarsen.me>
170         * intl/*: Remove.
172 2023-11-09  Jivan Hakobyan  <jivanhakobyan9@gmail.com>
174         * MAINTAINERS: Add myself.
176 2023-11-09  YunQiang Su  <yunqiang.su@cipunited.com>
178         * MAINTAINERS: Update my email address.
180 2023-11-06  Carl Love  <cel@linux.ibm.com>
182         * MAINTAINERS: Update my email address.
184 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
186         * .github/CONTRIBUTING.md: Wrap lines more tightly.
188 2023-11-01  Eric Gallager  <egallager@gcc.gnu.org>
190         * .github/CONTRIBUTING.md: New file.
191         * .github/PULL_REQUEST_TEMPLATE.md: New file.
193 2023-10-22  Iain Sandoe  <iain@sandoe.co.uk>
195         * configure: Regenerate.
196         * configure.ac: Do not add default runpaths to GCC exes
197         when we are building -static-libstdc++/-static-libgcc (the
198         default).
199         * libtool.m4: Add 'enable-darwin-at-runpath'.  Act  on the
200         enable flag to alter Darwin libraries to use @rpath names.
202 2023-10-15  Mike Frysinger  <vapier@gentoo.org>
204         * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
205         * Makefile.in: Regenerate.
207 2023-10-11  Filip Kastl  <fkastl@suse.cz>
209         * MAINTAINERS: Fix name order.
211 2023-10-10  Christoph Müllner  <christoph.muellner@vrull.eu>
213         * MAINTAINERS: Add myself.
215 2023-10-06  Sergei Trofimovich  <siarheit@google.com>
217         PR bootstrap/111663
218         * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
219         * Makefile.in: Regenerate.
221 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
223         * SECURITY.txt: Fix up indentation.
225 2023-10-05  Jan Engelhardt  <jengelh@inai.de>
227         * SECURITY.txt: Fix up commas.
229 2023-10-04  Siddhesh Poyarekar  <siddhesh@gotplt.org>
231         * SECURITY.txt: New file.
233 2023-09-18  Fei Gao  <gaofei@eswincomputing.com>
235         * MAINTAINERS: Add myself.
237 2023-09-15  Yang Yujie  <yangyujie@loongson.cn>
239         * config-ml.in: Remove unneeded loongarch clause.
240         * configure.ac: Register custom makefile fragments mt-loongarch-*
241         for loongarch targets.
242         * configure: Regenerate.
244 2023-09-12  Edwin Lu  <ewlu@rivosinc.com>
246         * MAINTAINERS: Add myself
248 2023-09-12  Thomas Schwinge  <thomas@codesourcery.com>
249             Chung-Lin Tang  <cltang@codesourcery.com>
251         PR testsuite/109951
252         * Makefile.tpl (BASE_TARGET_EXPORTS): Add
253         'SYSROOT_CFLAGS_FOR_TARGET'.
254         * Makefile.in: Regenerate.
256 2023-09-05  Yang Yujie  <yangyujie@loongson.cn>
258         * config-ml.in: Do not build the multilib library variant
259         that is duplicate with the toplevel one.
261 2023-08-29  Tsukasa OI  <research_trasio@irq.a4lg.com>
263         * MAINTAINERS: Add myself.
265 2023-08-22  Filip Kastl  <fkastl@suse.cz>
267         * MAINTAINERS: Update my email address.
269 2023-08-11  Eric Feng  <ef2648@columbia.edu>
271         * MAINTAINERS: Add myself.
273 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
275         * Makefile.def: Reflect that libsframe needs to installed before
276         libbfd.  Reorder a bit to better track libsframe dependencies.
277         * Makefile.in: Regenerate.
279 2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
281         * Makefile.def: Add install dependency on libsframe for libbfd.
282         * Makefile.in: Regenerated.
284 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
286         * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
287         Solaris 11.
289 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
291         * configure: Regenerate.
292         * configure.ac: Add Haiku to list of ELF OSes
293         * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
295 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
297         * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
298         options, including options containing paths.
300 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
302         * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
303         NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
304         errors from nms that refuse to work on non-regular files.  Remove
305         other workarounds for this problem.  Strip out blank lines from the
306         nm output.
308 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
310         * configure.ac: Reinstate 32b PA-RISC HP-UX targets
311         * configure: Regenerate.
313 2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
315         * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
316         * configure: Re-generate.
317         * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
318         (PKG_CONFIG_PATH): New.
319         * Makefile.in: Re-generate.
321 2023-08-07  Luis Machado  <luis.machado@arm.com>
323         * configure.ac: Disable year2038 by default on 32-bit hosts.
324         * configure: Regenerate.
326 2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
328         * Makefile.def: Add gprofng module.
329         * configure.ac: Add --enable-gprofng option.
330         * Makefile.in: Regenerate.
331         * configure: Regenerate.
333 2023-08-07  Martin Liska  <mliska@suse.cz>
335         * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
336         * configure: Regenerate.
338 2023-08-07  Fangrui Song  <maskray@google.com>
340         * configure: Regenerate.
341         * configure.ac: Add --with-zstd.
343 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
345         * configure: Regenerate.
346         * configure.ac: Recover tilegx/tilepro targets.
348 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
350         * configure: Regenerated.
351         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
352         --plugin and rc before enabling --plugin.
354 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
356         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
357         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
358         * configure.ac: Include config/gcc-plugin.m4.
359         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
360         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
361         RANLIB if possible.
362         * Makefile.in: Regenerated.
363         * configure: Likewise.
365 2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
367         * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
368         $(CFLAGS).
370 2023-08-07  David Faust  <david.faust@oracle.com>
372         * MAINTAINERS: Add the BPF port to my reviewer listing.
374 2023-08-02  Jan Beulich  <jbeulich@suse.com>
376         * MAINTAINERS: Correct my email address.
378 2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
380         * MAINTAINERS (Write After Approval): Add myself.
382 2023-08-01  Richard Ball  <richard.ball@arm.com>
384         * MAINTAINERS: Add myself.
386 2023-07-31  Andreas Schwab  <schwab@suse.de>
388         * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
389         * configure: Regenerate.
390         * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
392 2023-07-31  xuli  <xuli1@eswincomputing.com>
394         * MAINTAINERS: Add myself.
396 2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
398         * MAINTAINERS: List myself as "nvptx port" maintainer.
400 2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
402         * MAINTAINERS: Add myself to write after approval
404 2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
406         * MAINTAINERS: Add myself as a reviewer for the riscv port.
408 2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
410         * MAINTAINERS: Add myself as a reviewer for the riscv port.
412 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
414         * MAINTAINERS: Add Hao Liu to write after approval
416 2023-07-12  Ken Matsui  <kmatsui@gcc.gnu.org>
418         * MAINTAINERS: Add Ken Matsui to write after approval
420 2023-07-07  Eugene Rozenfeld  <erozen@microsoft.com>
422         * Makefile.in: Collect both kernel and user events for autofdo
423         * Makefile.tpl: Collect both kernel and user events for autofdo
425 2023-06-30  Rishi Raj  <rishiraj45035@gmail.com>
427         * MAINTAINERS: Added myself to Write After Approval and DCO
429 2023-06-29  Eugene Rozenfeld  <erozen@microsoft.com>
431         * Makefile.in: Remove -gtoggle for STAGEautoprofile
432         * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
434 2023-06-25  Lehua Ding  <lehua.ding@rivai.ai>
436         * MAINTAINERS: Add Lehua Ding to write after approval
438 2023-06-25  Iain Sandoe  <iain@sandoe.co.uk>
440         * Makefile.def: Pass the enable-host-pie value to GCC configure.
441         * Makefile.in: Regenerate.
442         * configure: Regenerate.
443         * configure.ac: Adjust the logic for shared and PIE host flags to
444         ensure that PIE is passed for hosts that require it.
446 2023-06-16  YunQiang Su  <yunqiang.su@cipunited.com>
448         * MAINTAINERS (Write After Approval): move Matthew Fortune
449         to Write After Approval.
451 2023-06-15  Marek Polacek  <polacek@redhat.com>
453         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
454         check.
455         * configure: Regenerate.
457 2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
459         * MAINTAINERS: Add myself to write after approval
461 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
463         * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
464         port maintainer.
465         (Write After Approval): Remove myself.
467 2023-05-30  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
469         * MAINTAINERS (Write After Approval): Add myself.
471 2023-05-29  Martin Jambor  <mjambor@suse.cz>
473         * MAINTAINERS: Replace spaces with tabs.
475 2023-05-27  Benjamin Priour  <vultkayn@gcc.gnu.org>
477         * MAINTAINERS: New entry.
479 2023-05-18  Eugene Rozenfeld  <erozen@microsoft.com>
481         * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
482         * Makefile.in: Regenerate
484 2023-05-17  Eugene Rozenfeld  <erozen@microsoft.com>
486         * Makefile.in: Disable warnings as errors for STAGEautofeedback
488 2023-05-11  Robin Dapp  <rdapp@ventanamicro.com>
490         * MAINTAINERS: Sort.
492 2023-05-11  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
494         * MAINTAINERS: Add myself.
496 2023-05-10  Pan Li  <pan2.li@intel.com>
498         * MAINTAINERS: Add myself.
500 2023-04-28  Eugene Rozenfeld  <erozen@microsoft.com>
502         * Makefile.in: Define PROFILE_MERGER
503         * Makefile.tpl: Define PROFILE_MERGER
505 2023-04-27  Robin Dapp  <rdapp@ventanamicro.com>
507         * MAINTAINERS: Change my email address.
509 2023-04-26  Patrick O'Neill  <patrick@rivosinc.com>
511         * MAINTAINERS: Add myself.
513 2023-04-26  Martin Liska  <mliska@suse.cz>
515         * MAINTAINERS: fix sorting
517 2023-04-25  Victor Do Nascimento  <victor.donascimento@arm.com>
519         * MAINTAINERS (Write After Approval): Add myself.
521 2023-04-24  Martin Liska  <mliska@suse.cz>
523         * MAINTAINERS: Fix sorting.
525 2023-04-21  Peter Foley  <pefoley2@pefoley.com>
527         * configure: Regenerate.
528         * configure.ac: Only create serdep.tmp if needed
530 2023-04-21  “ajit.kumar.agarwal@ibm.com”  <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
532         * MAINTAINERS (Write After Approval): Add myself.
534 2023-04-21  Vineet Gupta  <vineetg@rivosinc.com>
536         * MAINTAINERS (Write After Approval): Add myself.
537         Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
539 2023-04-06  Indu Bhagat  <indu.bhagat@oracle.com>
541         * MAINTAINERS: Add myself.
543 2023-03-22  Tobias Burnus  <tobias@codesourcery.com>
545         * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
547 2023-03-10  Arsen Arsenović  <arsen@aarsen.me>
549         * MAINTAINERS (Write After Approval): Add myself.
551 2023-02-16  Martin Liska  <mliska@suse.cz>
553         * MAINTAINERS: I'm stepping down from my positions.
555 2023-01-10  Philip Herron  <herron.philip@googlemail.com>
557         * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
559 2023-01-06  Clément Chigot  <chigot@adacore.com>
561         * configure.ac: Skip GMP and MPFR when --disable-gdb is
562         provided.
563         * configure: Regenerate.
565 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
567         * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
569 2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
571         * Makefile.def: Do not build shared libffi.
572         * Makefile.in: Regenerate.
574 2022-12-21  Andrew Pinski  <apinski@marvell.com>
576         * Makefile.def: Add configure-gdb dependencies
577         on all-gmp and all-mpfr.
578         * configure.ac: Split out MPC checking from MPFR.
579         Require GMP and MPFR if the gdb directory exist.
580         * Makefile.in: Regenerate.
581         * configure: Regenerate.
583 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
585         * configure.ac (target_libraries): Add target-libgm2.
586         Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
587         Add GCC_TARGET_TOOL entry for gm2.
588         (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
589         gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
590         * Makefile.def (target_modules): Add libgm2.
591         (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
592         (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
593         (languages): Add entry for language=m2 with gcc-check-target=check-m2
594         and lib-check-target=check-target-libgm2.
595         * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
596         (HOST_EXPORTS): Add definition for GM2.
597         (BASE_TARGET_EXPORTS): Add definition for GM2.
598         (GM2_FOR_BUILD): Defined.
599         (GM2FLAGS): Defined.
600         (GM2_FOR_TARGET): Defined.
601         (GM2FLAGS_FOR_TARGET): Defined.
602         (EXTRA_HOST_FLAGS): Defined.
603         (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
604         (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
605         (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
606         * configure: Rebuilt.
607         * Makefile.in: Rebuilt.
609 2022-12-13  Philip Herron  <philip.herron@embecosm.com>
611         * Makefile.def: Add Rust language.
612         * Makefile.in: Regenerate via autogen.
614 2022-12-09  Martin Liska  <mliska@suse.cz>
616         * MAINTAINERS: Fix spacing.
618 2022-12-07  Arthur Cohen  <arthur.cohen@embecosm.com>
620         * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
622 2022-12-07  Iain Sandoe  <iain@sandoe.co.uk>
624         * Makefile.def: Pass host_libs_picflag to host dependent library
625         configures.
626         * Makefile.in: Regenerate.
627         * configure: Regenerate.
628         * configure.ac (host_libs_picflag): New configure variable set to
629         '--with-pic' when building 'host_shared'.
631 2022-11-25  Weimin Pan  <weimin.pan@oracle.com>
633         * Makefile.def: Add libsframe as new module with its dependencies.
634         * Makefile.in: Regenerated.
635         * configure.ac: Add libsframe to host_libs.
636         * configure: Regenerated.
638 2022-11-23  Marek Polacek  <polacek@redhat.com>
640         Revert:
641         2022-11-23  Marek Polacek  <polacek@redhat.com>
643         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
644         isl.
645         * Makefile.in: Regenerate.
646         * Makefile.tpl: Set PICFLAG.
647         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
648         check.
649         * configure: Regenerate.
651 2022-11-23  Marek Polacek  <polacek@redhat.com>
653         * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
654         isl.
655         * Makefile.in: Regenerate.
656         * Makefile.tpl: Set PICFLAG.
657         * configure.ac (--enable-host-pie): New check.  Set PICFLAG after this
658         check.
659         * configure: Regenerate.
661 2022-11-14  Martin Liska  <mliska@suse.cz>
663         Revert:
664         2022-11-09  Martin Liska  <mliska@suse.cz>
666         * doc/Makefile: New file.
667         * doc/_static/custom.css: New file.
668         * doc/baseconf.py: New file.
669         * doc/bsd.rst: New file.
670         * doc/contrib.rst: New file.
671         * doc/contribute.rst: New file.
672         * doc/cppdiropts.rst: New file.
673         * doc/cppenv.rst: New file.
674         * doc/cppopts.rst: New file.
675         * doc/cppwarnopts.rst: New file.
676         * doc/favicon.ico: New file.
677         * doc/funding.rst: New file.
678         * doc/gcc_sphinx.py: New file.
679         * doc/gnu.rst: New file.
680         * doc/gnu_free_documentation_license.rst: New file.
681         * doc/gpl-3.0.rst: New file.
682         * doc/indices-and-tables.rst: New file.
683         * doc/lgpl-2.1.rst: New file.
684         * doc/logo.pdf: New file.
685         * doc/logo.svg: New file.
686         * doc/md.rst: New file.
687         * doc/requirements.txt: New file.
689 2022-11-14  Martin Liska  <mliska@suse.cz>
691         Revert:
692         2022-11-09  Martin Liska  <mliska@suse.cz>
694         * doc/baseconf.py: Port to GCC sources.
696 2022-11-14  Martin Liska  <mliska@suse.cz>
698         Revert:
699         2022-11-14  Martin Liska  <mliska@suse.cz>
701         * configure: Regenerate.
702         * configure.ac: Support Sphinx based documentation.
704 2022-11-14  Martin Liska  <mliska@suse.cz>
706         Revert:
707         2022-11-09  Martin Liska  <mliska@suse.cz>
709         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
710         provide a default.
712 2022-11-14  Martin Liska  <mliska@suse.cz>
714         Revert:
715         2022-11-09  Martin Liska  <mliska@suse.cz>
717         * doc/bsd.rst:
718         Add trailing newline.
719         * doc/contrib.rst:
720         Add trailing newline.
721         * doc/contribute.rst:
722         Add trailing newline.
723         * doc/cppdiropts.rst:
724         Add trailing newline.
725         * doc/cppenv.rst:
726         Add trailing newline.
727         * doc/cppopts.rst:
728         Add trailing newline.
729         * doc/cppwarnopts.rst:
730         Add trailing newline.
731         * doc/funding.rst:
732         Add trailing newline.
733         * doc/gnu.rst:
734         Add trailing newline.
735         * doc/gnu_free_documentation_license.rst:
736         Add trailing newline.
737         * doc/gpl-3.0.rst:
738         Add trailing newline.
739         * doc/indices-and-tables.rst:
740         Add trailing newline.
741         * doc/lgpl-2.1.rst:
742         Add trailing newline.
743         * doc/md.rst:
744         Add trailing newline.
746 2022-11-14  Martin Liska  <mliska@suse.cz>
748         Revert:
749         2022-11-09  Martin Liska  <mliska@suse.cz>
751         * configure.ac: Use new install URL.
752         * configure: Regenerate.
754 2022-11-14  Martin Liska  <mliska@suse.cz>
756         Revert:
757         2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
759         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
760         instead of just ``.''.
761         * doc/gcc_sphinx.py: Moved to...
762         * doc/modules/gcc_sphinx.py: ...here.
764 2022-11-14  Martin Liska  <mliska@suse.cz>
766         Revert:
767         2022-11-10  Martin Liska  <mliska@suse.cz>
769         * doc/baseconf.py: Modernize by using pathlib.
771 2022-11-14  Martin Liska  <mliska@suse.cz>
773         Revert:
774         2022-11-11  Martin Liska  <mliska@suse.cz>
776         * doc/Makefile: Disable -j auto.
778 2022-11-14  Martin Liska  <mliska@suse.cz>
780         Revert:
781         2022-11-11  Martin Liska  <mliska@suse.cz>
783         * doc/Makefile: Update comment.
785 2022-11-14  Martin Liska  <mliska@suse.cz>
787         Revert:
788         2022-11-11  Martin Liska  <mliska@suse.cz>
790         * doc/indices-and-tables.rst: Rename Indexes to Indices.
792 2022-11-14  Martin Liska  <mliska@suse.cz>
794         Revert:
795         2022-11-13  Martin Liska  <mliska@suse.cz>
797         PR web/107643
798         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
799         is set.
800         * doc/indices-and-tables.rst: Use include_todo tag.
802 2022-11-14  Martin Liska  <mliska@suse.cz>
804         Revert:
805         2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
807         * doc/contrib.rst: Update Jeff Law's email address.
809 2022-11-13  Philipp Tomsich  <philipp.tomsich@vrull.eu>
811         * doc/contrib.rst: Update Jeff Law's email address.
813 2022-11-13  Martin Liska  <mliska@suse.cz>
815         PR web/107643
816         * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
817         is set.
818         * doc/indices-and-tables.rst: Use include_todo tag.
820 2022-11-11  Martin Liska  <mliska@suse.cz>
822         * doc/indices-and-tables.rst: Rename Indexes to Indices.
824 2022-11-11  Martin Liska  <mliska@suse.cz>
826         * doc/Makefile: Update comment.
828 2022-11-11  Martin Liska  <mliska@suse.cz>
830         * doc/Makefile: Disable -j auto.
832 2022-11-10  Martin Liska  <mliska@suse.cz>
834         * doc/baseconf.py: Modernize by using pathlib.
836 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
838         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
839         instead of just ``.''.
840         * doc/gcc_sphinx.py: Moved to...
841         * doc/modules/gcc_sphinx.py: ...here.
843 2022-11-09  Martin Liska  <mliska@suse.cz>
845         * configure.ac: Use new install URL.
846         * configure: Regenerate.
848 2022-11-09  Martin Liska  <mliska@suse.cz>
850         * doc/bsd.rst:
851         Add trailing newline.
852         * doc/contrib.rst:
853         Add trailing newline.
854         * doc/contribute.rst:
855         Add trailing newline.
856         * doc/cppdiropts.rst:
857         Add trailing newline.
858         * doc/cppenv.rst:
859         Add trailing newline.
860         * doc/cppopts.rst:
861         Add trailing newline.
862         * doc/cppwarnopts.rst:
863         Add trailing newline.
864         * doc/funding.rst:
865         Add trailing newline.
866         * doc/gnu.rst:
867         Add trailing newline.
868         * doc/gnu_free_documentation_license.rst:
869         Add trailing newline.
870         * doc/gpl-3.0.rst:
871         Add trailing newline.
872         * doc/indices-and-tables.rst:
873         Add trailing newline.
874         * doc/lgpl-2.1.rst:
875         Add trailing newline.
876         * doc/md.rst:
877         Add trailing newline.
879 2022-11-09  Martin Liska  <mliska@suse.cz>
881         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
882         provide a default.
884 2022-11-09  Martin Liska  <mliska@suse.cz>
886         * configure: Regenerate.
887         * configure.ac: Support Sphinx based documentation.
889 2022-11-09  Martin Liska  <mliska@suse.cz>
891         * doc/baseconf.py: Port to GCC sources.
893 2022-11-09  Martin Liska  <mliska@suse.cz>
895         * doc/Makefile: New file.
896         * doc/_static/custom.css: New file.
897         * doc/baseconf.py: New file.
898         * doc/bsd.rst: New file.
899         * doc/contrib.rst: New file.
900         * doc/contribute.rst: New file.
901         * doc/cppdiropts.rst: New file.
902         * doc/cppenv.rst: New file.
903         * doc/cppopts.rst: New file.
904         * doc/cppwarnopts.rst: New file.
905         * doc/favicon.ico: New file.
906         * doc/funding.rst: New file.
907         * doc/gcc_sphinx.py: New file.
908         * doc/gnu.rst: New file.
909         * doc/gnu_free_documentation_license.rst: New file.
910         * doc/gpl-3.0.rst: New file.
911         * doc/indices-and-tables.rst: New file.
912         * doc/lgpl-2.1.rst: New file.
913         * doc/logo.pdf: New file.
914         * doc/logo.svg: New file.
915         * doc/md.rst: New file.
916         * doc/requirements.txt: New file.
918 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
920         * Makefile.def: Remove module 'liboffloadmic'.
921         * Makefile.in: Regenerate.
922         * configure.ac: Remove 'liboffloadmic' handling.
923         * configure: Regenerate.
925 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
927         * MAINTAINERS: Update email address.
929 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
931         * configure.ac: Don't configure readline if --with-system-readline is
932         used.
933         * configure: Re-generate.
935 2022-10-12  Cui,Lili  <lili.cui@intel.com>
937         * MAINTAINERS (Write After Approval): Add myself.
939 2022-10-11  Olivier Hainque  <hainque@adacore.com>
941         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
942         and friends for rtp !large. Assume the linker has the required
943         abilities and set lt_cv_deplibs_check_method.
945 2022-09-30  Olivier Hainque  <hainque@adacore.com>
947         * configure.ac (*vxworks*): If enable_shared is not
948         set, set to "no" and add --disable-shared to target and
949         host_configargs.
950         * configure: Regenerate.
952 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
954         * MAINTAINERS: Update my email address and DCO entry.
956 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
958         * MAINTAINERS (Write After Approval): Add myself.
960 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
962         * MAINTAINERS (Write After Approval): Add myself.
964 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
966         * MAINTAINERS: Update my email address.
968 2022-09-07  Tom de Vries  <tdevries@suse.de>
970         * configure.ac: Set extra_host_libiberty_configure_flags and
971         extra_host_zlib_configure_flags in separate case statements.
972         * configure: Regenerate.
974 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
976         * MAINTAINERS: Update c-sky port maintainers' emails.
978 2022-08-31  Martin Liska  <mliska@suse.cz>
980         * configure: Regenerate.
981         * configure.ac: Delete hpux9 and hpux10.
983 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
985         * Makefile.def: Drop libelf module and gcc-configure dependency
986         on it.
987         * Makefile.in: Regenerate with 'autogen Makefile.def'.
988         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
989         LIBELFINC.
990         * configure: Regenrate.
991         * configure.ac (host_libs): Drop unused libelf.
993 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
995         * Makefile.in: Regenerate.
997 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
999         * MAINTAINERS: Add myself as AutoFDO maintainer.
1001 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
1002             Arnaud Charlet  <charlet@adacore.com>
1004         * configure: Regenerate.
1006 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
1008         PR bootstrap/106472
1009         * Makefile.def (dependencies): Make configure-target-libgo depend
1010         upon all-target-libbacktrace.
1012 2022-07-27  David Faust  <david.faust@oracle.com>
1014         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
1016 2022-07-27  Richard Biener  <rguenther@suse.de>
1018         * MAINTAINERS (Roger Sayle): Update e-mail address.
1020 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
1022         * MAINTAINERS (Write After Approval): Add myself.
1024 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
1026         * MAINTAINERS: Add myself as Ada front end co-maintainer.
1028 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
1030         * .gitignore: Do not ignore config.h.
1032 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
1034         * MAINTAINERS: Add myself to Write After Approval.
1036 2022-07-04  Martin Liska  <mliska@suse.cz>
1038         * MAINTAINERS: fix sorting of names
1040 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
1042         * MAINTAINERS: add myself.
1044 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
1046         * MAINTAINERS: Add myself to write after approval and DCO.
1048 2022-07-02  Tim Lange  <mail@tim-lange.me>
1050         * MAINTAINERS: Add myself.
1052 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
1054         * MAINTAINERS (Write After Approval): Add myself.
1056 2022-06-30  Cui,Lili  <lili.cui@intel.com>
1058         Revert:
1059         2022-06-30  Cui,Lili  <lili.cui@intel.com>
1061         * MAINTAINERS (Write After Approval): Add myself.
1063 2022-06-30  Cui,Lili  <lili.cui@intel.com>
1065         * MAINTAINERS (Write After Approval): Add myself.
1067 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
1069         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
1070         (EXTRA_GCC_FLAGS): Likewise.
1071         * Makefile.in: Rebuilt.
1073 2022-06-28  konglin1  <lingling.kong@intel.com>
1075         * MAINTAINERS (Write After Approval): Add myself.
1077 2022-06-27  Tom de Vries  <tdevries@suse.de>
1079         * configure.ac: Build libiberty pic variant for gdbserver.
1080         * configure: Regenerate.
1082 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
1084         * configure: Regenerate.
1085         * configure.ac: Correct use of $host.
1087 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
1089         * MAINTAINERS: Remove tilegx and tilepro entries.
1090         * configure.ac: Remove tilegx and tilepro stanzas.
1091         * configure: Rebuilt.
1093 2022-05-28  Bruce Korb  <bkorb@gnu.org>
1095         * .gitignore: Ignore vim swap files
1097 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
1099         * MAINTAINERS: Add myself to write after approval.
1101 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
1103         * MAINTAINERS: Remove myself from DCO section.
1105 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
1107         * MAINTAINERS: Update my email address.
1109 2022-05-09  Clément Chigot  <chigot@adacore.com>
1111         * MAINTAINERS: Update my email address.
1113 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
1115         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
1116         section.
1118 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
1120         * MAINTAINERS: Update my email address.
1122 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
1124         * MAINTAINERS: Update my email address.
1126 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1128         * MAINTAINERS: (CPU Port Maintainers): Add myself and
1129         Lulu as LoongArch port maintainer.
1131 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
1132             Lulu Cheng  <chenglulu@loongson.cn>
1134         * configure.ac: Add LoongArch tuples.
1135         * configure: Regenerate.
1137 2022-03-28  Tom Tromey  <tromey@adacore.com>
1139         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
1140         * configure: Rebuild.
1142 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
1144         * MAINTAINERS: Change my information.
1146 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
1148         * MAINTAINERS: Add myself to DCO section.
1150 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
1152         * configure.ac: Fix incorrect option in comment.
1153         * configure: Regenerate.
1155 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
1157         * Makefile.def (dependencies): Make configure-sim depend on
1158         all-readline.
1159         * Makefile.in: Regenerate.
1161 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
1163         * MAINTAINERS (Write After Approval): Update my e-mail address.
1165 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
1167         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1169 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
1171         * MAINTAINERS: Update my email and add myself to the DCO list.
1173 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
1175         Revert:
1176         2021-09-16  Andrew Pinski  <apinski@marvell.com>
1178         PR bootstrap/67102
1179         * Makefile.def: Have configure-target-libffi depend on
1180         all-target-libstdc++-v3.
1181         * Makefile.in: Regenerate.
1183 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
1185         PR other/104181
1186         * build.log: Remove.
1188 2022-01-20  Martin Liska  <mliska@suse.cz>
1190         * MAINTAINERS: Adjust email address based on IRC request.
1192 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
1194         * MAINTAINERS: Update my email address.
1196 2022-01-17  Martin Liska  <mliska@suse.cz>
1198         * MAINTAINERS: Rename .c names to .cc.
1200 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
1202         * Makefile.am: Remove.
1204 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
1206         * Makefile.am: New file.
1208 2022-01-11  Martin Liska  <mliska@suse.cz>
1210         * MAINTAINERS: Sort 2 names.
1212 2022-01-10  Martin Liska  <mliska@suse.cz>
1214         * MAINTAINERS: Fix obvious issues with sorting.
1216 2022-01-07  liuhongt  <hongtao.liu@intel.com>
1218         * build.log: New file.
1220 2022-01-05  Nathan Sidwell  <nathan@acm.org>
1222         * MAINTAINERS: Add DCO entry.  Sort that list.
1224 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
1226         * MAINTAINERS: Change of email address in both DCO and
1227         Write After Approval list.
1229 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1231         * configure: Regenerate.
1233 2021-12-21  Martin Liska  <mliska@suse.cz>
1235         * config.sub: Change mode back to 755.
1237 2021-12-17  Martin Liska  <mliska@suse.cz>
1239         * config.sub: Sync from master.
1241 2021-12-17  Martin Liska  <mliska@suse.cz>
1243         Revert:
1244         2021-12-16  Matthias Seidel  <mseidel@apache.org>
1246         * config.sub: Fix typo.
1248 2021-12-16  Matthias Seidel  <mseidel@apache.org>
1250         * config.sub: Fix typo.
1252 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
1254         Revert:
1255         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1257         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1258         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1259         * configure.ac: Include config/gcc-plugin.m4.
1260         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1261         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1262         RANLIB if possible.
1263         * Makefile.in: Regenerated.
1264         * configure: Likewise.
1266 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1268         * Makefile.tpl (BUILD_CFLAGS): New.
1269         (CFLAGS): Append $(BUILD_CFLAGS).
1270         (CXXFLAGS): Likewise.
1271         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1272         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1273         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1274         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1275         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1276         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1277         (PGO-TRAINING-TARGETS): Likewise.
1278         (PGO_BUILD_TRAINING): Likewise.
1279         (all): Add '+' to the command line for recursive make.  Support
1280         the PGO build.
1281         * configure.ac: Add --enable-pgo-build[=lto].
1282         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1283         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
1284         * Makefile.in: Regenerated.
1285         * configure: Likewise.
1287 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
1289         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1290         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1291         * configure.ac: Include config/gcc-plugin.m4.
1292         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1293         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1294         RANLIB if possible.
1295         * Makefile.in: Regenerated.
1296         * configure: Likewise.
1298 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
1300         * MAINTAINERS: Add myself to write after approval.
1302 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
1304         * MAINTAINERS: Adding myself.
1306 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
1308         * configure: Regenerate.
1309         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1310         $(CPP).
1312 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1314         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1315         libatomic.
1316         * Makefile.in: Regenerate.
1317         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1318         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1319         target-libphobos-bootstrap.
1320         (STAGE2_CONFIGURE_FLAGS): Likewise.
1321         * configure: Regenerate.
1322         * configure.ac: Add support for bootstrapping D front-end.
1324 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
1326         * MAINTAINERS: Add myself to DCO section and update email address.
1328 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
1330         * configure: Regenerate.
1331         * configure.ac: Ensure that PIC (shared) defaults are set
1332         correctly for Darwin.
1334 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
1336         * MAINTAINERS: Update my address.
1338 2021-11-12  Alan Modra  <amodra@gmail.com>
1340         * Makefile.def (configure-opcodes): Depend on configure-bfd.
1341         * Makefile.in: Regenerate.
1343 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
1345         * MAINTAINERS: Clarify the policy WRT the Write After Approval
1346         list.
1348 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
1350         * MAINTAINERS (Reviewers, arc): Remove my entry.
1351         (Write After Approval): Add an entry for myself.
1353 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
1355         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1356         * Makefile.in: Regenerate.
1357         * configure: Regenerate.
1358         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1360 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
1362         * MAINTAINERS: Fix up Maciej's entries.
1364 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
1366         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1367         maintainer.
1369 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
1371         PR other/102663
1372         * Makefile.def: Handle install-dvi target.
1373         * Makefile.tpl: Likewise.
1374         * Makefile.in: Regenerate.
1376 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
1378         * MAINTAINERS: Add myself for write after approval.
1380 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
1382         * Makefile.def: Mark libcody, libdecnumber,
1383         c++tools, libgcc, and libobjc as missing TAGS
1384         targets.
1385         * Makefile.in: Regenerate.
1387 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
1389         * MAINTAINERS: Add myself to DCO section and update email
1390         address.
1392 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
1394         * MAINTAINERS: Add myself to DCO section.
1396 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1398         * configure: Regenerate.
1399         * configure.ac (skipdirs): Add the contents of target_configdirs if
1400         we are not building gcc.
1402 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1404         * Makefile.def: Back-port commits ba4d88ad892f and
1405         755ba58ebef0 from binutils-gdb repository.
1406         * Makefile.in: Regenerated.
1408 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
1410         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1412 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
1414         * Makefile.def: Add a jit check target for the jit
1415         language.
1416         * Makefile.in: Regenerate.
1418 2021-09-16  Andrew Pinski  <apinski@marvell.com>
1420         PR bootstrap/67102
1421         * Makefile.def: Have configure-target-libffi depend on
1422         all-target-libstdc++-v3.
1423         * Makefile.in: Regenerate.
1425 2021-09-10  Petter Tomner  <tomner@kth.se>
1427         * MAINTAINERS: Me added to DCO and write after approval
1429 2021-09-01  YunQiang Su  <syq@debian.org>
1431         * MAINTAINERS: Add myself for write after approval.
1433 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1435         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1436         * Makefile.in: Regenerate.
1438 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
1440         * MAINTAINERS: Add myself for write after approval.
1442 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
1444         * Makefile.in: Regenerate.
1445         * Makefile.tpl: Make the state of the configured host
1446         shared flag available to makefile fragements.
1448 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
1450         * MAINTAINERS (Write After Approval): Add myself.
1452 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1454         * .dir-locals.el (bug-reference-url-format): Use https.
1456 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
1458         * .dir-locals.el (c-mode): Change fill-column to 79.
1460 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
1462         * MAINTAINERS: Add myself to DCO section.
1464 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
1466         * configure: Regenerate.
1467         * configure.ac: Adjust cases for which it is necessary to
1468         include the Darwin host config fragment.
1470 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
1472         * MAINTAINERS: Add myself for write after approval and DCO.
1474 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
1476         * Makefile.def: Add dsymutil defs.
1477         * Makefile.in: Regenerated.
1478         * Makefile.tpl: Add dsymutil to flags.
1479         * configure: Regenerated.
1480         * configure.ac: Add dsymutil to target and build recipes.
1482 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
1484         * MAINTAINERS: Add myself for write after approval.
1486 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
1488         * MAINTAINERS (Write After Approval): Add myself.
1490 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
1492         * MAINTAINERS: Add myself for write after approval and DCO
1494 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
1496         * .gitignore: Add entry for cscope.out.
1498 2021-06-22  liuhongt  <hongtao.liu@intel.com>
1500         * MAINTAINERS: Remove my Write After Approval entry.
1502 2021-06-21  liuhongt  <hongtao.liu@intel.com>
1504         * MAINTAINERS: Add myself as maintainer of the i386 vector
1505         extensions.
1507 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
1509         * MAINTAINERS (Write After Approval): Add myself.
1511 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
1513         * MAINTAINERS (Various Maintainers): Add Andrew and myself
1514         as *vrp and ranger maintainers.
1516 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1518         * MAINTAINERS: Adjust my entry in the DCO section so that it does
1519         not trigger testsuite failures.
1521 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
1523         * MAINTAINERS: Add myself to DCO section with both email addresses.
1525 2021-06-03  Jason Merrill  <jason@redhat.com>
1527         * MAINTAINERS: Add DCO version number.
1529 2021-06-02  Jason Merrill  <jason@redhat.com>
1531         * MAINTAINERS: Add DCO section.
1533 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
1535         * MAINTAINERS (Write After Approval): Add myself.
1537 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
1539         * configure.ac: Add gnulib to configdirs for sim.
1540         * configure: Regenerate.
1542 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
1544         * Makefile.def: Add configure-sim dependency on all-gnulib.
1545         * Makefile.in: Regenerated.
1547 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1549         * MAINTAINERS (Write After Approval): Add myself.
1551 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
1553         * MAINTAINERS (Write After Approval): Add myself.
1555 2021-05-11  Martin Liska  <mliska@suse.cz>
1557         * MAINTAINERS: Remove entries for removed
1558         components (HSA, BRIG, libhsail-rt).
1559         Move Pekka to Write After Approval.
1561 2021-05-11  Martin Liska  <mliska@suse.cz>
1563         * Makefile.def: Remove libhsail-rt.
1564         * Makefile.in: Likewise.
1565         * configure.ac: Likewise.
1566         * configure: Regenerate.
1567         * libhsail-rt/ChangeLog: Removed.
1568         * libhsail-rt/Makefile.am: Removed.
1569         * libhsail-rt/Makefile.in: Removed.
1570         * libhsail-rt/README: Removed.
1571         * libhsail-rt/aclocal.m4: Removed.
1572         * libhsail-rt/configure: Removed.
1573         * libhsail-rt/configure.ac: Removed.
1574         * libhsail-rt/configure.tgt: Removed.
1575         * libhsail-rt/include/internal/fibers.h: Removed.
1576         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1577         * libhsail-rt/include/internal/phsa-rt.h: Removed.
1578         * libhsail-rt/include/internal/workitems.h: Removed.
1579         * libhsail-rt/rt/arithmetic.c: Removed.
1580         * libhsail-rt/rt/atomics.c: Removed.
1581         * libhsail-rt/rt/bitstring.c: Removed.
1582         * libhsail-rt/rt/fbarrier.c: Removed.
1583         * libhsail-rt/rt/fibers.c: Removed.
1584         * libhsail-rt/rt/fp16.c: Removed.
1585         * libhsail-rt/rt/misc.c: Removed.
1586         * libhsail-rt/rt/multimedia.c: Removed.
1587         * libhsail-rt/rt/queue.c: Removed.
1588         * libhsail-rt/rt/sat_arithmetic.c: Removed.
1589         * libhsail-rt/rt/segment.c: Removed.
1590         * libhsail-rt/rt/workitems.c: Removed.
1591         * libhsail-rt/target-config.h.in: Removed.
1593 2021-05-04  Nick Clifton  <nickc@redhat.com>
1595         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1596         * configure: Regenerate.
1598 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
1599             Tobias Burnus  <tobias@codesourcery.com>
1601         * configure.ac (--enable-offload-defaulted): New.
1602         * configure: Regenerate.
1604 2021-04-23  David Faust  <david.faust@oracle.com>
1606         * MAINTAINERS (Write After Approval): Add myself.
1608 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1610         * MAINTAINERS (Write After Approval): Add myself.
1612 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
1614         * MAINTAINERS: Add myself as pru port maintainer.
1616 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
1618         * MAINTAINERS: Add myself as static analyzer maintainer.
1620 2021-03-18  Jeff Law  <jlaw@tachyum.com>
1622         * MAINTAINERS: Update primary entry.
1624 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
1626         * MAINTAINERS (Write After Approval): Add myself.
1628 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
1630         * Makefile.def: Remove all-sim dependency on configure-gdb.
1631         * Makefile.in: Regenerated.
1633 2021-03-11  Jeff Law  <law@redhat.com>
1635         * MAINTAINERS: Update entries for a few ex-ImgTec employees
1637 2021-03-11  Martin Liska  <mliska@suse.cz>
1639         * Makefile.tpl: The change was done Makefile.in which
1640         is generated file.
1642 2021-03-08  Jeff Law  <law@redhat.com>
1644         * MAINTAINERS: Update my email address
1646 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
1648         * config.guess: Import latest upstream.
1649         * config.sub: Import latest upstream.
1651 2021-01-25  Martin Liska  <mliska@suse.cz>
1653         PR gcov-profile/98739
1654         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1655         for profiledbootstrap.
1657 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
1659         * MAINTAINERS (Write After Approval): Add myself.
1661 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
1663         * MAINTAINERS (Write After Approval): Update my e-mail address.
1665 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
1667         * MAINTAINERS: Fix spacing.
1669 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
1671         * MAINTAINERS (Write After Approval): Add myself
1673 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
1675         * Makefile.def: Sync with binutils-gdb:
1676         (dependencies): all-ld depends on all-libctf.
1677         (host_modules): libctf is no longer no_install.
1678         No longer no_check.  Checking depends on all-ld.
1679         * Makefile.in: Regenerated.
1681 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1683         * libtool.m4: Match gnu* along other GNU systems.
1684         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1685         * libgo/configure: Re-generate.
1687 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
1689         * MAINTAINERS: Update my email address.
1691 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
1693         * MAINTAINERS (Write After Approval): Add myself.
1695 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1697         * Makefile.def
1698         * Makefile.in
1699         * Makefile.tpl
1700         * configure
1701         * configure.ac
1703 2020-12-15  Nathan Sidwell  <nathan@acm.org>
1705         * Makefile.def: Add libcody.
1706         * configure.ac: Add libcody.
1707         * Makefile.in: Regenerated.
1708         * configure: Regenerated.
1710 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
1712         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1714 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1716         PR target/97865
1717         * libtool.m4: Update handling of Darwin platform link flags
1718         for Darwin20.
1720 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
1722         * .gitignore: Sync with binutils-gdb
1724 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
1726         * MAINTAINERS: Add myself as arc port maintainer.
1728 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1730         PR d/87788
1731         * configure.ac: Don't disable D for *-*-darwin*.
1732         * configure: Regenerate.
1734 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
1736         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1737         hppa64-*-hpux11*.
1739 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
1741         * configure: Regenerate.
1742         * configure.ac: Add --bootstrap-hwasan option.
1744 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
1746         * config.guess: Import latest upstream.
1747         * config.sub: Import latest upstream.
1749 2020-11-16  Martin Liska  <mliska@suse.cz>
1751         * .gitignore: Add cache as clangd uses it now.
1753 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
1755         * MAINTAINERS (Write After Approval): add myself
1757 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
1759         * MAINTAINERS (Write After Approval): Add myself.
1761 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
1763         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1764         Remove FIXME comments.
1766 2020-11-06  Martin Uecker  <muecker@gwdg.de>
1768         * MAINTAINERS: Update my email address.
1770 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
1772         * MAINTAINERS (Write After Approval): Add myself.
1774 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
1776         PR target/97302
1777         * configure.ac: Only set with_gmp to /usr/local
1778         if not building in tree.
1779         * configure: Regenerate.
1781 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
1783         * MAINTAINERS (Write After Approval): Add myself.
1785 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
1787         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1789 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
1791         PR bootstrap/96612
1792         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1793         if not the same as ${host}.
1794         * configure: Regenerate.
1796 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
1798         * MAINTAINERS (Write After Approval): Add myself.
1800 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
1802         * MAINTAINERS: Update my email address.
1804 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
1806         * MAINTAINERS (Write After Approval): Add myself.
1808 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
1810         * MAINTAINERS (Write After Approval): Add myself.
1812 2020-06-12  Martin Liska  <mliska@suse.cz>
1814         * .gitignore: Add .clang-tidy.
1816 2020-06-08  Jason Merrill  <jason@redhat.com>
1818         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1819         * configure: Regenerate.
1821 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
1823         * MAINTAINERS: Add myself as xtensa port maintainer.
1825 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
1827         * configure.ac: Don't require --enable-host-shared when building
1828         for Mingw.
1829         * configure: Regenerate.
1831 2020-05-18  Jason Merrill  <jason@redhat.com>
1833         * configure.ac: Update bootstrap dialect to -std=c++11.
1835 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1837         * MAINTAINERS (Write After Approval): Add myself.
1839 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1841         PR target/92713
1842         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1843         (noconfigdirs): Add 'target-libstdc++-v3'.
1844         * configure: Regenerate.
1846 2020-04-21  Stephen Casner  <casner@acm.org>
1848         PR 25830
1849         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1850         * configure: Rebuild.
1852 2020-04-17  Martin Liska  <mliska@suse.cz>
1853             Jonathan Yong <10walls@gmail.com>
1855         PR gcov-profile/94570
1856         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1857         for CYGWIN.
1859 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1861         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1863 2020-04-09  Tom Tromey  <tom@tromey.com>
1865         * configure: Rebuild.
1866         * Makefile.in: Rebuild.
1867         * Makefile.def (gdbsupport, gdbserver): New host modules.
1868         (configure-gdb): Depend on all-gdbsupport.
1869         (all-gdb): Depend on all-gdbsupport, all-libctf.
1870         * configure.ac (host_tools): Add gdbserver.
1871         Conditionally build gdbserver and gdbsupport.
1873 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1875         * configure.ac: Build libgomp by default for amdgcn.
1876         * configure: Regenerate.
1878 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1880         * MAINTAINERS (Write After Approval): Add myself.
1882 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1884         * MAINTAINERS (Write After Approval) : Add myself.
1886 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1888         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1890 2020-02-14  Martin Sebor  <msebor@redhat.com>
1892         * doc/extend.texi (attribute alias): Mention type requirement.
1893         (attribute weak): Same.
1894         (attribute weakref): Correct invalid example.
1896 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1898         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1900 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1901             Jakub Jelinek  <jakub@redhat.com>
1903         * .gitattributes: Add *.md diff=md.
1905 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1907         The mentioned auto-generated file is no more part of the
1909         GCC sources, it's auto-generated in $(builddir) during build.
1911         PR target/92055
1912         * contrib/gcc_update (files_and_dependencies): Remove
1913         entry for gcc/config/avr/t-multilib.
1915 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1917         * MAINTAINERS: Update my email address.
1919 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1921         * README.MOVED_TO_GIT: Remove.
1923 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1925         * README.MOVED_TO_GIT: New file.
1927 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1929         * MAINTAINERS (Write After Approval): Add myself.
1931 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1933         * MAINTAINERS (write_after_approval): Add myself.
1935 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1937         * MAINTAINERS (write_after_approval): Add myself.
1939 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1941         * MAINTAINERS (write_after_approval): Add myself.
1943 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1945         * configure.ac: Factor out common cases for compare_exclusions.
1946         * configure: Regenerate.
1948 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1950         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1951         flag.
1953 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1955         * MAINTAINERS (Write After Approval): Add myself.
1957 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1959         PR middle-end/92463
1960         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1961         * configure: Regenerate
1963 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1965         * configure.ac: Use https for gcc.gnu.org.
1966         * configure: Regenerated.
1968 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1970         * MAINTAINERS (aarch64 port): Remove my name, move to...
1971         (Write After Approval): ...Here.
1973 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1975         * MAINTAINERS: Change my email address as maintainer.
1977 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1979         PR fortran/91828
1980         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1981         * configure: Regenerated.
1983 2019-10-21  Jason Merrill  <jason@redhat.com>
1985         * .gitattributes: Also check ChangeLog whitespace.
1987 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1989         * contrib/dg-extract-results.sh: Add support for KPASS.
1990         * contrib/dg-extract-results.py: Likewise.
1992 2019-10-17  Jason Merrill  <jason@redhat.com>
1994         * .gitattributes: Avoid {} in filename pattern.
1996 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1998         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1999         Approval section.
2001 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
2003         * MAINTAINERS: Add myself to Write After Approval
2005 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
2007         * MAINTAINERS: Add myself as an aarch64 maintainer.
2009 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2011         * MAINTAINERS: Add myself as aarch64 maintainer.
2013 2019-09-23  Carl Love  <cel@us.ibm.com>
2015         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
2016         New define_insn.
2017         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
2018         vsx_xxpermdi16_le_V16QI): Removed define_insn.
2020 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2022         * MAINTAINERS (Sam Tebbs): Update email address.
2024 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
2026         * MAINTAINERS: Update my email address.
2028 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
2030         * libtool.m4: Handle uclinuxfdpiceabi.
2032 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2034         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
2035         Remove myself from Write After Approval section.
2037 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2039         * configure.ac: Support for bpf-*-* targets.
2040         * configure: Regenerate.
2042 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
2044         * config.sub: Import upstream version 2019-06-30.
2045         * config.guess: Import upstream version 2019-07-24.
2047 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
2049         * MAINTAINERS: Remove spu port maintainers.
2051 2019-08-28  Martin Liska  <mliska@suse.cz>
2053         * .gitignore: Add .clangd and compile_commands.json
2054         to .gitignore.
2056 2019-08-23  Michael Forney  <mforney@mforney.org>
2058         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
2059         * Makefile.in: Regenerate.
2061 2019-08-19  Tom Tromey  <tom@tromey.com>
2063         * configure: Rebuild.
2064         * configure.ac: Add --with-static-standard-libraries.
2066 2019-08-16  Alexandre Oliva <oliva@gnu.org>
2068         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
2070 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
2072         * MAINTAINERS (Write After Approval): Add myself.
2074 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2076         * MAINTAINERS (Write After Approval): Remove myself, already listed in
2077         RISC-V port maitainer.
2079 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2081         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
2083 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
2085         * MAINTAINERS (Write After Approval): Add myself.
2087 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
2089         * MAINTAINERS (Write After Approval): Add myself.
2091 2019-06-25  Martin Liska  <mliska@suse.cz>
2093         contrib/filter-clang-warnings.py: Transform from
2094         filter-rtags-warnings.py.
2096 2019-06-15  Tom Tromey  <tom@tromey.com>
2098         * configure.ac (host_libs): Add gnulib.
2099         * configure: Rebuild.
2100         * Makefile.def (host_modules, dependencies): Add gnulib.
2101         * Makefile.in: Rebuild.
2103 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2105         * MAINTAINERS (Write After Approval): Add myself.
2107 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
2109         * configure: Regenerate.
2110         * configure.ac: Add PRU target.
2112 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
2114         * MAINTAINERS (Write After Approval): Add myself.
2116 2019-06-11  Nick Clifton  <nickc@redhat.com>
2118         Import these changes from the binutils/gdb repository:
2120         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2122         * Makefile.def (dependencies): configure-libctf depends on all-bfd
2123         and all its deps.
2124         * Makefile.in: Regenerated.
2126         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
2128         * Makefile.def (host_modules): Add libctf.
2129         * Makefile.def (dependencies): Likewise.
2130         libctf depends on zlib, libiberty, and bfd.
2131         * Makefile.in: Regenerated.
2132         * configure.ac (host_libs): Add libctf.
2133         * configure: Regenerated.
2135 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
2137         * MAINTAINERS (Write After Approval): Add myself.
2139 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
2141         * MAINTAINERS: Update my email address.
2143 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
2145         * MAINTAINERS (Write After Approval): Add myself.
2147 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
2149         * MAINTAINERS (Write After Approval): Add myself.
2151 2019-05-07  Jim Wilson  <jimw@sifive.com>
2153         * MAINTAINERS: Remove myself as IA-64 maintainer.
2155 2019-05-04  Roland Illig  <roland.illig@gmx.de>
2157         * MAINTAINERS (Write After Approval): Add myself.
2159 2019-05-02  Richard Biener  <rguenther@suse.de>
2161         PR bootstrap/85574
2162         * Makefile.tpl (compare target): Also compare extra-compare
2163         files.
2164         * Makefile.in: Regenerate.
2166 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
2168         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2169         as modulo-scheduler maintainer.
2171 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
2173         * MAINTAINERS: Add myself as co-maintainer for Darwin.
2175 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
2177         * MAINTAINERS: Update my email address.
2179 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
2181         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2182         * configure: Regenerate.
2184 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2186         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2187         * configure: Regenerate.
2189 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
2191         * configure.ac: Add target-zlib to target_libraries.
2192         * configure: Regenerate.
2194 2019-04-09  Martin Liska  <mliska@suse.cz>
2196         * Makefile.in: Regenerate.
2197         * Makefile.tpl: Pass GENERATOR_CFLAGS
2198         in all stages.
2200 2019-03-28  Martin Liska  <mliska@suse.cz>
2202         PR bootstrap/89829
2203         * Makefile.in: Revert r254150.
2204         * Makefile.tpl: Likewise.
2206 2019-03-28  Ben Elliston  <bje@gnu.org>
2208         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2209         related, and libdecnumber.
2211 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
2213         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2214         (Write After Approval): Remove myself.
2216 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
2218         * MAINTAINERS (Write After Approval): Add myself.
2220 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
2222         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2223         (Write After Approval): Remove myself and Julian.
2225 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
2227         * MAINTAINERS (Write After Approval): Add myself.
2229 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
2231         * MAINTAINERS (Write After Approval): Add myself.
2233 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2235         * ChangeLog: Replace space with tab.
2236         * MAINTAINERS: Delete 1 tab to keep alignment.
2238 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
2240         * MAINTAINERS (Write After Approval): Add myself.
2242 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
2244         * MAINTAINERS (Write After Approval): Add myself.
2246 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
2247             Kwok Cheung Yeung  <kcy@codesourcery.com>
2248             Julian Brown  <julian@codesourcery.com>
2249             Tom de Vries  <tom@codesourcery.com>
2250             Jan Hubicka  <hubicka@ucw.cz>
2251             Martin Jambor  <mjambor@suse.cz>
2253         * configure.ac: Likewise.
2254         * configure: Regenerate.
2255         * contrib/config-list.mk: Add amdgcn-amdhsa.
2257 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
2259         * MAINTAINERS (Write After Approval): Add myself.
2261 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2263         * MAINTAINERS (Write After Approval): Add myself.
2265 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2267         PR target/88535
2268         * config.guess: Import upstream version 2019-01-03.
2269         * config.sub: Import upstream version 2019-01-01.
2271 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
2273         * MAINTAINERS (Write After Approval): Update my maintainer address.
2275 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
2277         * MAINTAINERS (Write After Approval): Add myself.
2279 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
2281         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2283 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
2285         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2286         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2287         (GCC_TARGET_TOOL): Likewise.
2288         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2289         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2290         OTOOL, OTOOL_FOR_TARGET: New substitutions.
2291         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2292         * configure: Regenerate.
2293         * Makefile.in: Likewise.
2295 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
2297         * MAINTAINERS (Write After Approval): Add myself.
2299 2018-11-13  Martin Liska  <mliska@suse.cz>
2301         * gcc.target/i386/pr87930.c: Move to ...
2302         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
2304 2018-11-10  Stafford Horne  <shorne@gmail.com>
2306         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2307         (Write After Approval): Remove myself.
2309 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2311         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2312         Append $INCICONV to it.
2314 2018-11-04  Stafford Horne  <shorne@gmail.com>
2316         * MAINTAINERS (Write After Approval): Add myself.
2318 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
2320         PR bootstrap/82856
2321         * multilib.am: New file.  From automake.
2323         Merge from binutils-gdb:
2324         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2326         * libtool.m4: Use AC_LANG_SOURCE.
2327         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2328         * ar-lib: New file.
2329         * test-driver: New file.
2330         * configure: Re-generate.
2332 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
2334         * MAINTAINERS (Write After Approval): Add myself.
2336 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
2338         PR bootstrap/87788
2339         PR d/87799
2340         * configure: Rebuild.
2341         * configure.ac: Disable D on systems where it is known not to work.
2343 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
2345         * Makefile.def (target_modules): Add libphobos.
2346         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2347         GDCFLAGS_FOR_TARGET.
2348         (dependencies): Make libphobos depend on libatomic, libbacktrace
2349         configure, and zlib configure.
2350         (language): Add language d.
2351         * Makefile.in: Rebuild.
2352         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2353         (HOST_EXPORTS): Add GDC.
2354         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2355         (BASE_TARGET_EXPORTS): Add GDC.
2356         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2357         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2358         (EXTRA_HOST_FLAGS): Add GDC.
2359         (STAGE1_FLAGS_TO_PASS): Add GDC.
2360         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2361         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2362         environment variables.
2363         * configure: Rebuild.
2364         * configure.ac: Add target-libphobos to target_libraries.  Set and
2365         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2367 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
2369         * MAINTAINERS (Write After Approval): Add myself.
2371 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2373         * MAINTAINERS (Write After Approval): Remove myself.
2375 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2377         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2379 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
2381         * MAINTAINERS: Update my email address.
2383 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
2385         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2386         maintainer.
2388 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
2390         * MAINTAINERS (Write After Approval): Add self.
2392 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
2394         * MAINTAINERS (write after approval): Add myself.
2396 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
2398         * MAINTAINERS: Update my email address.
2400 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
2402         * MAINTAINERS (write after approval): Add myself.
2404 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
2406         * MAINTAINERS: Add self to global reviewers list.
2408 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
2410         MAINTAINERS: Add c-sky port maintainers.
2412 2018-08-10  Martin Liska  <mliska@suse.cz>
2414         * MAINTAINERS: Revert change in previous commit and
2415         join lines.
2417 2018-08-10  Martin Liska  <mliska@suse.cz>
2419         * MAINTAINERS: Remove extra line.
2421 2018-08-06  Naveen H.S  <naveenh@marvell.com>
2423         * MAINTAINERS: Update my email address.
2425 2018-07-19  DJ Delorie  <dj@redhat.com>
2427         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2428         as maintainer.
2430 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
2432         * MAINTAINERS: Adjust email address for me and my colleague Robin
2433         Dapp.
2435 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2436             Sunil K Pandey  <sunil.k.pandey@intel.com>
2438         PR target/84413
2439         * config/i386/i386.c (m_CORE_AVX512): New.
2440         (m_CORE_AVX2): Likewise.
2441         (m_CORE_ALL): Add m_CORE_AVX2.
2442         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2443         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2444         and remove the rest of m_SKYLAKE_AVX512.
2446 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2448         * config.sub: Sync with upstream version 2018-07-03.
2450 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2452         * config.guess: Sync with upstream version 2018-06-26.
2453         * config.sub: Sync with upstream version 2018-07-02.
2455 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
2457         * libtool.m4: Sort output of 'find' to enable deterministic builds.
2458         * ltmain.sh: Likewise.
2460 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
2462         * contrib/config-list.mk: Remove powerpc-linux_paired.
2464 2018-06-29  Alexandre Oliva <oliva@adacore.com>
2466         * configure.ac: Introduce support for @unless/@endunless.
2467         * Makefile.tpl (dep-kind): Rewrite with cond; return
2468         postbootstrap in some cases.
2469         (make-postboot-dep, postboot-targets): New.
2470         (dependencies): Do not output postbootstrap dependencies at
2471         first.  Output non-target ones changed for configure to depend
2472         on stage_last @if gcc-bootstrap, and the original deps @unless
2473         gcc-bootstrap.
2474         * configure.in, Makefile.in: Rebuilt.
2476 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
2478         * MAINTAINERS (write after approval): Add myself.
2480 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2482         * MAINTAINERS (write after approval): Add myself.
2484 2018-06-19  Nick Clifton  <nickc@redhat.com>
2486         * zlib/configure.ac: Restore old behaviour of only enabling
2487         multilibs when a target subdirectory is defined.  This allows
2488         building with srcdir == builddir.
2489         * zlib/configure: Regenerate.
2491 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
2493         * Makefile.def (fortran): Add check-target-libgomp-fortran.
2494         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2495         * Makefile.in: Regenerate.
2497 2018-06-16  Ben Elliston  <bje@gnu.org>
2499         * config.guess: Import latest version.
2500         * config.sub: Likewise.
2502 2018-06-08  Martin Liska  <mliska@suse.cz>
2504         * MAINTAINERS: Remove MPX-related entries.
2505         * Makefile.def: Remove libmpx support.
2506         * Makefile.in: Regenerate.
2507         * configure.ac: Remove removed files.
2508         * configure: Regenerate.
2509         * libmpx/ChangeLog: Remove.
2510         * libmpx/Makefile.am: Remove.
2511         * libmpx/Makefile.in: Remove.
2512         * libmpx/acinclude.m4: Remove.
2513         * libmpx/aclocal.m4: Remove.
2514         * libmpx/config.h.in: Remove.
2515         * libmpx/configure: Remove.
2516         * libmpx/configure.ac: Remove.
2517         * libmpx/configure.tgt: Remove.
2518         * libmpx/libmpx.spec.in: Remove.
2519         * libmpx/mpxrt/Makefile.am: Remove.
2520         * libmpx/mpxrt/Makefile.in: Remove.
2521         * libmpx/mpxrt/libmpx.map: Remove.
2522         * libmpx/mpxrt/libtool-version: Remove.
2523         * libmpx/mpxrt/mpxrt-utils.c: Remove.
2524         * libmpx/mpxrt/mpxrt-utils.h: Remove.
2525         * libmpx/mpxrt/mpxrt.c: Remove.
2526         * libmpx/mpxrt/mpxrt.h: Remove.
2527         * libmpx/mpxwrap/Makefile.am: Remove.
2528         * libmpx/mpxwrap/Makefile.in: Remove.
2529         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2530         * libmpx/mpxwrap/libtool-version: Remove.
2531         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2533 2018-06-04  Martin Liska  <mliska@suse.cz>
2535         * MAINTAINERS: Add myself as gcov maintainer.
2537 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
2539         * MAINTAINERS: Update my email address.
2541 2018-06-04  Tom de Vries  <tdevries@suse.de>
2543         * MAINTAINERS: Remove write-after-approval entries for component
2544         maintainers.
2546 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2548         * MAINTAINERS (write after approval): Add myself.
2550 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
2552         * MAINTAINERS: Update my email address.
2554 2018-06-01  Tom de Vries  <tdevries@suse.de>
2556         * MAINTAINERS: Update my email address.
2558 2018-05-22  Bin Cheng <bin.cheng@arm.com>
2560         * MAINTAINERS (loop-optimizer): Add myself.
2562 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
2564         * configure.ac: Added "nfp" target.
2565         * configure: Regenerate.
2567 2018-04-30  Richard Biener  <rguenther@suse.de>
2569         PR bootstrap/85571
2570         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2571         (STAGE3_TFLAGS): Likewise.
2572         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2573         (STAGEtrain_TFLAGS): Likewise.
2574         * Makefile.in: Regenerate.
2576 2018-04-26  Richard Biener  <rguenther@suse.de>
2578         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2579         (STAGE2_CFLAGS): Likewise.
2580         (STAGE2_TFLAGS): Likewise.
2581         (STAGE3_CFLAGS): Add -fchecking.
2582         (STAGE3_TFLAGS): Likewise.
2583         (STAGEtrain_CFLAGS): Filter out -fchecking.
2584         (STAGEtrain_TFLAGS): Likewise.
2585         * Makefile.in: Re-generate.
2587 2018-04-25  Catherine Moore <clm@codesourcery.com>
2589         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2591 2018-04-18  Paul Clarke  <pc@us.ibm.com>
2593         * MAINTAINERS (write after approval): Add myself.
2595 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
2597         * MAINTAINERS: Update my email address.
2599 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
2601         * MAINTAINERS: Remove redundant Write-After-Approval entry.
2603 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
2605         * MAINTAINERS: Update my email address and disambiguate myself
2606         a bit from Will Schmidt.
2608 2018-03-21  Nathan Sidwell  <nathan@acm.org>
2610         * MAINTAINERS: Move maintainers of now-removed picochip and score
2611         ports to write after approval.
2613 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
2615         * MAINTAINERS: Add entry for SVE maintainership.
2617 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
2619         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2620         * configure: Regenerate.
2622 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
2624         * MAINTAINERS (write after approval): Add myself.
2626 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2628         * MAINTAINERS (write after approval): Add myself.
2630 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
2632         * MAINTAINERS (write after approval): Add myself.
2634 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
2636         Update copyright years.
2638 2018-01-03  Ben Elliston  <bje@gnu.org>
2640         * config.guess: Import latest version.
2641         * config.sub: Likewise.
2643 2017-12-12  Stafford Horne  <shorne@gmail.com>
2645         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2646         * configure: Regenerate.
2648 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
2650         * MAINTAINERS (Write After Approval): Add myself.
2652 2017-11-28  Julia Koval  <julia.koval@intel.com>
2653             Sebastian Peryt  <sebastian.peryt@intel.com>
2655         * Makefile.def (target_modules): Remove libcilkrts.
2656         * Makefile.in: Ditto.
2657         * configure: Ditto.
2658         * configure.ac: Ditto.
2660 2017-11-28  Julia Koval  <julia.koval@intel.com>
2662         * MAINTAINERS (Write After Approval): Add myself.
2664 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
2666         * MAINTAINERS (Write After Approval): Add myself.
2668 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
2670         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2671         Use my SiFive email address.
2673 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
2675         * MAINTAINERS (write after approval): Add myself.
2677 2017-10-27  Martin Liska  <mliska@suse.cz>
2679         * Makefile.tpl: Use proper name of folder as it was renamed
2680         during transition to 4 stages.
2681         * Makefile.in: Regenerate.
2683 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2685         * MAINTAINERS (write after approval): Add myself.
2687 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
2689         * MAINTAINERS: Add a note that maintainership also includes web
2690         pages, docs, and testsuite related to that area.
2692 2017-09-25  Tom de Vries  <tom@codesourcery.com>
2694         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2696 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2698         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2700 2017-09-15  Nathan Sidwell  <nathan@acm.org>
2702         * MAINTAINERS: Remove myself as a vxworks maintainer.
2704 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
2706         * MAINTAINERS: Remove email address of Jim Norris.
2708 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2710         * MAINTAINERS (Reviewers): Move myself from here...
2711         (CPU Port Maintainers): ... to here.
2713 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
2715         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2717 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2719         * MAINTAINERS (write after approval): Add myself.
2721 2017-07-28  Tony Reix  <tony.reix@atos.net>
2723         * configure.ac (target-libffi): Don't disable for AIX.
2724         (go): Don't add to unsupported_languages on AIX.
2725         (target-libgo): Don't disable for AIX.
2726         * configure: Regenerate.
2728 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
2730         * MAINTAINERS: Add myself.
2732 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2734         * MAINTAINERS: Update my email address.
2736 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
2738         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2739         arm-specific auto-generated header files.
2741 2017-07-03  Nathan Sidwell  <nathan@acm.org>
2743         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2744         * configure: Rebuilt.
2746 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2748         * MAINTAINERS: Readd myself for c6x.
2750 2017-06-28  Martin Liska  <mliska@suse.cz>
2752         PR bootstrap/81217
2753         * Makefile.def: Remove superfluous bootstrap_target from
2754         bootstrap_stage.
2755         * Makefile.in: Re-generate the file.
2757 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2759         * MAINTAINERS: Add myself to Write After Approval
2761 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
2763         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2765 2017-06-19  Martin Liska  <mliska@suse.cz>
2767         * Makefile.def: Define 4 stages PGO bootstrap.
2768         * Makefile.tpl: Define FLAGS.
2769         * Makefile.in: Regenerate.
2771 2017-06-14  Ian Lance Taylor  <iant@golang.org>
2773         * Makefile.def: Add check-gotools to go check targets.
2774         * Makefile.in: Rebuild.
2776 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
2778         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2780 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
2782         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2783         * configure: Regenerate.
2785 2017-05-31  Martin Liska  <mliska@suse.cz>
2787         * configure.ac: Add handling of stage2_werror_flags to
2788         action-if-given and to action-if-not-given.
2789         * configure: Regenerate.
2791 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2793         * MAINTAINERS: Add self to Write After Approval
2795 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
2797         * MAINTAINERS: Update my email address, and remove myself as
2798         maintainer in some areas.
2800 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
2802         * MAINTAINERS: Add self to Write After Approval
2804 2017-05-25  Nathan Sidwell  <nathan@acm.org>
2806         * configure.ac: Add --enable-languages=default to mean default and
2807         make --enable-languages=all mean all supported languages.
2808         * configure: Regenerated.
2810 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
2812         * config.gcc (powerpc*-*-*spe*): New.
2813         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2814         (powerpc-*-rtems*spe*): New.
2815         (powerpc*-*-linux*spe*): New.
2816         (powerpc-wrs-vxworksspe): New.
2817         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2818         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2819         * config.host (powerpc*-*-*spe*): New.
2821 2017-05-19  Martin Liska  <mliska@suse.cz>
2823         * configure.ac: Add --enable-werror-always just for
2824         bootstrap-debug (or none build config) and do not add it
2825         when we are on a release branch.
2826         * configure: Regenerated.
2828 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
2830         * MAINTAINERS: Add self to Write After Approval
2832 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2834         * MAINTAINERS: Move myself to Write After Approval section.
2836 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2838         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2839         ACCH registers.
2840         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2841         available.
2842         (umulsidi3): Likewise.
2843         (mulsidi3_700): Disable this pattern when we have advanced mpy
2844         instructions.
2845         (umulsidi3_700): Likewise.
2846         (maddsidi4): New pattern.
2847         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2848         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2849         (mpydu_imm_arcv2hs): Likewise.
2850         * config/arc/predicates.md (accl_operand): New predicate.
2852 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2853             Andrew Burgess <andrew.burgess@embecosm.com>
2855         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2856         case.
2857         (ARC_AUTOFP_IRQ_P): Likewise.
2858         (ARC_AUTO_IRQ_P): Likewise.
2859         (rgf_banked_register_count): New variable.
2860         (parse_mrgf_banked_regs_option): New function.
2861         (arc_override_options): Handle rgf_banked_regs option.
2862         (arc_handle_interrupt_attribute): Add firq option.
2863         (arc_compute_function_type): Return fast irq type when required.
2864         (arc_must_save_register): Handle fast interrupts.
2865         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2866         (arc_return_address_regs): Update.
2867         * config/arc/arc.h (arc_return_address_regs): Update.
2868         (arc_function_type): Add fast interrupt type.
2869         (ARC_INTERRUPT_P): Update.
2870         (RC_FAST_INTERRUPT_P): Define.
2871         * config/arc/arc.md (simple_return): Update for fast interrupts.
2872         (p_return_i): Likewise.
2873         * config/arc/arc.opt (mrgf-banked-regs): New option.
2874         * doc/invoke.texi (mrgf-banked-regs): Document.
2876 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2878         * config/arc/arc.c (irq_ctrl_saved): New variable.
2879         (ARC_AUTOBLINK_IRQ_P): Define.
2880         (ARC_AUTOFP_IRQ_P): Likewise.
2881         (ARC_AUTO_IRQ_P): Likewise.
2882         (irq_range): New function.
2883         (arc_must_save_register): Likewise.
2884         (arc_must_save_return_addr): Likewise.
2885         (arc_dwarf_emit_irq_save_regs): Likewise.
2886         (arc_override_options): Handle deferred options.
2887         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2888         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2889         arc_must_save_return_addr.
2890         (arc_compute_frame_size): Handle automated save and restore of
2891         registers.
2892         (arc_expand_prologue): Likewise.
2893         (arc_expand_epilogue): Likewise.
2894         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2895         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2896         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2898 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2899         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2901         PR bootstrap/77661
2902         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2903         in-tree build MPC.
2904         * Makefile.in: Regenerate.
2906 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2908         * configure.ac: Enable LTO by default on darwin >= 9.
2909         * configure: Regenerate.
2911 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2913         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2914         and Andrew Waterman as the RISC-V maintainers.
2916 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2918         * MAINTAINERS: Add self to Write After Approval
2920 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2922         * config.guess: Import latest from upstream.
2924 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2926         * MAINTAINERS (Write After Approval): Remove entries that are
2927         already covered under Reviewers.
2929 2017-03-08  Mark Wielaard  <mark@klomp.org>
2931         PR demangler/70909
2932         PR demangler/67264
2933         * include/demangle.h: Add d_printing to struct demangle_component
2934         and pass struct demangle_component as non const.
2936 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2938         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2940 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2942         * Makefile.tpl: Remove HOST_ISLVER.
2943         (HOST_EXPORTS): Remove ISLVER.
2944         * Makefile.in: Regenerate.
2946 2017-02-13  Richard Biener  <rguenther@suse.de>
2948         * configure: Re-generate.
2950 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2952         * MAINTAINERS: Adjust bug reporting URL.
2954 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2956         * MAINTAINERS (Write After Approval): Remove redundant entry
2957         for Andrew Burgess.
2959 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2961         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2962         32-bit hppa*-*-hpux*.
2963         * configure: Regenerate.
2965 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2967         * configure.ac: Moved the white list of enabling BRIG FE to
2968         libhsail-rt/configure.tgt.
2969         * configure: Regenerated.
2970         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2972 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2973             Martin Jambor  <mjambor@suse.cz>
2975         * Makefile.def (target_modules): Added libhsail-rt.
2976         (languages): Added language brig.
2977         * Makefile.in: Regenerated.
2978         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2979         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2980         * configure: Regenerated.
2982 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2984         PR other/79046
2985         * configure: Regenerated.
2987 2017-01-04  Alan Modra  <amodra@gmail.com>
2989         * configure: Regenerate.
2991 2016-12-29  Ben Elliston  <bje@gnu.org>
2993         * config.sub: Import latest version.
2995 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2997         * MAINTAINERS (Write After Approval): Add myself.
2999 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
3001         * configure.ac: Don't bootstrap libmpx unless --with-build-config
3002         includes bootstrap-mpx.
3003         * configure: Regenerated.
3005 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
3007         * MAINTAINERS (Write After Approval): Add myself.
3009 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
3011         * configure: Regenerate.
3013 2016-12-01  Matthias Klose  <doko@ubuntu.com>
3015         * configure.ac: Don't use pkg-config to check for bdw-gc.
3016         * configure: Regenerate.
3018 2016-11-30  Matthias Klose  <doko@ubuntu.com>
3020         * Makefile.def: Remove reference to boehm-gc target module.
3021         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
3022         options and for the bdw-gc pkg-config module.
3023         * configure: Regenerate.
3024         * Makefile.in: Regenerate.
3026 2016-11-28  Nathan Sidwell  <nathan@acm.org>
3028         * MAINTAINERS (nvptx): Remove self.
3030 2016-11-25  Ben Elliston  <bje@gnu.org>
3032         * config.guess: Import latest version.
3033         * config.sub: Likewise.
3035 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
3037         * MAINTAINERS (Write After Approval): Add myself.
3039 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3041         * Makefile.def: Remove references to GCJ.
3042         * Makefile.tpl: Likewise.
3043         * Makefile.in: Regenerate.
3045 2016-11-15  Matthias Klose  <doko@ubuntu.com>
3047         * config-ml.in: Remove references to GCJ.
3048         * configure.ac: Likewise.
3049         * configure: Regenerate.
3051 2016-11-01  Josh Conner  <joshconner@google.com>
3053         * MAINTAINERS (Write After Approval): Update email address,
3055 2016-10-27  Carl Love  <cel@us.ibm.com>
3057         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
3058         Approval list to make it alphabetical.
3060 2016-10-27  Carl Love  <cel@us.ibm.com>
3062         * MAINTAINERS (Write After Approval): Add myself.
3064 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
3066         * MAINTAINERS (Reviewers): Add myself.
3067         (Write After Approval): Add myself.
3069 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
3070             Ulrich Weigand  <uweigand@de.ibm.com>
3072         * MAINTAINERS: Update email address.
3074 2016-10-10  Nathan Sidwell  <nathan@acm.org>
3076         * MAINTAINERS: Update email address.
3078 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
3080         * configure.ac: Add aarch64-*-freebsd*.
3081         * configure: Regenerate.
3083 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
3085         * MAINTAINERS: Update email address after it got reverted.
3087 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3089         * configure.ac (target_libraries): Readd target-boehm-gc.
3090         Restore --enable-objc-gc handling.
3091         * configure: Regenerate.
3093 2015-10-03  Jeff Law  <law@redhat.com>
3095         * MAINTAINERS: Move several inactive maintainers to the
3096         write-after-approval section.
3098 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
3100         * configure.ac: Add target-libffi to target_libraries.
3101         Readd libgcj target disablings, modified to only target-libffi.
3102         Readd target addition of go to unsupported languages.
3103         * configure: Regenerated.
3105 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
3107         * MAINTAINERS: Update email address.
3109 2016-09-30  Andrew Haley  <aph@redhat.com>
3111         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
3112         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
3113         libgcj.
3115 2016-09-30  Andrew Haley  <aph@redhat.com>
3117         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
3118         write-after approval after GCJ deletion.
3120 2016-09-30  Andrew Haley  <aph@redhat.com>
3122         * Makefile.def: Remove libjava.
3123         * Makefile.tpl: Likewise.
3124         * Makefile.in: Regenerate.
3125         * configure.ac: Likewise.
3126         * configure: Likewise.
3127         * gcc/java: Remove.
3128         * libjava: Likewise.
3130 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
3132         * MAINTAINERS (Reviewers): Add myself.
3134 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3136         * configure.ac: Disable "sim" directory for arc*-*-*.
3137         * configure: Regenerated.
3139 2016-09-23  Tamar Christina <tamar.christina@arm.com>
3141         * MAINTAINERS (Write After Approval): Add myself.
3143 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
3145         * configure.ac: Check for the minimum in-tree MPFR version
3146         handled.
3147         * configure: Regenerate.
3149 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
3151         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3152         * configure: Regenerated.
3154 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
3156         * MAINTAINERS (Write After Approval): Add myself.
3158 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3160         * Makefile.def: Add autoprofiledbootstrap.
3161         * Makefile.tpl: Dito.
3162         * Makefile.in: Regenerate.
3164 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3166     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3167     * configure: Regenerate.
3169 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3171         * configure: Regenerate.
3172         * configure.ac: Remove support for avr-rtems.
3174 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3176         * MAINTAINERS (Write After Approval): Add myself.
3178 2016-06-16  Michael Collison  <michael.collison@arm.com>
3180         * MAINTAINERS (Write After Approval): Add myself.
3182 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
3184         * MAINTAINERS (Write After Approval): Update e-mail address.
3186 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
3188         * MAINTAINERS (Write After Approval): Add myself.
3190 2016-05-28  Alan Modra  <amodra@gmail.com>
3192         * Makefile.tpl (configure): Depend on m4 files included.
3193         * Makefile.in: Regenerate.
3195 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3197         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3198         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3200 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
3202         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3203         special case builtin.
3204         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3205         support for ALTIVEC_BUILTIN_VEC_ADDEC.
3206         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3207         for __builtin_vec_addec.
3209 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3211         * config.guess: Import version 2016-04-02 (newest).
3212         * config.sub: Import version 2016-05-10 (newest).
3214 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
3216         * configure.ac: Add ARC support to libgloss.
3217         * configure: Regenerate
3219 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3221         * MAINTAINERS (Write After Approval): Add myself.
3223 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3225         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3226         * configure: Regenerated.
3227         * Makefile.def (gmp): Explicitly disable assembler.
3228         (mpfr): Adjust lib_path.
3229         (mpc): Likewise.
3230         * Makefile.in: Regenerated.
3232 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
3234         PR bootstrap/70704
3235         * configure.ac (--enable-stage1-checking): Add missing
3236         --enable-checking=.
3237         * configure: Regenerated.
3239 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3241         * config.guess: Revert r235676.
3242         * config.sub: Revert r235676.
3244 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
3246         * config.guess: Remove SH5 support.
3247         * config.sub: Likewise.
3248         * configure: Likewise.
3249         * configure.ac: Likewise.
3251 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
3253         PR bootstrap/70704
3254         * configure.ac (--enable-stage1-checking): For --disable-checking or
3255         implicit --enable-checking, make sure extra flag matches in between
3256         stage1 and later checking.
3257         * configure: Regenerated.
3259 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3261         * .gitattributes: New file.
3263 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
3265         * MAINTAINERS (rs6000/powerpc port): Add myself.
3267 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
3269         PR bootstrap/70173
3270         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3271         and gotools directories.  Delete the stage_final file.
3272         * Makefile.in: Regenerate.
3274 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
3276         * MAINTAINERS (Write After Approval): Add myself.
3278 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
3280         * MAINTAINERS (Fortran maintainer): Remove myself.
3282 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
3284         * MAINTAINERS (Write After Approval): Add myself.
3286 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
3288         * MAINTAINERS (Write After Approval): Add myself.
3290 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3292         Sync with binutils-gdb:
3294         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
3296         * configure.ac: Add mips and s390 to the gold target check.
3297         * configure: Regenerate.
3299 2016-03-01  DJ Delorie  <dj@redhat.com>
3301         * MAINTAINERS (mep): Remove myself as MeP maintainer.
3303 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
3305         * MAINTAINERS (libcpp): Add myself.
3306         (diagnostic messages): Likewise.
3308 2016-02-20  Tom de Vries  <tom@codesourcery.com>
3310         * MAINTAINERS: Fix whitespace.
3312 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
3314         * MAINTAINERS (Write After Approval): Add myself.
3316 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
3318         * config/isl.m4: Add comments about isl-0.16.
3319         * configure: Regenerate.
3321 2016-01-29  Martin Jambor  <mjambor@suse.cz>
3323         * MAINTAINERS (hsa maintainers): Add myself.
3325 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
3327         * MAINTAINERS: (Write After Approval): Add myself.
3329 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
3330             Sebastian Pop  <s.pop@samsung.com>
3332         * Makefile.in: Regenerate.
3333         * Makefile.tpl: Export ISLVER.
3334         * configure: Regenerate.
3335         * config/isl.m4: Detect isl-0.15.
3337 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
3339         PR bootstrap/69329
3340         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3341         * Makefile.in: Regenerate.
3343 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
3345         * configure.ac: Enable LTO for DJGPP
3346         * configure: Regenerate
3348 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3350         Sync with binutils-gdb:
3351         2015-10-21  Nick Clifton  <nickc@redhat.com>
3353         PR gas/19109
3354         * configure.ac: Note the 'none' is an acceptable argument to
3355         --enable-compressed-debug-sections.
3356         * configure: Regenerate.
3358 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3360         PR bootstrap/69134
3361         * Makefile.def (mpfr): Disable assembler.
3362         * Makefile.in: Regenerate.
3364 2016-01-01  Ben Elliston  <bje@gnu.org>
3366         * config.guess: Import version 2016-01-01.
3367         * config.sub: Likewise.
3369 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
3371         * MAINTAINERS (Write After Approval): Add myself.
3373 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
3375         * Makefile.in: Replace ISL with isl.
3376         * Makefile.tpl: Same.
3377         * config/isl.m4: Same.
3378         * configure.ac: Same.
3379         * contrib/download_prerequisites: Same.
3380         * configure: Regenerate.
3382 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
3384         * MAINTAINERS (Write After Approval): Add Myself.
3386 2015-12-17  Nathan Sidwell  <nathan@acm.org>
3388         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3389         * configure: Regenerate.
3391 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
3392             Sebastian Pop  <s.pop@samsung.com>
3394         * config/isl.m4 (ISL_CHECK_VERSION): Check for
3395         isl_ctx_get_max_operations.
3396         * configure: Regenerate.
3398 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
3400         * MAINTAINERS (Write After Approval): Add myself.
3402 2015-12-02  Ian Lance Taylor  <iant@google.com>
3404         PR go/66147
3405         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3406         * Makefile.in: Regenerate.
3408 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
3410         PR libffi/65726
3411         * Makefile.def (lang_env_dependencies): Make libffi depend
3412         on cxx.
3413         * Makefile.in: Regenerate.
3415 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
3417         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3418         symbols.
3420 2015-11-20  Tristan Gingold  <gingold@adacore.com>
3422         Sync with binutils-gdb:
3423         2015-11-20  Tristan Gingold  <gingold@adacore.com>
3425         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3426         * configure: Regenerate.
3428 2015-11-19  Martin Liska  <mliska@suse.cz>
3430         * .gitignore: Add .clang-format to ignored files.
3431         * Makefile.in: Add clang-format.
3432         * Makefile.tpl: Likewise.
3434 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3436         * configure.ac: Enable libmpx by default.
3437         * configure: Regenerated.
3439 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
3441         * MAINTAINERS: Update email address.
3443 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3445         * MAINTAINERS: Update email address.
3447 2015-10-23  Alan Hayward <alan.hayward@arm.com>
3449         * MAINTAINERS  (Write After Approval): Add myself.
3451 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3453         Sync with binutils-gdb:
3454         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
3456         PR gas/19109
3457         * configure.ac: Add
3458         --enable-compressed-debug-sections={all,gas,gold,ld}.
3459         * configure: Regenerated.
3461 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
3463         * MAINTAINERS: Update list of Ada maintainers and email addresses.
3465 2015-10-09  Martin Liska  <mliska@suse.cz>
3467         * MAINTAINERS (Write After Approval): Add myself.
3469 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
3471         * MAINTAINERS (Write After Approval): Add myself.
3473 2015-10-02  Florian Weimer  <fweimer@redhat.com>
3475         * MAINTAINERS: Update email address.
3477 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
3479         * MAINTAINERS  (Write After Approval): Add myself.
3481 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
3483         * MAINTAINERS: Update email.
3485 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
3487         * MAINTAINERS: Update my email address.
3489 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
3491         * MAINTAINERS (ft32 port): Add myself.
3493 2015-08-28  David Sherwood  <david.sherwood@arm.com>
3495         * MAINTAINERS: Add myself.
3497 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
3499         * MAINTAINERS (Write After Approval): Add myself.
3501 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3503         PR libfortran/54572
3504         * Makefile.def: Make libgfortran depend on libbacktrace.
3505         * Makefile.in: Regenerate.
3507 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
3509         * MAINTAINERS (Write After Approval): Add myself.
3511 2015-08-12  Tom de Vries  <tom@codesourcery.com>
3513         PR other/67092
3514         * configure.ac: Remove --with_host_libstdcxx support.
3515         * configure: Regenerate.
3517 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
3518             Jakub Jelinek  <jakub@redhat.com>
3520         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3521         nvptx*-*-*.
3522         * configure: Regenerate.
3524 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
3526         * Makefile.def (libiconv): Define bootstrap=true.
3527         Mark pdf/html/info as missing.
3528         (configure-gcc): Depend on all-libiconv.
3529         (all-gcc): Ditto.
3530         (configure-libcpp): Ditto.
3531         (all-libcpp): Ditto.
3532         (configure-intl): Ditto.
3533         (all-intl): Ditto.
3534         * Makefile.in: Regenerate.
3536 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
3538         * MAINTAINERS (loop ivopts): Add the entry and myself.
3540 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3542         * MAINTAINERS (nvptx): Add self.
3544 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
3546         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3547         128-bit vector modes.
3549 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
3551         * MAINTAINERS (Write After Approval): Add myself.
3553 2015-07-28  Ben Elliston  <bje@gnu.org>
3555         * config.sub, config.guess: Import from upstream.
3557 2015-07-24  Michael Darling  <darlingm@gmail.com>
3559         PR other/66259
3560         * config-ml.in: Reflects renaming of configure.in to configure.ac
3561         * configure: Likewise
3562         * configure.ac: Likewise
3564 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
3566         * MAINTAINERS: Update my email address.
3568 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3570         Sync with binutils-gdb:
3571         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3573         * configure.ac (target_configdirs): Exclude target-zlib if
3574         target-libjava isn't built.
3575         * configure: Regenerated.
3577 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3579         Sync with binutils-gdb:
3580         2015-05-13  John David Anglin  <dave.anglin@bell.net>
3582         * configure.ac: Disable configuration of GDB for HPUX targets.
3583         * configure: Regenerate.
3585         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3587         * configure.ac: Add --with-system-zlib.
3588         * configure: Regenerated.
3590         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3592         * configure.ac: Add FT32 support.
3593         * configure: Regenerate.
3595         2015-01-12  Anthony Green  <green@moxielogic.com>
3597         * configure.ac: Don't disable gprof for moxie.
3598         * configure: Rebuild.
3600 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3602         Sync with binutils-gdb:
3603         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
3605         PR ld/18355
3606         * Makefile.def: Add extra_configure_flags to host zlib.
3607         * configure.ac (extra_host_zlib_configure_flags): New.  Set
3608         to --enable-host-shared When bfd is to be built as shared
3609         library.  AC_SUBST.
3610         * Makefile.in: Regenerated.
3612 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
3614         Sync with src:
3615         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3616         * Makefile.def (dependencies): Add all-zlib to all-bfd.
3617         * Makefile.in: Regenerated.
3619 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3621         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3622         target.
3623         * configure: Regenerate.
3625 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3627         * MAINTAINERS (Write After Approval): Add myself.
3629 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
3631         * MAINTAINERS (OS Port Maintainers): Add myself.
3632         (Various Maintainers): Remove myself from libffi testsuite.
3634 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
3636         * MAINTAINERS (gen* on machine desc): Add self.
3638 2015-06-02  Jason Merrill  <jason@redhat.com>
3640         PR bootstrap/66319
3641         * configure.ac: Use -std=gnu++98.
3643 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3645         * MAINTAINERS (Write After Approval): Add myself.
3647 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
3649         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3650         * configure: Regenerate.
3652 2015-05-26  Jason Merrill  <jason@redhat.com>
3654         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3655         * configure: Regenerate.
3657 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
3659         * configure.ac: FT32 target added.
3660         * configure: Regenerated.
3662 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
3664         * MAINTAINERS (Write After Approval): Add myself.
3666 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3668         * MAINTAINERS (Write After Approval): Add myself.
3670 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
3672         * configure.ac: Fix typo.
3673         * configure: Regenerate.
3675 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
3677         * MAINTAINERS (Write After Approval): Add myself.
3679 2015-05-03  Matthias Klose  <doko@ubuntu.com>
3681         * configure.ac: Match $host configured with triplets.
3682         * configure: Regenerate.
3684 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3686         * Makefile.tpl: Remove surplus whitespace throughout.
3687         * Makefile.in: Regenerate.
3689 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
3691         * MAINTAINERS (Various Maintainers): Add myself as instruction
3692         combiner maintainer.
3694 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
3696         PR bootstrap/62077
3697         * configure.ac (--enable-stage1-checking): Default to
3698         release,misc,gimple,rtlflag,tree,types if --disable-checking
3699         or --enable-checking is not specified and DEV-PHASE is not
3700         experimental.
3701         * configure: Regenerated.
3703 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
3705         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3706         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3707         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3708         * Makefile.in: Regenerate.
3710 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
3712         * MAINTAINERS: Update my email address.
3714 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
3716         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3718 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3720         * MAINTAINERS: Add myself as an arm port reviewer.
3722 2015-03-25  Martin Liska  <mliska@suse.cz>
3723             Yury Gribov  <y.gribov@samsung.com>
3725         * Makefile.in: Fix ln source location for vimrc file.
3726         * Makefile.tpl: Likewise.
3728 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
3730         PR bootstrap/25672
3731         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3732         cross-compiling.  Similarly for CXX_FOR_TARGET.
3733         * configure: Regenerate.
3735 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
3737         * Makefile.def: Add libmpx.
3738         * configure.ac: Add libmpx.
3739         * Makefile.in: Regenerate.
3740         * configure: Regenerate.
3742 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
3744         * MAINTAINERS (CPU Port Maintainers): Add myself
3745         i386 vector ISA extns mantainer.
3747 2015-03-13  Jeff Law  <law@redhat.com>
3749         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3750         maintainer.
3751         Remove Richard Henderson as a maintainer for the x86 port.
3753 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
3755         * MAINTAINERS (CPU Port Maintainers): Update my email address.
3757 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
3759         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3760         pointer bounds checker and i386 MPX maintainer.
3762 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
3764         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3766 2015-02-26  Martin Sebor  <msebor@redhat.com>
3768         * MAINTAINERS (Various Maintainers): Add self.
3770 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3772         * configure.ac [--enable-as-accelerator-for] (enable_languages):
3773         Make sure it contains lto.
3774         * configure: Regenerate.
3776 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
3778         * configure: Regenerate.
3780 2015-02-06  Diego Novillo  <dnovillo@google.com>
3782         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3783         middle-end, docstring): Remove myself.
3784         (Write After Approval): Add myself.
3786 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
3788         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3789         (Write After Approval): Update address.
3791 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
3793         PR jit/64780
3794         * configure.ac: Require the user to explicitly specify
3795         --enable-host-shared if the jit is enabled.
3796         * configure: Regenerate.
3798 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
3800         * MAINTAINERS (Write After Approval): Add myself.
3802 2015-01-25  Tom de Vries  <tom@codesourcery.com>
3804         * MAINTAINERS: Make whitespace consistent.
3806 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
3808         * MAINTAINERS (Write After Approval): Add myself.
3810 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
3812         * MAINTAINERS: (Write After Approval): Add myself.
3814 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
3816         * MAINTAINERS: (Write After Approval): Add myself.
3818 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
3820         * MAINTAINERS: (Write After Approval): Add myself.
3822 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
3824         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3825         objective-c/c++ front end maintainer.
3827 2015-01-13  Marek Polacek  <polacek@redhat.com>
3829         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3831 2015-01-12  Jeff Law  <law@redhat.com>
3833         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3834         a very long time.
3836 2015-01-09  Ian Lance Taylor  <iant@google.com>
3838         * configure.ac (host_tools): Add gotools.
3839         * Makefile.def (host_modules): Add gotools.
3840         (dependencies): Add dependency of all-gotools on all-target-libgo.
3842 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3844         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3845         * configure: Regenerate.
3847 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3849         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3850         all-target-libgomp.
3851         * Makefile.in: Regenerate.
3853 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3855         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3857 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3859         * configure.ac: Add Visium support.
3860         * configure: Regenerate.
3862 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3864         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3865         * configure: Regenerate.
3867 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3869         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3870         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3871         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3872         (OBJCOPY_FOR_TARGET): New variable.
3873         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3874         * Makefile.in: Regenerate.
3875         * configure.ac: Check for already installed target objcopy.
3876         Also GCC_TARGET_TOOL on objcopy.
3877         * configure: Regenerate.
3879 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3881         * config.sub: Update from upstream, to 2015-01-01 version.
3882         * config.guess: Ditto.
3884 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3886         * MAINTAINERS (RTEMS Ports): Add myself.
3888 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3890         * MAINTAINERS (Write After Approval): Add myself.
3892 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3894         * MAINTAINERS (Write After Approval): Add myself.
3896 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3898         * configure.ac (--enable-as-accelerator-for): Don't set
3899         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3900         * configure: Regenerate.
3902 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3904         PR bootstrap/64023
3905         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3906         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3907         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3908         to CXX.
3909         * Makefile.in: Regenerated.
3911 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3912             Yury Gribov  <y.gribov@samsung.com>
3914         * .gitignore: Added .local.vimrc and .lvimrc.
3915         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3916         * Makefile.in: Regenerate.
3918 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3920         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3921         * configure: Regenerated.
3923 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3925         * MAINTAINERS (nvptx port): New entry.
3927 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3929         * configure: Regenerate.
3931 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3933         * configure.ac: Merge with Binutils.
3935 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3937         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3938         * Makefile.in: Regenerate.
3940 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3942         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3943         missing flex.
3944         * Makefile.in: Regenerated.
3946 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3948         * Makefile.in: Regenerate.
3950 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3952         PR bootstrap/63784
3953         * libtool.m4: Add $pic_flag with -shared.
3955 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3957         * MAINTAINERS (Write After Approval): Added myself.
3959 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3961         * MAINTAINERS (write-after-approval): Add myself.
3963 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3965         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3966         from 2 years ago.
3968 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3970         Revert:
3971         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3973         * MAINTAINERS (Write After Approval): Added myself as line map
3974         maintainer.
3976 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3978         Revert:
3979         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3981         * MAINTAINERS (Write After Approval): Added myself.
3983 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3985         * MAINTAINERS (Write After Approval): Added myself.
3987 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3989         * MAINTAINERS (Write After Approval): Added myself as line map
3990         maintainer.
3992 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3994         * MAINTAINERS (Various Maintainers): Added myself as line map
3995         maintainer.
3997 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3999         * move-if-change: Sync from upstream gnulib.
4001 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4003         * compile: Sync with upstream Automake.
4004         * depcomp: Ditto.
4005         * install-sh: Ditto.
4006         * missing: Ditto.
4007         * mkinstalldirs: Ditto.
4008         * ylwrap: Ditto.
4010 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4012         * config.sub: Update from upstream config repo.
4013         * config.guess: Ditto.
4015 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
4017         * Makefile.def: Add liboffloadmic to target_modules.  Make
4018         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
4019         * Makefile.in: Regenerate.
4020         * configure: Regenerate.
4021         * configure.ac: Add liboffloadmic to target binaries.
4022         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
4023         Add liboffloadmic to noconfig list when C++ is not supported.
4025 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
4026             Thomas Schwinge  <thomas@codesourcery.com>
4027             Ilya Verbin  <ilya.verbin@intel.com>
4028             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4030         * configure: Regenerate.
4031         * configure.ac (--enable-as-accelerator-for)
4032         (--enable-offload-targets): New configure options.
4034 2014-11-11  Tobias Burnus  <burnus@net-b.de>
4036         * Makefile.def: Make all-gcc depend on all-isl.
4037         * Makefile.in: Regenerate.
4039 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
4041         * ChangeLog.jit: New.
4042         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
4044 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4046         PR target/63610
4047         * libtool.m4: Fix globbing of darwin versions.
4048         * configure: Regenerate.
4050 2014-11-11  Tobias Burnus  <burnus@net-b.de>
4052         * Makefile.def: Remove CLooG.
4053         * Makefile.tpl: Ditto.
4054         * configure.ac: Ditto.
4055         * configure: Regenerate.
4056         * Makefile.in: Ditto.
4058 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
4060         * configure.ac: Handle nvptx-*-*.
4061         * configure: Regenerate.
4063 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
4065         * MAINTAINERS (Write After Approval): Add myself.
4067 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
4069         * Makefile.def (libcc1): Remove bootstrap=true;.
4070         * Makefile.in: Regenerated.
4072 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4074         * configure.ac: Update comment.
4075         * configure: Regenerate.
4077 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
4079         * MAINTAINERS (Write After Approval): Add myself.
4081 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
4083         * configure.ac (extra_host_libiberty_configure_flags): Add
4084         --enable-shared also for libcc1's benefit.
4085         * configure: Regenerate.
4087 2014-10-29  Tristan Gingold  <gingold@adacore.com>
4089         * MAINTAINERS: Change my email address.
4091 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
4092             Tom Tromey  <tromey@redhat.com>
4094         * Makefile.def: Add libcc1 to host_modules.
4095         * configure.ac (host_tools): Add libcc1.
4096         * Makefile.in, configure: Rebuild.
4098 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
4100         * configure.ac (build_configargs): Don't share config.cache between
4101         build subdirs.
4102         * configure: Regenerate.
4104 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4106         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
4107         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
4108         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
4109         leon3v7 as leon3.
4110         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
4111         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
4112         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
4113         * config/sparc/sparc.md (cpu): Add leon3v7.
4114         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
4116 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
4118         * MAINTAINERS (write-after-approval): Add myself.
4120 2014-10-23  Ian Lance Taylor  <iant@google.com>
4122         * configure.ac: Disable the Go frontend on systems where it is known
4123         to not work.
4124         * configure: Regenerate.
4126 2014-10-23  Richard Biener  <rguenther@suse.de>
4128         * Makefile.def: Add libcpp build module and dependencies.
4129         * configure.ac: Add libcpp build module.
4130         * Makefile.in: Regenerate.
4131         * configure: Likewise.
4133 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
4135         * MAINTAINERS (write-after-approval): Add myself.
4137 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
4139         * INSTALL/README: Do not mention CVS.
4141 2014-10-03  Jing Yu  <jingyu@google.com>
4143         * configure.ac: Add aarch64 to list of targets that support gold.
4144         * configure: Regenerate.
4146 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
4148         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
4150 2014-09-29  Catherine Moore  <clm@codesourcery.com>
4152         * MAINTAINERS:  Add myself as MIPS maintainer.
4154 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
4156         * MAINTAINERS: Move myself to MIPS maintainers.
4158 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4160         * MAINTAINERS: Put all email addresses between '<' and '>'.
4162 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4164         * MAINTAINERS: Move myself to reviewers (Fortran).
4166 2014-09-01  Andi Kleen  <ak@linux.intel.com>
4168         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4169         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
4170         * Makefile.in: Regenerate.
4172 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4174         * rtx-classes-status.txt: Delete
4176 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
4178         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4180 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
4182         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4183         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4184         of checking for version number.
4185         * configure: Regenerated.
4186         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4188 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4190         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4191         is done; begin phase 6 (use extra rtx_def subclasses).
4193 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4195         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4196         done; begin phase 5 (additional rtx_def subclasses).
4198 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4200         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4202 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4204         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4205         SET_BB_HEADER are done.
4207 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4209         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4210         done.
4212 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4214         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4216 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4218         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4220 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4222         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4224 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4226         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4228 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
4230         * rtx-classes-status.txt: Phase 3 (per-file commits within
4231         "config" subdirs) is done; begin phase 4 (removal of
4232         "scaffolding").
4234 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
4236         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4237         dir) is done; begin phase 3 (per-file commits within "config"
4238         subdirs).
4240 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
4242         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4243         phase 2 (per-file commits in main source dir).
4245 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
4247         * configure: Regenerated.
4249 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4251         * rtx-classes-status.txt (TODO): Add SET_BND_TO
4253 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4255         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4257 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4259         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4261 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4263         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4265 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4267         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4269 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
4271         * MAINTAINERS (Write After Approval): Add myself.
4273 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
4275         * MAINTAINERS: Remove myself
4277 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
4279         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4281 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
4283         * MAINTAINERS (Write After Approval): Add myself.
4285 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4287         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4288         SET_BB_HEADER, SET_BB_FOOTER
4290 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
4292         * rtx-classes-status.txt: New file
4294 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
4296         * configure.ac: Eliminate ClooG installation dependency.
4297         * configure: Regenerate.
4298         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4299         * Makefile.in: Regenerate.
4301 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
4303         * MAINTAINERS (Write After Approval): Add myself.
4305 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
4307         * MAINTAINERS (Write After Approval): Add myself.
4309 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
4311         * MAINTAINERS (Write After Approval): Add myself.
4313 2014-07-28  Anthony Green  <green@moxielogic.com>
4315         Import from savannah.gnu.org:
4316         * config.sub: Update to 2014-07-28 version.
4318 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
4320         * MAINTAINERS: Remove my MIPS maintainer entry.
4322 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
4324         PR target/47230
4325         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4326         * configure: Regenerate.
4328 2014-07-24  James Norris  <jnorris@codesourcery.com>
4330         * MAINTAINERS (Write After Approval): Add myself.
4332 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
4334         * configure.ac: Accept only CLooG 0.18.1.
4335         * configure: Regenerate.
4337 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
4339         * configure.ac: Don't accept isl 0.11.
4340         * configure: Regenerate.
4342 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4344         * MAINTAINERS (Write After Approval): Add myself.
4346 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4348         * configure.ac: Don't accept isl 0.10.
4349         * configure: Regenerate.
4351 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4353         Fix include path for in-tree cloog.
4354         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4355         * configure: Regenerate.
4357 2014-06-18  Richard Henderson  <rth@redhat.com>
4359         * .gitignore: Import gcc_update output.
4361 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4363         * config-ml.in: Robustify ac_configure_args parsing.
4365         * configure.ac (--enable-linker-plugin-configure-flags)
4366         (--enable-linker-plugin-flags): New flags.
4367         (configdirs): Conditionally add libiberty-linker-plugin.
4368         * configure: Regenerate.
4369         * Makefile.def (host_modules): Add libiberty-linker-plugin.
4370         (host_modules) <lto-plugin>: Pay attention to
4371         @extra_linker_plugin_flags@ and
4372         @extra_linker_plugin_configure_flags@.
4373         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4374         * Makefile.in: Regenerate.
4376         * Makefile.tpl (configure-[+prefix+][+module+])
4377         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4378         "module_srcdir" instead of "module" for locating a module's srcdir.
4379         * Makefile.in: Regenerate.
4381 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
4383         * MAINTAINERS (Write After Approval): Add myself.
4385 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
4387         * MAINTAINERS: Update my email address.
4389 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4391         * MAINTAINERS (Write After Approval): Add myself.
4393 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
4395         * MAINTAINERS (Write After Approval): Add myself.
4397 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
4399         PR libstdc++/61011
4400         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4401         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4402         * configure: Regenerate.
4404 2014-05-28  Pedro Alves  <palves@redhat.com>
4406         * MAINTAINERS (Write After Approval): Add myself.
4408 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4410         * MAINTAINERS: Update my affiliation/email.
4412 2014-05-19  Mike Stump  <mikestump@comcast.net>
4414         * MAINTAINERS: Add wide-int reviewers.
4416 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
4418         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4419         * configure: Regenerated.
4421 2014-05-15  Torvald Riegel  <triegel@redhat.com>
4423         * MAINTAINERS (libitm): Add myself as maintainer.
4425 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
4427         * MAINTAINERS (Write After Approval): Add myself.
4429 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
4431         * config.sub, config.guess: Import from upstream.
4433 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4435         * MAINTAINERS (Write After Approval): Put myself in correct order.
4437 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
4439         * MAINTAINERS (Write After Approval): Add myself.
4441 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4443         * MAINTAINERS: Move myself from Reviewers to Write After Approval
4444         section.
4446 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4448         * MAINTAINERS (Write After Approval): Delete myself.
4450 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
4452         PR sanitizer/56781
4453         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4454         and -B* options with -Xcompiler.
4456 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
4458         PR bootstrap/60620
4459         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4460         * Makefile.in: Regenerate.
4462 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
4464         * Makefile.def (dependencies): Make all-ld depend on all-binutils
4465         for WINDRES_FOR_TARGET in default-manifest.o rule.
4466         * Makefile.in: Regenerate.
4468 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
4470         * MAINTAINERS (Write After Approval): Add myself.
4472 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
4474         PR sanitizer/56781
4475         * Makefile.def: Set bootstrap=true; for host fixincludes.
4476         * configure.ac: Don't bootstrap host fixincludes unless
4477         --with-build-config=bootstrap-{a,ub}san.
4478         * Makefile.in: Regenerated.
4479         * configure: Regenerated.
4481 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
4483         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
4484         --enable-vtable-verify option parsing.  Don't add
4485         target-libsanitizer to bootstrap_target_libs unless
4486         --with-build-config=bootstrap-asan or
4487         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
4488         to bootstrap_target_libs unless --enable-vtable-verify.
4489         * configure: Regenerated.
4491 2014-03-10  Anatoly Sokolov <aesok@post.ru>
4493         * MAINTAINERS (Write After Approval): Add myself.
4495 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
4497         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4499 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
4501         PR bootstrap/58572
4502         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4503         -I for libstdc++-v3 includes if $(LEAN).
4504         * Makefile.in: Regenerated.
4506 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
4508         * MAINTAINERS: Update my email address.
4510 2014-02-24  Walter Lee  <walt@tilera.com>
4512         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4513         (tilegx-*-*): Change to tilegx*-*-*.
4514         * configure: Regenerate.
4516 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
4518         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4520 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4522         * MAINTAINERS (Write After Approval): Add myself.
4524 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4526         PR target/59788
4527         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4528         *solaris2*.
4530 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
4532         * MAINTAINERS: Update my email address.
4534 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
4536         * MAINTAINERS: Convert to UTF-8.
4537         Properly sort Xinliang David Li's entry.
4539 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
4540             Sandra Loosemore  <sandra@codesourcery.com>
4542         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4543         nios2 port maintainers.
4545 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
4547         * MAINTAINERS (Write After Approval): Add myself.
4549 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4551         * configure.ac: Add user-friendly check for native x86_64-linux
4552         multilibs.
4553         * configure: Regenerate.
4555 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
4557         * MAINTAINERS: Add myself as sh maintainer.
4559 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4561         * MAINTAINERS: Add self as SLSR maintainer.
4563 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
4565         * MAINTAINERS: Update my email address.
4567 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
4569         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4571 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
4573         * Makefile.in: Regenerate.
4575         * Makefile.tpl: Fix typo.
4576         * Makefile.in: Regenerate partially.
4578 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4580         * configure.ac: Added libcilkrts to noconfig list when C++ is not
4581         supported.
4582         * configure: Regenerated.
4584 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
4586         * MAINTAINERS (Write After Approval): Add myself.
4588 2013-10-30  Jason Merrill  <jason@redhat.com>
4590         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4591         --disable-build-format-warnings.
4593 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
4595         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
4596         depend on libstdc++ and libgcc.
4597         * configure: Regenerate.
4598         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
4599         libcilkrts for POSIX and i*86, and x86_64 architectures.
4600         * Makefile.in: Added libcilkrts related fields to support building it.
4602 2013-10-26  Jeff Law  <law@redhat.com>
4604         * Makefile.def (target_modules): Remove libmudflap
4605         (languages): Remove check-target-libmudflap).
4606         * Makefile.in: Rebuilt.
4607         * Makefile.tpl (check-target-libmudflap-c++): Remove.
4608         * configure.ac (target_libraries): Remove target-libmudflap.
4609         Remove checks which disabled libmudflap on some systems.
4610         * configure: Rebuilt.
4611         * libmudflap: Directory removed.
4613 2013-10-21  Cong Hou  <congh@google.com>
4615         * MAINTAINERS (Write After Approval): Add myself.
4617 2013-10-16  Mike Stump  <mikestump@comcast.net>
4619         * .dir-locals.el: Add.
4621 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
4623         * configure.ac: Add --enable-host-shared
4624         * configure: Regenerate.
4626 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4628         Import from savannah.gnu.org:
4629         * config.guess: Update to 2013-06-10 version.
4630         * config.sub: Update to 2013-10-01 version.
4632 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
4634         Changes to build configuration to allow big endian ARC ELF toolchain
4635         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4636         * configure: Regenerate.
4638 2013-09-20  Alan Modra  <amodra@gmail.com>
4640         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4641         ppc host match.  Support little-endian powerpc linux hosts.
4643 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
4645         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4646         maintainer.
4648 2013-09-12  DJ Delorie  <dj@redhat.com>
4650         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4651         maintainers.
4653 2013-09-03  Richard Biener  <rguenther@suse.de>
4655         * configure.ac: Also allow ISL 0.12.
4656         * configure: Regenerated.
4658 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4660         * MAINTAINERS (Write After Approval): Add myself.
4662 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
4664         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4666 2013-08-26  Caroline Tice  <cmtice@google.com>
4668         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
4669         "Various Reviewers" to libvtv "Various Maintainers".
4671 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
4673         * MAINTAINERS: Add myself as RTL optimizers reviewer.
4675 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
4677         * MAINTAINERS: Update name, email.
4679 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
4681         * MAINTAINERS (Write After Approval): Add myself.
4683 2013-08-12  Caroline Tice  <cmtice@google.com>
4685         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4686         address in the Write After Approval section.
4688 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
4690         * MAINTAINERS (Write After Approval): Update email.
4692 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
4694         * configure.ac: Adjust to check VTV_SUPPORTED.
4695         * configure: Regenerated.
4697 2013-08-02  Caroline Tice  <cmtice@google.com>
4699         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4700         on non-linux systems; add target-libvtv to noconfigdirs; add
4701         libsupc++/.libs to C++ library search paths.
4702         * configure: Regenerated.
4703         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4704         libstdc++ and libgcc.
4705         * Makefile.in: Regenerated.
4707 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
4709         * MAINTAINERS (Write After Approval): Add myself.
4711 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
4712             Shiva Chen  <shiva0217@gmail.com>
4714         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4715         nds32 port maintainers.
4717 2013-07-17  Tim Shen  <timshen91@gmail.com>
4719         * MAINTAINERS (Write After Approval): Add myself.
4721 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4723         * configure.ac: Sync from binutils.
4724         * configure: Regenerate.
4726 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
4728         * MAINTAINERS (Write After Approval): Add myself.
4730 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
4732         * MAINTAINERS (Write After Approval): Add myself.
4734 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
4736         * MAINTAINERS (Write After Approval): Add myself.
4738 2013-04-30  Brooks Moses  <bmoses@google.com>
4740         * MAINTAINERS: Update my email; move myself from Fortran
4741         reviewer to Write After Approval.
4743 2013-04-16  Andreas Schwab  <schwab@suse.de>
4745         * configure.ac (aarch64-*-*): Don't disable java.
4746         * configure: Regenerate.
4748 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
4750         * MAINTAINERS (Write After Approval): Add myself.
4752 2013-03-30  Matthias Klose  <doko@ubuntu.com>
4754         * Makefile.def (target_modules): Don't install libffi.
4755         * Makefile.in: Regenerate.
4757 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
4759         * MAINTAINERS (Write After Approval): Add myself.
4761 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
4763         * MAINTAINERS (Write After Approval): Add myself.
4765 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4767         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4768         * configure: Regenerated.
4770 2013-02-05  Ian Lance Taylor  <iant@google.com>
4772         PR go/55969
4773         * configure.ac: Disable libgo on some systems where it does not
4774         work.
4776 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
4778         * MAINTAINERS: Explicitly add myself as AIX maintainer.
4779         Remove Geoff Keating as rs6000 port maintainer, at his request.
4781 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4783         * MAINTAINERS: Update my email.
4785 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
4787         * configure: Re-generate.
4789 2013-01-15  Richard Biener  <rguenther@suse.de>
4791         PR other/55973
4792         * configure: Re-generate.
4794 2013-01-14  Matthias Klose  <doko@ubuntu.com>
4796         * Makefile.def (install-target-libsanitizer): Depend on
4797         install-target-libstdc++-v3.
4798         * Makefile.in: Regenerate.
4800 2013-01-14  Richard Biener  <rguenther@suse.de>
4802         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4803         * configure: Re-generate
4805 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4807         * config.sub: Update from config repo.
4809 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
4811         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4812         * Makefile.in: Regenerate.
4814 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
4816         * MAINTAINERS (arc): Add new port maintainership for myself.
4818 2013-01-09  Jason Merrill  <jason@redhat.com>
4820         * .gitignore: Import from gdb repository.
4822 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
4824         * Makefile.def (configure-gcc): Depend on all-gmp.
4825         (all-gcc): Remove dependency on all-gmp.
4826         * Makefile.in: Regenerated.
4828 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4830         * config.sub: Merge from config repo.
4831         * config.guess: Ditto.
4833 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4835         * Makefile.def: Merge from binutils.
4836         * Makefile.in: Ditto.
4838 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4840         * MAINTAINERS: Update my email.
4842 2012-12-29  Ben Elliston  <bje@gnu.org>
4844         * config.guess: Update to 2012-12-29 version.
4845         * config.sub: Likewise.
4847 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4849         * Makefile.def (install-target-libgfortran): Depend on
4850         install-target-libquadmath, install-target-libgcc.
4851         (install-target-libsanitizer): Depend on install-target-libgcc.
4852         (install-target-libjava): Depend on install-target-libgcc.
4853         (install-target-libitm): Depend on install-target-libgcc.
4854         (install-target-libobjc): Depend on install-target-libgcc.
4855         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4856         * Makefile.in: Regenerate.
4858 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4860         * Makefile.def (install-target-libgo): Depend on
4861         install-target-libatomic.
4862         * Makefile.in: Regenerate.
4864 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4866         PR go/55201
4867         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4868         * Makefile.in: Regenerate.
4870 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4872         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4873         * configure: Regenerate.
4875 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4877         * config.sub: Merge from config repo.
4879 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4881         * Makefile.def (target_modules): Add bootstrap=true and
4882         raw_cxx=true to libsanitizer.
4883         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4884         * Makefile.in: Regenerated.
4885         * configure: Likewise.
4887 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4889         * MAINTAINERS: Remove self as RTL optimization maintainer.
4891 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4893         * MAINTAINERS (Write After Approval): Add myself.
4895 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4897         * Makefile.def (target_modules): Remove bootstrap=true and
4898         raw_cxx=true from libsanitizer.
4899         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4900         * Makefile.in: Regenerated.
4901         * configure: Likewise.
4903 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4905         * Makefile.def (target_modules): Add bootstrap=true and
4906         raw_cxx=true to libsanitizer.
4907         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4908         * Makefile.in: Regenerated.
4909         * configure: Likewise.
4911 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4913         PR bootstrap/54279
4914         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4915         * configure: Regenerate.
4916         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4917         * Makefile.in: Regenerate.
4919 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4921         * configure.ac: Disable libsanitizer if we're not building C++.
4922         * configure: Regenerate.
4924 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4926         * MAINTAINERS (Write After Approval): Add myself.
4928 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4930         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4931         Kostya Serebryany (kcc@google.com) and
4932         Jakub Jelinek (jakub@redhat.com).
4933         Rename area for Dodji Seketeli (dodji@redhat.com).
4935 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4937         * MAINTAINERS: (asan.c, related): Add myself.
4939 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4941         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4942         * configure: Regenerate.
4944 2012-11-13  Richard Henderson  <rth@redhat.com>
4946         * configure.ac: Move libsanitizer logic to subdirectory.
4947         * configure: Regenerate.
4949 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4951         * configure.ac: Enable libsanitizer just on x86 linux for now.
4952         * configure: Re-generate.
4954 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4956         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4957         sections.
4958         * configure: Regenerate.
4960 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4962         * configure.ac: Add section for configdirs for libsanitizer.
4963         Disable for cris-*-* and mmix-*-*.
4964         * configure: Regenerate.
4966 2012-11-12  Wei Mi <wmi@google.com>
4968         * configure.ac: Add libsanitizer to target_libraries.
4969         * Makefile.def: Ditto.
4970         * configure: Regenerate.
4971         * Makefile.in: Regenerate.
4972         * libsanitizer: New directory for asan runtime.  Contains an empty
4973         tsan directory.
4975 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4977         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4978         against Mingw64 w32api.
4979         * configure: Regenerate.
4981 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4983         * configure: Regenerated.
4985 2012-11-03  Robert Mason  <rbmj@verizon.net>
4987         * configure.ac: add --disable-libstdcxx configure option
4988         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4990 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4992         * MAINTAINERS (Write After Approval): Add myself.
4994 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4996         * MAINTAINERS (Write After Approval): Add myself.
4998 2012-10-24  Sharad Singhai  <singhai@google.com>
5000         * MAINTAINERS (Write After Approval): Add myself.
5002 2012-10-24  Eric Christopher  <echristo@gmail.com>
5004         * MAINTAINERS: Update email address.
5006 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
5008         PR bootstrap/54820
5009         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
5010         * configure: Regenerate.
5012 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
5014         * MAINTAINERS (aarch64): Add Marcus and myself.
5016 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
5018         PR bootstrap/54820
5019         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
5020         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
5021         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
5022         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
5023         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
5024         * Makefile.in: Regenerate.
5025         * configure.ac (have_static_libs): New variable and associated check.
5026         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
5027         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
5028         * configure: Regenerate.
5030 2012-10-10  Richard Biener  <rguenther@suse.de>
5032         * MAINTAINERS: Adjust for changed surname.
5034 2012-10-04  Lawrence Crowl  <crowl@google.com>
5036         * MAINTAINERS (Write After Approval): Add myself.
5038 2012-10-01  Cary Coutant  <ccoutant@google.com>
5040         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
5042 2012-09-28  Ian Lance Taylor  <iant@google.com>
5044         * Makefile.def: Make all-target-libgo depend on
5045         all-target-libbacktrace.
5046         * Makefile.in: Rebuild.
5048 2012-09-26  Ian Lance Taylor  <iant@google.com>
5050         * Makefile.def: Make all-gcc depend on all-libbacktrace.
5051         * Makefile.in: Rebuild.
5053 2012-09-20  Walter Lee  <walt@tilera.com>
5055         * configure.ac: Add tilegx to list of targets that support gold.
5056         * configure: Regenerate.
5058 2012-09-20  Marek Polacek  <polacek@redhat.com>
5060         * MAINTAINERS (Write After Approval): Add myself.
5062 2012-09-19  Steve Ellcey  <sellcey@mips.com>
5064         * configure.ac: Add mips*-mti-elf* target.
5065         * configure: Regenerate.
5067 2012-09-17  Ian Lance Taylor  <iant@google.com>
5069         * MAINTAINERS (Various Maintainers): Add libbacktrace.
5070         * configure.ac (host_libs): Add libbacktrace.
5071         (target_libraries): Add libbacktrace.
5072         * Makefile.def (host_modules): Add libbacktrace.
5073         (target_modules): Likewise.
5074         * configure, Makefile.in: Rebuild.
5076 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
5078         PR target/38607
5079         Merge upstream change.
5080         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
5082         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
5083         Add libgomp*.o to compare_exclusions for AIX.
5084         * configure: Regenerate.
5086 2012-09-06  Diego Novillo  <dnovillo@google.com>
5088         * configure.ac: Bump minimum GMP version to 4.2.3.
5089         * configure: Re-generate.
5091 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
5093         PR target/54461
5094         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
5095         target-libgloss if not configured --with-avrlibc=no.
5096         * configure: Regenerate.
5098 2012-09-04  Jason Merrill  <jason@redhat.com>
5100         * configure.ac: Fix --enable-languages=all.
5102 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
5104         * MAINTAINERS (Write After Approval): Add myself.
5106 2012-09-03  Richard Guenther  <rguenther@suse.de>
5108         PR bootstrap/54138
5109         * configure.ac: Re-organize ISL / CLOOG checks to allow
5110         disabling with either --without-isl or --without-cloog.
5111         * configure: Regenerated.
5113 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
5115         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
5116         * configure: Regenerate.
5118 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
5120         * MAINTAINERS: Fix my email address.
5122 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
5124         PR binutils/4970
5125         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
5126         and opcodes.
5127         * Makefile.in: Regenerated.
5129 2012-08-26  Art Haas <ahaas@impactweather.com>
5131         * configure: Regenerate.
5133 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
5135         * INSTALL/README: Also refer to the online installation
5136         instructions.
5138 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5140         * MAINTAINERS (Write After Approval): Add myself.
5141         (Picochip port): Remove myself.
5143 2012-08-14   Diego Novillo  <dnovillo@google.com>
5145         Merge from cxx-conversion branch.
5147         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
5148         POSTSTAGE1_CONFIGURE_FLAGS.
5149         * Makefile.in: Regenerate.
5150         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
5151         Force C++ when bootstrapping.
5152         * configure: Regenerate.
5154 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
5156         * MAINTAINERS (Write After Approval): Add myself.
5158 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
5160         * README: Document use of ranges of years in copyright notices.
5162 2012-07-06  Richard Guenther  <rguenther@suse.de>
5164         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5165         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5166         --with-gmp=system.
5167         * Makefile.in: Regenerated.
5168         * configure: Likewise.
5170 2012-07-06  Richard Guenther  <rguenther@suse.de>
5172         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5173         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5174         supply V=1 as extra_make_flags.
5175         * configure: Regenerated.
5176         * Makefile.in: Likewise.
5178 2012-07-04  Tristan Gingold  <gingold@adacore.com>
5180         * configure: Regenerate.
5182 2012-07-03  Richard Guenther  <rguenther@suse.de>
5184         * Makfile.def (isl): Remove not necessary extra_exports and
5185         extra_make_flags.
5186         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5187         * Makefile.in: Regenerated.
5189 2012-07-03  Richard Guenther  <rguenther@suse.de>
5191         * Makefile.def (cloog): Add V=1 to extra_make_flags.
5192         * configure.ac: If either the ISL or the CLooG check failed
5193         do not try to build in-tree versions.
5194         * Makefile.in: Regenerated.
5195         * configure: Regenerated.
5197 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5199         * configure: Regenerate.
5201 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
5203         * MAINTAINERS (Various Maintainers): Add myself as testsuite
5204         maintainer.
5206 2012-07-02  Richard Guenther  <rguenther@suse.de>
5208         * configure: Regenerated.
5210 2012-07-02  Richard Guenther  <rguenther@suse.de>
5211         Michael Matz  <matz@suse.de>
5212         Tobias Grosser <tobias@grosser.es>
5213         Sebastian Pop <sebpop@gmail.com>
5215         * Makefile.def: Add ISL host module, remove PPL host module.
5216         Adjust ClooG host module to use the proper ISL.
5217         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5218         * configure.ac: Include config/isl.m4.  Add ISL host library,
5219         remove PPL.  Remove PPL configury, add ISL configury, adjust
5220         ClooG configury.
5221         * Makefile.in: Regenerated.
5222         * configure: Likewise.
5224 2012-07-02  Richard Guenther  <rguenther@suse.de>
5226         Merge from graphite branch
5227         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5229         * configure: Regenerated.
5230         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5231         both cloog.org and legacy versions. The only supported version will
5232         be CLooG with the isl backend.
5234         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5236         * configure: Regenerated.
5237         * configure.ac: Require cloog isl 0.17.0
5239         2011-07-21  Tobias Grosser  <tobias@grosser.es>
5241         * configure: Regenerated.
5242         * config/cloog.m4: Do not define CLOOG_ORG
5244 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
5246         * configure.ac: Skip C if explicitly selected.
5247         * configure: Regenerate.
5249 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
5251         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5252         they contain -O2.
5253         * configure: Regenerate.
5255 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
5257         PR debug/53740
5258         * df.h, df-problems.c, dce.c: Revert last patch.
5260 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
5262         * MAINTAINERS (Write After Approval): Update my email address.
5264 2012-06-21  Meador Inge  <meadori@codesourcery.com>
5266         * MAINTAINERS (Write After Approval): Add myself.
5268 2012-06-20  Jason Merrill  <jason@redhat.com>
5270         * Makefile.tpl (check-target-libgomp-c++): New.
5271         (check-target-libitm-c++): New.
5272         * Makefile.def (c++): Add them.
5273         * Makefile.in: Regenerate.
5275 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
5277         * MAINTAINERS (Write After Approval): Add myself.
5279 2012-05-16  Olivier Hainque  <hainque@adacore.com>
5281         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5282         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5283         (install-no-fixedincludes): Adjust accordingly.
5284         * Makefile.in: Regenerate.
5286 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5288         Merge upstream change
5289         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5291 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
5293         * MAINTAINERS (Write After Approval): Add myself.
5295 2012-05-09  Nick Clifton  <nickc@redhat.com>
5296             Paul Smith  <psmith@gnu.org>
5298         PR bootstrap/50461
5299         * configure.ac (mpfr-dir): When using in-tree MPFR sources
5300         allow for the fact that from release v3.1.0 of MPFR the source
5301         files were moved into a src sub-directory.
5302         * configure: Regenerate.
5304 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
5306         * configure.ac: Bump minimum MPFR version to 2.4.0.
5307         * configure: Regenerated.
5309 2012-05-01  Richard Henderson  <rth@redhat.com>
5311         * Makefile.def (libatomic): New target_module.
5312         * configure.ac (target_libraries): Add libatomic.
5313         (noconfigdirs): Check if libatomic is supported.
5314         * Makefile.in, configure: Rebuild.
5316 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
5318         * MAINTAINERS (Write After Approval): Add myself.
5320 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
5322         * config.sub: Update to 2012-04-18 version from official repo.
5324 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
5326         * MAINTAINERS (Write After Approval): Add myself.
5328 2012-04-11  Steve Ellcey  <sellcey@mips.com>
5330         * MAINTAINERS: Changed email address.
5332 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
5334         PR target/52737
5335         * contrib/gcc_update (files_and_dependencies):
5336         Remove gcc/config/avr/t-multilib from touch data.
5338 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5340         * MAINTAINERS (OS Port Maintainers): Remove irix.
5341         * configure.ac (enable_libgomp): Remove *-*-irix6*.
5342         (unsupported_languages): Remove mips-sgi-irix6.*.
5343         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5344         (with_stabs): Remove.
5345         * configure: Regenerate.
5347 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5349         * MAINTAINERS (OS Port Maintainers): Remove osf.
5350         * configure.ac (enable_libgomp): Remove *-*-osf*.
5351         (with_stabs): Remove alpha*-*-osf*.
5352         * configure: Regenerate.
5354 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5356         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5357         * configure: Regenerate.
5359 2012-02-17  Walter Lee  <walt@tilera.com>
5361         * MAINTAINERS: (Write After Approval): Delete myself.
5363 2012-02-14  Walter Lee  <walt@tilera.com>
5365         * MAINTAINERS (tilegx port): Add myself.
5366         (tilepro port): Add myself.
5367         (Write After Approval): Add myself.
5369 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
5371         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5372         and Joseph Myers as docstring relicensing maintainers.
5374 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5376         * MAINTAINERS (write-after-approval): Add myself.
5378 2012-02-08  Ira Rosen <irar@il.ibm.com>
5380         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5381         maintainer.
5383 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5385         * MAINTAINERS (Write After Approval): Move myself to
5386         maintain alphabetical order.
5388 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5390         * MAINTAINERS (Write After Approval): Add myself.
5392 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
5394         * MAINTAINERS (Write After Approval): Add myself.
5396 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5397             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5399         * configure.ac (cr16-*-*): Remove nonconfigdirs.
5400         * configure: Regenerate.
5402 2012-01-23  Harshit Chopra  <harshit@google.com>
5404         * MAINTAINERS (Write After Approval): Add myself.
5406 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
5408         * configure.ac: Remove reference to mh-interix.
5409         * configure: Regenerate.
5411 2012-01-05  Richard Henderson  <rth@redhat.com>
5413         PR bootstrap/51072
5414         * configure.ac: Disable libitm if c++ is not enabled.
5415         * configure: Rebuild.
5417         * configure.ac: Fix regexp for same.
5418         * configure: Rebuild.
5420 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
5422         * MAINTAINERS (Write After Approval): Add myself.
5424 2012-01-02  Richard Guenther  <rguenther@suse.de>
5426         PR bootstrap/51686
5427         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5428         * Makefile.in: Regenerate.
5430 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
5432         * MAINTAINERS (Write After Approval): Add myself.
5434 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
5436         * configure: Regenerate.
5438 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
5440         * MAINTAINERS (picochip): Changed email address.
5442 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5444         * MAINTAINERS (write-after-approval): Add self.
5446 2011-11-29  DJ Delorie  <dj@redhat.com>
5448         * configure.ac (rl78-*-*) New case.
5449         * configure: Regenerate.
5450         * MAINTAINERS: Add myself as RL78 maintainer.
5452 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5454         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5456 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
5458         * libtool.m4: Additional FreeBSD 10 fixes.
5460 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
5462         * MAINTAINERS: Move myself from Write After Approval to CPU Port
5463         Maintainers section, as Epiphany maintainer.
5465 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
5467         PR target/49992
5468         * configure.ac: Remove ranlib special-casing for Darwin.
5469         * configure: Regenerate.
5471 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
5473         * MAINTAINERS (Reviewers): Keep the list sorted.
5475 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
5477         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5479 2011-11-09  Roland McGrath  <mcgrathr@google.com>
5481         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5482         * configure: Rebuild.
5483         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5484         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5485         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5486         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5487         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5488         Add READELF.
5489         * Makefile.in: Rebuild.
5491 2011-11-09  Jason Merrill  <jason@redhat.com>
5493         * Makefile.def (language=c++): Remove check-c++0x.
5494         * Makefile.in (check-gcc-c++): Regenerate.
5496 2011-11-08  Richard Henderson  <rth@redhat.com>
5498         * configure.ac: Test for libitm directory present first.
5500         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5502         * configure.ac: Test libitm/configure.tgt to disable libitm.
5503         * configure: Rebuild.
5505 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
5506             Richard Henderson  <rth@redhat.com>
5508         Merged from transactional-memory.
5510         * Makefile.def (lang_env_dependencies): libitm is c++.
5511         Add libitm target module.
5512         * configure.ac: Likewise.
5513         * config/mmap.m4: New file.
5514         * contrib/gcc_update: Add libitm to touch data.
5515         * Makefile.in, configure: Rebuild.
5517 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5519         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5520         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5521         * Makefile.in: Regenerate.
5523 2011-11-01  DJ Delorie  <dj@redhat.com>
5525         * config.sub: Update to version 2011-10-29 (added rl78)
5527 2011-10-27  Nick Clifton  <nickc@redhat.com>
5529         * config.sub: Import these changes from the config project:
5531         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
5532             Ben Elliston  <bje@gnu.org>
5534         * config.sub (epiphany): New.
5536         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
5537             Ben Elliston  <bje@gnu.org>
5539         * config.sub (hexagon, hexagon-*): New.
5541         2011-08-23  Roland McGrath  <mcgrathr@google.com>
5543         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5544         64eb to be64.
5546         2011-08-16  Roland McGrath  <mcgrathr@google.com>
5548         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5549         (nacl): Grok as alias for 32el-unknown-nacl.
5551 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
5553         * MAINTAINERS (Write After Approval): Add myself.
5555 2011-10-24  Teresa Johnson  <tejohnson@google.com>
5557         * MAINTAINERS (Write After Approval): Add myself.
5559 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
5561         * MAINTAINERS (sparc port): Remove myself.
5563 2011-09-14  Tom de Vries  <tom@codesourcery.com>
5565         * MAINTAINERS (Write After Approval): Add myself.
5567 2011-08-14  Yao Qi  <yao@codesourcery.com>
5569         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5570         * configure: Regenerate.
5572 2011-07-26  Ian Lance Taylor  <iant@google.com>
5574         * configure.ac: Set have_compiler based on whether gcc directory
5575         exists, rather than on whether gcc is in configdirs.
5576         * configure: Rebuild.
5578 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
5580         * MAINTAINERS (Global Reviewers): Add self.
5582 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
5584         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5585         link directories.
5586         * Makefile.in: Rebuild.
5588 2011-07-20  Ian Lance Taylor  <iant@google.com>
5590         PR bootstrap/49787
5591         * configure.ac: Move --enable-bootstrap handling earlier in file.
5592         If --enable-bootstrap and either --enable-build-with-cxx or
5593         --enable-build-poststage1-with-cxx, enable C++ automatically.
5594         * configure: Rebuild.
5596 2011-07-19  Ian Lance Taylor  <iant@google.com>
5598         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
5599         make C++ a boot_language.  Set and substitute
5600         POSTSTAGE1_CONFIGURE_FLAGS.
5601         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5602         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5603         * configure, Makefile.in: Rebuild.
5605 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
5607         * MAINTAINERS (Register Allocation): Move myself from reviewers to
5608         maintainers.
5610 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
5612         * MAINTAINERS (Global Reviewers): Add myself.
5614 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5616         * configure: Regenerate.
5618 2011-07-16  Jason Merrill  <jason@redhat.com>
5620         * Makefile.def (language=c++): Add check-c++0x and
5621         check-target-libmudflap-c++.
5622         * Makefile.tpl (check-target-libmudflap-c++): New.
5623         * Makefile.in: Regenerate.
5625 2011-07-16  Matthias Klose  <doko@ubuntu.com>
5627         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5628         * Makefile.def (target_modules/libjava): Pass
5629         $(EXTRA_CONFIGARGS_LIBJAVA).
5630         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5631         if not configured with --enable-static-libjava.
5632         * Makefile.in: Regenerate.
5633         * configure: Likewise.
5635 2011-07-15  Jason Merrill  <jason@redhat.com>
5637         * Makefile.in (check-c++): Move check-gcc-c++0x after
5638         check-target-libstdc++-v3.
5640 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
5642         * MAINTAINERS (c6x port): New entry.
5644 2011-07-13  Jason Merrill  <jason@redhat.com>
5646         * Makefile.in (check-gcc-c++0x): New.
5647         (check-c++): Depend on it.
5649 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5651         PR target/39150
5652         * configure.ac (i[3456789]86-*-solaris2*): Also accept
5653         x86_64-*-solaris2.1[0-9]*.
5654         * configure: Regenerate.
5656 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
5658         * MAINTAINERS (RTL optimizers): Add self.
5660 2011-06-27  Gabriel Charette  <gchare@google.com>
5662         * MAINTAINERS (Write After Approval): Add myself.
5664 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
5666         PR regression/47836
5667         PR bootstrap/23656
5668         PR other/47733
5669         PR bootstrap/49247
5670         PR c/48825
5671         * configure.ac (target_libraries): Remove target-libiberty.
5672         Remove case-statement setting skipdirs=target-libiberty for
5673         multiple targets.  Remove checking target_configdirs and
5674         removing target-libiberty but keeping target-libgcc if
5675         otherwise empty.
5676         * Makefile.def (target_modules): Don't add libiberty.
5677         (dependencies): Remove all traces of target-libiberty.
5678         * configure, Makefile.in: Regenerate.
5680 2011-06-13  Walter Lee <walt@tilera.com>
5682         * configure.ac (tilepro-*-*) New case.
5683         (tilegx-*-*): Likewise.
5684         * configure: Regenerate.
5686 2011-06-06  Jing Yu  <jingyu@google.com>
5688         * configure.ac: Skip target-libiberty for
5689         arm*-*-linux-androideabi.
5690         * configure: Regenerated.
5692 2011-06-06  Nick Clifton  <nickc@redhat.com>
5694         * config.sub: Sync from upstream.
5696 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
5698         * MAINTAINERS (Write After Approval): Add myself.
5700 2011-06-01  Daniel Jacobowitz  <drow@false.org>
5702         * MAINTAINERS: Update my email address.
5704 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
5706         * MAINTAINERS (Write After Approval): Update my email address.
5708 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
5710         * MAINTAINERS (Write After Approval): Add myself.
5712 2011-05-08  Doug Kwan  <dougkwan@google.com>
5714         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5715         * configure: Regenerated.
5716         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5717         value from configure.
5718         * Makefile.in: Regenerated.
5720 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
5722         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5723         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5724         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5725         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5726         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5727         *-*-vxworks*): Disable newlib and libgloss in separate case
5728         statement.
5729         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5730         to separate case statement.
5731         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5732         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5733         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5734         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5735         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5736         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5737         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5738         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5739         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5740         i[[3456789]]86-*-rdos*, m32r-*-*,
5741         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5742         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5743         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5744         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5745         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5746         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5747         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5748         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5749         and libgloss in main case over targets.  Remove most empty cases
5750         in main case over targets.
5751         * configure: Regenerate.
5753 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
5755         * MAINTAINERS (Write After Approval): Add myself.
5757 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5759         * configure.ac: Remove code setting special library locations for
5760         hppa*64*-*-hpux11*.  Remove code setting compiler for
5761         sparc-sun-solaris2*.
5762         * configure: Regenerate.
5764 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
5766         * configure.ac: Separate libgloss_dir settings from general case
5767         over targets.
5768         * configure: Regenerate.
5770 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5772         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5773         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5774         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5775         cases in libgcj-disabling case statement.
5776         (hppa*64*-*-linux*): Set unsupported_languages instead of
5777         disabling target-zlib.
5778         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5779         to hppa*64*-*-hpux*.
5780         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5781         hppa*-*-hpux*.
5782         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5783         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5784         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5785         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5786         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5787         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5788         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5789         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5790         libgcj-disabling case statement.
5791         * configure: Regenerate.
5793 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5795         * configure.ac: Disable Java for targets not supporting libffi.
5796         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5797         Remove cases in Java-disabling statement.
5798         (*arm-wince-pe): Change to arm-wince-pe.
5799         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5800         cases in Java-disabling statement.
5801         (bfin-*-*): Don't disable Java again.
5802         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5803         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5804         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5805         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5806         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5807         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5808         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5809         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5810         Java-disabling statement.
5811         (mmix-*-*): Don't disable Java again.
5812         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5813         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5814         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5815         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5816         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5817         statement.
5818         * configure: Regenerate.
5820 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
5822         * configure.ac: Separate cases disabling Java and Java libraries
5823         from general case over targets.
5824         * configure: Regenerate.
5826 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
5828         * MAINTAINERS: Update my email address.
5830 2011-04-20  Easwaran Raman  <eraman@google.com>
5832         * MAINTAINERS (Write After Approval): Add myself.
5834 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5836         PR lto/48086
5837         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5838         * configure: Regenerate.
5840 2011-04-16  Jim Meyering  <meyering@redhat.com>
5842         * MAINTAINERS (Write After Approval): Add myself.
5844 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5846         * MAINTAINERS: Update my email address.
5848 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5850         * MAINTAINERS (Write After Approval): Add myself.
5852 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5854         * MAINTAINERS (Write After Approval): Add myself.
5856 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5858         * MAINTAINERS (Write After Approval): Add myself.
5860 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5862         * configure.ac (build_tools): Remove build-byacc.
5863         (host_libs): Remove mmalloc.
5864         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5865         autoconf automake libtool diff rcs fileutils shellutils time
5866         textutils wdiff find uudecode hello tar gzip indent recode release
5867         sed perl gawk findutils gettext zip.
5868         (libgcj): Remove target-qthreads.
5869         (target_tools): Remove target-examples target-gperf.
5870         (YACC): Don't handle building byacc.
5871         * configure: Regenerate.
5872         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5873         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5874         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5875         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5876         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5877         handle building components.
5878         * Makefile.in: Regenerate.
5880 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5882         * MAINTAINERS: Update my email address as Xtensa maintainer.
5884 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5886         * config.sub: Sync from upstream.
5888 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5890         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5891         (microblaze*): Don't disable libssp.
5892         * configure: Regenerate.
5894 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5896         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5897         moveifchange.
5898         * configure: Regenerate.
5899         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5900         * Makefile.in: Regenerate.
5902 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5904         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5905         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5906         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5907         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5908         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5909         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5910         md_exec_prefix cases.
5911         * configure: Regenerate.
5913 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5915         * configure.ac: Separate cases disabling target-libssp,
5916         target-libiberty, target-libstdc++-v3 and Fortran from general
5917         case over targets.
5918         * configure: Regenerate.
5920 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5922         * configure.ac (*-*-chorusos): Don't disable libgcj.
5923         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5924         Remove case.
5925         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5926         (arm-*-coff): Don't disable libgcj.
5927         (arm*-*-linux-gnueabi): Remove useless assignment.
5928         (arm-*-riscix*): Don't disable libgcj.
5929         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5930         configuration.
5931         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5932         (c54x*-*-*): Remove case.
5933         (tic54x-*-*): Don't disable GCC or GCC libraries.
5934         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5935         to *.
5936         (d10v-*-*): Don't disable GCC libraries.
5937         (d30v-*-*): Don't disable libgcj.
5938         (h8500-*-*): Don't disable GCC libraries.
5939         (i960-*-*): Don't disable libgcj.
5940         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5941         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5942         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5943         libgcj.
5944         (m68k-*-coff*): Remove case.
5945         (mmix-*-*): Don't disable libgloss on host.
5946         (mn10200-*-*, mn10300-*-*): Remove cases.
5947         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5948         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5949         Don't disable libgcj.
5950         (romp-*-*): Remove case.
5951         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5952         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5953         case.
5954         (v810-*-*): Don't disable GCC libraries.
5955         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5956         (ip2k-*-*): Don't disable GCC libraries.
5957         * configure: Regenerate.
5959 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5961         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5962         libffi on host.
5963         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5964         on host.
5965         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5966         * configure: Regenerate.
5968 2011-03-26  John Marino  <binutils@marino.st>
5970         * configure.ac: Add support for *-*-dragonfly*
5971         * configure: Regenerate.
5973 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5975         * configure.ac (native_only): Remove.
5976         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5977         send-pr uudecode guile gnuserv on host.
5978         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5979         send-pr rcs guile perl texinfo libtool on host.
5980         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5981         automake send-pr rcs guile perl texinfo libtool on host.
5982         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5983         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5984         (alpha*-dec-osf*): Don't disable fileutils on target.
5985         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5986         texinfo send-pr expect dejagnu on target.
5987         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5988         target-qthreads on target.
5989         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5990         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5991         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5992         x86_64-*-mingw*): Don't disable expect on target.
5993         (*-*-cygwin*): Don't disable target-gperf on target.
5994         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5995         gnuserv on target.
5996         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5997         target.
5998         * configure: Regenerate.
6000 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
6002         * configure.ac (target_tools): Remove target-groff.
6003         (native_only): Remove target-groff.
6004         (hppa*64*-*-*): Don't disable byacc.
6005         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
6006         setting.
6007         (*-*-kaos*): Don't skip target-librx and target-groff.
6008         (*-*-netware*): Don't skip target-libmudflap.
6009         (*-*-tpf*): Don't skip target-libmudflap.
6010         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
6011         directories on the host.
6012         (ia64*-*-*vms*): Don't skip tix.
6013         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
6014         host.
6015         * configure: Regenerate.
6017 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
6019         * configure.ac: Remove references to mt-mep, mt-netware,
6020         mt-wince.
6021         * Makefile.def: Add all-utils soft dependencies.
6022         * Makefile.tpl: Remove GDB_NLM_DEPS.
6023         * configure: Regenerate.
6024         * Makefile.in: Regenerate.
6026 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6028         * configure.ac: Do not include mh-x86omitfp.
6029         * configure: Regenerate.
6031 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6033         * configure.ac: Remove empty cases.
6034         * configure: Regenerate.
6036 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6038         * Makefile.def: Add dependency from termcap to gdb.
6039         * Makefile.in: Regenerate.
6041 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6043         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
6044         * configure: Regenerate.
6045         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
6046         * Makefile.tpl: Likewise.
6047         * Makefile.in: Regenerate.
6049 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
6051         * configure.ac: Remove all mentions of tentative_cc.
6052         * configure: Regenerate.
6054 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6056         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
6057         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
6058         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
6059         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
6060         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
6061         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
6062         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
6063         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
6064         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
6065         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
6066         *-*-rhapsody*): Remove host cases.
6067         * configure: Regenerate.
6069 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6071         * configure.ac (ppc*-*-pe): Remove host case.
6072         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
6073         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
6074         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
6075         cases.
6076         * configure: Regenerate.
6078 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
6080         * config.sub: Update to version 2011-03-23.
6082 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6084         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
6085         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
6086         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
6087         * configure: Regenerate.
6089 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
6091         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
6092         to Write After Approval.
6093         * config-ml.in: Don't handle arc-*-elf*.
6094         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
6095         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
6096         handle GCC libraries.
6097         * configure: Regenerate.
6099 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6101         PR bootstrap/48120:
6102         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
6103         Add -lstdc++ -lm to LIBS.
6104         * configure: Regenerate.
6106 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
6108         * config.guess: Update to version 2011-02-02
6109         * config.sub: Update to version 2011-02-24
6111 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
6113         PR lto/48086
6114         * configure.ac: Re-enable LTO on *-apple-darwin9.
6115         * configure: Regenerate.
6117 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
6119         PR lto/48086
6120         * configure.ac: Disable LTO on darwin due to an assembler change in
6121         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
6122         under 256.
6123         * configure: Regenerate.
6125 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
6127         * MAINTAINERS: Update myself as score backend maintainer,
6128         update my e-mail address.
6130 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
6132         * MAINTAINERS: Update my e-mail address.
6134 2011-03-06  Joey Ye  <joey.ye@arm.com>
6136         * MAINTAINERS: Update my e-mail address.
6138 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6140         * configure.ac: Adjust test of with_ppl.
6141         * configure: Regenerated.
6143 2011-03-02  Kai Tietz  <ktietz@redhat.com>
6145         * MAINTAINERS: Adjust my e-mail address.
6147 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6149         * configure.ac: Add -lpwl to ppllibs.
6150         * configure: Regenerated.
6152 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
6154         * config/cloog.m4: Add -lisl to clooglibs.
6155         * configure: Regenerated.
6157 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6159         * MAINTAINERS (CPU Port maintainers): Add self.
6161 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6163         * MAINTAINERS: Add myself as testsuite maintainer.
6165 2011-02-15  Mike Stump  <mikestump@comcast.net>
6167         * MAINTAINERS: Add myself as testsuite maintainer.
6169 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6171         Import from Libtool and gnulib:
6173         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
6175         Prepare for supporting FreeBSD 10.
6176         * config.rpath: Remove handling of freebsd1* which soon would
6177         match FreeBSD 10.0.
6179         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
6181         Remove support for FreeBSD 1.x.
6182         * libtool.m4 (_LT_LINKER_SHLIBS)
6183         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6184         soon would incorrectly match FreeBSD 10.0.
6186 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6188         PR binutils/12283
6189         * move-if-change: Import version from gnulib.
6191 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
6193         PR lto/47225
6194         * Makefile.def (lto-plugin): Double dash for enable-shared.
6195         (configure-gcc): Depend on all-lto-plugin.
6196         * Makefile.in: Rebuilt.
6198 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6200         * configure.ac: Remove extra bracket.
6201         * configure: Regenerate.
6203 2011-02-08  Tobias Burnus  <burnus@net-b.de>
6205         * MAINTAINERS: Add myself as libquadmath maintainer.
6207 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
6209         * MAINTAINERS: Update my email address.
6211 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
6213         * MAINTAINERS (option handling): Add self.
6215 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
6217         PR lto/47225
6218         * Makefile.def: Add dependency for install-gcc
6219         on install-lto-plugin.
6220         * Makfile.in: Regenerated
6222 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
6224         * MAINTAINERS (CPU Port Maintainers): Add myself.
6226 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
6228         PR libgcj/44341
6229         * configure.ac: Discard --with-* flags for host when configuring
6230         target libraries for cross build.
6231         * configure: Rebuilt.
6233 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6235         * MAINTAINERS (linear loop transforms): Removed.
6237 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
6239         * configure.ac: If with_ppl is no, move setting with_cloog=no
6240         after CLOOG_REQUESTED check.
6241         * configure: Regenerated.
6243 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6245         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6246         CLooG has been requested.
6247         * configure: Regenerated.
6249 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
6251         * configure: Regenerated.
6252         * configure.ac: Check for version 0.11 (or later revision) of PPL.
6254 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
6256         * configure: Regenerated.
6257         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6259 2011-01-21  Andreas Schwab  <schwab@redhat.com>
6261         * configure.ac: Use AS_HELP_STRING throughout.
6262         * configure: Regenerate.
6264 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
6266         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6267         * configure: Regenerate.
6269 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6271         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6273 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
6275         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6276         for ia64-hpux.
6277         * configure: Regenerate.
6279 2011-01-07  Jan Hubicka  <jh@suse.cz>
6281         PR lto/47225
6282         * Makefile.in: Regenerate.
6283         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6284         configure.
6286 2011-01-07  Jan Hubicka  <jh@suse.cz>
6288         * Makefile.in: Regenerate.
6289         * Makefile.def (gcc host module) and soft dependency on lto-plugin
6290         and configure dependency on lto-plugin configure.
6291         (lto-plugin module): Remove dependency on GCC; add dependency on
6292         liniberty.
6294 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
6296         * MAINTAINERS (Write After Approval): Add myself.
6298 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
6300         * configure: Regenerate.
6302 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
6304         * configure.ac: (picochip): Disable libiberty.
6306 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6308         * MAINTAINERS (Write After Approval): Add myself.
6310 2010-12-10  Ian Lance Taylor  <iant@google.com>
6312         PR bootstrap/46819
6313         * configure.ac: For --disable-libgcj clear libgcj_saved.
6314         * configure: Rebuild.
6316 2010-12-10  Tobias Burnus  <burnus@net-b.de>
6318         PR fortran/46540
6319         * configure.ac: Add --disable-libquadmath and
6320         --disable-libquadmath-support.
6321         * configure: Regenerate.
6323 2010-12-03  Ian Lance Taylor  <iant@google.com>
6325         * MAINTAINERS: Add myself as libgo maintainer.
6327 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
6329         PR libffi/46792
6330         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6331         * configure: Regenerate.
6333 2010-12-02  Ian Lance Taylor  <iant@google.com>
6335         * configure.ac: Always set default for poststage1_ldflags to
6336         -static-libstdc++ -static-libgcc.
6338 2010-11-29  Andreas Schwab  <schwab@redhat.com>
6340         * configure.ac: Move comment to remove extra space in last argument
6341         of GCC_TARGET_TOOL.
6343 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
6345         PR other/46026
6346         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6347         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6348         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6349         (BASE_FLAGS_TO_PASS): Use it.
6350         * configure: Rebuilt.
6351         * Makefile.in: Rebuilt.
6353 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
6355         PR binutils/12258
6356         * configure.ac: Correct comments for --enable-gold/--enable-ld.
6357         Properly check default linker.
6358         * configure: Regnerated.
6360 2010-11-23  Matthias Klose  <doko@ubuntu.com>
6362         * configure.ac: For --enable-gold, handle value `default' instead of
6363         `both*'.  New configure option --{en,dis}able-ld.
6364         * configure: Regenerate.
6366 2010-11-20  Ian Lance Taylor  <iant@google.com>
6368         * configure.ac: Only disable a language library if no language needs
6369         it.  Don't let --disable-libgcj uncondtionally disable libffi.
6370         * configure: Rebuild.
6372 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6374         * Makefile.in: Regenerate.
6376         PR other/46202
6377         * configure.ac: Fix just-built in-tree STRIP name to be
6378         binutils/strip-new.
6379         * configure: Regenerate.
6380         * Makefile.def (install-strip-gcc, install-strip-binutils)
6381         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6382         (install-strip-sid): Mirror dependencies on non-strip variants
6383         of these targets on the respective -strip prerequisites.
6384         * Makefile.tpl (install-strip, install-strip-host)
6385         (install-strip-target): New targets.
6386         (install-strip-[+module+], install-strip-target-[+module+]):
6387         New targets.
6388         * Makefile.in: Regenerate.
6390 2010-11-19  Ian Lance Taylor  <iant@google.com>
6391             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6393         * configure.ac: Add target-libgo to target_libraries.  Set
6394         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6395         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6396         (HOST_EXPORTS): Add GOC.
6397         (BASE_TARGET_EXPORTS): Add GOC.
6398         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6399         (GOCFLAGS_FOR_TARGET): New variable.
6400         (EXTRA_HOST_FLAGS): Add GOC.
6401         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6402         * Makefile.def (target_modules): Add libgo.
6403         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6404         (dependencies): Add dependency from configure-target-libgo to
6405         configure-target-libffi and all-target-libstdc++-v3.  Add
6406         dependencies from all-target-libgo to all-target-libffi.
6407         (languages): Add go.
6408         * configure: Rebuild.
6409         * Makefile.in: Rebuild.
6411 2010-11-19  Ian Lance Taylor  <iant@google.com>
6413         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6414         compiler/flag environment variables.
6416 2010-11-18  Ian Lance Taylor  <iant@google.com>
6418         * configure.ac: Check for lang_requires_boot_languages in
6419         config-lang.in files.
6420         * configure: Rebuild.
6422 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6423             Tobias Burnus  <burnus@net-b.de>
6425         PR fortran/32049
6426         * Makefile.def: Add libquadmath; build it with language=fortran.
6427         * configure.ac: Add libquadmath.
6428         * Makefile.tpl: Handle multiple libs in check-[+language+].
6429         * Makefile.in: Regenerate.
6430         * configure: Regenerate.
6432 2010-11-16  Tom Tromey  <tromey@redhat.com>
6434         * MAINTAINERS: Moved myself to reviewers section.
6436 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
6438         * MAINTAINERS: Moved myself to reviewers section.
6440 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6442         * MAINTAINERS (Various Maintainers): Add self for build machinery.
6443         (Write After Approval): Remove self.
6445 2010-11-15  Andreas Schwab  <schwab@redhat.com>
6447         * configure.ac: Fix spelling in option names.
6448         * configure: Regenerated.
6450 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
6452         PR bootstrap/39622
6453         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6454         * configure: Regenerated.
6456 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
6458         * MAINTAINERS: Update my email address.
6460 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6462         * configure: Regenerate.
6464 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6466         * configure: Regenerate.
6468 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6470         * configure: Regenerate.
6472 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
6474         * configure: Regenerate.
6476 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6478         * configure.ac: Support official CLooG.org versions.
6479         * configure: Regenerate.
6480         * config/cloog.m4: New.
6482 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
6484         * MAINTAINERS (Write After Approval): Add myself.
6486 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
6488         * MAINTAINERS: Update my email address.
6490 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
6492         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6493         * configure: Regenerate.
6495 2010-11-03  Ian Lance Taylor  <iant@google.com>
6496             Dave Korn  <dave.korn.cygwin@gmail.com>
6498         PR lto/46273
6499         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
6500         and on other supported platforms whenever LTO is enabled.
6501         * configure: Rebuild.
6503 2010-11-02  Alan Modra  <amodra@gmail.com>
6505         PR binutils/12110
6506         * configure.ac: Error when source path contains spaces.
6507         * configure: Regenerate.
6509 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
6511         * MAINTAINERS: Update my email address.
6513 2010-10-20  Ian Lance Taylor  <iant@google.com>
6515         * Makefile.def (target_modules): Set lib_path to src/.libs for
6516         libstdc++-v3 module.
6517         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6518         * Makefile.in: Rebuild.
6520 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6522         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6523         (Write After Approval): Remove myself.
6525 2010-10-15  Tristan Gingold  <gingold@adacore.com>
6527         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6529 2010-10-14  Douglas Rupp  <rupp@gnat.com>
6531         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6533 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6535         * configure.ac (build_lto_plugin): New shell variable.
6536         (--enable-lto): Turn on by default for all non-ELF platforms that
6537         have had LTO support added so far.  Set build_lto_plugin appropriately
6538         for both ELF and non-ELF.
6539         (configdirs): Add lto-plugin or not based on build_lto_plugin.
6540         * configure: Regenerate.
6542 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6544         Sync from src:
6545         * configure.ac (v850 support): Remove target-libgloss from
6546         noconfigdirs.
6547         * configure: Regenerate.
6549 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6551         PR bootstrap/45326
6552         PR bootstrap/45174
6553         * configure.ac: Honor initial values of $build_configargs,
6554         $host_configargs, $target_configargs.  Mark the precious, so
6555         environment settings get recorded.
6556         * configure: Regenerate.
6558 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6560         PR bootstrap/45796
6561         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6562         Depend on all-build-libiberty.
6563         * Makefile.in: Regenerate.
6565 2010-09-30  Michael Eager  <eager@eagercon.com>
6567         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6568         * configure: Regenerate.
6570 2010-09-28  Michael Eager  <eager@eagercon.com>
6572         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6574 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6576         PR bootstrap/44621
6577         * configure.ac: Fix unportable shell quoting.
6578         * configure: Regenerate.
6580 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
6582         * configure.ac (enable-lto): Add Darwin to the list of supported lto
6583         targets and amend comment.
6584         * configure: Regenerate.
6586 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
6588         * MAINTAINERS (Write After Approval): Add myself.
6590 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
6592         * configure.ac: Enable LTO by default on Darwin.
6593         * configure: Regenerate.
6595 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6597         * MAINTAINERS (Write After Approval): Add myself.
6599 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
6601         * MAINTAINERS (Write After Approval): Add myself.
6603 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
6605         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6606         ports
6608 2010-07-28  David Yuste  <david.yuste@gmail.com>
6610         * MAINTAINERS (Write After Approval): Add myself.
6612 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
6614         * configure.ac: Support all v850 targets.
6615         * configure: Regenerate.
6617 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
6619         PR bootstrap/44455
6620         * configure.ac (extra_mpfr_configure_flags): Copy from
6621         extra_mpc_gmp_configure_flags.
6622         * configure: Re-generated.
6624 2010-07-22  Andi Kleen  <ak@linux.intel.com>
6626         * MAINTAINERS (Write After Approval): Add myself.
6628 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
6630         * MAINTAINERS (Write After Approval): Add myself.
6632 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
6634         * MAINTAINERS (Write After Approval): Add myself.
6636 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6638         PR target/44862
6639         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6640         Provide -B option to allow for link spec %s substitutions for
6641         libstdc++.a on darwin.
6642         * Makefile.in: Regenerate.
6644 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
6646         * MAINTAINERS (Reviewers): Update my e-mail address
6648 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
6650         * Makefile.def (configure-gcc): Depend on all-libelf.
6651         * Makefile.in: Rebuild.
6653 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
6655         * MAINTAINERS (Write After Approval): Add myself in the right place.
6657 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
6659         * MAINTAINERS (Write After Approval): Add myself.
6661 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
6663         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6665 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
6667         * config.sub: Update to version 2010-05-21.
6668         * config.guess: Update to version 2010-04-03.
6670 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
6672         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6673         * configure: Regenerate.
6675 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
6677         * MAINTAINERS (Write After Approval): Add myself.
6679 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
6681         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6682         a platform that supports LTO.
6683         * configure: Regenerate.
6685 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
6687         * configure.ac: Allow all the versions greater than 0.10 of PPL.
6688         * configure: Regenerated.
6690 2010-04-27  Roland McGrath  <roland@redhat.com>
6691             H.J. Lu  <hongjiu.lu@intel.com>
6693         * configure.ac (--enable-gold): Support both, both/gold and
6694         both/bfd to add gold to configdirs without removing ld.
6695         * configure: Regenerated.
6697         * Makefile.def: Add install-gold dependency to install-ld.
6698         * Makefile.in: Regenerated.
6700 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6702         PR lto/42776
6703         * configure.ac (--enable-lto): Refactor handling so libelf tests
6704         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6705         and allow LTO to be explicitly enabled on non-ELF platforms that
6706         are known to support it inside else-clause.
6707         * configure: Regenerate.
6709 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
6711         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6712         * configure: Regenerate.
6714 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
6716         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6717         * configure: Regenerate.
6719 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6721         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6722         separately.
6723         * configure: Regenerate.
6725 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
6727         * MAINTAINERS (Write After Approval): Add myself.
6729 2010-04-14  Tristan Gingold  <gingold@adacore.com>
6731         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6732         * configure: Regenerate.
6734 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
6736         * configure: Regenerate after change to elf.m4.
6738 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
6740         * MAINTAINERS (Write After Approval): Add myself.
6742 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6744         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6745         * configure: Regenerated.
6747 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
6749         * configure.ac: Print "buggy but acceptable" when CLooG
6750         revision is less than 9.
6751         * configure: Regenerated.
6753 2010-04-01  Diego Novillo  <dnovillo@google.com>
6755         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6757 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6759         PR bootstrap/43615
6760         PR bootstrap/43328
6762         Revert:
6764         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6766         * configure.ac: Do not pass --enable-multilib nor
6767         --disable-multilib in baseargs.  Accept explicitly passed
6768         --enable_multilib.
6769         * configure: Regenerate.
6771 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
6773         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6775 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
6777         * MAINTAINERS: Remove myself.
6779 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6781         PR bootstrap/43328
6782         * configure.ac: Do not pass --enable-multilib nor
6783         --disable-multilib in baseargs.  Accept explicitly passed
6784         --enable_multilib.
6785         * configure: Regenerate.
6787 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
6789         * MAINTAINERS (spu port): Remove me.
6791 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6793         * configure.ac (tic6x-*-*): New case.
6794         * configure: Regenerate.
6796 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
6798         * config.sub: Update to version 2010-03-22.
6799         * config.guess: Update to version 2009-12-30.
6801 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
6803         PR ada/42554
6804         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6805         * configure: Regenerate.
6807 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6809         * MAINTAINERS: Update my email address.
6811 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
6813         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6814         (ghassan.shobaki@amd.com): Removed.
6816 2010-03-17  Alan Modra  <amodra@gmail.com>
6818         * MAINTAINERS: Update my email address.
6820 2010-03-16  Diego Novillo  <dnovillo@google.com>
6822         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6823         Matthews.
6825 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6827         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6828         Gutson, Jeffrey D. Oldham and Mark Shinwell.
6830 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6832         * MAINTAINERS: Update my email address.
6834 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6836         * MAINTAINERS: Update my email address.
6838 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6840         * MAINTAINERS: Update my email address.
6842 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6844         * MAINTAINERS: Update my email address.
6846 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6848         PR libstdc++/32499
6849         * configure.ac (RANLIB): Default to true.
6850         (STRIP): Likewise.
6851         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6852         * configure: Regenerate.
6854 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6856         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6857         (Write After Approval): Update my email address.
6859 2010-02-17  Nick Clifton  <nickc@redhat.com>
6861         PR 11238
6862         * Makefile.tpl (local-distclean): Also remove config.cache files in
6863         sub-directories as there may not be Makefiles present in the
6864         sub-directories.
6865         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6866         the config.cache files found by the find command.
6868         * Makefile.in: Regenerate.
6869         * configure.ac: Revert previous delta.
6870         * configure: Regenerate.
6872 2010-02-15  Nick Clifton  <nickc@redhat.com>
6874         PR 11238
6875         * configure.ac: Delete config.cache files in sub-directories when
6876         deleting Makefiles.
6877         * configure: Regenerate.
6879 2010-02-12  Ben Elliston  <bje@gnu.org>
6881         * MAINTAINERS: Update my email address.
6883 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6885         * MAINTAINERS (spu port): Update my email address.
6887 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6889         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6891 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6893         * configure.ac: Add "recommended" version checks for GMP/MPC.
6894         Update recommended GMP/MPFR/MPC versions.
6895         * configure: Regenerate.
6897 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6899         * MAINTAINERS: Move my Embecosm email address into the
6900         write-after-approval section.
6902 2010-01-26  Ian Lance Taylor  <iant@google.com>
6904         * MAINTAINERS: Add myself as Go frontend maintainer.
6906 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6908         PR libstdc++/36101, PR libstdc++/42813
6909         * configure.ac (bootstrap_target_libs): Make inclusion of
6910         target-libgomp conditional on libgomb being in target_configdirs.
6911         * configure: Regenerate.
6913 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6915         PR libstdc++/36101, PR libstdc++/42813
6916         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6917         * configure: Regenerate.
6919 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6921         PR libstdc++/36101, PR libstdc++/42813
6922         * configure.ac (target_configdirs): Substitute.
6923         * Makefile.def: Bootstrap target module libgomp.
6924         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6925         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6926         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6927         * configure, Makefile.in: Regenerate.
6929 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6931         * MAINTAINERS: Adjust my details.
6933 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6935         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6937 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6939         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6941 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6943         * MAINTAINERS (Write After Approval): Add myself.
6945 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6947         * MAINTAINERS (Write After Approval): Add myself.
6949 2010-01-11  Richard Guenther  <rguenther@suse.de>
6951         PR lto/41569
6952         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6953         * Makefile.in: Regenerated.
6955 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6957         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6958         * configure: Regenerate.
6960 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6961             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6963         PR bootstrap/42424
6964         * configure.ac: Include libtool m4 files.
6965         (_LT_CHECK_OBJDIR): Call it.
6966         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6967         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6969         * configure: Regenerate.
6971 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6973         PR bootstrap/41818
6974         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6975         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6976         * Makefile.in: Regenerate.
6978 2010-01-02  Richard Guenther  <rguenther@suse.de>
6980         PR lto/41529
6981         * configure.ac: Include config/elf.m4.  Disable LTO if not
6982         builting for an elf target.
6983         * configure: Regenerate.
6985 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6987         * MAINTAINERS: Change my email address.
6989 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6991         * config.sub, config.guess: Update from upstream sources.
6993 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6995         * MAINTAINERS (Write After Approval): Add myself.
6997 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6999         PR middle-end/30447
7000         PR middle-end/30789
7001         PR other/40302
7003         * configure.ac: Require MPC.
7004         * configure: Regenerate.
7006 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7008         PR target/38384
7009         PR bootstrap/40972
7010         * libtool.m4: Sync from git Libtool.
7011         * ltoptions.m4: Likewise.
7012         * ltversion.m4: Likewise.
7013         * lt~obsolete.m4: Likewise.
7014         * ltmain.sh: Likewise.
7016 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7018         * configure.ac: Update minimum MPC version to 0.8.
7019         * configure: Regenerate.
7021 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
7023         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
7024         * configure: Regenerated.
7026 2009-11-21  Ian Lance Taylor  <iant@google.com>
7028         * configure.ac: Change default of poststage1_ldflags to be empty if
7029         poststage1_libs is set.  When poststage1_libs is empty, and
7030         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
7031         * configure: Rebuild.
7033 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
7035         * MAINTAINERS (Write After Approval): Update my email address.
7037 2009-11-20  Ben Elliston  <bje@au.ibm.com>
7039         * config.guess: Update from upstream sources.
7041 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
7043         * Makefile.def: Restore host and target settings for gmp.
7044         * Makefile.in: Rebuild.
7046 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
7048         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
7049         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
7050         Fix portability of test of C++ as bootstrap language.  Add
7051         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
7052         * configure: Rebuild.
7053         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
7054         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
7055         in-tree building.
7056         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
7057         (POSTSTAGE1_HOST_EXPORTS): Use it.
7058         (STAGE[+id+]_CXXFLAGS): New.
7059         (BASE_FLAGS_TO_PASS): Pass it down.
7060         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
7061         extra_exports.
7062         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
7063         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
7064         extra_exports.
7065         * Makefile.in: Rebuild.
7067 2009-11-17  Ben Elliston  <bje@au.ibm.com>
7069         * config.sub, config.guess: Update from upstream sources.
7071 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7073         * MAINTAINERS (Write After Approval): Add myself.
7075 2009-11-09  Jon Beniston  <jon@beniston.com>
7077         * MAINTAINERS (Write After Approval): Add myself.
7079 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
7081         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
7082         paths for *-w64-mingw* and x86_64-*mingw*.
7083         * configure: Regenerated.
7085 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
7087         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
7089 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
7091         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
7092         Phil Edwards to Write-After Approval.
7094 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
7096         * configure.ac: Disable target-winsup & co for
7097         x86_64-*-mingw* and *-w64-mingw* targets.
7098         * configure: Regenerated.
7100 2009-10-16  Nick Clifton  <nickc@redhat.com>
7102         * MAINTAINERS: Add myself as a maintainer for the RX port.
7104 2009-10-26  Johannes Singler  <singler@kit.edu>
7106         * MAINTAINERS (Write After Approval): Update my e-mail address.
7108 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7110         * configure.ac (CLooG test): Use = with test.
7111         * configure: Regenerate.
7113 2009-10-22  Richard Guenther  <rguenther@suse.de>
7115         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
7116         cloog if the ppl version check failed.  Move flags saving
7117         before setting in libelf check.
7118         * configure: Regenerate.
7120 2009-10-21  Richard Guenther  <rguenther@suse.de>
7122         * configure.ac: Adjust the ppl and cloog configure to work as
7123         documented.  Disable cloog if ppl was disabled.  Omit the version
7124         checks if they were disabled.
7125         * configure: Re-generate.
7127 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7129         * configure.ac: Add 'lto' to enable_languages, not
7130         new_enable_languages, and only if not already present.
7131         * configure: Regenerate.
7133 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
7135         * README: Refer to the various COPYING* files instead of just
7136         COPYING.
7137         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
7139 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
7141         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
7143 2009-10-07  Richard Guenther  <rguenther@suse.de>
7145         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
7146         and Richard Guenther as reviewers.
7147         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
7148         as reviewers.
7150 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
7152         * config.sub: Update from upstream sources.
7154 2009-10-06  Ian Lance Taylor  <iant@google.com>
7156         * Makefile.def: check-gold depends upon all-gas.
7157         * Makefile.in: Rebuild.
7159 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
7161         * MAINTAINERS (Write After Approval): Add myself.
7163 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
7165         * Makefile.def: all-lto-plugin depends on all-libiberty.
7166         set bootstrap=true for lto-plugin.
7167         Add lto-plugin.
7168         * Makefile.in: Regenerate.
7169         * configure.ac (host_libs): Add lto-plugin.
7170         * configure: Regenerate.
7172 2009-10-03  Diego Novillo  <dnovillo@google.com>
7174         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7175         (HOST_LIBELFLIBS): Define.
7176         (HOST_LIBELFINC): Define.
7177         * Makefile.in: Regenerate.
7178         * configure.ac: Add --enable-lto.
7179         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7180         If --enable-lto is used, add 'lto' to new_enable_languages.
7181         If --enable-lto is used and gold is enabled, add
7182         lto-plugin to configdirs.
7183         * configure: Regenerate.
7185 2009-10-03  Simon Baldwin  <simonb@google.com>
7187         * configure.ac: If --with-system-zlib, suppress local zlib and
7188         pass --with-system-zlib to subdir configure scripts.
7189         * configure: Regenerate.
7191 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
7192             Paolo Bonzini  <bonzini@gnu.org>
7194         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7195         $(srcdir).
7196         * Makefile.in: Rebuilt.
7198 2009-09-26  Gary Funck  <gary@intrepid.com>
7200         * MAINTAINERS (Write After Approval): Add myself.
7202 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7204         * configure.ac: Update minimum MPC version to 0.7.
7205         * configure: Regenerate.
7207 2009-09-25  Nick Clifton  <nickc@redhat.com>
7209         * configure.ac: Pass any --cache-file=/dev/null option on to
7210         subconfigures.
7211         * configure: Regenerate.
7213 2009-09-23  Nick Clifton  <nickc@redhat.com>
7215         * config.sub, config.guess: Update from upstream sources.
7217 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
7219         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7220         * Makefile.in: Rebuilt.
7222 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7224         PR bootstrap/32272
7225         * configure.ac: Error out if $srcdir isn't '.' but contains
7226         host-${host_noncanonical}.
7227         * configure: Regenerate.
7229 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7231         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7232         maintainer.
7234 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7236         * configure.ac: If bootstrapping a combined tree with
7237         --enable-gold, require c++ in stage1_languages.
7238         * configure: Regenerate.
7240         * configure.ac: Also add target_libs of stage1_languages to
7241         bootstrap_target_libs.
7242         * configure: Regenerate.
7244         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7245         with --enable-languages not containing c++.
7246         * configure: Regenerate.
7248 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
7250         * configure.ac: Disable java and boehm-gc for bfin-*-*.
7251         * configure: Regenerate.
7253 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
7255         * MAINTAINERS (Write After Approval): Update my e-mail address,
7256         and move from from here...
7257         (Waiting for paperwork): To here.
7259 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
7261         * MAINTAINERS (Reviewers): Add self as driver reviewer.
7263 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7265         * configure.ac: Do not use $extrasub for replacing @if/@endif
7266         parts in Makefile; instead, use additional arguments to
7267         AC_CONFIG_COMMANDS to do the replacement manually, with several
7268         sed invocations, to avoid HP-UX sed command limits.
7269         * configure: Regenerate.
7271 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
7273         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7274         blank before -L.
7276 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
7278         * configure.ac (with-build-config): Document.  Handle without.
7279         Handle missing argument.
7280         * configure: Rebuilt.
7282 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
7284         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
7285         Default to bootstrap-debug only if compare-debug works.
7286         * configure: Rebuilt.
7287         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7288         * Makefile.in: Rebuilt.
7290 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7292         * MAINTAINERS (OS Port Maintainers): Update my email address.
7294 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
7296         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7297         * Makefile.in: Rebuilt.
7299 2009-09-01  Chris Demetriou  <cgd@google.com>
7301         * MAINTAINERS (Write After Approval): Add myself.
7303 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
7305         PR debug/30161
7306         * include/dwarf2.h (enum dwarf_tag): Added
7307         DW_TAG_GNU_template_template_param
7308         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7310 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7312         * Makefile.tpl (AWK): Fix typo.
7313         * Makefile.in: Regenerate.
7315 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
7317         * configure.ac: Detect awk and sed.
7318         * Makefile.def (flags_to_pass): Add AWK and SED.
7319         * Makefile.tpl (AWK, SED): New.
7320         (BASE_FLAGS_TO_PASS): Add AWK and SED.
7321         * configure: Regenerate.
7322         * Makefile.in: Regenerate.
7324 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
7326         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7327         (collapseslashes): Likewise.
7329 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7331         * configure.ac (AC_PREREQ): Bump to 2.64.
7333 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7335         * configure.ac: Remove --with-datarootdir, --with-docdir,
7336         --with-pdfdir, --with-htmldir switches.
7337         * configure: Regenerate.
7339         * configure: Regenerate.
7341         * compile: Sync from Automake 1.11.
7342         * depcomp: Likewise.
7343         * install-sh: Likewise.
7344         * missing: Likewise.
7345         * mkinstalldirs: Likewise.
7346         * ylwrap: Likewise.
7348 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
7350         * ltmain.sh (func_normal_abspath): New function.
7351         (func_relative_path): Likewise.
7352         (func_mode_help): Document new -bindir option for link mode.
7353         (func_mode_link): Add new -bindir option, and use it to place
7354         output DLL if specified.
7356 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7358         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7359         (baseargs): Add --disable-option-checking.
7360         * configure: Regenerate.
7362         * Makefile.def (configure-target-libiberty): Depend on
7363         all-binutils and all-ld.
7364         (configure-target-newlib): Likewise.
7365         * Makefile.in: Regenerate.
7367 2009-08-17  Ben Elliston  <bje@au.ibm.com>
7369         * config.sub, config.guess: Update from upstream sources.
7371 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7373         Sync from src, merge:
7375         2009-07-02  Tristan Gingold  <gingold@adacore.com>
7377         * configure.ac: Do not exclude gas for i386-*-darwin.
7378         Add a case for x86_64-*-darwin.
7379         * configure: Regenerate.
7381 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
7383         * MAINTAINERS: Add my name to Write After Approval list.
7385 2009-08-06  Michael Eager  <eager@eagercon.com>
7387         * configure.ac: Add Microblaze target.
7388         * configure: Regenerate.
7390 2009-07-31  Christian Bruel  <christian.bruel@st.com>
7392         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7393         * configure: Regenerate.
7395 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
7397         * MAINTAINERS (Write After Approval): Update my e-mail address.
7399 2009-07-06  Ian Lance Taylor  <iant@google.com>
7401         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7402         * configure: Rebuild.
7404 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
7406         * MAINTAINERS: Move myself to the Graphite Reviewers.
7408 2009-06-30  Wei Guozhi  <carrot@google.com>
7410         * MAINTAINERS: Add my name to Write After Approval list.
7412 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
7414         PR bootstrap/40338
7415         * configure.ac (comparestring): Create new variable.
7416         * Makefile.tpl (comparestring): Use to skip some comparisions.
7417         * configure: Regenerate.
7418         * Makefile.in: Regenerate.
7420 2009-06-26  Doug Evans  <dje@sebabeach.org>
7422         * Makefile.def (host_modules): Add cgen.
7423         * Makefile.in: Regenerate.
7424         * configure.ac (host_tools): Add cgen.
7425         * configure: Regenerate.
7427 2009-06-23  DJ Delorie  <dj@redhat.com>
7429         * MAINTAINERS: Add myself as mep maintainer.
7431 2009-06-23  Ian Lance Taylor  <iant@google.com>
7433         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
7434         boot_languages.  Only bootstrap target libraries listed in
7435         target_libs for some boot language.  Add --with-stage1-ldflags,
7436         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
7437         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
7438         if not building with C++.
7439         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7440         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7441         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7442         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7443         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
7444         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
7445         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7446         * configure, Makefile.in: Rebuild.
7448 2009-06-23  Li Feng  <nemokingdom@gmail.com>
7450         * MAINTAINERS: Added my name to write-after-approval list.
7452 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
7454         * configure.ac: Define is_elf for QNX Neutrino targets.
7455         * configure: Regenerate.
7457 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
7459         * MAINTAINERS: Added my name to the write-after-approval list
7461 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7463         * configure.ac: Detect MPC in default directory.
7464         * configure: Regenerate.
7466 2009-06-03  Jerome Guitton  <guitton@adacore.com>
7467             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7469         * Makefile.tpl (all): Avoid a trailing backslash.
7470         * Makefile.in: Regenerate.
7472 2009-06-03  Ben Elliston  <bje@au.ibm.com>
7474         * config.sub, config.guess: Update from upstream sources.
7476 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
7478         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7479         to noconfdirs.
7480         * configure: Regenerate.
7482 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
7484         * Makefile.tpl ([+compare-target+]): Compare all stage
7485         directories, rather than just gcc.
7486         * Makefile.in: Rebuilt.
7488 2009-06-01  Doug Kwan  <dougkwan@google.com>
7490         * configure.ac: Support gold for target arm*-*-*.
7491         * configure: Regenerate.
7493 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7495         * Makefile.def: Add MPC support and dependencies.
7496         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
7498         * Makefile.in, configure: Regenerate.
7500 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
7502         * Makefile.tpl (all): Avoid harmless warning in make all when
7503         gcc-bootstrap is enabled but stage_last does not exist.
7504         * Makefile.in: Rebuilt.
7506 2009-05-24  Nicolas Roche  <roche@adacore.com>
7508         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7509         * Makefile.in: Regenerate.
7511 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
7513         * MAINTAINERS: Update my e-mail address.
7515 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7517         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
7518         * configure:  Regenerate.
7520 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7522         PR other/40159
7523         * Makefile.tpl (all): Don't assume gcc-bootstrap and
7524         gcc-no-bootstrap are mutually exclusive.
7525         * Makefile.in: Rebuilt.
7527 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
7529         PR other/40159
7530         * Makefile.tpl (all): Don't end with unconditional success.
7531         * Makefile.in: Rebuilt.
7533 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
7535         PR target/37137
7536         * Makefile.def (flags_to_pass): Remove redundant and incomplete
7537         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7538         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7539         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
7540         stage_configureflags, stage_cflags and stage_libcflags into
7541         explicit Makefile macros.
7542         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7543         GFORTRAN.
7544         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7545         CC.  Set CC_FOR_BUILD from CC.
7546         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7547         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7548         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7549         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
7550         and GFORTRAN.
7551         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7552         (_LIBCFLAGS): Renamed to _TFLAGS.
7553         (do-compare-debug, do-compare3-debug): Drop.
7554         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7555         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7556         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7557         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7558         (XGCC_FLAGS_FOR_TARGET): New.
7559         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7560         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7561         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7562         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7563         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
7564         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
7565         TFLAGS.
7566         (BUILD_CONFIG): Include if requested.
7567         (all): Set TFLAGS on bootstrap.
7568         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7569         (all-stageid-prefixmodule): Likewise.
7570         (do-clean, distclean-stageid): Set TFLAGS.
7571         (restrap): Fix whitespace.
7572         * Makefile.in: Rebuilt.
7574 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
7576         * config.guess: Sync with src.
7578 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
7580         * configure.ac ($with_ppl):  Default to no if not supplied.
7581         ($with_cloog):  Likewise.
7582         configure:  Regenerate.
7584 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
7586         * MAINTAINERS: Update my e-mail address.
7588 2009-04-27  Nick Clifton  <nickc@redhat.com>
7590         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7592 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
7594         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7595         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7596         * Makefile.in: Regenerate.
7598 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7600         PR bootstrap/39739
7601         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7602         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7604         * configure, Makefile.in: Regenerate.
7606 2009-04-21  Taras Glek  <tglek@mozilla.com>
7608         * include/hashtab.h: Update GTY annotations to new syntax
7609         * include/splay-tree.h: Likewise
7611 2009-04-17  Ben Elliston  <bje@au.ibm.com>
7613         * config.sub, config.guess: Update from upstream sources.
7615 2009-04-15  Anthony Green  <green@moxielogic.com>
7617         * configure.ac: Add moxie support.
7618         * configure: Rebuilt.
7620 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
7622         * configure.ac: Change copyright header to refer to version
7623         3 of the GNU General Public License and to point readers at the
7624         COPYING3 file and the FSF's license web page.
7625         * Makefile.def: Likewise.
7626         * Makefile.tpl: Likewise.
7627         * Makefile.in: Regenerate.
7629 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
7631         * configure.ac: Restore match for darwin9 or later. Use double
7632         brackets since regeneration eats one pair.
7633         * configure: Regenerate.
7635 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
7637         PR gas/10039
7638         * configure.ac: Require texinfo 4.7.
7639         * configure: Regenerated.
7641 2009-04-09  Nick Clifton  <nickc@redhat.com>
7643         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7644         the GCC Runtime Library Exception.
7646 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7648         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7649         * configure: Regenerate.
7651 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
7653         * Makefil.def (languages): New entries.
7654         * Makefile.tpl (check-gcc-*): New generic target.
7655         * Makefile.in: Regenerate.
7657 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
7659         * MAINTAINERS:  Update my email address.
7661 2009-03-18  Tom Tromey  <tromey@redhat.com>
7663         * configure: Rebuild.
7664         * configure.ac (host_libs): Add libiconv.
7665         * Makefile.in: Rebuild.
7666         * Makefile.def (host_modules): Add libiconv.
7667         (configure-gdb, all-gdb): Depend on libiconv.
7669 2009-03-16  Tristan Gingold  <gingold@adacore.com>
7671         * configure.ac: Treat gdb as supported on x86_64-darwin.
7672         * configure: Regenerate.
7674 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
7676         * configure.ac (--with-host-libstdcxx): New option.
7677         * configure: Regenerate.
7679 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
7681         * MAINTAINERS:  Move myself into the write after approval list.
7683 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
7685         * MAINTAINERS: Update e-mail address.
7687 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
7689         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7691 2009-03-10  Ira Rosen  <irar@il.ibm.com>
7693         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7695 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7697         Backport from git Libtool:
7699         2009-01-19  Robert Millan  <rmh@aybabtu.com>
7700         Support GNU/kOpenSolaris.
7701         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7702         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7703         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7704         GNU/kOpenSolaris.
7706 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
7708         * MAINTAINERS: Update e-mail address.
7710 2009-02-24  Michael Eager  <eager@eagercon.com>
7712         * MAINTAINERS (Write After Approval): Add self.
7714 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
7716         * MAINTAINERS (Write After Approval): Add myself.
7718 2009-02-05  Andreas Schwab  <schwab@suse.de>
7720         * Makefile.tpl (stage_last): Define $r and $s before using
7721         $(RECURSE_FLAGS_TO_PASS).
7722         * Makefile.in: Regenerate
7724 2009-01-30  Ian Lance Taylor  <iant@google.com>
7726         * MAINTAINERS: Move myself to the Global Reviewers list.
7728 2009-01-29  Robert Millan  <rmh@aybabtu.com>
7730         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7731         * configure: Regenerate.
7733 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
7735         * MAINTAINERS: Make whitespace consistent.
7736         Remove Robert Millan from Write After Approval.
7738 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
7740         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7741         (all-opcodes): Depend on all-libiberty.
7742         * Makefile.in: Regenerate.
7744 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
7746         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7747         * configure: Regenerate.
7749 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
7751         * MAINTAINERS (Write After Approval): Add myself.
7753 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
7755         * MAINTAINERS: Add myself to reviewers (Fortran).
7757 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
7759         PR tree-optimization/38515
7760         * configure.ac (cloog-polylib): Removed.
7761         (with_ppl, with_cloog): Test for "no".
7762         * configure: Regenerated.
7764 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
7766         * MAINTAINERS: Moved myself to reviewers (Fortran).
7768 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
7770         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7771         (Write After Approval): Remove myself.
7773 2009-01-03  Diego Novillo  <dnovillo@google.com>
7775         * MAINTAINERS: Remove myself from alias maintainership.
7777 2009-01-02  David Ayers  <ayers@fsfe.org>
7779         * MAINTAINERS: Update e-mail address.
7781 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
7783         * MAINTAINERS: Make whitespace consistent.
7785 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7787         Backport from upstream Libtool:
7788         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7789         Add cache variables to tests that require the linker to work.
7790         For shlibpath_overrides_runpath, this also changes the semantics
7791         to let the result from the C compiler take precedence.
7793 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7795         * config.sub, config.guess: Update from upstream sources.
7797 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
7799         * configure.ac (ppllibs): Add by default the lib flags.
7800         * configure: Regenerate.
7802 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
7804         * MAINTAINERS:  Add myself to the write after approval list.
7806 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
7808         * configure.ac: Add double brackets on darwin[912].
7809         * configure: Regenerate.
7811 2008-12-03  Daniel Kraft  <d@domob.eu>
7813         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
7814         Approval to Reviewer section (for Fortran front-end).
7816 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7818         * configure.ac: Expand to darwin10 and later.
7819         * configure: Regenerate.
7821 2008-12-02  Andreas Schwab  <schwab@suse.de>
7823         * Makefile.def: configure-target-boehm-gc depends on
7824         all-target-libstdc++-v3.
7825         * Makefile.in: Regenerate.
7827 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
7829         * MAINTAINERS:  Add myself as mingw maintainer.
7831 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7833         * config.sub, config.guess: Update from upstream sources.
7835 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7837         * README.SCO: Remove.
7839 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7841         * MAINTAINERS:  Add myself to the write after approval list.
7843 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7845         * MAINTAINERS:  Update my email address in WAA section.
7847 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7849         * MAINTAINERS: Update e-mail address.
7851 2008-11-27  Toon Moene  <toon@moene.org>
7853         * MAINTAINERS: Change e-mail address.
7855 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7857         * configure.ac: Build gdb for i?86-*-darwin*
7858         * configure: Regenerated.
7860 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7862         * MAINTAINERS: Added my full name.
7864 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7866         PR bootstrap/38014
7867         PR bootstrap/37923
7869         Revert:
7871         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7873         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7874         * Makefile.in: Regenerated.
7876         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7878         PR gdb/921
7879         PR gdb/1646
7880         PR gdb/2175
7881         PR gdb/2176
7883         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7884         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7885         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7886         (HOST_EXPORTS): Pass CPPFLAGS.
7887         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7888         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7889         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7890         * Makefile.in, configure: Regenerated.
7891         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7892         and CPPFLAGS_FOR_BUILD.
7894 2008-11-06  Jeff Law  <law@redhat.com>
7896         * MAINTAINERS: Add myself as middle end maintainer.
7898 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7900         * MAINTAINERS (Write after approval): Add myself.
7902 2008-11-05  Diego Novillo  <dnovillo@google.com>
7904         * MAINTAINERS (Global Reviewers): Add myself.
7905         (Non-Algorithmic Maintainers): Remove myself.
7907 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7909         * MAINTAINERS (Write after approval): Add myself.
7911 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7913         * MAINTAINERS (Write after approval): Add myself.
7915 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7917         * configure.ac (spu-*-*): Remove special case.
7918         * configure: Regenerate.
7920 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7922         * MAINTAINERS (Write after approval): Update my email address.
7924 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7926         * configure.ac [spu-*-*]: Do not set skipdirs.
7927         * configure: Re-generate.
7929 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7931         * MAINTAINERS (Various Maintainers): Add myself to reload.
7933 2008-10-25  Richard Guenther  <rguenther@suse.de>
7935         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7936         maintainer.  Remove myself as libgcc-math maintainer.
7937         (Non-Algorithmic Maintainers): Remove myself.
7939 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7941         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7942         * Makefile.in: Regenerated.
7944 2008-10-23  Cary Coutant  <ccoutant@google.com>
7946         * MAINTAINERS (Write after approval): Add myself.
7948 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7950         PR gdb/921
7951         PR gdb/1646
7952         PR gdb/2175
7953         PR gdb/2176
7955         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7956         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7957         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7958         (HOST_EXPORTS): Pass CPPFLAGS.
7959         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7960         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7961         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7962         * Makefile.in, configure: Regenerated.
7963         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7964         and CPPFLAGS_FOR_BUILD.
7966 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7968         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7969         Sebastian Pop.
7971 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7973         * MAINTAINERS (Write After Approval): Added myself.
7975 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7977         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7978         recommended version to 2.3.2.
7980         * configure: Regenerate.
7982 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7984         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7986 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7988         * MAINTAINERS (Write After Approval): Update e-mail address.
7990 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7992         * libtool.m4: Update to libtool 2.2.6.
7993         * lt~obsolete.m4: Update to libtool 2.2.6.
7994         * ltmain.sh: Update to libtool 2.2.6.
7995         * ltsugar.m4: Update to libtool 2.2.6.
7996         * ltversion.m4: Update to libtool 2.2.6.
7997         * ltoptions.m4: Update to libtool 2.2.6.
7998         * ltgcc.m4: Update to match changes from libtool 2.2.6.
8000 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
8002         * MAINTAINERS (Write After Approval): Add myself.
8004 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
8006         * MAINTAINERS (Write After Approval): Update my name.
8008 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
8010         * MAINTAINERS: Add myself in "Write After Approval".
8012 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
8014         * MAINTAINERS: Add myself as ia64 maintainer.
8016 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
8018         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
8019         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
8020         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
8021         and Michael Tiemann from Write After Approval since they do not
8022         actually have access.
8024 2008-09-05  Richard Guenther  <rguenther@suse.de>
8026         * configure.ac: Initialize clooglibs to -lcloog.
8027         * configure: Re-generate.
8029 2008-09-04  Le-Chun Wu  <lcwu@google.com>
8031         * MAINTAINERS (Write After Approval): Add myself.
8033 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
8035         * configure.ac (--with-cloog-polylib): New.
8036         (--disable-cloog-version-check): New.
8037         (--disable-ppl-version-check): New.
8038         * configure: Re-generate.
8040 2008-09-03  Richard Guenther  <rguenther@suse.de>
8042         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
8043         cloog test.
8044         * configure: Re-generate.
8046 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
8048         Add picoChip port.
8049         * MAINTAINERS: Add picoChip maintainers.
8051 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
8052             Tobias Grosser  <grosser@fim.uni-passau.de>
8053             Jan Sjodin  <jan.sjodin@amd.com>
8054             Harsha Jagasia  <harsha.jagasia@amd.com>
8055             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8056             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
8057             Adrien Eliche  <aeliche@isty.uvsq.fr>
8059         Merge from graphite branch.
8060         * configure: Regenerate.
8061         * Makefile.in: Regenerate.
8062         * configure.ac (host_libs): Add ppl and cloog.
8063         Add checks for PPL and CLooG.
8064         * Makefile.def (ppl, cloog): Added modules and dependences.
8065         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
8066         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
8068 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8070         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
8071         (GCC_SHLIB_SUBDIR): New.
8072         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
8073         * configure: Regenerate.
8074         * Makefile.in: Regenerate.
8076 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8078         * MAINTAINERS: Consistently use tabs to separate columns.
8080 2008-08-29  Tristan Gingold  <gingold@adacore.com>
8082         * MAINTAINERS (Write after Approval): Add myself.
8084 2008-08-28  Tristan Gingold  <gingold@adacore.com>
8086         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
8087         Enable bfd, binutils and opcodes.
8088         * configure: Regenerate.
8090 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8092         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
8094 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8096         * MAINTAINERS:  Use correct Umlaut for last name.
8098 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8100         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
8102 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
8104         * MAINTAINERS: Update my email address.
8106 2008-08-16  Nicolas Roche  <roche@adacore.com>
8108         * Makefile.tpl: Add BOOT_ADAFLAGS.
8109         * Makefile.in: Regenerate.
8111 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
8113         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
8114         * configure: Regenerate.
8116 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
8118         * configure.ac: Add makefile fragments for hpux.
8119         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
8120         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
8121         * configure: Regenerate.
8122         * Makefile.in: Regenerate.
8124 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
8126         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
8128 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
8130         * MAINTAINERS (Write after Approval): Add myself.
8132 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
8134         * MAINTAINERS (Write After Approval):  Add myself.
8136 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
8138         * MAINTAINERS (Write After Approval):  Add myself.
8140 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
8142         * MAINTAINERS: Update my email address.
8144 2008-06-25  Joey Ye  <joey.ye@intel.com>
8146         * MAINTAINERS (Write After Approval):  Add myself.
8148 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8150         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8151         * Makefile.in: Regenerate.
8152         * configure: Regenerate.
8154 2008-06-17  Daniel Kraft  <d@domob.eu>
8156         * MAINTAINERS (Write After Approval):  Add myself.
8158 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8160         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8161         "$@" is still intact with both Autoconf 2.59 and 2.62.
8162         * configure: Regenerate.
8164 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8166         * Makefile.tpl: Fix comment errors.
8167         * Makefile.in: Regenerate.
8169 2008-06-12  David S. Miller  <davem@davemloft.net>
8170             David Edelsohn  <edelsohn@gnu.org>
8172         * configure.ac: Add powerpc*-*-* to gold supported targets.
8173         * configure: Regenerate.
8175 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
8177         PR tree-optimization/36218
8178         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8179         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8180         (all prefix="build-"): Pass them to build-system sub-makes.
8181         * Makefile.in: Regenerate.
8183 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
8185         * MAINTAINERS (mt port): Remove.
8186         (sco5, unixware, sco udk): Remove.
8187         (Kean Johnston): Add to Write After Approval.
8189 2008-05-30  Julian Brown  <julian@codesourcery.com>
8191         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8192         of libobjc for ARM EABI Linux.
8193         * configure: Regenerate.
8195 2008-05-18  Xinliang David Li   <davidxl@google.com>
8197         * ChangeLog: Remove wrong ChangeLog entry.
8199 2008-05-17  Xinliang David Li   <davidxl@google.com>
8201         * MAINTAINERS (Write After Approval): Add myself.
8203 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
8205         * MAINTAINERS (Write After Approval): Add myself.
8207 2008-05-14  Rafael Espíndola  <espindola@google.com>
8209         * config-ml.in: don't handle --enable-shared and --enable-static.
8211 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
8213         * MAINTAINERS: Update my email address.
8215 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
8217         * MAINTAINERS: Update my email address.
8219 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
8221         * MAINTAINERS (Write After Approval): Add myself.
8223 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
8225         * MAINTAINERS (Write After Approval): Add myself.
8227 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
8229         * MAINTAINERS (crx): Add myself.
8231 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8233         Sync with src:
8234         2008-04-14  David S. Miller  <davem@davemloft.net>
8236         * configure.ac: Add sparc*-*-* to gold supported targets.
8237         * configure: Regenerate.
8239 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8241         PR bootstrap/35457
8242         * configure.ac: Include override.m4.
8243         * configure: Regenerate.
8245 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
8247         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8248         * Makefile.in: Regenerate.
8250 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
8252         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
8253         as nonconfigurable directories list.
8254         * configure: Regenerate.
8256 2008-04-14  Ben Elliston  <bje@au.ibm.com>
8258         * config.sub, config.guess: Update from upstream sources.
8260 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
8262         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8263         * Makefile.in: Regenerate.
8265 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
8267         * configure.ac: Do not build libssp for the AVR.
8268         * configure: Regenerate.
8270 2008-04-07  Ian Lance Taylor  <iant@google.com>
8272         * Makefile.def: check-gold depends upon all-binutils.
8273         * Makefile.in: Regenerate.
8275 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
8277         * MAINTAINERS (Write After Approval): Add myself.
8279 2008-04-04  Nick Clifton  <nickc@redhat.com>
8281         PR binutils/4334
8282         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8283         builds.
8284         * configure: Regenerate.
8286 2008-04-04  NightStrike  <NightStrike@gmail.com>
8288         PR other/35151
8289         * configure.ac: Combine rules for mingw32 and mingw64.
8290         * configure: Regenerate.
8292 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
8294         * MAINTAINERS (Write After Approval): Add myself.
8296 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
8298         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8299         * Makefile.in (.NOTPARALLEL): Ditto.
8301 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
8303         * MAINTAINERS (Write After Approval): Add myself.
8305 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
8307         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8308         * Makefile.in (.NOTPARALLEL): Regenerate.
8310 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
8312         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8313         * Makefile.in: Regenerate.
8315 2008-03-26  Jakub Staszak  <kuba@et.pl>
8317         * MAINTAINERS (Write After Approval): Add myself.
8319 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
8321         * MAINTAINERS:  Update e-mail address.
8323 2008-03-20  Ian Lance Taylor  <iant@google.com>
8325         * configure.ac: Add support for --enable-gold.
8326         * Makefile.def: Add gold as a directory like ld.
8327         * configure, Makefile.in: Regenerate.
8329 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8331         * configure.ac: m4_include config/proginstall.m4.
8332         * configure: Regenerate.
8334         Backport from upstream Libtool:
8336         2007-10-12  Eric Blake  <ebb9@byu.net>
8338         Deal with Autoconf 2.62's semantic change in m4_append.
8339         * ltsugar.m4 (lt_append): Replace broken versions of
8340         m4_append.
8341         (lt_if_append_uniq): Don't require separator to be overquoted,
8342         and avoid broken m4_append.
8343         (lt_dict_add): Fix typo.
8344         * libtool.m4 (_LT_DECL): Don't overquote separator.
8346 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
8348         * config.rpath: Add AIX 6 support.
8350 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
8352         * Makefile.def (stageprofile).  Remove -fprofile-generate
8353         from stage_libcflags.
8354         * Makefile.in: Regenerate.
8356 2008-03-13  Ben Elliston  <bje@au.ibm.com>
8358         * config.sub, config.guess: Update from upstream sources.
8360 2008-03-06  Tom Tromey  <tromey@redhat.com>
8362         * MAINTAINERS: Update for treelang deletion.
8364 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
8366         * MAINTAINERS: Update my email address.
8368 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
8370         * MAINTAINERS (darwin port): Add myself as a maintainer.
8371         (objective-c/c++): Add myself as a maintainer.
8373 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
8375         * MAINTAINERS (Write After Approval): Update my email address.
8377 2008-02-25  Tomas Bily  <tbily@suse.cz>
8379         * MAINTAINERS (Write After Approval): Add myself.
8381 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
8383         * MAINTAINERS (OpenMP): Add myself.
8385 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
8387         PR bootstrap/32009
8388         PR bootstrap/32161
8390         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8391         * configure: Regenerate.
8393         * Makefile.def: Define stage_libcflags for all bootstrap stages.
8394         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8395         STAGE4_LIBCFLAGS): New.
8396         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8397         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8398         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8399         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8400         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8401         for target modules.  Don't export LIBCFLAGS.
8402         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8403         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8404         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8405         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8406         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8407         * Makefile.in: Regenerate.
8409 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8411         PR libgcj/33085
8412         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8413         Do not use -DDLL_EXPORT.  Backport from upstream.
8415 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8417         * MAINTAINERS (Write After Approval): Add myself.
8419 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
8421         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8422         * configure: Regenerate.
8424 2008-01-31  Marc Gauthier  <marc@tensilica.com>
8426         * configure.ac (xtensa*-*-*): Recognize processor variants.
8427         * configure: Regenerate.
8429 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8431         PR bootstrap/34922
8432         * configure.ac (PARSE_ARGS): Push suitable setting of
8433         ac_subdirs_all, for `./configure --help=recursive'.
8434         Handle `+' in generic toplevel directory disabling.
8435         * configure: Regenerate.
8437 2008-01-28  Nick Clifton  <nickc@redhat.com>
8439         * MAINTAINERS (xstormy16): Take over maintainership.
8441 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
8443         * MAINTAINERS (c4x port): Remove.
8445 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
8447         * libtool.m4: Backport AIX 6 support from ToT Libtool.
8449 2008-01-23  Ben Elliston  <bje@au.ibm.com>
8451         * config.sub, config.guess: Update from upstream sources.
8453 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
8455         * MAINTAINERS (Write After Approval): Add myself.
8457 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
8459         * MAINTAINERS: Update my email address.
8461 2008-01-09  Raksit Ashok  <raksit@google.com>
8463         * MAINTAINERS (Write After Approval): Add myself.
8465 2008-01-09  Raksit Ashok  <raksit@google.com>
8467         * MAINTAINERS (Write After Approval): Add myself.
8469 2008-01-08  Ben Elliston  <bje@au.ibm.com>
8471         * config.sub, config.guess: Update from upstream sources.
8473 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8475         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8476         Change recommended MPFR from 2.2.1 -> 2.3.0.
8477         * configure: Regenerate.
8479 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
8481         * MAINTAINERS: Update my email address.
8483 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
8485         * MAINTAINERS: Update my email address.
8487 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
8489         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8490         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8491         * Makefile.in: Regenerate.
8493 2007-12-10  Mark Heffernan  <meheff@google.com>
8495         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8496         misplaced entries.
8498 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8500         * configure.ac: Enable libjava for x86_64-*-darwin9.
8501         * configure: Regenerate.
8503 2007-12-07  Bill Maddox  <maddox@google.com>
8505         * MAINTAINERS (Write After Approval): Add myself.
8507 2007-12-05  Ben Elliston  <bje@au.ibm.com>
8509         * config.sub, config.guess: Update from upstream sources.
8511 2007-12-02  Matthias Klose  <doko@ubuntu.com>
8513         * config-ml.in: Remove 64bit configure tests.
8515 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8517         * config-ml.in: Robustify against white space in absolute file
8518         names.
8520         * config-ml.in (multi-clean): Substitute ${Makefile}.
8521         Remove superfluous ${Makefile} in list.
8523 2007-11-19  Thiemo Seufer  <ths@mips.com>
8525         * config-ml.in: Don't hardcode the Makefile name.
8527 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
8529         * MAINTAINERS (Write After Approval): Add myself.
8531 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8533         * MAINTAINERS (Write After Approval): Add myself.
8535 2007-11-06  Doug Kwan  <dougkwan@google.com>
8537         * MAINTAINERS (Write After Approval): Add myself.
8539 2007-10-25  Ben Elliston  <bje@au.ibm.com>
8541         * MAINTAINERS (mercury): Remove entry.
8542         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8544 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8546         * Makefile.def (dependencies): Make configure-gdb depend on
8547         all-intl.
8548         * Makefile.in: Regenerated.
8550 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
8552         * MAINTAINERS (Fortran maintainer): Remove myself.
8554 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
8556         * Makefile.def: To avoid problems running with parallel makes,
8557         build newlib before libgloss so that target specific header
8558         files are availble.
8559         * Makefile.in: Regenerate
8561 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
8563         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8564         * Makefile.in: Regenerate.
8566 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
8568         * MAINTAINERS (Register allocation reviewer): Add myself.
8570 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
8572         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8573         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8574         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
8575         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8576         * configure: Regenerate.
8578 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
8580         * MAINTAINERS (Register allocation reviewer): Add myself.
8582 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
8584         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8585         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8586         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8587         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8588         * configure.ac: Default them to host tools for $host = $build.
8589         Subst them.
8591         * configure: Regenerate.
8592         * Makefile.in: Regenerate.
8594 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
8596         * MAINTAINERS (Register allocation reviewer): Add myself.
8598 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
8600         * MAINTAINERS (Register allocation reviewer): Add myself.
8602 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
8604         * MAINTAINERS (Write After Approval): Fix typo.
8606 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
8608         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8609         * configure: Regenerate.
8611 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
8613         PR bootstrap/31906
8614         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8615         they're already prefixed.
8617 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
8619         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8620         libstdc++.
8621         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8622         * configure: Regenerate.
8623         * Makefile.in: Regenerate.
8625 2007-09-17  Andreas Schwab  <schwab@suse.de>
8627         * configure.ac: Raise minimum makeinfo version to 4.6.
8628         * configure: Regenerate.
8630 2007-09-17  Johannes Singler  <singler@ira.uka.de>
8632         * MAINTAINERS (write-after-approval) add myself
8634 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
8636         * configure.ac: Correct makeinfo version check.
8637         * configure: Regenerate.
8639 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
8641         * MAINTAINERS: Update my email address.
8643 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
8645         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
8646         to $skipdirs and only disable gprof for newlib.  Use the normal
8647         mips*-elf* handling in other respects.
8648         * configure: Regnerate.
8650 2007-09-12  David Daney  <ddaney@avtrex.com>
8652         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8653         enabling libgcj.
8654         * configure: Regenerate.
8656 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8658         PR other/32154
8659         * configure.ac: For libgloss targets, point the linker to the linker
8660         script, startup code and simulator library.
8661         * configure: Regenerate.
8663 2007-09-07  Andrew Haley  <aph@redhat.com>
8665         * configure.ac (noconfigdirs): Remove target-libffi and
8666         target-libjava.
8667         * configure: Regenerate.
8669 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8671         PR target/33281
8672         * configure.ac: Use config/mh-mingw on mingw.
8673         * configure: Regenerate.
8675 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
8677         * MAINTAINERS (Write After Approval): Add myself.
8679 2007-09-05  Richard Guenther  <rguenther@suse.de>
8681         * configure.ac (--enable-stage1-checking): If neither --enable-checking
8682         nor --disable-checking is provided also turn on yes and types
8683         checking for stage1.
8684         * configure: Re-generate.
8686 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
8688         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8689         (Write After Approval): Remove myself.
8691 2007-08-29  Nick Clifton  <nickc@redhat.com>
8693         * config.sub, config.guess: Update from upstream sources.
8695 2007-08-22  Bud Davis  <jmdavis@link.com>
8697         * MAINTAINERS (Write After Approval): Added myself.
8698         * MAINTAINERS (Reviewers): Removed myself.
8700 2007-08-18  Paul Brook  <paul@codesourcery.com>
8701             Joseph Myers  <joseph@codesourcery.com>
8703         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8704         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8705         * Makefile.in: Regenerate.
8706         * configure.ac (--with-debug-prefix-map): New.
8707         * configure: Regenerate.
8709 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
8710             Nigel Stephens  <nigel@mips.com>
8712         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
8713         as target_makefile_frag.
8714         * configure: Regenerate.
8716 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
8718         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8719         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
8720         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8721         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8722         (do-compare, do-compare3, do-compare-debug): New.
8723         ([+compare-target+]): Use them.
8725 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
8727         * MAINTAINERS (Write After Approval): Change my email address.
8729 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8730             Ben Elliston  <bje@au.ibm.com>
8732         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8733         --silent if $silent.
8734         * configure: Regenerate.
8736 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
8738         * MAINTAINERS (Various Maintainers): Add myself as
8739         loop infrastructure maintainer.  Update my e-mail
8740         address.
8742 2007-07-31  Diego Novillo  <dnovillo@google.com>
8744         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8745         Adjust description.
8747 2007-07-26  Richard Guenther  <rguenther@suse.de>
8749         * configure.ac: Add types checking to stage1 checking flags.
8750         * configure: Regenerate.
8752 2007-07-17  Nick Clifton  <nickc@redhat.com>
8754         * COPYING3: New file.  Contains version 3 of the GNU General
8755         Public License.
8756         * COPYING3.LIB: New file.  Contains version 3 of the GNU
8757         Lesser General Public License.
8759 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8761         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8763 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
8765         * MAINTAINERS (S/390 co-maintainer): Add myself.
8766         (Write After Approval): Remove myself.
8768 2007-07-13  Dan Hipschman  <dsh@google.com>
8770         * MAINTAINERS (Write After Approval): Add myself.
8772 2007-07-11  Nick Clifton  <nickc@redhat.com>
8774         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8775         WINDRES export.
8776         * Makefile.in: Regenerate.
8778 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8780         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8781         maintainer.
8783 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
8785         * lt~obsolete.m4: New. Import from 20070318 libtool.
8787 2007-07-03  Julian Brown  <julian@codesourcery.com>
8789         * MAINTAINERS (Write After Approval): Add myself.
8791 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8793         * configure.ac: Rewrite 'configure --help' strings to look nicer.
8794         * configure: Regenerate.
8796 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8798         * configure.ac: Add some missing m4 quotation.
8799         * configure: Regenerate.
8801 2007-07-02  Simon Baldwin  <simonb@google.com>
8803         * MAINTAINERS (Write After Approval): Add myself.
8805 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
8807         * configure: Regenerate.
8809 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
8811         * Makefile.def: Add windmc tool to build.
8812         * Makefile.tpl: Likewise.
8813         * configure.ac: Likewise.
8814         * Makefile.in: Regenerate.
8815         * configure: Regenerate.
8817 2007-06-28  DJ Delorie  <dj@redhat.com>
8819         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8820         not building newlib.
8821         * configure: Regenerated.
8823 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
8825         * MAINTAINERS (Write After Approval): Add myself.
8827 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
8829         * MAINTAINERS (Write After Approval): Add myself.
8831 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8833         * MAINTAINERS (Write After Approval): Add myself.
8835 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8837         * MAINTAINERS (Write After Approval): Add myself.
8839 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8841         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8842         * Makefile.in: Regenerated.
8844 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8846         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8847         bfin*-*-uclinux* targets.
8848         * configure: Regenerate.
8850 2007-06-14  Ian Lance Taylor  <iant@google.com>
8852         * MAINTAINERS: Add myself as non-algorithmic global write
8853         maintainer.
8855 2007-06-14  Diego Novillo  <dnovillo@google.com>
8857         * MAINTAINERS: Add self as middle-end maintainer and
8858         non-algorithmic global write maintainer.
8860 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8862         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8863         Move all Fortran maintainers except Paul Brook into the
8864         Non-Autopoiesis section.
8866 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8868         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8869         (distclean-stage[+id+]): Possibly delete stage_last.
8870         * Makefile.in: Regenerate.
8872 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8874         * MAINTAINERS (Various Maintainer): Fix typo.
8876 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8878         * MAINTAINERS (Various Maintainer): Add myself as
8879         dataflow maintainer.
8881 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8883         * config.sub, config.guess: Update from upstream sources.
8885 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8887         * Makefile.tpl: Fix spelling error.
8888         * Makefile.in: Regenerate.
8890 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8892         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8893         lt_cv_sys_max_cmd_len.
8895 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8897         * MAINTAINERS (Various Maintainers): Add myself as
8898         auto-vectorizer maintainer.
8900 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8902         PR libjava/32098
8903         * libtool.m4: Revert previous change.
8904         * ltgcc.m4: Put it here.
8906 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8908         * MAINTAINERS (Various Maintainers): Add myself as
8909         auto-vectorizer maintainer.
8911 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8913         PR libjava/32098
8914         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8916 2007-05-30  Richard Guenther  <rguenther@suse.de>
8918         * MAINTAINERS (Various Maintainers): Add myself as
8919         auto-vectorizer maintainer.
8921 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8923         PR bootstrap/29382
8924         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8925         * configure: Rebuilt.
8927 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8929         * MAINTAINERS (Write After Approval): Removed my name.
8931 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8933         * MAINTAINERS (Write After Approval): Remove myself.
8935 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8937         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8939 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8941         * ltmain.sh: Update from ToT Libtool.
8942         * libtool.m4: Update from ToT Libtool.
8943         * ltsugar.m4: New. Update from ToT Libtool.
8944         * ltversion.m4: New. Update from ToT Libtool.
8945         * ltoptions.m4: New. Update from ToT Libtool.
8946         * ltconfig: Remove.
8947         * ltcf-c.sh: Remove.
8948         * ltcf-cxx.sh: Remove.
8949         * ltcf-gcj.sh: Remove.
8951 2007-05-22  Ollie Wild  <aaw@google.com>
8953         * MAINTAINERS (Write After Approval): Add myself.
8955 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8957         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8958         stage_cflags.
8959         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8960         Remove CFLAGS/LIBCFLAGS.
8961         (configure-stage[+id+]-[+prefix+][+module+],
8962         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8963         * Makefile.in: Regenerate.
8965 2007-05-15  Diego Novillo  <dnovillo@google.com>
8967         * MAINTAINERS: Update e-mail address.
8969 2007-05-15  Revital Eres  <eres@il.ibm.com>
8971         * MAINTAINERS (Write After Approval): Add myself.
8973 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8975         * MAINTAINERS (Write After Approval): Updated my address.
8977 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8979         * MAINTAINERS (Write After Approval): Add myself.
8981 2007-05-11  Silvius Rus  <rus@google.com>
8983         * MAINTAINERS (Write After Approval): Add myself.
8985 2007-04-23  Tom Tromey  <tromey@redhat.com>
8987         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8989 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8991         * MAINTAINERS (cpplib): Rename to ...
8992         (libcpp): ... this.  Add C/C++ front end maintainers.
8994 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8996         * config-ml.in: Pass ${ml_config_env} to configure calls.
8998 2007-04-04  Christian Bruel  <christian.bruel@st.com>
9000         * MAINTAINERS (Write After Approval): Add myself.
9002 2007-04-02  Dave Korn  <dave.korn@artimi.com>
9004         * MAINTAINERS (Write After Approval): Add myself.
9006 2007-03-31  Tobias Burnus  <burnus@net-b.de>
9008         * MAINTAINERS (fortran 95 front end): Add myself.
9010 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
9012         * MAINTAINERS (Write After Approval): Add myself.
9014 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
9016         * MAINTAINERS (Modulo Scheduler): Add myself.
9018 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
9020         * MAINTAINERS (fortran 95 front end): Add myself.
9021         (c++ front end): whitespace fix.
9023 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
9025         * MAINTAINERS (Write After Approval): Add myself.
9027 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
9029         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
9030         of glob.  Quote arguments with single quotes too.
9031         * configure: Regenerate.
9033 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
9035         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
9036         * Makefile.in: Regenerate
9038 2007-03-07  Andreas Schwab  <schwab@suse.de>
9040         * configure: Regenerate.
9042 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
9044         * configure.ac: Add "--with-pdfdir" configure option,
9045         which defines pdfdir variable.
9046         * Makefile.def (target=fixincludes): Add install-pdf to
9047         missing targets.
9048         (recursive_targets): Add install-pdf target.
9049         (flags_to_pass): Add pdfdir.
9050         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
9051         target.
9052         * configure: Regenerate
9053         * Makefile.in: Regenerate
9055 2007-02-28  Eric Christopher  <echristo@apple.com>
9057         Revert:
9058         2006-12-07  Mike Stump  <mrs@apple.com>
9060         * Makefile.def (dependencies): Add dependency for
9061         install-target-libssp and install-target-libgomp on
9062         install-gcc.
9063         * Makefile.in: Regenerate.
9065 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
9067         * configure: Regenerate.
9068         * configure.ac: Move statements after variable declarations.
9070 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
9072         * MAINTAINERS: Add myself as sh maintainer.
9074 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
9076         * configure.ac: Adjust for loop syntax.
9077         * configure: Regenerate.
9079 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9081         * configure: Rebuilt.
9083 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
9085         * configure.ac: Drop multiple occurrences of --enable-languages,
9086         and fix its quoting.
9087         * configure: Rebuilt.
9089 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
9090             Nathan Sidwell  <nathan@codesourcery.com>
9091             Vladimir Prus  <vladimir@codesourcery.com>
9092             Joseph Myers  <joseph@codesourcery.com>
9094         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
9095         * configure: Regenerate.
9097 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
9099         * ltconfig (freebsd*): Default to elf.
9101 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9103         * configure.ac (target_libraries): Move libgcc before libiberty.
9104         * configure: Regenerated.
9106 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
9107             Paolo Bonzini  <bonzini@gnu.org>
9109         PR bootstrap/30753
9110         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
9111         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
9112         * configure: Regenerated.
9114 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
9116         * MAINTAINERS (Language Front End Maintainers): Update my mail
9117         address.
9119 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9121         PR bootstrap/30748
9122         * configure.ac: Correct syntax for Solaris ksh.
9123         * configure: Regenerated.
9125 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9127         * configure.ac: Sync with src.
9128         * configure: Regenerate.
9130 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9132         * Makefile.in: Regenerate.
9134 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
9136         * config.sub: Sync with src.
9138 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
9140         * Makefile.tpl (build_alias, host_alias, target_alias): Use
9141         noncanonical equivalents.
9142         * configure.in: Rename to...
9143         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
9144         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
9145         target_noncanonical.  Use them.  Rewrite removal of configure
9146         arguments for autoconf 2.59.  Discard variable settings.  Force
9147         program_transform_name for native tools.
9149         * Makefile.in: Regenerated.
9150         * configure: Regenerated with autoconf 2.59.
9152 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
9154         * MAINTAINERS (Write After Approval): Add myself.
9156 2007-01-31  Andreas Schwab  <schwab@suse.de>
9158         * Makefile.tpl (LDFLAGS): Substitute it.
9159         * Makefile.in: Regenerate.
9161 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
9163         * MAINTAINERS (Write After Approval): Add myself.
9165 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
9167         * MAINTAINERS (spu port): Add myself.
9169 2007-01-23  Richard Guenther  <rguenther@suse.de>
9171         PR bootstrap/30541
9172         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9173         * Makefile.tpl (GNATBIND): Substitute it.
9174         (GNATMAKE): Likewise.
9175         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9176         of STAGE_PREFIX.
9177         * Makefile.in: Regenerate.
9178         * configure: Regenerate.
9180 2007-01-18  Mike Stump  <mrs@apple.com>
9182         * configure.in: Re-enable -Werror for gcc builds.
9184 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
9186         * MAINTAINERS (Write After Approval): Add myself.
9188 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9190         * configure.in: Change == to = in test command.
9191         * configure: Regenerate.
9193 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
9194             Nick Clifton  <nickc@redhat.com>
9195             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
9197         * configure.in (build_configargs, host_configargs, target_configargs):
9198         Remove build/host/target parameters.
9199         (host_libs): Add gmp and mpfr.
9200         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9201         * Makefile.def (gmp, mpfr): New.
9202         (gcc): Remove target.
9203         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9204         target_os, target_vendor): New.
9205         (configure): Add host_alias/target_alias arguments; adjust invocations.
9206         * configure: Regenerate.
9207         * Makefile.in: Regenerate.
9209 2007-01-11  Matt Fago  <fago@earthlink.net>
9211         * configure.in: Try to link to functions only in mpfr 2.2.x
9212         to improve robustness of configure tests.
9213         * configure: Regenerate.
9215 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
9217         * MAINTAINERS: Add myself as i386 maintainer.
9219 2007-01-08  Jan Hubicka  <jh@suse.cz>
9221         * MAINTAINERS: Add myself as i386 maintainer.
9223 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
9225         * configure.in: Add support for an x86_64-mingw* target.
9226         * configure: Regenerate.
9228 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
9230         * Makefile.tpl (all-target): Correct @if conditional for target
9231         modules.
9232         * configure.in: Omit libiberty if building only target libgcc.
9233         * configure, Makefile.in: Regenerated.
9235 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
9237         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
9238         * configure: Regenerate.
9240 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9242         * Makefile.def (target_modules): Add libgcc.
9243         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
9244         * Makefile.tpl (clean-target-libgcc): Delete.
9245         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9246         on gcc even for bootstrapped modules.  Rewrite handling of
9247         lang_env_dependencies to loop over target_modules.
9248         * configure.in (target_libraries): Add target-libgcc.
9249         * Makefile.in, configure: Regenerated.
9251 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9253         * configure.in: Reorganize recognition of languages.  Add
9254         --enable-stage1-languages.  Show supported languages for the chosen
9255         target rather than all recognized languages.
9256         * configure: Regenerate.
9258 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
9260         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9261         * Makefile.in: Regenerate.
9263 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9265         * configure.in: Warn that MPFR 2.2.0 is buggy.
9266         * configure: Regenerate.
9268 2006-12-27  Ian Lance Taylor  <iant@google.com>
9270         * configure.in: When removing Makefiles to force a reconfigure, also
9271         remove prev-DIR*/Makefile.
9272         * configure: Regenerate.
9274 2006-12-22  Andreas Schwab  <schwab@suse.de>
9276         * configure: Regenerate with correct autoconf version.
9278 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
9280         * configure.in: add AC_SUBST for *_FOR_TARGET.
9281         * configure: Regenerate.
9283 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9285         * configure.in: Simplify logic for rejecting languages that cannot
9286         be built.  Separate the case when a language is unsupported,
9287         from the case when the user chooses not to build a language.
9289 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9291         * configure.in: Remove "$build" case for powerpc-*-darwin* since
9292         it only affects bootstrap and could be tested on "$host" as well.
9293         * configure: Regenerate.
9294         * config/mh-ppc-darwin: Add to the stage1 cflags here.
9296 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9298         PR bootstrap/29544
9299         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9300         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9301         move here comment from Makefile.tpl.
9302         * Makefile.tpl: Move some definitions higher in the file.
9303         (STAGE1_CHECKING): New.
9304         * configure.in: Add --enable-stage1-checking.
9305         * configure: Regenerate.
9306         * Makefile.in: Regenerate.
9308 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
9310         * MAINTAINERS: Add myself as build system maintainer.
9312 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
9314         * MAINTAINERS (Write After Approval): Add myself.
9316 2006-12-13  Eric Christopher  <echristo@apple.com>
9318         * MAINTAINERS: Add myself as darwin maintainer.
9320 2006-12-11  Ian Lance Taylor  <ian@airs.com>
9322         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9324 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
9326         MAINTAINERS: Update my entry.
9328 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
9330         * configure.in:  Handle spu makefile frag.
9331         * Makefile.tpl (MAINT): Define
9332         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9333         * configure: Regenerate.
9334         * Makefile.in: Regenerate.
9336 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9338         * config.guess: Import latest version.
9339         * config.sub: Likewise.
9341 2006-12-11  Ben Elliston  <bje@au.ibm.com>
9343         * configure.in (spu-*-*): Don't skip target-libiberty.
9344         * configure: Regenerate.
9346 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
9348         PR bootstrap/30134
9349         * configure.in: Correct x86 darwin support for libjava to powerpc
9350         and i?86 only.
9351         * configure: Regenerate.
9353 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
9355         * configure.in: Add x86 darwin support for libjava.
9356         * configure: Regenerate.
9358 2006-12-07  Mike Stump  <mrs@apple.com>
9360         * Makefile.def (dependencies): Add dependency for
9361         install-target-libssp and install-target-libgomp on
9362         install-gcc.
9363         * Makefile.in: Regenerate.
9365 2006-12-04  Richard Guenther  <rguenther@suse.de>
9367         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9368         (Non-Algorithmic Maintainers): Move over non-algorithmic
9369         loop optimizer maintainers, add myself as a non-algorithmic
9370         middle-end maintainer.
9372 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
9374         * MAINTAINERS (Write After Approval): Add myself.
9376 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9378         * configure.in: Update error message for missing GMP/MPFR.
9380         * configure: Regenerate.
9382 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9384         * configure.in: Update MPFR version in error message.
9386         * configure: Regenerate.
9388 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9390         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9391         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9392         --with-gmp-lib): New flags.
9394         * configure: Regenerate.
9396 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
9398         * MAINTAINERS (Write After Approval): Change my email address.
9400 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9402         * MAINTAINERS (Write After Approval): Add myself.
9404 2006-11-22  Philipp Thomas  <pth@suse.de>
9406         * MAINTAINERS (i18n): Update e-mail address.
9408 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9410         * MAINTAINERS (spu port): Add myself as maintainer.
9411         (Write After Approval): Remove myself.
9413 2006-11-22  Ben Elliston  <bje@au.ibm.com>
9415         * configure.in (skipdirs): Don't build libssp for SPU.
9416         * configure: Regenerate.
9418 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9420         * MAINTAINERS (spu port): Add myself as maintainer.
9421         (libobjc): Update my email address.
9423 2006-11-21  Andrea Bona  <andrea.bona@st.com>
9425         * MAINTAINERS (Write After Approval): Add myself.
9427 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9429         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9430         * configure : Rebuilt.
9432 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
9434         * MAINTAINERS (Write After Approval): Add myself.
9436 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
9438         * MAINTAINERS (Write After Approval): Add myself.
9440 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9442         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9443         libmpfr.a.
9444         * configure: Regenerate.
9446 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
9448         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9449         (unstage): Test for stage_last presence.
9451         PR bootstrap/29802
9452         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9453         STAGE_PREFIX.
9454         * Makefile.in: Regenerate.
9456 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
9458         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9459         maintainers.
9461 2006-11-14  Erven Rohou  <erven.rohou@st.com>
9463         * MAINTAINERS (Write After Approval): Add myself.
9465 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
9467         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9468         and stageN-package/Makefile.
9469         * Makefile.in: Regenerated.
9471 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
9473         * configure.in: Remove target-libgloss from noconfigdirs for
9474         bfin-*-*.
9475         * configure: Regenerated.
9477 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9479         * configure.in (have_gmp): Only error if the gcc directory exists.
9481         * configure: Regenerate.
9483 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9485         * configure.in: Robustify error message for missing GMP/MPFR.
9487         * configure: Regenerate.
9489 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
9491         * MAINTAINERS (Write After Approval): Add myself.
9493 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
9495         * MAINTAINERS: Change email address.
9497 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
9499         * MAINTAINERS (Write After Approval): Add myself.
9501 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
9503         * MAINTAINERS (Write After Approval): Add myself.
9505 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
9507         * MAINTAINERS (Write After Approval): Move myself to
9508         Write After Approval section.
9510 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9512         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
9513         need_gmp anymore.
9514         * configure: Regenerate.
9516 2006-10-16  Tobias Burnus  <burnus@net-b.de>
9518         * MAINTAINERS (Write After Approval): Add myself.
9520 2006-10-16  Ben Elliston  <bje@au.ibm.com>
9522         * config.guess: Import latest version.
9523         * config.sub: Likewise.
9525 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
9527         * Makefile.def: Added pdf target handling.
9528         * Makefile.tpl: Added pdf target handling.
9529         * Makefile.in: Regenerated.
9531 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
9533         * MAINTAINERS: Add self as score port maintainer.
9535 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
9537         * MAINTAINERS (Write After Approval): Add myself.
9539 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
9541         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
9542         or newer.
9543         * configure: Regenerated.
9545 2006-09-27  Dave Brolley  <brolley@redhat.com>
9547         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9548         using $s instead of $r.
9549         * configure: Regenerated.
9551 2006-09-26  Thiemo Seufer  <ths@mips.com>
9553         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9554         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9555         * configure: Regenerate.
9557 2006-09-24  Graeme Peterson  <gridly@gmail.com>
9559         * MAINTAINERS (Write After Approval): Remove myself.
9561 2006-09-22  Chao-ying Fu  <fu@mips.com>
9563         * MAINTAINERS (Write After Approval): Add myself.
9565 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
9567         * MAINTAINERS: Add self as soft-fp maintainer.
9569 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
9571         * MAINTAINERS: Add myself as avr maintainer.
9572         Remove Marek Michalkiewicz as avr maintainer.
9574 2006-09-07  Roberto Costa  <roberto.costa@st.com>
9576         * MAINTAINERS (Write After Approval): Add myself.
9578 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
9580         * configure.in: Never build newlib for a Mingw host.
9581         Never build newlib as Mingw target library.
9582         Test the existence of winsup/cygwin for building a Cygwin newlib,
9583         rather than just winsup.
9584         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9585         building a Mingw target.
9586         * configure: Regenerate.
9588 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9590         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9592 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
9594         * config.guess: Import from src (was more updated).
9595         * config.sub: Likewise.
9597 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
9599         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9600         * configure: Regenerated.
9602 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
9604         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9605         for stages after the first.
9607 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
9609         * Makefile.def: Add dependencies for configure-opcodes
9610         on configure-intl and all-opcodes on all-intl.
9611         * Makefile.in: Regenerated.
9613 2006-07-13  Ben Elliston  <bje@au.ibm.com>
9615         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9617 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9619         Port to hosts whose 'sort' and 'tail' implementations
9620         treat operands with leading '+' as file names, as POSIX
9621         has required since 2001.  However, make sure the code still
9622         works on pre-POSIX hosts.
9623         * ltmain.sh: Don't assume "sort +2" is equivalent to
9624         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9626 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
9628         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9630 2006-07-04  Peter O'Gorman  <peter@pogma.com>
9632         * ltconfig: chmod 644 before ranlib during install.
9634 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9636         PR bootstrap/18058
9637         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9638         if the bootstrap compiler is a GCC version that supports it.
9639         * configure: Regenerate.
9641 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9643         * configure.in: Fix thinkos in previous check-in.
9644         * configure: Regenerate.
9646 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
9648         PR other/27063
9649         * configure.in: Test subdir_requires and give an appropriate
9650         error message.
9651         * configure: Regenerate.
9653 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
9655         * MAINTAINERS (Write After Approval): Add myself.
9657 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
9659         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9661 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
9663         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9665 2006-06-20  David Ayers  <d.ayers@inode.at>
9667         PR bootstrap/28072
9668         * configure.in: Add target-boehm-gc to noconfigdirs depending on
9669         whether target-libjava is being configured instead of whether the
9670         java front end is enabled.
9671         * configure: Regenerate.
9673 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9675         PR target/27540
9676         * configure.in: Only enable libgomp on IRIX 6.
9677         * configure: Regenerate.
9679 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
9681         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9682         too.
9683         * Makefile.in: Regenerate.
9685 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
9687         * config-ml.in: Alter CCASFLAGS to include special
9688         multilib options the same as is done for CFLAGS.
9690 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9692         * configure.in: Don't enable libgomp on hpux10.
9693         * configure: Rebuilt.
9695 2006-06-12  David Ayers  <d.ayers@inode.at>
9697         PR bootstrap/27963
9698         PR target/19970
9699         * configure.in: Remove target-boehm-gc from noconfigdirs where
9700         ${libgcj} is specified.
9701         * configure: Regenerate.
9703 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
9705         Sync from src:
9707         * configure.in: Sync.
9708         * configure: Regenerated.
9710         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
9712         * Makefile.def: Added dependencies from sim and gdb on intl, and
9713         added configure dependencies to everything with an all dependency
9714         on intl.
9715         * Makefile.in: Regenerated.
9717 2006-06-06  David Ayers  <d.ayers@inode.at>
9719         PR libobjc/13946
9720         * Makefile.def: Add dependencies for libobjc which boehm-gc.
9721         * Makefile.in: Regenerate.
9722         * configure.in: Add --enable-objc-gc at toplevel and have it
9723         enable boehm-gc for Objective-C.
9724         Remove target-boehm-gc from libgcj.
9725         Add target-boehm-gc to target_libraries.
9726         Add target-boehm-gc to noconfigdirs where ${libgcj}
9727         is specified.
9728         Assert that boehm-gc is supported when requested for Objective-C.
9729         Only build boehm-gc if needed either for Java or Objective-C.
9730         * configure: Regenerate.
9732 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
9734         PR 27674
9735         * Makefile.tpl (configure-[+prefix+][+module+],
9736         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9737         Remove rule to unstage bootstrapped modules.
9738         (stage_current): New.
9739         * Makefile.in: Regenerate.
9741 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9743         * MAINTAINERS (Write After Approval): Update my e-mail address.
9745 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
9747         * include/libiberty.h: Declare pex_run_in_environment.
9749 2006-05-31  Asher Langton  <langton2@llnl.gov>
9751         * MAINTAINERS (Write After Approval): Add myself.
9753 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
9755         * Makefile.def (bfd, opcodes): Fix lib_path.
9756         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9757         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
9758         * Makefile.in: Regenerate.
9760 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9762         * Makefile.in: Regenerate.
9764 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
9766         * Makefile.def: Add install-html target. Add datarootdir
9767         docdir and htmldir to flags_to_pass.
9768         * Makefile.tpl: Add install-html target.
9769         * Makefile.in: Regenerate.
9770         * configure.in: Add --with-datarootdir, --with-docdir, and
9771         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9772         * configure: Regenerate.
9774 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
9776         * configure.in: Enable gprof for cross builds.
9777         * configure: Regenerate.
9779 2006-05-22  Richard Guenther  <rguenther@suse.de>
9781         Revert
9782         2006-01-31  Richard Guenther  <rguenther@suse.de>
9783         Paolo Bonzini  <bonzini@gnu.org>
9785         * Makefile.def (target_modules): Add libgcc-math target module.
9786         * configure.in (target_libraries): Add libgcc-math target library.
9787         (--enable-libgcc-math): New configure switch.
9788         * Makefile.in: Re-generate.
9789         * configure: Re-generate.
9790         * libgcc-math: New toplevel directory.
9792 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9793             Andreas Tobler  <a.tobler@schweiz.ch>
9795         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
9796         * configure: Rebuilt.
9798 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9800         * MAINTAINERS (Write After Approval): Add myself.
9802 2006-05-01  DJ Delorie  <dj@redhat.com>
9804         * configure.in: Restore CFLAGS if GMP isn't present.
9805         * configure: Regenerate.
9807 2006-05-01  Richard Guenther  <rguenther@suse.de>
9809         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9810         maintainer.
9812 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
9814         * MAINTAINERS (Write After Approval): Add myself.
9816 2006-04-28  Jan Beulich  <jbeulich@novell.com>
9818         * MAINTAINERS (Write After Approval): Add myself.
9820 2006-04-18  DJ Delorie  <dj@redhat.com>
9822         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
9823         reference libgloss so that libssp can be built in a combined
9824         tree.
9825         * configure: Regenerate.
9827 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
9829         * MAINTAINERS (Write After Approval): Add myself.
9831 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9833         * configure.in: Require makeinfo 4.4 or higher.
9834         * configure: Regenerate.
9836 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9838         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9839         Rearrange the entries of other libraries to have them in one place.
9841 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9843         * MAINTAINERS (Write After Approval): Remove myself.
9844         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9846 2006-03-14  Richard Guenther  <rguenther@suse.de>
9848         * configure: Regenerate with autoconf 2.13.
9850 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9852         * MAINTAINERS: Use my work address.
9854         * MAINTAINERS: Update my E-mail address.
9856 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9858         * configure.in: Handle --disable-<component> generically.
9859         * configure: Regenerate.
9861 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9863         PR libgcj/17311
9864         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9866 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9868         * MAINTAINERS (Write After Approval):  Remove myself.
9869         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9871 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9873         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9874         (TARGET_CONFIGDIRS): Remove.
9875         * configure.in: Remove AC_SUBST(target_configdirs).
9876         * Makefile.in, configure: Regenerated.
9878 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9880         * MAINTAINERS (Write After Approval):  Remove myself.
9881         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9883 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9885         PR bootstrap/25670
9887         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9889         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9890         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9891         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9892         BUILD_PREFIX, BUILD_PREFIX_1.
9893         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9895         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9896         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9898         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9899         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9900         of `cat stage_current`.  Always provide the `r' and `s' variables.
9901         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9902         a single shell execution.
9903         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9904         bootstrapped modules, make the stage1 module if the build was not
9905         started yet, else build the current stage.
9906         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9907         (all-build, all-host, all-target, [+make_target+]-host,
9908         [+make_target+]-target): Do not use \-continued lines.
9909         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9910         (current_stage, restrap, stage_last): New.
9912         * Makefile.in: Regenerate.
9913         * configure: Regenerate.
9915 2006-02-19  Bud Davis  <jmdavis@link.com>
9917         * MAINTAINERS (Write After Approval):  Remove myself.
9918         (Language Front End Maintainers):  Add myself as fortran 95
9919         maintainer and update e-mail address.
9921 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9923         * MAINTAINERS (Write After Approval):  Remove myself.
9924         (Language Front End Maintainers):  Add myself as fortran 95
9925         maintainer.
9927 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9929         * MAINTAINERS (Write After Approval): Add myself.
9931 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9933         * MAINTAINERS (Write After Approval):  Remove myself.
9934         (Language Front End Maintainers):  Add myself as
9935         fortran 95 maintainer.
9937 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9939         Sync from src:
9941         2005-12-27  Leif Ekblad  <leif@rdos.net>
9943         * configure.in: Add support for RDOS target.
9944         * configure: Regenerate.
9946 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9947             Andreas Schwab  <schwab@suse.de>
9949         * configure: Regenerate.
9951 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9953         * configure.in (enable_libgomp): Add AIX.
9954         * configure: Regenerate.
9956 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9958         * MAINTAINERS (Write After Approval): Add myself.
9960 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9962         * MAINTAINERS (Write After Approval): Add myself.
9964 2006-01-31  Richard Guenther  <rguenther@suse.de>
9965         Paolo Bonzini  <bonzini@gnu.org>
9967         * Makefile.def (target_modules): Add libgcc-math target module.
9968         * configure.in (target_libraries): Add libgcc-math target library.
9969         (--enable-libgcc-math): New configure switch.
9970         * Makefile.in: Re-generate.
9971         * configure: Re-generate.
9972         * libgcc-math: New toplevel directory.
9974 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9976         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9977         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9978         the assembler, linker and binutils.
9979         * configure: Regenerate.
9981 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9983         * MAINTAINERS (Write After Approval): Add myself.
9985 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9987         * configure: Regenerate.
9989 2006-01-18  Richard Henderson  <rth@redhat.com>
9990             Jakub Jelinek  <jakub@redhat.com>
9991             Diego Novillo  <dnovillo@redhat.com>
9993         * libgomp: New directory.
9994         * Makefile.def: Add target_module libgomp.
9995         * Makefile.in: Regenerate.
9996         * configure.in (target_libraries): Add target-libgomp.
9997         * configure: Regenerate.
9999 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
10001         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
10002         @ from continuation.
10003         * Makefile.in: Rebuilt.
10005 2006-01-04  Chris Lattner  <sabre@gnu.org>
10007         * MAINTAINERS (Write After Approval): Add myself.
10009 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
10011         PR bootstrap/24252
10013         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
10014         * Makefile.tpl (OBJDUMP): New.
10015         (EXTRA_HOST_FLAGS): Add it.
10016         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
10018         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
10019         to use symbolic links between directories.  Avoid race conditions
10020         or make them harmless.
10021         * configure.in: Do not try to use symbolic links between directories.
10023         * Makefile.def (LEAN): Pass.
10024         * Makefile.tpl (LEAN): Define.
10025         (stage[+id+]-start): Accept that the previous directory does not
10026         exist, if the bootstrap is lean.
10027         (stage[+id+]-bubble): Invoke lean bootstrap commands after
10028         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
10029         configure substitution.
10030         ([+compare-target+]): Likewise.
10031         ([+bootstrap-target+]-lean): New.
10032         * configure.in: Remove lean bootstrap support from here.
10034         * Makefile.in: Regenerate.
10035         * configure: Regenerate.
10037 2006-01-04  Ben Elliston  <bje@au.ibm.com>
10039         * MAINTAINERS (libdecnumber): Add myself.
10041 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
10043         * libtool-ldflags: New script.
10045 2006-01-02  Andreas Schwab  <schwab@suse.de>
10047         * configure.in: When reconfiguring remove Makefile in
10048         all stage directories.
10049         * configure: Regenerate.
10051 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
10053         * MAINTAINERS: Update my email address.
10055 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
10057         Revert Ada-related part of the previous change.
10059         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
10060         Do not pass.
10061         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
10062         * Makefile.in: Regenerate.
10063         * configure.in: Do not include mt-ppc-aix target fragment.
10064         * configure: Regenerate.
10066 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
10068         * configure.in: Select appropriate fragments for PowerPC/AIX.
10069         * configure: Regenerate.
10071         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
10072         BOOT_CFLAGS, BOOT_LDFLAGS.
10073         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
10074         BOOT_CFLAGS, BOOT_LDFLAGS.
10075         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
10076         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
10077         (stage): Fail if we cannot complete the work.
10078         * Makefile.in: Regenerate.
10080 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
10082         * configure.in: Replace ms1 with mt.
10083         * configure: Rebuilt.
10085 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
10087         * MAINTAINERS: Update my email address.
10089 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
10091         * Makefile.tpl (all, do-[+make_target+], do-check, install,
10092         install-host-nogcc): Don't invoke $(stage) at the end.
10093         * Makefile.in: Regenerate.
10095 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
10097         * configure.in: Flip the top-level bootstrap switch.
10098         * configure: Regenerate.
10100 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
10102         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
10103         $(stage) and $(unstage).
10104         (EXTRA_TARGET_FLAGS): Correct double-quoting.
10105         (all): Remove stray semicolon.
10106         (local-distclean): Don't handle multilib.tmp and multilib.out.
10107         (install.all): Set $s for consistency.
10108         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
10109         check_multilibs setting.  Always make the install directory.
10110         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
10111         Correct @if/@endif.
10112         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
10113         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
10114         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
10115         (multilib.out): Remove.
10116         * Makefile.in: Regenerated.
10118 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
10120         * MAINTAINERS (Write After Approval): Add myself.
10122 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
10124         * MAINTAINERS: Add myself as mt maintainer.
10126         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
10128 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
10130         * MAINTAINERS: Change email address.
10132 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
10134         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
10135         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
10136         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
10137         Find in-tree tools if available.
10138         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
10139         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
10140         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
10141         (COMPILER_*_FOR_TARGET): New.
10142         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
10143         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
10144         (CONFIGURED_*, USUAL_*): Remove.
10145         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
10146         STRIP): Use autoconf substitutions.
10147         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
10148         COMPILER_NM_FOR_TARGET): New.
10149         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10151         (all): Make all-host and all-target in parallel.
10152         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10153         that $$r and $$s are set before invoking a recursive make.
10154         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10155         ([+bootstrap-target+]): Inline most of the `all' target.
10157 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10159         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10160         from the gcc build directory.
10161         * Makefile.in: Regenerate.
10163 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10165         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
10166         depend on all-libdecnumber.
10167         * configure.in (host_libs): Include libdecnumber.
10168         * Makefile.in: Regenerate.
10169         * configure: Likewise.
10171 2005-11-29  Ben Elliston  <bje@au.ibm.com>
10173         * libdecnumber: Import decNumber sources from the dfp-branch.
10175 2005-11-21  Kean Johnston  <jkj@sco.com>
10177         * config.sub, config.guess: Sync from upstream sources.
10179 2005-11-21  Ben Elliston  <bje@au.ibm.com>
10181         Import from Autoconf sources:
10183         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10184         * config/move-if-change: Don't output "$2 is unchanged";
10185         suggested by Ben Elliston.  Handle weird characters correctly.
10187 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
10189         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10190         to match upstream libtool for darwin.
10192 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
10194         * Makefile.def: Remove gdb dependencies for gdbtk.
10195         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10196         (configure-gdb, install-gdb): New rules.
10197         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10198         * Makefile.in, configure: Regenerated.
10200 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
10202         * MAINTAINERS (Write After Approval): Add myself.
10204 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
10206         * MAINTAINERS (Write After Approval): Add myself.
10208 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
10210         * MAINTAINERS (alias analysis): Add Daniel Berlin and
10211         Diego Novillo.
10213 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
10215         PR bootstrap/24297
10216         * Makefile.tpl (do-[+make-target+], do-check, install,
10217         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10218         are set before recursing.
10219         * Makefile.in: Regenerate.
10221 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
10223         PR bootstrap/18939
10224         * Makefile.def (gcc) <target>: Fix thinko.
10225         * Makefile.in: Regenerate.
10227 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
10229         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10230         * configure: Regenerate.
10232 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
10234         * MAINTAINERS (Write After Approval): Add self.
10236 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
10238         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10239         target-libffi, target-qthreads, target-libjava, and
10240         targetlibobjc.
10241         * configure: Regenerate.
10243 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
10245         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10246         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10247         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10248         (USUAL_OBJDUMP_FOR_TARGET): New.
10249         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10250         * configure.in: Check for $OBJDUMP_FOR_TARGET.
10251         * configure, Makefile.in: Regenerated.
10253 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10255         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10256         before other host packages.
10258 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
10260         * MAINTAINERS: Add self as sh libraries/configury maintainer.
10262 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
10264         PR bootstrap/22340
10266         * configure.in (default_target): Remove.
10267         * Makefile.tpl (all): Do not use prerequisites as subroutines
10268         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10269         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10270         use prerequisites as subroutines.
10271         (check-host, check-target): New.
10272         (bootstrap configure & all targets): Do not use stage*-start
10273         if the directory layout is already ok.
10274         (non-bootstrap configure & all targets): Prepend a $(unstage).
10275         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
10276         (NOTPARALLEL): Remove.
10277         (unstage, stage variables): New variables.
10278         (unstage, stage targets): Simply expand to those variables.
10280         * configure: Regenerate.
10281         * Makefile.in: Regenerate.
10283 2005-10-04  James E Wilson  <wilson@specifix.com>
10285         * Makefile.def (lang_env_dependencies): Add libmudflap.
10286         * Makefile.in: Regenerate.
10288 2005-10-03  Andreas Schwab  <schwab@suse.de>
10290         Backport from libtool CVS:
10291         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
10293         * ltmain.sh: add support for installing into temporary
10294         staging area (e.g. 'make install DESTDIR=...')
10296 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10298         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10299         * configure: Regenerated.
10301 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
10303         * configure: Regenerate with the correct
10304         autoconf version.
10306 2005-09-30  Catherine Moore  <clm@cm00re.com>
10308         * configure.in (bfin-*-*): New.
10309         * configure: Regenerated.
10311 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
10313         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10314         (LIPO_FOR_TARGET): New.
10315         (CONFIGURED_LIPO_FOR_TARGET): New.
10316         (USUAL_LIPO_FOR_TARGET): New.
10317         (STRIP_FOR_TARGET): New.
10318         (CONFIGURED_STRIP_FOR_TARGET): New.
10319         (USUAL_STRIP_FOR_TARGET): New.
10320         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10321         STRIP_FOR_TARGET.
10322         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10323         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10324         * Makefile.in: Regenerate.
10325         * configure: Regenerate.
10327 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
10329         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10330         (rs6000-*-aix*): Same.
10331         * configure: Regenerate.
10333 2005-09-16  Tom Tromey  <tromey@redhat.com>
10335         * MAINTAINERS: Add self as java maintainer.
10337 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
10339         * configure.in: Recognize f95 in the --enable-languages option,
10340         and substitute it for fortran, issuing a warning.
10341         * configure: Regenerate.
10343 2005-08-30  Phil Edwards  <phil@codesourcery.com>
10345         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
10346         * configure:  Regenerated.
10348 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
10350         * MAINTAINERS: Add self as ms1 maintainer.
10352 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
10354         * Makefile.def (libssp): Add to lang_env_dependencies.
10355         * Makefile.in: Regenerate.
10357 2005-08-18  Ian Lance Taylor  <ian@airs.com>
10359         * MAINTAINERS: Add myself as middle-end maintainer.
10361 2005-08-17  Christian Groessler  <chris@groessler.org>
10363         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10364         * Makefile.in: Regenerate.
10366 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
10368         * MAINTAINERS (write after approval): Added myself.
10370 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
10372         * MAINTAINERS (Write After Approval): Add myself.
10374 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
10376         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10377         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10378         Look for alternate names of the target cc and c++
10379         * configure: Regenerate.
10381 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
10383         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10384         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10385         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10386         tools; remove code to manually set them.
10387         (Target tools): Look in the environment for them.
10388         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10389         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10390         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10391         build directory.
10392         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10393         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10394         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10395         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10396         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10397         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10398         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10399         * configure: Regenerate.
10400         * Makefile.in: Regenerate.
10402 2005-07-28  Ben Elliston  <bje@au.ibm.com>
10404         * MAINTAINERS: Update for removed CPU targets.
10406 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
10408         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10409         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10410         * Makefile.in: Regenerated.
10412 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
10414         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10415         (CFLAGS_FOR_TARGET): Use it.
10416         (CXXFLAGS_FOR_TARGET): Likewise.
10417         * Makefile.in: Regenerated.
10418         * configure.in (--with-build-sysroot): New option.
10419         * configure: Regenerated.
10421 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
10423         * Makefile.tpl: Wrap install between unstage and stage
10424         * Makefile.in: Regenerate.
10426 2005-07-21  Eric Christopher  <echristo@apple.com>
10428         * MAINTAINERS: Update affiliation.
10430 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
10432         * MAINTAINERS: Add self as crx port maintainer.
10434 2005-07-20  DJ Delorie  <dj@redhat.com>
10436         * MAINTAINERS: Add self as m32c maintainer.
10438 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
10440         * all files: Update FSF address.
10442 2005-07-15  Eric Christopher  <echristo@redhat.com>
10444         * MAINTAINERS: Change affiliation.
10446 2005-07-14  Jim Blandy  <jimb@redhat.com>
10448         * configure.in: Add cases for Renesas m32c.
10449         * configure: Regenerated.
10451 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10453         * COPYING.LIB: Update from fsf.org.
10455 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
10457         * COPYING, compile, config.guess,
10458         config.sub, install-sh, missing, mkinstalldirs,
10459         symlink-tree, ylwrap: Sync from upstream sources.
10460         * config-ml.in: Update FSF address.
10462 2005-07-13  Eric Christopher  <echristo@redhat.com>
10464         * configure.in: Add toplevel noconfigdir support for tpf.
10465         * configure: Regenerate.
10467 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
10469         PR ada/22340
10471         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10472         * Makefile.in: Regenerate.
10474 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
10476         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
10477         Brolley to write-after-approval.
10479 2005-07-07  Andreas Schwab  <schwab@suse.de>
10481         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10482         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10483         * Makefile.in: Regenerated.
10485 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
10487         * configure.in: Don't build sim or rda when targetting darwin.
10488         * configure: Regenerate.
10490 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
10492         * configure.in: Add --enable-libssp and --disable-libssp.
10493         * configure: Regenerate with autoconf-2.13.
10495 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
10497         * Makefile.def (target_modules): Add libssp.
10498         * configure.in (target_libraries): Add target-libssp.
10499         * configure: Rebuilt.
10500         * Makefile.in: Rebuilt.
10502 2005-07-01  Zack Weinberg  <zackw@panix.com>
10504         * MAINTAINERS: Change email address.  Resign from maintainership.
10506 2005-07-01  Richard Guenther  <rguenther@suse.de>
10508         * MAINTAINERS: Change my e-mail address and affiliation.
10510 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
10512         * Makefile.def (stagefeedback): Come after profile.
10513         Define profiledbootstrap target.
10514         * Makefile.tpl (profiledbootstrap): Remove.
10515         (stageprofile-end): Zap stagefeedback.
10516         (stagefeedback-start): Copy all .gcda files, not only GCC's.
10517         * Makefile.in: Regenerate.
10519 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
10521         * MAINTAINERS: Update my email address.
10523 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
10525         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
10526         In 'cpp' stanza, support '#line' as well as '# '.
10528 2005-06-08  Andreas Schwab  <schwab@suse.de>
10530         * MAINTAINERS: Move myself from 'Write After Approval' to
10531         'CPU Port Maintainers' section as m68k maintainer.
10533 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
10535         * configure.in (unsupported_languages): New macro.
10536         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
10537         non-ported target libraries in noconfigdirs.
10538         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10539         non-linux-gnu.  Remove libgcj_ex_libffi.
10540         <lang_frag loop>: Set add_this_lang=no if the language is in
10541         unsupported_languages.
10542         * configure: Regenerate.
10544 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10546         * configure.in: Fix typo in handling of --with-mpfr-dir.
10547         * configure: Regenerate.
10549 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
10551         * MAINTAINERS: Update my email address.
10553 2005-06-02  Jim Blandy  <jimb@redhat.com>
10555         * config.sub: Add cases for the Renesas m32c.  (This patch has been
10556         accepted into the master sources.)
10558 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
10559             Michael Snyder  <msnyder@redhat.com>
10560             Stan Cox  <scox@redhat.com>
10562         * configure.in: Set noconfigdirs for ms1.
10564         * configure: Regenerate.
10566 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
10568         * MAINTAINERS (Write After Approval): Add self.
10570 2005-06-01  Josh Conner  <jconner@apple.com>
10572         * MAINTAINERS (Write After Approval): Add self.
10574 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
10576         * MAINTAINERS: Update my email address.
10578 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
10580         * MAINTAINERS (Write After Approval): Add self.
10582 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
10584         * MAINTAINERS (Write After Approval): Remove self.
10586 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
10588         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10589         (Dependencies): Consider target modules for bootstrap dependencies.
10590         Make target bootstrap modules depend on each stage's gcc.
10591         * Makefile.in: Regenerate.
10593 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
10595         * Makefile.def (configure-gcc): Depend on binutils having been built.
10596         (all-gcc): No need to do it here.
10597         * Makefile.in: Regenerate.
10599 2005-05-19  Paul Brook  <paul@codesourcery.com>
10601         * configure.in: Rewrite misleading error message when requested
10602         language cannot be built.
10603         * configure: Regenerate.
10605 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
10607         * ylwrap: Import from Automake 1.9.5.
10609 2005-05-13  David Ung  <davidu@mips.com>
10611         * MAINTAINERS (Write After Approval): Add self.
10613 2005-05-09  Mike Stump  <mrs@apple.com>
10615         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10616         lt_cv_sys_max_cmd_len for now.
10618 2005-05-09  Stan Cox  <scox@redhat.com>
10620         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10622 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
10624         * README.SCO: Update the URL.
10626 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
10628         * ltconfig: Define file_list_spec.  Pass file_list_spec and
10629         with_gnu_ld to libtool.
10630         * ltcf-c.sh (aix[45]): Define file_list_spec.
10631         * ltcf-cxx.sh (aix[45]): Same.
10632         * ltcf-gcj.sh (aix[45]): Same.
10633         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10634         exists, write list of input files to temporary file.
10636 2005-05-04  Mike Stump  <mrs@apple.com>
10638         * configure.in: Always pass --target to target configures as
10639         otherwise rebuilds that do --recheck will fail.
10640         * confiugure: Rebuilt.
10642 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
10644         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10645         STAGE_HOST_EXPORTS.
10646         (configure, all): Add bootstrap support.
10647         (Host modules, target modules): Pass post-stage1 flags and exports.
10648         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10649         * Makefile.in: Regenerate.
10651 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
10653         * configure: Regenerate.
10655 2005-04-27  Mike Stump  <mrs@apple.com>
10657         * MAINTAINERS: Add self as darwin maintainer.
10659 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
10661         * config.sub: Update from master copy.
10663 2005-04-21  Mike Stump  <mrs@apple.com>
10665         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10666         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10668 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
10670         * configure.in <crisv32-*-*, cris-*-*>: New local variable
10671         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
10672         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
10673         "*-*-elf" and "*-*-linux*".
10674         * configure: Regenerate.
10676 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
10678         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10680 2005-04-12  Mike Stump  <mrs@apple.com>
10682         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10684 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
10686         * MAINTAINERS (Write After Approval): Add myself.
10688 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10690         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10692 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
10694         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10695         (TARGET_CONFIGARGS): Include --with-target-subdir.
10696         (configure, all): New macros.  Use them throughout.
10697         * Makefile.in: Regenerate.
10699 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
10701         * MAINTAINERS (Write After Approval): Add myself.
10703 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10705         * MAINTAINERS: Remove 'loop unrolling' maintainer.
10707 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
10709         * MAINTAINERS: Move John Carr to Write After Approval.
10711 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
10713         * config/mh-mingw32: Delete.
10714         * configure.in: Don't use it.
10715         * configure: Regenerate.
10717 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
10719         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10720         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10721         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10722         (HOST_LIB_PATH): Generate from Makefile.def.
10723         (TARGET_LIB_PATH): Likewise.
10724         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10725         * Makefile.in: Regenerate.
10726         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10727         (RPATH_ENVVAR): Include Darwin case.
10728         * configure: Regenerate.
10730 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
10732         * MAINTAINERS (Various Maintainers): Remove self.
10733         (Write After Approval): Add self.
10735 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
10737         * MAINTAINERS (Various Maintainers): Add self.
10739 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
10741         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10742         * configure: Regenerate.
10744 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10746         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10747         gcc_version, and gcc_version_trigger from set of flags to pass.
10748         * Makefile.tpl: Remove definitions of above variables.
10749         (config.status): Remove dependency on $(gcc_version_trigger).
10750         * Makefile.in: Regenerate.
10751         * configure.in: Do not reference config/gcc-version.m4 nor
10752         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
10753         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
10754         * configure: Regenerate.
10756 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
10757             Andrew Pinski  <pinskia@physics.uc.edu>
10759         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10760         * Makefile.in: Regenerate.
10762 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
10764         * MAINTAINERS (Write After Approval): Add myself.
10766 2005-03-03  David Ayers  <d.ayers@inode.at>
10768         * MAINTAINERS (Write After Approval): Add myself.
10770 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
10772         PR libgcj/20160
10773         * ltmain.sh: Avoid creating archives with components that have
10774         duplicate basenames.
10776 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
10778         PR bootstrap/20250
10779         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10780         instead of check.
10781         * Makefile.in: Regenerate.
10783 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10785         * Makefile.in: Regenerate to fix conflict between the previous two
10786         patches.
10788 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
10790         PR bootstrap/17383
10791         * Makefile.def (target_modules): Remove "stage", now unnecessary.
10792         * Makefile.tpl (HOST_SUBDIR): New substitution.
10793         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10794         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10795         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10796         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10797         (Host modules, Bootstrapped modules): Use it.
10798         (Build modules, Target modules): Do not create symlink trees,
10799         always configure out-of-srcdir.
10800         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10801         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10802         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10803         $(HOST_SUBDIR).  Create a symlink for host_subdir.
10805         * Makefile.in: Regenerate.
10806         * configure: Regenerate.
10808 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10810         Merged from libada-gnattools-branch:
10811         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10813         * gnattools: New directory.
10814         * Makefile.def: Add gnattools as a module, depending on target-libada.
10815         * Makefile.in: Regenerate.
10816         * configure.in: Include gnattools in host_tools; disable it if ada
10817         is disabled.
10818         * configure: Regenerate.
10820 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10822         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10823         treelang maintainer.
10824         (Write After Approval): Remove myself.
10826 2005-02-23  Paul Schlie  <schlie@comcast.net>
10828         * configure.in: Allow darwin targeted ports to build tk, itcl and
10829         libgui.
10830         * configure: Regenerate.
10832 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10834         PR libgcj/10353
10835         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10836         * configure: Regenerate.
10838 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10840         * MAINTAINERS (Write After Approval): Add myself.
10842 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10844         * MAINTAINERS: Update my e-mail address.
10846 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10848         * MAINTAINERS (Write After Approval): Add myself.
10850 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10852         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10853         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10854         target-libgloss when not *-*-elf and *-*-aout.
10855         * configure: Regenerate.
10857 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10859         * MAINTAINERS: Remove obsolete entries.
10861         * MAINTAINERS (Write After Approval): Add Michael Matz.
10863 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10865         * MAINTAINERS: Remove self as cpplib maintainer.
10867 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10869         * install-sh, config.sub: Import from upstream.
10871 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10873         PR bootstrap/18222
10874         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10875         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10876         * Makefile.in: Regenerate.
10878 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10880         * MAINTAINERS: Update my email address.
10882 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10883             Andreas Schwab  <schwab@suse.de>
10885         PR bootstrap/18033
10886         * config-ml.in: Eval option if surrounded by single quotes.
10888 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10890         Revert 2004-12-28 Makefile changes, a better fix will be
10891         applied to mainline and src after GCC 4.0 branches.
10893 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10895         PR bootstrap/17383
10897         * Makefile.def (target_modules): Remove stage parameter,
10898         it is always true now.
10899         * Makefile.tpl (configure-build-[+module+],
10900         configure-target-[+module+]): Always build symlink tree
10901         for the directory and for include.  BUILD_SUBDIR and
10902         TARGET_SUBDIR cannot be . anymore.
10903         * Makefile.in: Regenerate.
10905 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10907         Revert 2004-12-08 Makefile changes.
10909 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10911         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10912         cygwin, mingw.
10914 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10916         * configure.in (sh64-*-*): Reenable gprof.
10917         * configure: Regenerate.
10919 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10921         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10922         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10923         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10924         * Makefile.in: Regenerate.
10926 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10928         * MAINTAINERS: Update my email address.
10930 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10932         * Makefile.tpl: Generate normal dependencies if the LHS module is
10933         not bootstrapped.
10934         * Makefile.in: Regenerate.
10936 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10938         * configure.in: Include config/gxx-include-dir.m4.  Use
10939         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10940         * configure: Regenerate.
10942 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10944         * config.if: Delete.
10945         * configure.in: Set libstdcxx_incdir directly.
10946         * configure: Regenerate.
10948 2004-12-02  Eric Christopher  <echristo@redhat.com>
10950         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10951         * Makefile.in: Regenerate.
10953 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10955         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10956         * configure: Regenerate.
10958 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10960         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10961         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10962         * configure: Regenerate.
10964 2004-12-01  Eric Christopher  <echristo@redhat.com>
10966         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10967         of things to remove.
10969 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10971         * MAINTAINERS (Write After Approval): Update my e-mail address.
10973 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10975         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10976         from CVS libtool to always pass_all.
10978 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10980         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10981         (hppa*64*-*-*): Delete incorrect comment.
10982         * configure: Rebuilt.
10984 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10986         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10988 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10990         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10991         from CVS libtool to always pass_all.
10993 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10995         * install-sh, compile: Import from automake.
10997 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10999         * config.guess, config.sub:  Import from savannnah.
11001 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
11003         * MAINTAINERS (Write After Approval): Add myself
11005 2004-11-12  Mike Stump  <mrs@apple.com>
11007         * Makefile.def: Add html support.
11008         * Makefile.tpl: Likewise.
11009         * Makefile.in: Regenerate.
11011 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
11013         PR 18423
11014         * configure.in: Remove all instances of build-fixincludes from
11015         noconfigdirs.
11016         (build_configargs): Supply --target to subdirectories.
11017         * configure: Regenerate.
11019         * Makefile.def: Make gcc install depend on fixincludes install.
11020         * Makefile.in: Regenerate.
11022 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
11024         * MAINTAINERS: Add myself as gcc testsuite maintainer.
11026 2004-11-11  Paul Brook  <paul@codesourcery.com>
11028         * MAINTAINERS: Add self as arm maintainer.  Update email address.
11030 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
11032         * configure.in (noconfigdirs) [mmix-*-*]: Disable
11033         target-libgfortran.
11034         * configure: Regenerate.
11036 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
11038         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
11039         like CC.
11041 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
11043         * Makefile.def (host fixincludes): Specify missing targets.
11044         * Makefile.in: Regenerate.
11046 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
11048         * MAINTAINERS: Add myself
11050 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
11052         * MAINTAINERS (Write After Approval): Add myself.
11054 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
11056         * Makefile.def: Build fixincludes for the host, too.
11057         * Makefile.in: Regenerate.
11058         * configure.in (host_tools): Add fixincludes.
11059         * configure: Regenerate.
11061 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
11063         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
11064         * configure: Regenerated.
11066 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
11068         PR other/17783
11069         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
11070         * configure: Regenerated.
11072 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
11074         * README.SCO: Update per FSF instructions.
11076 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
11078         PR target/18151
11079         * configure.in (case ${target}): Do not build fixincludes for avr.
11080         * configure: Regenerated.
11082 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
11084         * configure.in (case ${target}): Do not build fixincludes
11085         on platforms where it is not used.
11086         * configure: Regenerated.
11088 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
11090         * configure.in: Use an absolute path to install-sh.
11091         * configure: Regenerated.
11093 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
11095         * MAINTAINERS (Write After Approval): Add myself.
11097 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
11099         * MAINTAINERS: Remove from Write After Approval those that are
11100         already maintainers.
11102 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
11104         * MAINTAINERS:  Update my email address.
11106 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
11108         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
11109         * configure: Regenerate.
11111 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
11113         * MAINTAINERS:  Update my email address.
11115 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
11117         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
11118         entries belonging to this category.
11120 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
11122         * MAINTAINERS: Update my e-mail address.
11124 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
11126         Fix wrong conflict resolution in:
11128         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11130         * Makefile.in: Regenerate.
11131         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11132         in the recursive `make', instead of hardwiring `all'.
11133         (Autogenerated TARGET-* variables): New.
11135 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
11137         * configure.in: Enable target-libgloss for crx-*-*.
11138         * configure: Regenerate.
11140 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11142         * MAINTAINERS (Various Maintainers): Move the "windows,
11143         cygwin, mingw" maintainer to ...
11144         (OS Port Maintainers): ... here.
11146 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
11148         * MAINTAINERS (Write After Approval): Remove those that are
11149         maintainers of some subsystem.
11151 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
11153         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11154         * ltcf-cxx.sh (tpf*): Likewise.
11155         * ltconfig (tpf*): Add TPF OS configuration support.
11157 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
11159         * MAINTAINERS: Change my email address to my new work account.
11161 2004-09-24  Michael Roth  <mroth@nessie.de>
11163         * configure.in (--without-headers): Add missing double quotes.
11164         * configure: Regenerate.
11166 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
11168         * ylwrap: Revert to previous version.
11170 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
11172         PR bootstrap/17369
11173         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11174         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11175         SET_GCC_LIB_PATH_CMD.
11176         (BASE_TARGET_EXPORTS): Likewise.
11177         * Makefile.in: Regenerated.
11179         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11180         * configure: Regenerated.
11182 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
11184         * config.guess: New upstream version
11185         * compile, depcomp, install-sh, ylwrap: Likewise.
11187 2004-09-19  Roger Sayle  <roger@eyesopen.com>
11189         * config/mh-x86omitfp: New host makefile fragment.  Add
11190         -fomit-frame-pointer to the default BOOT_CFLAGS.
11191         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11192         * configure: Regenerate.
11194 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
11196         PR target/11572
11197         * configure.in (*-*-darwin*): Renable libobjc.
11198         * configure: Regenerate.
11200 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
11202         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11204 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
11206         * Makefile.def: Remove libbanshee.
11207         * Makefile.tpl: Ditto.
11208         * configure.in: Ditto.
11209         * Makefile.in: Regen.
11210         * configure: Ditto.
11212 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
11214         * ltmain.sh: Use $pic_object as $non_pic_object if
11215         $non_pic_object=none.
11217 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
11219         * missing: Import latest version from master repository.
11221 2004-09-06  Nick Clifton  <nickc@redhat.com>
11223         * config.sub: Import latest version from master repository.
11224         * config.guess: Likewise.
11225         This includes these changes:
11227         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
11229         * config.sub: Handle crisv32, alias etraxfs.
11230         * config.guess (crisv32:Linux:*:*): Handle.
11232         2004-08-13  Brad Smith  <brad@comstyle.com>
11234         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11235         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11237         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
11239         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11240         assume the processor is a powerpc.  This is because coreutils
11241         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11242         in this case, due to a MacOS X bug that causes
11243         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11244         to return a negative number.
11245         Problem reported by Petter Reinholdtsen in:
11246         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11248         2004-07-19  Ben Elliston  <bje@gnu.org>
11250         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11252         2004-06-24  Ben Elliston  <bje@gnu.org>
11254         * config.guess: Update copyright years.
11255         * config.sub: Likewise.
11257         2004-06-22  Robert Millan  <robertmh@gnu.org>
11259         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11260         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11262         2004-06-22  Stanley F. Quayle <stan@stanq.com>
11264         * config.guess (*:*VMS:*:*): New entry. Replaces
11265         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11266         manufacturer.
11268         2004-06-22  Ben Elliston  <bje@gnu.org>
11270         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11271         * config.sub: Likewise.
11273         2004-06-22  Ben Elliston  <bje@gnu.org>
11275         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11276         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11278         2004-06-11  Ben Elliston  <bje@gnu.org>
11280         * config.guess (pegasos:OpenBSD:*:*): Remove.
11282         2004-06-11  Ben Elliston  <bje@gnu.org>
11284         From Wouter Verhelst <wouter@grep.be>:
11285         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11287         2004-06-11  Ben Elliston  <bje@gnu.org>
11289         * config.guess (luna88k:OpenBSD:*:*): New.
11291         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11293         * config.guess (m32r*:Linux:*:*): New case.
11294         * config.sub: Handle m32rle.
11296         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
11298         From Jens Petersen  <petersen@redhat.com>:
11299         * config.sub: Handle sparcv8.
11301         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
11303         From Tom Smith <smith@cag.lkg.hp.com>:
11304         * config.guess: Version suffixes are equally significant on Tru64
11305         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
11306         prefix of "P" (patched kernel).
11308         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
11310         * config.sub: Add support for National Semiconductor CRX target.
11312 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
11314         * MAINTAINERS (Various Maintainers): Remove myself as web page
11315         maintainer, add myself as maintainer of build status lists.
11317 2004-09-03  Jan Beulich  <jbeulich@novell.com>
11319         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11320         *-*-netware, but add target-libmudflap.
11321         Consolidate *-*-netware targets (of which really only i?86 exists)
11322         into a single entry.
11323         * configure: Likewise.
11325 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
11327         * Makefile.tpl (sorry): Remove.
11328         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11329         (cleanstrap targets): Depend on distclean, not distclean-stage1.
11330         (do-clean): Clean per-stage directories too.
11331         (do-distclean): Run distclean-stage1 too.
11332         (.NOTPARALLEL): Enable during toplevel bootstrap.
11333         (stage[+id+]-bubble): Enable parallel execution during
11334         the recursive invocation.
11335         * Makefile.in: Regenerate.
11337         Fix previous checkin:
11339         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11340         include.
11341         * configure.in: Fix indentation.
11342         * configure: Regenerate.
11344 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
11346         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11347         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11348         * configure: regenerate
11349         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11350         -mdynamic-no-pic
11352 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
11354         * Makefile.def (build_modules): Add fixincludes.
11355         (dependencies): Make gcc depend on fixincludes.
11356         * configure.in (build_tools): Add fixincludes.
11357         (build_configdirs): Always include build_libs.
11358         * Makefile.in: Regenerate.
11359         * configure: Regenerate.
11361 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11363         * Makefile.def (bootstrap stages): Add 'lean' parameter.
11364         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11365         phony targets; do not generate timestamp files.
11366         (distclean-stageN): Remove references to their timestamp files.
11367         (restageN, touch-stageN): Remove.
11368         (stageN-bubble): Rewritten.
11369         (compare): Support lean bootstraps.
11370         * Makefile.in: Regenerate.
11372         * configure.in: Only warn when bootstrapping but
11373         build != host or build != target.  Support lean bootstraps.
11374         * configure: Regenerate.
11376 2004-08-26  Phil Edwards  <phil@codesourcery.com>
11378         * configure.in:  Give a better error message if GMP/MPFR are missing
11379         and a language needing them has been requested.
11380         * configure:  Regenerated.
11382 2004-08-25  Phil Edwards  <phil@codesourcery.com>
11384         * configure.in:  Print a list of available language front-ends if
11385         a requested one is missing.  Tidy stray tab characters.
11386         * configure:  Regenerated.
11388 2004-08-19  Michael Koch  <konqueror@gmx.de>
11390         * gcc/doc/install.texi: Update entry about automake for libjava.
11392 2004-08-17  Robert Millan  <robertmh@gnu.org>
11394         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11395         (instead of FreeBSD).
11396         * configure: Regenerate.
11398 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
11400         * Makefile.in: Regenerate.
11401         * configure: Regenerate.
11403         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11404         stage_*_flags.
11405         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11406         for bootstrapped modules if toplevel bootstrap is going.
11407         (GCC bootstrap): Generate per-stage targets for all bootstrapped
11408         modules.  Adjust for changes in Makefile.def.  Enable several
11409         rules even in non-bootstrap mode, just to avoid peppering the
11410         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11411         (stage-[+prev+]-bubble): Remove.
11413         * Makefile.def (Dependencies): Depend on all-build-bison,
11414         all-build-flex, all-build-byacc, all-build-texinfo, rather
11415         than the host variations.
11416         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
11417         with BUILD_SUBDIR.
11418         (BISON): Update for recent Bisons.
11419         (YACC): Fix typo.
11420         (cross): Depend on all-build.
11421         (all): Do not depend on all-build.
11422         (prebootstrap): Remove.
11423         (dep-kind): Accept separate prefixes for MODULE and ON variables.
11424         (Prebootstrap dependencies): Add them to the per-stage targets
11425         and to all-prebootstrap.
11426         * configure.in (build_configdirs): Always enable build_tools.
11427         (BUILD_DIR_PREFIX): Remove.
11429         * Makefile.def (gcc): Add target variable.
11430         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11431         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11432         in the recursive `make', instead of hardwiring `all'.
11433         (Autogenerated TARGET-* variables): New.
11435 2004-08-13  Brian Booth  <bbooth@redhat.com>
11437         * MAINTAINERS: Remove myself from write-after-approval.
11439 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11441         * src-release: Stop distributing mmalloc with gdb (which doesn't
11442         use it).
11443         * Makefile.def: GDB doesn't depend on mmalloc anymore.
11444         * Makefile.in: Regenerate.
11446 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
11448         * configure.in (arm*-*-eabi*): New target.
11449         * configure: Regenerate.
11451 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
11453         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11454         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11455         (Dependencies): New section.
11456         * Makefile.tpl (Dependencies): Generate from Makefile.def.
11457         (configure-target-[+module+]): Depend on maybe-all-gcc
11458         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
11459         (toplevel profiledbootstrap): Fix dependencies.
11460         * Makefile.in: Regenerate.
11462 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
11464         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11465         target-libiberty to noconfigdirs.
11466         * configure: Regenerate.
11468 2004-08-03  Paul Brook  <paul@codesourcery.com>
11470         * configure.in: Check for MPFR as well as GMP.
11471         * configure: Regenerate.
11473 2004-08-01  Robert Millan  <robertmh@gnu.org>
11475         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11476         libmudflap for all GNU-based systems (with Glibc).
11477         * configure: Regenerate.
11479 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
11481         * Makefile.def (host-modules): Add gcc.
11482         * Makefile.in: Regenerate.
11483         * Makefile.tpl (sorry): New rule.
11484         (configure-host, all-host, [+make_target+]-host, do-check,
11485         install-host): Do not add gcc as a special case.
11486         (host modules): Add a small special-casing for gcc.  Export
11487         extra_make_flags through the environment.
11488         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11489         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11490         other recursive targets for gcc): Remove.
11492         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11493         (stage, unstage): New rules.
11494         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11495         distclean-stage[+id+]): Use stage_current.
11496         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11497         the stage*-start rules.
11499 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
11501         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11502         use -all_load flag.
11504 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
11506         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11507         * configure: Regenerate.
11509 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
11511         * maintainer-scripts/gcc_release: Revert yesterday's change.
11513 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
11515         * MAINTAINERS: Add myself to write-after-approval.
11517 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11519         * libf2c: Removed.
11520         * gcc/gccbug.in: Updated because of libf2c removal.
11521         * maintainer-scripts/gcc_release: Ditto.
11523 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
11525         * configure.in: Build libmudflap by default on FreeBSD.
11526         * configure: Regenerated.
11528 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
11530         * configure.in: Do not build libmudflap by default on non-GNU/Linux
11531         systems.
11532         * configure: Regenerated.
11534 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11536         PR target/16344
11537         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11538         feedback based compiler.
11539         * Makefile.in: Rebuilt.
11541 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
11543         * Makefile.def (host_modules): Set bootstrap=true for flex.
11544         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11545         * Makefile.in: Rebuilt.
11547 2004-07-07  Jan Hubicka  <jh@suse.cz>
11549         * MAINTAINERS: Add self as a profile feedback maintainer.
11551 2004-07-05  Phil Edwards  <phil@codesourcery.com>
11553         * configure.in:  Do not prepend $srcdir to /dev/null in
11554         makefile fragments.
11555         * configure:  Regenerate.
11557 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
11559         * Makefile.def (build_modules): Add bison, byacc, flex,
11560         m4, texinfo.
11561         (flags_to_pass): Add FLEX.
11562         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11563         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11564         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11565         DEFAULT_MAKEINFO): Remove.
11566         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11567         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11568         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11569         objdir or else use configured tool.
11570         (all-build): New.
11571         (all): Depend on it.
11572         (Build module dependencies): Add.
11573         * Makefile.in: Regenerate.
11574         * configure.in: Better support for multiple build modules,
11575         matching what is done for host/target modules.  Do not look
11576         for "plausible" locations of build tools if Canadian cross.
11577         Use autoconf's AC_PROG_CC to find a C compiler.  Define
11578         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
11579         * configure: Regenerate.
11581 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11583         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11584         * Makefile.in: Regenerate.
11586 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
11588         * Makefile.tpl (configure-build-[+module+],
11589         configure-[+module+], configure-target-[+module+]): Pass
11590         [+extra_configure_args+].
11591         (all-build-[+module+], all-[+module+], check-[+module+],
11592         install-[+module+], [+make_target+]-[+module+],
11593         all-target-[+module+], check-target-[+module+],
11594         install-target-[+module+], [+make_target+]-target-[+module+]):
11595         Pass [+extra_make_args+].
11596         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11597         (GCC_HOST_EXPORTS): Remove.
11598         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11599         cross, check-gcc, check-gcc-c++, install-gcc,
11600         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11601         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11602         * Makefile.in: Regenerate.
11604 2004-06-21  Matthew Sachs  <msachs@apple.com>
11606         * MAINTAINERS: Added self to write-after-approval.
11608 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
11610         * configure.in: Check for srcdir/winsup rather than build directory
11611         winsup.
11612         * configure: Regenerate.
11614 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
11616         * configure.in: Don't build Cygwin native newlib if winsup
11617         directory is missing.  Emit warning instead.
11618         * configure: Regenerate.
11620 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
11622         * Makefile.tpl (touch-stage[+id+]): New.
11623         (restage[+prev+]): Depend on touch-stage[+id+].
11625         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11626         Use it throughout.
11628         * Makefile.def: Add profile and feedback bootstrap stages.
11629         Remove next field from bootstrap stages.
11630         * Makefile.tpl (LN, LN_S): Substitute.
11631         (stageN-start, stageN-end): Use double-colon rules, to
11632         provide a hook for additional setup commands.
11633         (distclean-stageN-gcc, restageN): Create dependencies from
11634         [+prev+], not from [+next+].
11635         (stageN-bubble): Add commands for successive stages from
11636         [+prev+], using double-colon rules.
11637         (all-stageN-gcc): Fix typo.
11638         (stagefeedback-start, profiledbootstrap): New.
11639         * Makefile.in: Regenerate.
11640         * configure.in: Call ACX_PROG_LN.
11641         * configure: Regenerate.
11643 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
11645         * MAINTAINERS (Write After Approval): Add myself.
11647 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
11649         * MAINTAINERS (Write After Approval): Add myself.
11651 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
11653         * configure.in: Fix --enable-bootstrap breakage introduced in trees
11654         without gcc.
11655         * configure: Regenerate.
11657 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11659         * Makefile.tpl: Fix typo.
11660         * Makefile.in: Regenerate.
11662 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11664         * configure.in: Remove new- prefix from toplevel
11665         bootstrap targets.
11666         * configure: Regenerate.
11668 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
11670         * Makefile.tpl (all.normal): Rename to all.
11671         (all): Replace with a rule to pick the default
11672         target from configure.
11673         (all-gcc, configure-gcc): Use conditionals to
11674         do nothing when toplevel bootstrap is going on.
11675         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11676         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11677         * configure.in: Support --enable-bootstrap.
11679         * Makefile.def: Remove new- prefix from toplevel
11680         bootstrap targets.
11681         * Makefile.tpl: Likewise.
11683         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
11684         target.
11686         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11687         $(RECURSE_FLAGS) to recursive invocation of make.
11689         * Makefile.in: Regenerate.
11690         * configure: Regenerate.
11692 2004-05-30  Andreas Jaeger  <aj@suse.de>
11693             Jim Wilson  <wilson@specifixinc.com>
11695         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11696         like CC.
11698 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
11700         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11701         * configure: Regenerate.
11703 2004-05-25  Daniel Jacobowitz  <drow@false.org>
11705         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11706         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11707         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
11708         targets.
11709         * Makefile.in: Regenerate.
11711 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
11713         * configure.in: Test the ability to symlink directories.
11714         * configure: Regenerate.
11716         * Makefile.def (bootstrap-stage): New definitions.
11717         * Makefile.tpl (configure-stage1-gcc,
11718         configure-stage2-gcc, configure-stage3-gcc,
11719         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11720         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11721         new-restage3, compare): Autogenerate, see Makefile.in
11722         entry for behavioral changes.
11723         (distclean-stage1, new-stage1-start, new-stage1-end,
11724         new-stage1-bubble, distclean-stage2, new-stage2-start,
11725         new-stage2-end, new-stage2-bubble, distclean-stage3,
11726         new-stage3-start, new-stage3-end): New autogenerated targets.
11727         (objext, prebootstrap, BOOT_CFLAGS,
11728         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11729         targets.
11731         * Makefile.in: Regenerate.
11732         (distclean-stage1, new-stage1-start, new-stage1-end,
11733         new-stage1-bubble, distclean-stage2, new-stage2-start,
11734         new-stage2-end, new-stage2-bubble, distclean-stage3,
11735         new-stage3-start, new-stage3-end): New targets.
11736         (all-stage1-gcc): Move prebootstrap dependency from here...
11737         (configure-stage1-gcc): ...to here.
11738         (new-bootstrap): Use bubble targets.
11739         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11740         Use per-stage distclean targets.
11741         (configure-stage1-gcc, configure-stage2-gcc,
11742         configure-stage3-gcc, all-stage1-gcc,
11743         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11744         Use new-stageN-start to prepare the tree.
11746 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
11748         * Makefile.def (host_modules): add libcpp.
11749         * Makefile.tpl: Add dependencies on and for libcpp.
11750         * Makefile.in: Regenerate.
11751         * configure.in: Add libcpp host module.
11752         * configure: Regenerate.
11754 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
11756         * Makefile.tpl: Whenever a recursive target is defined, wrap
11757         it in a special @if/@endif block, and prepare its maybe
11758         dependency in the @if/@endif block
11759         * configure.in: Instead of writing maybe dependencies, remove
11760         the @if/@endif statements, and remove the @if/@endif blocks
11761         that remain.
11762         * configure: Regenerate.
11763         * Makefile.in: Regenerate.
11765 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
11767         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11769 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
11771         PR bootstrap/15120
11772         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11773         * */configure: Rebuilt.
11775 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
11777         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11778         of libf2c.
11779         * configure, Makefile.in: Regenerate.
11781 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
11783         * MAINTAINERS (Write After Approval): Add myself.
11785 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
11787         Merge from tree-ssa-20020619-branch.
11789         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11790         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11791         (HOST_GMPLIBS): Define.
11792         (HOST_GMPINC): Define.
11793         (TARGET_LIB_PATH): Add libmudflap.
11794         (GFORTRAN_FOR_TARGET): Define.
11795         (configure-build*): Export GFORTRAN.
11796         (configure-gcc): Export GMPLIBS and GMPINC.
11797         (all-gcc): Add maybe-all-libbanshee.
11798         (configure-target-libgfortran): Define.
11799         * Makefile.in: Regenerate.
11800         * configure.in (host_libs): Add libbanshee.
11801         (target_libraries): Add target-libmudflap and target-libgfortran.
11802         Add --with-libbanshee.
11803         Handle --disable-libmudflap.
11804         (*-*-freebsd*): Use with_gmp.
11805         Add $(libgcj) to noconfigdirs.
11806         * configure: Regenerate.
11807         * depcomp: New file.
11808         * MAINTAINERS: Add tree-ssa maintainers.
11810 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
11812         * MAINTAINERS (Various Maintainers): Add myself.
11814 2004-04-30  Brian Ford  <ford@vss.fsi.com>
11816         * MAINTAINERS (Write After Approval): Add myself.
11818 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
11820         * MAINTAINERS (Write After Approval): Add myself.
11822 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
11824         * config/acx.m4: Fix fastcompare support for new-bootstrap.
11825         * configure: Regenerate.
11827 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
11829         Revert:
11830         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11832         * Makefile.def (flags_to_pass): Remove *dir variables that
11833         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11834         as well as prefix and exec_prefix.
11835         * Makefile.in: Regenerate.
11837 2004-04-26  Robert Millan  <robertmh@gnu.org>
11839         Add patches from libtool CVS.
11840         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11841         * ltconfig: Likewise.
11842         * ltcf-c.sh: Likewise.
11843         * ltcf-cxx.sh: Likewise.
11844         * ltcf-gcj.sh: Likewise.
11846 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11848         * Makefile.def (host_modules): Mark with the bootstrap
11849         flag packages on which gcc depends.
11850         * Makefile.tpl (all-bootstrap): Use it.
11851         * Makefile.in: Regenerate.
11853 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11855         * Makefile.def (flags_to_pass): Remove *dir variables that
11856         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11857         as well as prefix and exec_prefix.
11858         * Makefile.in: Regenerate.
11860 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11862         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11863         * configure: Regenerate.
11864         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11865         * gcc/Makefile.tpl (compare): Use the result of the test.
11866         * gcc/Makefile.in: Regenerate.
11868 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11870         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11871         Always relocate gcc and prev-gcc to the original names, even
11872         if the build fails.
11873         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11874         New targets.
11876 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11878         * MAINTAINERS: Update my email address.
11880 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11882         * configure.in (mips*-*-irix5*): Enable ld.
11883         * configure: Regenerate.
11885 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11887         * configure: Regenerate.
11889 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11891         * Makefile.tpl (configure-[+module+], configure-gcc,
11892         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11893         Set and export LDFLAGS.
11894         * Makefile.in: Regenerate.
11896 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11898         * MAINTAINERS: Add myself to write-after-approval.
11900 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11902         PR bootstrap/14871
11903         * Makefile.tpl: If we don't have built-in-tree target tools,
11904         use the ones found by configure rather than hacking around with
11905         program_transform_name.
11906         * configure.in: Give Makefile.tpl the information necessary
11907         to do that.
11908         * Makefile.in: Regenerate.
11909         * configure: Regenerate.
11911 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11913         PR bootstrap/14760
11914         * configure.in: When computing baseargs, strip *all* copies of
11915         offending options.  Also, don't match/substitute the trailing space,
11916         so that this actually works when two similar options are separated by
11917         only one space.
11918         * configure: Regenerate.
11920 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11922         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11923         (rs6000-*-aix*): Same.
11924         * configure: Regenerate.
11926 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11928         * MAINTAINERS: Add myself to write-after-approval.
11930 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11932         * MAINTAINERS: Add myself to write-after-approval.
11934 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11936         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11937         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11938         * Makefile.in: Regenerate.
11940         * configure.in (top level bootstrap support): Rework --enable-werror
11941         to set @stage2_werror_flag@.
11942         * configure: Regenerate.
11943         * Makefile.tpl (top level bootstrap support): Pass
11944         @stage2_werror_flag@ down to configure in stages 2 and 3.
11945         * Makefile.in: Regenerate.
11947 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11949         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11950         for stages 2 and 3 as well as in make.  As a consequence, remove
11951         OUTPUT_OPTION (now detected by configure) from the flags passed down
11952         to make.
11953         * Makefile.in: Regenerate.
11955         * Makefile.tpl (new-bootstrap): Fix typo.
11956         * Makefile.in: Regenerate.
11958 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11960         * Makefile.tpl: Rearrange by moving recursive_targets rules
11961         into their proper sections.
11962         * Makefile.tpl (top level bootstrap support): Move disabling
11963         of coverage flags from 'make' to 'configure'; improve comments.
11964         * Makefile.in: Regenerate.
11966         * Makefile.tpl (experimental top level bootstrap) Move stage1
11967         language setting from all- target to configure- target; disable
11968         intermodule optimization in stage 1; prevent gratuitous rebuilds
11969         of stage 1.
11970         * Makefile.in: Regenerate.
11971         * configure.in: Comma-separate stage 1 language list for top
11972         level bootstrap.
11973         * configure: Regenerate.
11975         * Makefile.tpl: Clean up experimental top level bootstrap support:
11976         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11977         prev-gcc in configure- targets as well as all- targets.
11978         * Makefile.in: Regenerate.
11980 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11982         * compile: New file imported from automake.
11984 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11986         * configure.in: Remove symbolic link section.
11987         * configure: Regenerate.
11988         * Makefile.tpl (links): Remove.
11989         * Makefile.in: Regenerate.
11991 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11992             Nathanael Nerode  <neroden@gcc.gnu.org>
11994         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11995         Set with AC_CHECK_PROGS.
11996         * configure.in: Fix comment typo from last patch.
11997         * configure: Regenerate.
11999 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
12001         * Makefile.tpl: Introduce experimental top level bootstrap support.
12002         * Makefile.in: Regenerate.
12003         * configure.in: Introduce support for top level bootstrap.
12004         * configure: Regenerate.
12006 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
12007             Paolo Bonzini  <bonzini@gnu.org>
12009         PR bootstrap/14522
12010         * configure.in: Cope with shells that do not support unquoted ^
12011         * configure: Regenerate.
12013 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
12014             Paolo Bonzini  <bonzini@gnu.org>
12016         PR bootstrap/14522
12017         * configure.in: Cope with shells that do not support nesting
12018         quotes inside quoted backquote substitutions.
12019         * configure: Regenerate.
12021 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
12023         PR bootstrap/14522
12024         * configure.in: Fix escaping of $.
12025         * configure: Regenerate.
12027 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12029         * configure: Regenerate, since I forgot to while committing Paolo's
12030         changes.
12032 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
12034         PR ada/14131
12035         Move language detection to the top level.
12036         * configure.in: Find default values for the tools as
12037         soon as possible.  Disable ada if GNAT is not found.
12038         Emit error message about missing languages.  Expand
12039         --enable-languages=all for the gcc subdirectory.
12041 2004-03-10  Ben Elliston  <bje@gnu.org>
12043         * MAINTAINERS: Update my email address.
12045 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
12047         * ltconfig: Disable building static libraries if building shared
12048         libraries on AIX 5L.
12050 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
12052         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
12053         and disable libgcj.
12054         * configure: Regenerated.
12056 2004-03-01  Brian Booth  <bbooth@redhat.com>
12058         * MAINTAINERS: Add myself to write-after-approval.
12060 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
12062         * MAINTAINERS: Add myself to write-after-approval.
12064 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12066         PR bootstrap/7087
12067         * Makefile.tpl: Guard XFOO sed statements better.
12068         * Makefile.tpl: Add dependency for configure-target-libada.
12069         * Makefile.in: Regenerate (incidentally fixes broken
12070         commit when libada-branch was merged).
12072 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
12074         * MAINTAINERS: Add myself to write-after-approval.
12076 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
12078         * MAINTAINERS: Add Nicola Pero and myself as libobjc
12079         maintainers.
12081 2004-02-20  Andrew Cagney  <cagney@redhat.com>
12083         * config.guess: Update from version 2003-10-16 to 2004-02-16.
12084         * config.sub: Update from version 2003-11-03 to 2004-02-16.
12086 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12088         PR bootstrap/11932
12089         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
12091 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
12093         * MAINTAINERS: Added myself to write-after-approval.
12095 2004-02-14  Michael Koch  <konqueror@gmx.de>
12097         * MAINTAINERS: Added myself to write-after-approval.
12099 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
12101         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
12102         some OS port maintainers to OS port maintainers section.
12104 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
12106         * MAINTAINERS: Add self.
12108 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12110         * MAINTAINERS: Alphabetize.
12112 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
12114         * MAINTAINERS: Remove myself.
12116 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
12118         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
12119         (rs6000-*-aix*): Same.
12120         * configure: Regenerate.
12122 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
12124         * configure.in (host): Add in missing $noconfigdirs to defines.
12125         * configure: Regenerate.
12127 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
12128             Nathanael Nerode  <neroden@gcc.gnu.org>
12130         PR ada/6637, PR ada/5911
12131         Merge with libada-branch:
12132         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
12133         with appropriate dependencies. Add --enable-libada configure switch.
12134         * configure, Makefile.in: Regenerate.
12136 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
12138         * MAINTAINERS: Add myself to write-after-approval.
12140 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12142         * configure.in: Don't pass --with-stabs on IRIX 5 either.
12143         * configure: Regenerate.
12145 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
12147         Merge from upstream:
12149         * ltmain.in: When setting IFS to '~', be careful about user
12150         arguments that contain '~'.
12152         2004-02-04  Peter O'Gorman  <peter@pogma.com>
12154         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12155         Also test $base_compile against $CC with escaped arguments. Bug
12156         reported by Geoff Keating <geoffk@apple.com>.
12158 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
12160         * MAINTAINERS: Remove i960 port.
12162 2004-01-23  DJ Delorie  <dj@redhat.com>
12164         * Makefile.def (target_modules) [libiberty]: Don't stage.
12165         * Makefile.in: Rebuilt.
12167 2004-01-20  Caroline Tice  <ctice@apple.com>
12169         * MAINTAINERS: Add myself to write-after-approval.
12171 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
12173         * MAINTAINERS: Update my email address.
12175 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
12177         * MAINTAINERS: Add myself to write-after-approval.
12179 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12181         * MAINTAINERS: Remove entries without email address.
12183 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
12185         * MAINTAINERS: Add myself to write-after-approval.
12187 2004-01-15  Steven Bosscher  <stevenb@suse.de>
12189         * MAINTAINERS: Update my email address.
12191 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
12193         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12194         * Makefile.tpl (configure-target-[+module+]): Support stage.
12195         * Makefile.in: Rebuilt.
12197 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
12199         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12201 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
12203         * MAINTAINERS: Add myself as a MIPS maintainer.
12205 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12207         * configure.in: Use ./config.cache, not config.cache.
12208         * configure: Regenerate.
12209         * Makefile.tpl: Special-casing not needed for GCC any more.
12210         * Makefile.in: Regenerate.
12212         * configure.in: Don't share a cache file for host dirs.
12213         * configure: Regenerate.
12215         * config-ml.in: Don't mess with the cache file.
12217 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12219         * MAINTAINERS: Move myself from 'Write After Approval' to
12220         'CPU Port Maintainers' section as SPARC maintainer.
12222 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12224         * Makefile.tpl: Make GCC use a separate config.cache.
12225         * Makefile.in: Regenerate.
12227         PR bootstrap/11932, PR bootstrap/11933
12228         (I don't know if it will fix either of them, but it relates
12229         to them.)
12230         * configure.in: Don't use shared config.cache for target
12231         directories.
12232         * configure: Regenerate.
12234 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
12236         * MAINTAINERS: Add myself to 'Write After Approval' section.
12238 2003-12-31  Roger Sayle  <roger@eyesopen.com>
12240         * configure.in (ia64*-*-hpux*): Disable building java libraries.
12241         * configure: Regenerated.
12243 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
12245         * MAINTAINERS: Remove the mn10200 maintainer.
12247 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
12249         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12250         * configure: Regenerated.
12252 2003-12-16  Jan Hubicka  <jh@suse.cz>
12254         * MAINTAINERS: Add myself as callgraph maintainer.
12256 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
12258         * configure.in (raw_libstdcxx_flags): Remove the leading space.
12259         * configure: Regenerate.
12261 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
12263         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12264         'Write After Approval' section. Update email.
12266 2003-12-01  James Lemke  <jim@wasabisystems.com>
12268         * MAINTAINERS (Write After Approval): Add myself.
12270 2003-11-20  Matt Thomas  <matt@3am-software.com>
12272         * MAINTAINERS: Add myself as a vax port maintainer.
12274 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
12276         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12277         (configure-build-[+module+], configure-[+module+]): Likewise.
12278         (configure-target-[+module+], configure-gcc, config.status): Likewise.
12279         * Makefile.in: Regenerate.
12281 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
12283         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12284         shared/dylibed libraries.
12285         * ltmain.sh: Likewise.
12286         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12287         * ltcf-cxx.sh: Likewise.
12288         * ltcf-gcj.sh: Likewise.
12289         * ltconfig: Likewise.
12291 2003-11-17  Stan Cox  <scox@redhat.com>
12293         * MAINTAINERS: Add myself as iq2000 port maintainer.
12295 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
12297         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12298         * Makefile.in: Regenerate.
12300 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
12302         * config.sub: Update to 2003-11-03 version.
12304 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12306         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
12307         * configure:  Regenerate.
12309 2003-10-20  Nicolas Pitre  <nico@cam.org>
12311         * MAINTAINERS: Add myself to 'Write After Approval' section.
12313 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
12315         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12317 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
12319         * MAINTAINERS: Update my email address.
12321 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12323         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12325 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
12327         * MAINTAINERS: Add myself to 'Write After Approval' section.
12329 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
12331         * config.guess: Update to 2003-10-16 version.
12332         * config.sub: Update to 2003-10-16 version.
12334 2003-10-15  David Daney  <ddaney@avtrex.com>
12336         * MAINTAINERS: Added myself to 'Write After Approval' section.
12338 2003-10-15  Falk Hueffner  <falk@debian.org>
12340         * MAINTAINERS: Move myself from 'Bug database only accounts' to
12341         'Write After Approval' section. Update email.
12343 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12345         * MAINTAINERS: Move myself from 'Write After Approval' to
12346         'Various Maintainers' section as middle-end maintainer.
12348 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12350         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12351         HOST_FLAGS_TO_PASS.
12352         * Makefile.in: Regenerate.
12354 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
12356         * config.guess: Update to 2003-10-07 version.
12357         * config.sub: Update to 2003-10-07 version.
12359 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12361         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12362         * ltconfig (irix5*, irix6*): Don't override version_type.
12364 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
12366         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12367         * configure: Rebuilt
12368         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12369         * Makefile.in: Rebuilt
12371 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
12373         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12375 2003-09-30  Carlo Wood  <carlo@alinoe.com>
12377         * MAINTAINERS (Write After Approval): Add myself.
12379 2003-09-29  Paul Koning  <ni1d@arrl.net>
12381         * MAINTAINERS: Move myself from "Write After Approval"
12382         to CPU platform maintainers for pdp11 platform.
12384 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
12386         * MAINTAINERS: Move myself from 'Write After Approval' to
12387         'Various Maintainers' section as libffi testsuite maintainer.
12389 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
12391         * configure.in: Pass a computed --program-transform-name
12392         to subconfigures.
12393         * configure: Regenerated.
12395 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12397         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12398         * Makefile.in: Regenerate.
12400         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12401         * Makefile.in: Regenerate.
12403 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
12405         * MAINTAINERS: Move myself from 'Write After Approval'
12406         to 'Various Maintainers' (objective-c) section.
12408 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
12410         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12411         quoting.
12412         * configure: Regenerated.
12414 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
12416         * MAINTAINERS (Write After Approval): Add myself to write after
12417         approval list.
12419 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
12421         * MAINTAINERS (Write After Approval): Add myself.
12423 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
12425         * MAINTAINERS: Update my e-mail address.
12427 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
12429         * libtool.m4 (LD): Correct powerpc64 host match.
12431 2003-09-06  James E Wilson  <wilson@tuliptree.org>
12433         * MAINTAINTERS: Update my affiliation and email address.
12435 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12437         * MAINTAINERS (Write After Approval): Add myself.
12439 2003-09-04  DJ Delorie  <dj@redhat.com>
12441         * configure: Regenerate.
12443 2003-09-04  Robert Millan  <robertmh@gnu.org>
12445         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12447 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12449         * configure.in: Ensure arguments to sed are properly spaced.
12450         * configure: Regenerate.
12452 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
12454         * MAINTAINERS: Update my e-mail address.
12456 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
12458         * MAINTAINERS (Write After Approval): Add myself.
12460 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
12462         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12463         * configure: Regenerated.
12465 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12467         * MAINTAINERS: Update my email address.
12469 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
12471         * configure.in:  Use newline instead of semicolon when assuming
12472         shell arguments in a for loop.
12473         * configure:  Regenerated.
12475 2003-08-22  Jason Eckhardt  <jle@rice.edu>
12477         * MAINTAINERS: Resurrect the i860 maintainer.
12479 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
12481         PR 8180
12482         * configure.in: When testing with_libs and with_headers, treat
12483         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
12484         * configure: Regenerate.
12486         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12487         make, shell, etc.
12488         (baseargs): Likewise.
12489         * configure: Regenerate.
12491 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
12493         * MAINTAINERS (Write After Approval): Add myself.
12495 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
12497         * configure.in: Disable libgcj for darwin not on powerpc.
12498         * configure: Rebuild.
12500 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
12502         * config-ml.in, symlink-tree: Add license.
12504 2003-08-03  Richard Stallman  <rms@gnu.org>
12505             Eben Moglen  <moglen@columbia.edu>
12507         * README.SCO: New file.
12509 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
12511         * Makefile.tpl (check, check-c++): Express dependencies using
12512         dependencies rather than commands.
12513         * Makefile.in: Regenerate.
12515 2003-08-01  Andrew Cagney  <cagney@redhat.com>
12517         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12518         * configure: Ditto.
12520 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
12522         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12523         * Makefile.in: Update.
12525 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
12527         * configure.in: Enable libgcj for darwin.
12528         * configure: Rebuild.
12530 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
12532         * config-ml.in:  Use ac_configure_args directly instead of
12533         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
12534         actually seen.
12536 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12538         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12539         creating target and build subdirs to build all parent dirs as needed.
12540         * Makefile.in: Rebuild.
12541         * configure.in: Don't build dirs explicitly here.
12542         * configure: Rebuild.
12544 2003-07-26  Paul Brook  <paul@nowt.org>
12546         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12548 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
12550         * Makefile.tpl (all-make): Depend on intl.
12551         * Makefile.in: Rebuilt.
12553 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
12555         * install-sh:  Update to newer upstream versions (associated with
12556         aclocal 1.7).
12557         * mkinstalldirs:  Likewise.
12558         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
12560 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
12562         * MAINTAINERS: Move self from Bug database only accounts
12563         to write-after-approval.
12565 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
12567         * config.if: Remove unused libc_interface determination.
12569 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12571         * MAINTAINERS: Move self from write-after-approval to
12572         build machinery (*.in).
12574 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12576         PR bootstrap/11273
12577         PR bootstrap/11408
12578         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
12579         unused INSTALL_PROGRAM_ARGS.
12580         * configure.in: Use AC_PROG_INSTALL.
12581         * Makefile.in: Regenerate.
12582         * configure: Regenerate.
12584 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
12586         * MAINTAINERS: Alphabetize.
12588 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
12590         * configure: Rebuilt.
12591         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12592         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12593         newlib nor libgloss.
12594         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
12595         * configure.in (am33_2.0-*-linux*): Added.
12597 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
12599         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12600         * configure: Regenerate.
12602 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12604         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12605         * Makefile.in: Regenerate.
12607 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12609         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12610         * Makefile.in: Regenerate.
12612 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12614         * Makefile.tpl: Replace PWD with PWD_COMMAND.
12615         * Makefile.in: Regenerated.
12617         * config-ml.in: Replace PWD with PWD_COMMAND.
12619 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
12621         * intl: New directory; see intl/ChangeLog for details.
12622         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12623         * Makefile.tpl: all-gcc depends on maybe-all-intl.
12624         * Makefile.in: Regenerate.
12626 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12628         * configure.in: Clean up config-lang.in handling.  Delete
12629         useless assignment to "subdirs".
12630         * configure: Regenerate.
12632 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12634         * configure.in: Rename 'target_libs' to 'target_libraries'.
12635         Remove useless reference to 'target_libs'.
12636         * configure: Regenerate.
12638 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
12640         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12641         * Makefile.in: Regenerate.
12643 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12645         * Makefile.def: Introduce flags_to_pass.
12646         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12647         * Makefile.in: Regenerate.
12649 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
12651         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12652         and target-libgloss.
12653         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12654         <h8300*-*-*>: Disable libf2c and ${libgcj}.
12655         * configure: Regenerate.
12657 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
12659         * configure.in: Update testsuite_flags to new location.
12660         * configure. Regenerate.
12662 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12664         * Makefile.tpl: Remove BUILD_CC stuff.
12665         * Makefile.in: Regenerate.
12667 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
12669         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12671 2003-06-16  Graeme Peterson  <gp@qnx.com>
12673         * MAINTAINERS (Write After Approval): Add myself.
12675 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12677         * config.guess: Update to 2003-06-12 version.
12678         * config.sub: Update to 2003-06-13 version.
12680 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12682         * config.guess: Update to 2003-06-06 version.
12683         * config.sub: Update to 2003-06-06 version.
12685 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12687         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12688         * configure. Regenerate.
12690 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12692         * configure.in: Disable serial configure by default.
12693         * configure: Regenerate.
12694         * Makefile.tpl: Abolish .NOTPARALLEL.
12695         * Makefile.in: Regenerate.
12697         * Makefile.tpl: Replace {build,host,target}_canonical by
12698         {build,host,target}.
12699         * Makefile.in: Regenerate.
12701         * Makefile.tpl: Fix stupid pasto.
12702         * Makefile.in: Regenerate.
12704 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12706         * Makefile.tpl: Remove bogus conditional.
12707         * Makefile.in: Regenerate.
12709 2003-06-05  Jan Hubicka  <jh@suse.cz>
12711         * Makefile.tpl (profiledbootstrap): New target.
12712         * Makefile.in (profiledbootstrap): New target.
12714 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
12716         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12717         Pinski. Remove user names from other bugzilla-only maintainers.
12719 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12721         * Makefile.tpl: Make 'recursive targets' using autogen rather
12722         than shell loop.  Remove duplicate 'clean' targets and false
12723         comments.
12724         * Makefile.def: Add systematic dependencies to 'recursive' targets.
12725         Add systematic method of specifying missing targets in subdirs.
12726         Add copyright boilerplate.
12727         * Makefile.in: Regenerate.
12728         * configure.in: Add 'recursive targets' to maybe list.
12729         * configure: Regenerate.
12731         * MAINTAINERS: "GNATS only" -> "Bug database only".
12733         * Makefile.tpl: Rename [+target+] to [+make_target+].
12734         * Makefile.def: Rename 'target' to 'make_target'.
12736 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
12738         * MAINTAINERS: Add self as options handling maintainer.
12740 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
12742         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12743         been too long since I touched those ports.
12745 2003-05-28  DJ Delorie  <dj@redhat.com>
12747         * Makefile.tpl: Make maybe-check-gcc .PHONY.
12748         * Makefile.in: Regenerate.
12750 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12752         * configure.in: Use curly braces in the definition of tooldir.
12753         * configure: Regenerate.
12755 2003-05-21  DJ Delorie  <dj@redhat.com>
12757         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12758         newlib or libgloss.
12759         * Makefile.in: Regenerate.
12761 2003-05-21  DJ Delorie  <dj@redhat.com>
12763         * Makefile.tpl: Add missing empty maybe-check-gcc target.
12764         * Makefile.in: Regenerate.
12766 2003-05-20  Ian Lance Taylor  <ian@airs.com>
12768         * MAINTAINERS: Update my e-mail address.
12770 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12772         * configure.in: Switch more things to use maybe dependencies.
12773         * Makefile.tpl: Switch more things to use maybe dependencies.
12774         Factor out common code from autogen IF statements.
12775         * configure: Regenerate.
12776         * Makefile.in: Regenerate.
12778 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
12780         * configure.in: Accept i[3456789]86 for machine type.
12781         * configure: Regenerate.
12783 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12785         * configure.in: Switch more things to use maybe dependencies.
12786         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
12787         * configure: Regenerate.
12788         * Makefile.tpl: Switch more things to use maybe dependencies.
12789         * Makefile.in: Regenerate.
12791 2003-05-16  Andreas Schwab  <schwab@suse.de>
12793         * Makefile.tpl (install-opcodes): Define.
12794         * Makefile.in: Rebuild.
12796 2003-05-13  Andreas Jaeger  <aj@suse.de>
12798         * config.guess: Update to 2003-05-09 version.
12799         * config.sub: Update to 2003-05-09 version.
12801 2003-05-13  Michael Eager  <eager@mvista.com>
12803         * configure.in: Correct sed script so that options in quotes are not
12804         deleted.
12805         * configure: Rebuild.
12807 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
12809         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12810         and $$s/newlib/libc/sys/cygwin32 include paths.
12811         * configure: Ditto.
12813 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
12815         * MAINTAINERS: Update my email addresses.
12817 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12819         * config-ml.in: Propagate INSTALL variables.
12821 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12823         * MAINTAINERS: Remove duplicate entries in Write After Approval.
12825 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
12827         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12828         * Makefile.in: Regenerate.
12830 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12832         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12834 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12836         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12838 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12840         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12841         * Makefile.in: Regenerated.
12843 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12845         * MAINTAINERS (Write After Approval): Upgrade myself from
12846         GNATS only to write-after-approval. Update my mail address.
12848 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12850         (OS Port Maintainers: freebsd): Add myself.
12852 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12854         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12856 2003-04-22  Kean Johnston  <jkj@sco.com>
12858         * MAINTAINERS (SCO ports): Added myself.
12860 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12862         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12864 2003-04-19  Kean Johnston  <jkj@sco.com>
12866         * MAINTAINERS (Write After Approval): Add myself.
12868 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12870         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12871         * Makefile.in: Regenerate.
12873 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12875         * configure.in (powerpc64*-*-linux*): Remove.
12876         * configure: Rebuilt.
12878 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12880         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12881         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12882         and restrap.
12883         * Makefile.in:  Regenerate.
12885 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12887         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12888         * configure: Regenerated.
12890 2003-04-15  DJ Delorie  <dj@redhat.com>
12892         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12894 2003-04-13  Nick Clifton  <nickc@redhat.com>
12896         * config-ml.in: Remove support for --disable-aix removing
12897         call-aix multilibs.
12899 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12901         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12902         * */configure: Rebuilt.
12904 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12906         * MAINTAINERS: Add my email address.
12908 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12910         * MAINTAINERS (Write After Approval): Add myself.
12912 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12914         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12915         * Makefile.in: Regenerate.
12917 2003-03-14  Michael Chastain  <mec@shout.net>
12919         * Makefile.in: Regenerate with correct Makefile.def.
12921 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12923         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12924         Make macro.
12925         * Makefile.in: Regenerate.
12926         * configure.in: Clean up gxx_include_dir logic.
12927         * configure: Regenerate.
12929 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12931         * MAINTAINERS (Write After Approval): Add myself.
12933 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12935         * MAINTAINERS: Update my mail address.
12937 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12939         * configure.in (gxx_include_dir): Fix typo.
12940         * configure: Regenerated.
12942 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12944         * Makefile.tpl: Reindent.
12945         * Makefile.in: Regenerate.
12946         * configure.in: Reindent.  Don't set unused variables.
12947         * configure: Regenerate.
12949 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12951         * configure.in: Include $(build_tooldir)/sys-include in
12952         FLAGS_FOR_TARGET.
12953         * configure: Regenerated.
12955 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12957         * Makefile.tpl: Always pass down RANLIB.
12958         * Makefile.in: Regenerate.
12960         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12961         * Makefile.in: Regenerate.
12962         * configure.in: Remove unused logic relating to --enable-shared
12963         and --enable-threads.  Remove bogus comments.  Remove redundant
12964         noconfigdirs.
12965         * configure: Regenerate.
12967         * configure.in: Replace ${libstdcxx_version} by its value.
12968         Remove reference to mh-dgux.
12969         * configure: Regenerate.
12971 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12973         * MAINTAINERS (Write After Approval): Add myself.
12975 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12977         * Makefile.tpl: Rearrange.
12978         * Makefile.in: Regenerate.
12980 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12982         * configure.in: Add support for kaOS as cross build target system.
12983         * configure: Regenerated.
12985 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12987         * MAINTAINERS (Write after approval): Add myself.
12989 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12991         * MAINTAINERS: Update my email address.
12993 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12995         * MAINTAINERS: Add self to blanket write privs. section.
12997 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12999         * Makefile.tpl: Add definition of CPPFLAGS to pass into
13000         configure-target-* as some target builds may require additional
13001         flags for preprocessor tests.
13002         * Makefile.in: Regenerated.
13004 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
13006         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
13007         * ltconfig: Handle it.
13008         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
13009         auto-detecting it.
13011         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
13012         it is used as argument to $CC.
13013         * ltcf-gcj.sh: Likewise.
13015         * configure.in: Introduce --enable-maintainer-mode.
13016         * configure: Rebuilt.
13017         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
13018         for maintainer mode.
13019         * Makefile.in: Rebuilt.
13021 2003-02-18  Jason Merrill  <jason@redhat.com>
13023         * Makefile.tpl (check-c++): Allow parallelism.
13025 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13027         * MAINTAINERS: Remove John Carr (who never actually had access to
13028         gcc.gnu.org).
13030 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
13032         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
13033         don't configure target-libobjc.
13034         * configure: Regenerate.
13036 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13038         * Makefile.tpl (RANLIB): Define.
13039         * Makefile.in: Regenerate.
13041 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
13043         * MAINTAINERS: Update my email.
13045 2003-02-06  Keith R Seitz  <keiths@redhat.com>
13047         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
13048         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
13049         * Makefile.in: Regenerated.
13050         * configure.in: Remove all traces of snavigator, db, and grep.
13051         * configure: Regenerated.
13053 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13055         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
13056         After Approval.
13058 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13060         * MAINTAINERS (Write after approval): Add myself.
13062 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
13064         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
13065         * Makefile.in: Regenerated.
13067 2003-01-30  Roger Sayle  <roger@eyesopen.com>
13069         * config.guess: Updated to 2003-01-30's version.
13070         * config.sub: Updated to 2003-01-28's version.
13072 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
13074         * config.if: If gcc_version is already set, just use it.  Don't set
13075         gcc_version_trigger if it's already set, otherwise set it to
13076         gcc/version.c, but only if the file exists.  If it is not set and
13077         gcc/version.c does not exist, try to extract the version number from
13078         $CC.
13080 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
13082         * MAINTAINERS: Add myself to write-after-approval list.
13084 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
13086         * configure.in:  Revert 24Jan change.
13087         * configure:  Regenerate.
13089 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13091         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
13092         entry of HJ Lu.
13094 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13096         * configure.in: Revert previous change.
13097         * configure: Regenerate.
13099 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13101         * configure.in: Make rda native-only.
13102         * configure: Regenerate.
13104 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13106         * MAINTAINERS: Move myself from GNATS-only-accounts to
13107         write-after-approval.
13109 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13111         * configure.in: Add missing \.
13112         * configure: Rebuilt.
13114 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
13116         * configure.in (baseargs): Avoid using \| in sed regular
13117         expressions.
13118         * configure: Rebuilt.
13120 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
13122         * configure.in (baseargs): Remove all supported forms of
13123         --cache-file, --srcdir, --host, --build and --target options
13124         from argument lists.
13125         * configure: Rebuilt.
13127 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
13129         * MAINTAINERS: Add myself to write-after-approval list.
13131 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
13133         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
13134         * configure: Rebuilt.
13136 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13138         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
13139         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
13140         * Makefile.in: Regenerate.
13141         * configure: Regenerate.
13143 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
13145         * configure.in: Remove Makefile in build, host and target modules
13146         unless configure was run with --no-recursion.
13147         * configure: Rebuilt.
13149 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
13151         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13152         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13153         * Makefile.in: Regenerate.
13155 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
13157         * config.guess: Update to 2003-01-03 version.
13158         * config.sub: Update to 2003-01-03 version.
13160 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13162         * configure: Regenerate with proper autoconf 2.13.
13164 2003-01-07  Christopher Faylor  <cgf@redhat.com>
13166         * configure.in: Add AC_PREREQ for consistency.
13167         * configure: Regenerate.
13169 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
13171         * configure.in (GDB_TK): Add tcl directories conditional on
13172         gdb/gdbtk directory being present.
13173         * configure: Regenerate.
13175 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
13177         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
13178         used by gcc if LD is not defined and we are not doing a Canadian Cross.
13179         * configure: Rebuilt.
13181 2002-12-31  Tom Tromey  <tromey@redhat.com>
13183         * Makefile.in: Rebuilt.
13184         * Makefile.def (target_modules) [libffi]: Allow installation.
13186 2002-12-31  Andreas Schwab  <schwab@suse.de>
13188         * configure.in: Fix use of $program_transform_name.
13189         * configure: Regenerated.
13191 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13193         * configure.in (baseargs): Don't remove first configure argument.
13194         * configure: Regenerated.
13196 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
13198         * Makefile.tpl (local-distclean): Don't remove...
13199         (multilib.ts): ... this.  Moved into...
13200         (multilib.out): ... this.  Don't use sub-make.
13201         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13202         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13203         (configure-build-[+module+], configure-[+module+],
13204         configure-target-[+module+], configure-gcc): ... these.  Test
13205         for Makefile existence.  Drop config.status from dependencies.
13206         * Makefile.in: Rebuilt.
13207         * configure.in: Move gcc-version-trigger to the end of
13208         ac_configure_args.  Add comments to maybedep.tmp and
13209         serdep.tmp.  Introduce --disable-serial-configure.  Remove
13210         nonopt from baseargs, matching and removing corresponding
13211         whitespace while at it.
13212         * configure: Rebuilt.
13214 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
13216         * configure.in (host_configargs): Replace reference to
13217         no-longer-defined buildopts with --build=${build_alias}.
13218         * configure: Rebuilt.
13220         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
13221         program_transform_name to standard idiom.
13222         (AUTOGEN, AUTOCONF): Define.
13223         (Makefile.in): Use $(AUTOGEN).
13224         (Makefile): Depend on config.status, and use autoconf-style rule to
13225         build it.  Move original commands to...
13226         (config.status): ... this new target.
13227         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
13228         $(AUTOCONF).
13229         * Makefile.in: Rebuilt.
13231 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13233         * Makefile.tpl: Fix dramatic bustage due to change in
13234         program_transform_name.
13235         * Makefile.in: Regenerate.
13237         * configure.in: Remove unnecessary PATH setting.
13238         * configure: Regnerate.
13240         * configure.in: Don't default to unprefixed tools unless
13241         the native tools will work.
13242         * configure: Regenerate.
13244         * configure.in: Convert to autoconf script.  Blow away lots
13245         of now-redundant Makefile fragments.
13246         * configure: Generate using Autoconf.
13247         * Makefile.tpl: Rewrite to reflect autoconfiscation.
13248         * Makefile.in: Regenerate.
13250 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
13252         * configure: Fix stupid bug where RANLIB was mistakenly included.
13254         * configure.in: Rename (buildargs, hostargs, targargs) to
13255         (build_configargs, host_configargs, target_configargs).
13257         * configure.in: Move logic out of sed statement.
13259         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
13260         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13262 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
13264         * config.sub: Import from master repository
13265         * config.guess: Ditto
13267 2002-12-24  Andreas Schwab  <schwab@suse.de>
13269         * Makefile.tpl (multilib.out): Fix missing space.
13270         * Makefile.in: Regenerate.
13272 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
13274         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
13275         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
13276         * Makefile.in: Regenerate.
13277         * configure.in: Remove unnecessary leftovers.
13279 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
13281         * configure.in (extra_ranlibflags_for_target): New variable.
13282         (*-*-darwin): Add -c to ranlib commands.
13283         * configure (tooldir): Handle extra_ranlibflags_for_target.
13285 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13287         * Makefile.tpl: Revert HJL's change.
13288         * Makefile.in: Regenerated.
13289         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13290         always.
13292 2002-12-19  Andreas Schwab  <schwab@suse.de>
13294         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13295         * Makefile.in: Regenerate.
13297 2002-12-18  H.J. Lu  <hjl@gnu.org>
13299         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13300         * Makefile.in: Regenerated.
13302         * configure.in (build_prefix): New. Substitute.
13304 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
13306         * Makefile.tpl: Don't let real targets depend on phony targets.
13307         * Makefile.in: Regenerate.
13309         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13310         * Makefile.in: Regenerate.
13312 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
13314         * config.sub: Import from master repository
13315         * config.guess: Ditto
13317 2002-12-16  Jason Merrill  <jason@redhat.com>
13319         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13320         previous 'make bootstrap'.
13321         * Makefile.in: Regenerate.
13323 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
13325         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13327 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
13329         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13330         * Makefile.in: Regenerate.
13332 2002-12-13  Jason Merrill  <jason@redhat.com>
13334         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
13335         library tests.
13336         (check-c++): Just depend on it and check-target-libstdc++-v3.
13337         * Makefile.in: Regenerate.
13339 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13341         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13342         * Makefile.in: Rebuilt.
13344 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
13346         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13348 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13350         * configure: Fix bug put in by gremlins.
13352         * Makefile.tpl: Substitute more autoconfily.
13353         * configure: Substitute more autoconfily.
13354         * Makefile.in: Regenerate.
13356 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
13358         * config.sub: Import from master repository
13359         * config.guess: Ditto
13360         * MAINTAINERS: Added Svein Seldal under write after approval
13362 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
13364         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13365         * Makefile.in (all-sim): Ditto.
13367 2002-12-06  DJ Delorie  <dj@redhat.com>
13369         * Makefile.tpl: Change configure dependencies to not have real
13370         targets depend on phony targets.
13372 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
13374         * configure.in: Revert unintentional change.
13376         * Makefile.tpl: Change dependency for */multilib.out so that
13377         it works when gcc isn't in the tree.
13379         * configure.in: Substitute more.
13380         * configure: Run subconfigures from the Makefile.
13381         * Makefile.tpl: Run subconfigures from the Makefile; add a few
13382         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
13384 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13386         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13388 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13390         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13391         and corresponding dependencies.
13392         * Makefile.in: Regenerate.
13394         * configure.in (host_tools): Order binutils, gas and ld for
13395         convenience in running the testsuites.
13397         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13398         * Makefile.in: Regenerate.
13399         * configure.in: Introduce rules to serialize subconfigure runs.
13401         * configure.in: Introduce BASE_CC_FOR_TARGET.
13402         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
13403         Realize configure-build-* targets.  Realize configure-target-* targets.
13404         * Makefile.in: Regenerate.
13406 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13408         * configure: Move gcc_version_trigger stuff from here...
13409         * configure.in: ...to here.
13411         * configure.in: Separate subconfigure options added by this file from
13412         options given by the user.  Add machinery to put args for host
13413         subconfigures into the Makefile.
13415         * Makefile.tpl: Remove 'vault' targets.
13416         * Makefile.tpl: Reorder and comment dependencies.
13417         * Makefile.in: Regenerate.
13419 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13420         * configure.in: Fix my broken commit of previous patch. (sigh)
13422 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13424         * configure.in: Move host-specific darwin noconfigdirs into
13425         the host-specific section.
13427 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
13429         * configure.in: Move host-specific darwin noconfigdirs into
13430         the host-specific section.
13432 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13434         * configure: Remove skip-this-dir support.
13435         * Makefile.tpl: Remove skip-this-dir support.
13437         * Makefile.tpl: Remove leftover support for non-autoconfiscated
13438         subdirectories.
13439         * Makefile.in: Regenerate.
13441         * Makefile.tpl: Strip out useless setting of 'dir'.
13442         * Makefile.in: Regenerate.
13444 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13446         * configure.in: Fix deeply stupid bug.
13448         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13449         shell code in CXX_FOR_TARGET
13450         * Makefile.def: Introduce raw_cxx.
13451         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13452         RAW_CXX_FOR_TARGET.
13453         * Makefile.in: Regenerate.
13455 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13457         * Makefile.tpl: Remove unnecessary ifs.
13458         * Makefile.in: Regenerate.
13460         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
13461         dependencies.  Maybe-ize build-libiberty.  Create dummy install
13462         targets for 'no_install' modules.
13463         * configure: Move GDB_TK substitution to configure.in.  Move
13464         build_modules stuff to configure.in.
13465         * configure.in: Implement soft dependency machinery.  Maybe-ize
13466         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
13467         * Makefile.in: Regenerate.
13469 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13471         * Makefile.tpl: Make all-target, install-target behave similarly
13472         to all, install (only hitting configured targets).  Eliminate
13473         unused macro defintions.
13475         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13476         build != host.
13478         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13480         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13482         * configure.in: Produce lists of subdir targets we're actually
13483         configuring.  Remove references to "dosrel".
13484         * Makefile.tpl: Let configure set which subdir targets are hit.
13485         Remove install-cross; clean up install; remove ALL.  Remove
13486         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
13487         Autogenerate host module targets.  Remove empty dependency lines
13488         and redundant dependency; rearrange slightly.
13489         * Makefile.def: Add host-side libtermcap, utils.
13491         * Makefile.in: Regenerate.
13493 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13495         * ltconfig (osf[345]): Append $major to soname_spec.
13496         Reflect this in library_names_spec.
13497         * ltmain.sh (osf): Prefix $major with . for use as extension.
13499 2002-11-19  Andreas Jaeger  <aj@suse.de>
13501         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13502         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13503         and sparc64 GNU/Linux systems.
13505 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
13507         * MAINTAINERS: Update email.
13509 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13511         * MAINTAINERS: Complete James Dennett's entry.
13513 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13515         * MAINTAINERS (Write After Approval): Add myself.
13517 2002-11-13  Bruce Korb  <bkorb@gnu.org>
13519         * Makefile.tpl: syntactic cleanup
13521 2002-11-13  Stuart Hastings  <stuart@apple.com>
13523         * MAINTAINERS: Add myself to write-after-approval list.
13525 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13527         * Makefile.def: Add list of recursive targets to autogenerate.
13528         Add build_modules.
13529         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
13530         targets.  Autogenerate *-build-* targets.
13531         * Makefile.in: Regenerate.
13533 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
13535         * configure: More autoconf-style substitutions.
13536         * Makefile.tpl: More autoconf-style substitutions.
13537         * Makefile.in: Regenerate.
13539 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13541         * configure: Substitute more variables in a more autoconf-friendly
13542         way.  Simplify slightly.
13543         * Makefile.tpl: Make more variables substitutable in an
13544         autoconf-friendly way.
13545         * Makefile.in: Regenerate.
13547 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
13549         * MAINTAINERS (Write After Approval): Add myself.
13551 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
13553         * configure.in (v810*): Remove special setting of tools.
13555         * configure: Add support for extra required flags for ar or nm.
13556         * configure.in (aix4.3+): Use above support for target-specific
13557         issues, rather than using config/mt-aix43.
13559 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
13561         * configure: Remove 'removing', which doesn't work.  Replace $subdir
13562         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
13563         with $srcdir.  Reformat indentation.  Substitute some variables
13564         formerly hard-coded in the Makefile for build=host.
13565         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13566         * Makefile.def: Autogenerate more.
13567         * Makefile.in: Regenerate.
13569 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13571         * MAINTAINERS (Write After Approval): Add myself.
13573 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
13575         * Makefile.def (host_modules): Add rda.
13576         * Makefile.in: Regenerate.
13577         * configure.in (target_tool): Add target-rda to list.
13579 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13581         * MAINTAINERS: Remove "co-maintainer" note for web pages.
13583 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
13585         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
13586         and restrap targets to this rule.
13587         * Makefile.in:  Regenerate.
13589 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13591         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13592         GNATS only accounts.
13594 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
13596         * configure.in (i[3456]86-*-linux*): Add check to disable
13597         ${libgcj} for glibc1.
13599 2002-10-24  Denis Chertykov  <denisc@overta.ru>
13601         * MAINTAINERS: Add myself as ip2k port maintainer.
13603 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
13605         * configure.in: Add tic4x target.
13607 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13609         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13610         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13611         * Makefile.in: Regenerate.
13613         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13614         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13615         * Makefile.in: Regenerate.
13617 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
13619         * MAINTAINERS: Add myself as web pages co-maintainer.
13621 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13623         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13624         * Makefile.in: Regenerate.
13626 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
13628         * MAINTAINERS: Add myself and Nathan Sidwell
13629         <nathan@codesourcery.com> as VxWorks maintainers.
13631 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13633         * Makefile.def: Remove order dependency comments.
13634         * Makefile.tpl: Add explicit install-install dependencies.
13635         * Makefile.in: Regenerate.
13637         * Makefile.tpl: Remove material now in src-release.  (Finally!)
13638         * Makefile.in: Regenerate.
13640         * Makefile.tpl: Add configure-target (for src-release in src)
13641         * Makefile.in: Regenerate.
13643 2002-09-30  Nick Clifton  <nickc@redhat.com>
13645         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13647 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
13649         * configure.in (s390*-*-linux*): Enable libgcj.
13651 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
13653         * configure: Revert accidentally applied changes.
13655         * Makefile.tpl: Make more autoconf-friendly.
13656         * Makefile.in: Regenerate.
13657         * configure: Make substitution more autoconf-like.
13659 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
13661         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13662         single entry to handle all these.
13663         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
13664         libjava on arm-*-elf.
13666 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
13668         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13669         things that depend on them.
13671 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13673         * Makefile.tpl: Make subsituted variables more autoconfy.
13674         * Makefile.in: Regenerate.
13675         * configure: Make seds more autoconfy.
13677 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13679         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13680         * Makefile.in: Regenerate.
13681         * configure.in: Rewrite sed statements to look autoconfy.
13683         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13684         all-target-foo on configure-target-foo.
13685         * Makefile.def: Ditto.
13686         * Makefile.in: Rebuild.
13688 2002-09-25  Andrew Haley  <aph@redhat.com>
13690         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13692 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
13694         * Makefile.def: New file.
13695         * Makefile.tpl: New file.
13696         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13697         * contrib/gcc_update: Note that Makefile.in is a generated file.
13699         * configure.in: Minor rearrangement.  Simplify tests.
13701 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
13703         * configure.in (with_headers): Skip copy if value is "yes".
13704         (with_libs): Likewise.
13706 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
13708         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13709         * configure.in (sh*-*-pe*): Ditto.
13710         * configure.in (mips*-*-pe*): Ditto.
13711         * configure.in (*arm-wince-pe): Ditto.
13713         * configure.in: Rearrange.
13715 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
13717         * MAINTAINERS: Update my email address.
13719 2002-08-30  Paul Koning  <pkoning@equallogic.com>
13721         * MAINTAINERS: (Write After Approval): Add myself.
13723 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
13725         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13727 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
13729         * MAINTAINERS: Change my mailing address.
13731 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
13733         * MAINTAINERS (Write After Approval): Remove myself.
13734         (Various Maintainers: c++ runtime libs): Add myself.
13736 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
13738         * MAINTAINERS (Write After Approval): Remove myself.
13739         (Various Maintainers: c++ runtime libs): Add myself.
13741 2002-08-15  Eric Christopher  <echristo@redhat.com>
13743         * config.sub: Import from master repository.
13744         * config.guess: Ditto.
13746 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
13748         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13749         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13750         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13752 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
13754         * MAINTAINERS: Add self to rs6000 vector extensions.
13756 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
13758         * libiberty/configure: Reverted unintended yesterday's check in.
13760 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
13762         * boehm-gc/configure, libf2c/configure: Rebuilt.
13763         * libffi/configure, libiberty/configure: Ditto.
13764         * libjava/configure, libobjc/configure: Ditto.
13765         * libstdc++-v3/configure, zlib/configure: Ditto.
13766         Merged from binutils:
13767         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
13768         From Steve Ellcey <sje@cup.hp.com>:
13769         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13770         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13771         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13772         IA64.
13773         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13774         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13775         soname_spec, sys_lib_search_path_spec): Ditto.
13777 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
13779         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13781 2002-08-04  H.J. Lu  (hjl@gnu.org)
13783         * configure.in (mips*-*-linux*): Don't skip target-libffi.
13785 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
13787         * MAINTAINERS (Write After Approval): Add myself.
13789 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
13791         * configure.in: Move generic linux case to end.  Copy generic
13792         linux noconfigdirs to mips*-*-linux* entry and new
13793         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
13795 2002-07-19  Michael Matz  <matz@suse.de>
13797         * MAINTAINERS: Add myself as ra* maintainer.
13799 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
13801         * config.guess: Update to 2002-07-09 version.
13802         * config.sub: Update to 2002-07-03 version.
13804 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
13806         * MAINTAINERS: Fix typo in a maintainer email address.
13808 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13810         * configure.in: Remove two redundant tests.
13812 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13814         * configure.in (mips*-*-irix6*o32): Enable stabs.
13816 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
13818         * configure.in: Don't build grez.
13819         * Makefile.in: Ditto.
13821         * Makefile.in: Remove references to bsp, cygmon, libstub.
13822         * configure.in: Ditto.
13824         * configure.in: Remove leftover reference to gdbtest.
13826 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
13828         * configure.in (gxx_include_dir):  Change to match versioned
13829         C++ headers if --enable-version-specific-runtime-libs is used.
13831 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13833         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13835 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13837         * configure.in: Make --without-x work.
13839 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13841         * configure.in: Rearrange target Makefile fragment collection.
13843         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13844         cvs[src].
13845         * configure.in: Ditto.
13847 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13849         * MAINTAINERS (Write After Approval): Update my e-mail address.
13851 2002-06-24  Ben Elliston  <bje@redhat.com>
13853         * configure.in (host_tools): Remove cgen.
13855         * Makefile.in (all-cgen): Remove; runs from its source directory.
13856         (check-cgen, install-cgen, clean-cgen): Likewise.
13857         (all-opcodes): Do not depend on all-cgen.
13858         (all-sim): Likewise.
13860 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13862         * Makefile.in: Eliminate 'apache' targets.
13863         * configure.in: Eliminate 'apache' targets.
13865         * configure.in: Eliminate redundant tests.  Reorganize.
13867         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13869         * config-ml.in: Eliminate references to Cygnus configure.
13871         * Makefile.in: Eliminate references to building emacs.
13873 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13875         * MAINTAINERS: Update my email address.
13877 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13879         * config.if (libstdcxx_incdir): Version C++ headers.
13880         (cxx_incdir): Remove.
13882 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13884         * MAINTAINERS (Write After Approval): Add self.
13886 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13888         * configure.in: Add support for ip2k.
13890 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13892         * configure.in: Fix AIX configury bug.
13894 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13896         * MAINTAINERS (Write After Approval): Add self.
13898 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13900         * configure.in: replace ${topsrcdir} with ${srcdir}
13902         * configure.in: Move definition of libstdcxx_flags
13903         right above usage, rather than waaay earlier.
13905         * configure.in: Pull definition of is_cross_compiler earlier.
13907         * configure.in: Rearrange a little.
13909         * configure.in: Remove references to librx.
13910         * Makefile.in: Remove references to librx.
13912 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13914         * config.sub: Add support for avr target.
13915         Import from master sources, rev 1.255
13917 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13919         * configure, .cvsignore:  Revert previous change...
13920         * Makefile:  ...delete.
13922 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13924         * configure.in: Eliminate ${gasdir} variable.
13926 2002-06-18  Dave Brolley  <brolley@redhat.com>
13928         * configure.in: Add support for frv.
13929         * config.sub: Add support for frv.
13931 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13933         * configure:  Remove garbage from previous commit.
13935 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13937         * configure:  For in-source builds, make a subdir and re-exec there.
13938         * Makefile:  New file.  Pass targets through to build directory.
13939         * .cvsignore:  No longer ignore "Makefile".
13941 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13943         * MAINTAINERS (Write After Approval): Add self.
13945 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13947         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13949 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13951         * configure.in (vax-*-netbsd*): Re-enable gas.
13953 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13955         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13956         BUILD_PREFIX_1, to correct nomenclature.
13957         * configure: Likewise.
13959         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13960         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13962 2002-05-31  Olaf Hering  <olh@suse.de>
13964         * config-ml.in: Propogate DESTDIR also.
13966 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13968         * configure.in (vax-*-netbsd*): Don't build gas for this
13969         platform.
13971 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13973         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13974         and libgcj for AVR.
13976 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13978         * MAINTAINERS (Write After Approval): Add myself.
13980 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13982         * config.guess: Update to 2002-05-22 version.
13983         * config.sub: Likewise.
13985 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13987         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13988         * config-ml.in: Likewise.
13989         * configure: Likewise.
13990         * configure.in: Likewise.
13992 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13994         * MAINTAINERS: Update my email address.
13996 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13998         * configure.in: Simplify makefile fragment collection.
14000         * configure.in: Remove code to build emacs.
14002         * configure.in : Remove --srcdir argument from targargs and buildargs
14003         (it's always overridden in the Makefile anyway).  Rearrange a bit.
14005         * configure: Move some logic to configure.in.
14006         * configure.in: Move some logic from configure.
14008 2002-05-11  Tom Tromey  <tromey@redhat.com>
14010         * MAINTAINERS: Reflect libgcj reality.
14012 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
14014         * Makefile.in: Honour DESTDIR.
14016 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
14018         * config.guess: Import 2002-03-20 version.
14019         * config.sub: Import 2002-04-26 version.
14021 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14023         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
14025 2002-05-07  Tim Josling  <tej@melbpc.org.au>
14027         * MAINTAINERS: Add self.
14029 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
14031         * ltmain.sh: Detect and handle object name conflicts
14032         while piecewise linking a static library.
14034 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
14036         * configure.in (noconfigdirs): Don't disable libgcj on
14037         sparc64-*-solaris* and sparcv9-*-solaris*.
14039 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
14041         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
14043 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
14045         * configure.in (FLAGS_FOR_TARGET): Do not add
14046         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
14047         on i[3456]86-*-linux*.
14049 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
14051         * configure.in (noconfigdirs): Replace [ ] with test.
14053         * configure.in (noconfigdirs): Do not add target-newlib if
14054         target == i[3456]86-*-linux*, and host == target.
14056 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
14058         * configure.in: delete reference to absent file
14060         * configure.in: replace '[' with 'test'
14062         * configure.in: Eliminate references to gash.
14063         * Makefile.in: Eliminate references to gash.
14065         * configure.in: remove useless references to 'pic' makefile fragments.
14067         * configure.in: (*-*-windows*) Finish removing.
14069         * configure.in: Eliminate redundant test for libgui.
14071 2002-04-29  Roger Sayle  <roger@eyesopen.com>
14073         * MAINTAINERS: Add self and realphabetize.  Update entries
14074         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
14075         entry for a29k port maintainer.
14077 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
14079         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
14080         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
14082 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
14084         * configure.in: remove references to dead files
14086 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
14088         * MAINTAINERS: Add information about purpose of this file.
14090 2002-04-18  Tom Tromey  <tromey@redhat.com>
14092         * configure.in: Disallow configuring libgcj when it is already
14093         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
14094         Solaris 2.8 by default.  For PR libgcj/6158.
14096 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14098         * configure.in:  Move default CC setting out of config/mh-* fragments
14099         directly into here.
14101 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
14103         * configure.in: don't even try to configure or make a subdirectory
14104         if there's no configure script for it.
14106 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
14108         * MAINTAINERS: Remove chill maintainers.
14109         * Makefile.in (CHILLFLAGS): Remove.
14110         (CHILL_LIB): Remove.
14111         (TARGET_CONFIGDIRS): Remove libchill.
14112         (CHILL_FOR_TARGET): Remove.
14113         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
14114         CHILL_LIB.
14115         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
14116         (CHECK_TARGET_MODULES): Likewise.
14117         (INSTALL_TARGET_MODULES): Likewise.
14118         (CLEAN_TARGET_MODULES): Likewise.
14119         (configure-target-libchill): Remove.
14120         (all-target-libchill): Remove.
14121         * configure.in (target_libs): Remove target-libchill.
14122         Do not compute CHILL_FOR_TARGET.
14123         * libchill: Remove directory.
14125 2002-04-11  DJ Delorie  <dj@redhat.com>
14127         * Makefile.in, configure.in: Sync with binutils, entries
14128         follow...
14130 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
14132         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
14133         (do-tar, do-bz2): New rules.
14134         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
14135         (gdb-tar): New rule.
14136         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
14137         (insight_dejagnu.tar): New rule.
14138         (insight.tar): New rule.
14139         (gdb+dejagnu.tar): New rule.
14140         (gdb.tar): New rule.
14142 2002-02-01  Mo DeJong  <supermo@bayarea.net>
14144         * Makefile.in: Add all-tix to deps for all-snavigator
14145         so that tix is built when building snavigator.
14147 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
14149         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14150         ld and gdb are not supported.
14152 2002-01-07  Mark Salter  <msalter@redhat.com>
14154         * configure.in: Remove target-bsp and target-cygmon from arm builds.
14155         Allow target-libgloss to be built for arm, strongarm, and xscale.
14157 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
14159         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14160         options for i[3456]86-pc-linux* native builds.
14162 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
14164         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14165         files from .po files for a distribution.
14167 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
14169         * configure.in: Enable libstdc++-v3 for h8300 targets.
14171 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
14173         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14174         version from bfd/.
14176 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
14178         * Makefile.in (VER): When present, extract the version number from
14179         the file version.in.
14181 2001-05-24  Tom Rix  <trix@redhat.com>
14183         * configure.in : enable ld for aix
14185 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14187         * config.guess: Add linux target for S/390.
14189 2000-11-07  Philip Blundell  <pb@futuretv.com>
14191         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14193 2000-11-03  Philip Blundell  <pb@futuretv.com>
14195         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14196         files.
14198 2001-01-15  Ben Elliston  <bje@redhat.com>
14200         * configure.in (host_tools): Add sid.
14201         Always configure cgen.
14203 2000-11-24  Nick Clifton  <nickc@redhat.com>
14205         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14207 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
14209         * Makefile.in (ALL_MODULES): Add all-cgen.
14210         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14211         (all-cgen): New target.
14212         (all-opcodes,all-sim): Depend on all-cgen.
14213         * configure.in (host_tools): Add cgen.
14214         Only configure cgen if --enable-cgen-maint.
14216 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
14218         * configure.in: Add *-*-freebsd* configurations.
14220 2002-04-08  Tom Tromey  <tromey@redhat.com>
14222         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14223         Fixes PR libgcj/6068.
14225 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
14227         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14229 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14231         * configure.in (alpha*-dec-osf*): Enable libgcj.
14233 2003-03-27  Matthew Gingell  <gingell@gnat.com>
14235         * MAINTAINERS (Write After Approval): Add myself.
14237 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
14239         Fix for: PR bootstrap/3591, target/5676
14240         * configure.in (mcore-pe): Disable the configuration of
14241         libstdc++-v3 since exceptions are not supported.
14243 2002-03-20  Anthony Green  <green@redhat.com>
14245         * configure.in: Enable libgcj for xscale-elf target.
14247 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
14249         * MAINTAINERS:  Update my email address.
14251 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
14253         * ltmain.sh (relink_command): Fix typo in previous change.
14255 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
14257         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
14258         (relink_command): Added --tag flags.
14259         (mode=install): If relinking fails; error out.
14261 2002-03-12  Richard Henderson  <rth@redhat.com>
14263         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
14264         .NOTPARALLEL tag.
14265         (do-check): Rename from check.
14266         (check): Allow parallel check.
14268 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
14270         * MAINTAINERS: Add myself as maintainer for xtensa port.
14271         Fix alphabetical order in CPU port maintainer list.
14272         Remove myself from Write After Approval list.
14274 2002-03-11  Richard Henderson  <rth@redhat.com>
14276         * Makefile.in (.NOTPARALLEL): Add fake tag.
14278 2002-03-07  H.J. Lu  (hjl@gnu.org)
14280         * configure.in: Enable gprof for mips*-*-linux*.
14282 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
14284         * MAINTAINERS (Write After Approval): Add myself.
14286 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
14288         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14289         libjava.
14290         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14292 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
14294         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14295         because its Makefile is there; test for the executable instead.
14297 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14299         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14300         libstdc++-v3 and libjava.
14302 2002-02-11  Adam Megacz  <adam@xwt.org>
14304         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14305         boehm-gc
14307 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14309         * config.guess: Updated to 2002-01-30's version.
14310         * config.sub: Updated to 2002-02-01's version.
14311         Contribute sh64-elf.
14312         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14313         * configure.in: Added sh64-*-*.
14315 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
14317         * MAINTAINERS: Belatedly add myself to write after approval list.
14319 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
14321         * MAINTAINERS: Put self in as maintainer for x86-64 port.
14322         Remove self as Write After Approval.
14324 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
14326         * MAINTAINERS: Put self in as maintainer for contrib/regression
14327         directory.
14329 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
14331         * MAINTAINERS:  Update my email address.
14333 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
14335         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
14336         target-libiberty, and target-libgloss.  Skip Java-related
14337         libraries if not supported for NetBSD on target CPU.
14339 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
14341         * install-sh: Use _inst.$$_ for temp file name.
14343 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
14345         * MAINTAINERS (Write After Approval): Move my contact info
14346         from here...
14347         (OS Port Maintainers): ...to here (netbsd).
14349 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
14351         * MAINTAINERS (Write After Approval): Add myself.
14353 2002-01-17  H.J. Lu  <hjl@gnu.org>
14355         * Makefile.in (all-fastjar): Also depend on all-libiberty.
14356         (all-target-fastjar): Also depend on all-target-libiberty.
14358 2002-01-16  H.J. Lu  (hjl@gnu.org)
14360         * config.guess: Import from master sources, rev 1.225.
14361         * config.sub: Import from master sources, rev 1.238.
14363 2002-01-16  Kazu Hirata  <kazu@hxi.com>
14365         * MAINTAINERS (Write After Approval): Remove myself.
14367 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
14369         * MAINTAINERS (Write After Approval): Add myself.
14371 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14373         * MAINTAINERS: Add self as docs co-maintainer.
14375 2001-12-11  Matthias Klose  <doko@debian.org>
14377         * MAINTAINERS (Write After Approval): Add myself.
14379 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
14381         * MAINTAINERS: Update my email address.
14383 2001-12-07  Turly O'Connor  <turly@apple.com>
14384         * MAINTAINERS (Write After Approval): Add myself.
14385         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14386         (rs6000_initialize_trampoline): Call __trampoline_setup for
14387         ABI_DARWIN too.
14388         * darwin-tramp.asm: New file, implements __trampoline_setup.
14389         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14391 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
14393         * MAINTAINERS (Write After Approval): Add myself.
14395 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
14397         * configure, configure.in: Use temp file for long sed commands.
14399 2001-12-03  Laurent Guerby  <guerby@acm.org>
14401         * config.sub: Update to version 1.232 on subversion.
14403 2001-12-03  Ben Elliston  <bje@redhat.com>
14405         * MAINTAINERS: Update mail address for config.* patches.
14407 2001-11-27  DJ Delorie  <dj@redhat.com>
14408             Zack Weinberg  <zack@codesourcery.com>
14410         When build != host, create libiberty for the build machine.
14412         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14413         CONFIG_ARGUMENTS.
14414         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14415         New variables.
14416         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14417         and rules.
14418         (all.normal): Depend on ALL_BUILD_MODULES.
14419         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14420         (all-build-libiberty): Depend on configure-build-libiberty.
14422         * configure: Calculate and substitute proper value for
14423         ALL_BUILD_MODULES.
14424         * configure.in: Create the build subdirectory.
14425         Calculate and substitute TARGET_CONFIGARGS (formerly
14426         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14428 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
14430         * MAINTAINERS (write-after-approval): Add self.
14432 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14434         * MAINTAINERS (GNATS only accounts): Remove self.
14436 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
14438         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14439         libf2c.
14441 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
14443         * MAINTAINERS (Write After Approval): Add self.
14445 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14447         * MAINTAINERS: mips and s390 are also CPU ports.
14449 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
14451         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14453 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
14455         * MAINTAINERS: Alphabetize.
14457 2001-11-09  Kazu Hirata  <kazu@hxi.com>
14459         * MAINTAINERS (Various maintainers: h8 port): Add myself.
14461 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14463         * MAINTAINERS (Various maintainers: hppa port): Added myself.
14465 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
14467         * configure.in (--enable-languages): Be more permissive about
14468         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
14470 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
14472         * config.sub: Import from master sources, rev. 1.230.
14473         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14475 2001-11-07  Laurent Guerby  <guerby@acm.org>
14477         * MAINTAINERS (Write After Approval): Add self.
14479 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
14481         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14483 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
14485         * config.sub: Import from master sources, rev 1.226.
14486         * config.guess: Import from master sources, rev 1.216.
14488 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
14490         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14491         * MAINTAINERS: Add self as maintainer of MMIX port.
14492         Remove old after-approval entry.
14494 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14496         * ChangeLog, configure: Fix spelling errors.
14498 2001-10-20  Brendan Kehoe  <brendan@zen.org>
14500         * MAINTAINERS: Tweak my address.
14502 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
14504         * MAINTAINERS: Update my email address.
14506 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
14508         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14509         * MAINTAINERS: Add self as maintainer of CRIS port.
14511 2001-10-10  Geert Bosch  <bosch@gnat.com>
14513         * MAINTAINERS (Various maintainers: Ada front end):
14514         Added Robert Dewar.
14516 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
14518         * MAINTAINERS (Write After Approval): Added self
14520 2001-10-02  Geert Bosch  <bosch@gnat.com>
14522         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14524 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14526         * configure: Handle temporary files securely using mkdir.
14528 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
14530         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14532 2001-09-26  Will Cohen  <wcohen@redhat.com>
14534         * configure.in (*-*-linux*): Disable configuration of target-newlib
14535         and target-libgloss.
14537 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
14539         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14540         RANLIB.
14542 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
14544         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14545         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14546         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14547         avoid quotes nesting problems.
14548         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14549         (DO_X): Export only variables that are set.
14551 2001-09-19  Ben Elliston  <bje@redhat.com>
14553         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14554         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14555         semantics.  Use the shell built-in "type" command instead.
14557 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
14559         Merged from gcc-3_0-branch:
14560         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
14561         * ltcf-c.sh: Use $objext, not $ac_objext.
14562         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
14563         * ltcf-cxx.sh: Add support for GNU.
14564         2001-07-22  Timothy Wall  <twall@redhat.com>
14565         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
14566         default settings if using GNU tools with that configuration.
14567         * ltcf-cxx.sh: Ditto.
14568         * ltcf-gcj.sh: Ditto.
14569         2001-07-21  Michael Chastain  <chastain@redhat.com>
14570         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14571         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
14572         * ltmain.sh: Mark as gcc-local.
14574 2001-08-30  Eric Christopher  <echristo@redhat.com>
14575             Jason Eckhardt  <jle@redhat.com>
14577         * config.guess: Merge from master sources.
14578         * config.sub: Merge from master sources, add support for mipsisa32.
14580 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
14581         * config.sub: Merge from master sources, rev 1.219.
14582         * MAINTAINERS: Add self as contact for stormy16 port.
14584 2001-08-14  Zack Weinberg  <zackw@panix.com>
14586         * config.sub: Merge from master sources, rev 1.218.
14587         * config.guess: Merge from master sources, rev 1.209.
14589 2001-08-11  Graham Stott  <grahams@redhat.com>
14591         * Makefile.in (check-c++): Add missing semicolon.
14593 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
14595         * MAINTAINERS (Various maitainers: predict.def): Added myself.
14597 2001-07-30  Eric Christopher  <echristo@redhat.com>
14599         * MAINTAINERS (Various maintainers: mips port): Added myself.
14601 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14603         * configure.in (sh-*-linux*): New.
14605 2001-07-27  Richard Henderson  <rth@redhat.com>
14607         * .cvsignore: Add LAST_UPDATED.
14609 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
14611         * MAINTAINERS (Various maintainers: s390 port): Added myself.
14613 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
14615         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14617 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
14619         * MAINTAINERS (Write After Approval): Added myself.
14621 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14623         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14624         and libgcj on m68hc11/m68hc12.
14626 2001-06-27  H.J. Lu  (hjl@gnu.org)
14628         * Makefile (CFLAGS_FOR_BUILD): New.
14629         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14631 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14633         * README: Remove version number.
14635 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14637         * INSTALL/README: Update wrt. to the installation instructions now
14638         residing in gcc/doc/install.texi.
14640 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14642         * README: Replace with a cut-down and updated version of gcc/README.
14644 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
14646         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14647         multilibs to be disabled.
14649 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
14651         * MAINTAINERS (Write After Approval): Add myself.
14653 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
14655         * config.guess: Import CVS version 1.195.
14656         * config.sub: Import CVS version 1.212.
14658 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
14660         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14661         gcc/xgcc is built, use -print-prog-name to find out the program
14662         name to use.
14664 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
14666         * config.guess:  Import CVS version 1.194.  All gcc-local changes
14667         appear to also be in the master copy.
14668         * config.sub:  Import CVS version 1.211.
14670 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
14672         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14673         with_gcc]: Use `gcc -shared' to build a shared library.
14675 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14677         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14678         archives.
14680 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14682         * MAINTAINERS (Write After Approval): Add myself.
14684 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
14686         * configure.in (libstdcxx_flags): Do not try to execute
14687         libstdc++-v3/testsuite_flags until it exists.
14689 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
14691         * MAINTAINERS: Update my email address.
14693 2001-05-31  Graham Stott  <grahams@redhat.com>
14695         * MAINTAINERS (Write After Approval): Add myself.
14697 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
14699         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
14700         libraries when using g++ with native linker.
14702 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
14704         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14706 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
14708         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14709         [aix4*|aix5*]: Prepend blank.
14711 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
14713         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14714         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
14715         of subdir/configure scripts to use the new libtool.m4.
14717 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
14719         * MAINTAINERS (Write After Approval): Add myself.
14721 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
14723         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14725 2001-05-11  Ben Elliston  <bje@redhat.com>
14727         * Makefile.in (all-sid): New target.
14728         (check-sid, clean-sid, install-sid): Likewise.
14730 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
14732         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14734 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14736         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14737         libgcj.
14739 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
14741         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14742         gcc/xgcc is built, use -print-prog-name to find out the program
14743         name to use.
14745 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
14747         * configure.in (noconfigdirs): Don't reset it from scratch in the
14748         target case; only append to it.
14750         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14751         sparc-*-solaris2.8]: Disable ${libgcj}.
14753 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
14755         * configure.in (libgcj_saved): Copy from $libgcj.
14756         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14757         --disable-libgcj.
14759 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
14761         * MAINTAINERS: Remove self as MIPS maintainer and
14762         C front end maintainer.
14764 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
14766         * configure.in: Move *-chorusos target case to the proper switch.
14767         Disable libgcj.
14769 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14771         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14772         1.641.2.228.
14774 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14776         * Makefile.in (STAGE1_CFLAGS): Pass down.
14778 2001-04-13  Alan Modra  <amodra@one.net.au>
14780         * config.guess: Add hppa64-linux support.  Note for next import that
14781         this is already in the master file.
14782         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
14784 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
14786         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14787         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14789 2001-04-11  Stan Shebs  <shebs@apple.com>
14791         * MAINTAINERS: Add self as Darwin port maintainer.
14793 2001-04-11  Alan Modra  <amodra@one.net.au>
14795         * MAINTAINERS: Update my email address.
14797 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
14799         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14800         recent versions of FreeBSD (release 3 or later).
14801         * ltconfig: On FreeBSD, -lc must not be provided when building
14802         a shared library or else the standard -pthread gcc option is
14803         rendered worthless to later users of the built library.
14805 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14807         * MAINTAINERS: Add self and RTH as C front end maintainers.
14809 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
14811         * config.sub: Make sure to match an already-canonicalized
14812         machine name (eg. mn10300-unknown-elf).
14814 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
14816         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14817         New macros.
14818         (bootstrap, cross): Use RECURSE_FLAGS.
14819         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14821 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
14823         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14825 2001-03-22  Colin Howell  <chowell@redhat.com>
14827         * Makefile.in (DO_X): Do not backslash single-quotes in
14828         backquotes (two places).
14830 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14832         Re-installed:
14833         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14834         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14835         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14836         * ltcf-cxx.sh: Likewise.
14837         * ltcf-gcj.sh: Likewise.
14839 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14841         * MAINTAINERS: Add myself as "documentation co-maintainer".
14843 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14845         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14846         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14848 2001-03-19  Tom Tromey  <tromey@redhat.com>
14850         * config-ml.in: Handle GCJ and GCJFLAGS.
14852 2001-03-21  Michael Chastain  <chastain@redhat.com>
14854         * Makefile.in: all-m4 depends on all-texinfo.
14856 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14858         * MAINTAINERS: Add myself to write after approval list.
14860 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14862         * Makefile.in (DO_X): Quote nested quotes.
14864 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14866         * MAINTAINERS: Add myself to write after approval list.
14868 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14870         * Makefile.in (DO_X): Use double quotes for quoting
14871         "RANLIB=$${RANLIB}".
14873 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14875         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14877 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14879         * configure.in: Only use `lang_requires' for languages athat are
14880         actually enabled.
14882 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14884         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14886 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14888         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14890 2001-03-07  Tom Tromey  <tromey@redhat.com>
14892         * configure.in: Allow config-lang.in to set `lang_requires' to list
14893         of other required languages.
14895 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14897         * Makefile.in: Remove RANLIB definition. Use RANLIB
14898         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14899         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14901 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14902             Alexandre Oliva  <aoliva@redhat.com>
14904         * Makefile.in (check-c++): Use tabs, not spaces.
14906 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14908         * MAINTAINERS: add myself to Write After Approval list.
14910 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14912         * Makefile.in (check-c++): New rule.
14914         * configure.in (target_libs): Remove libg++.
14915         (noconfigdirs): Remove libg++.
14916         (noconfigdirs): Same.
14917         (noconfigdirs): Same.
14918         (noconfigdirs): Same.
14920         * config-ml.in: Remove libg++ references.
14922         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14923         (ALL_TARGET_MODULES): Same.
14924         (configure-target-libg++): Remove.
14925         (all-target-libg++): Remove.
14926         (configure-target-libio): Remove.
14927         (all-target-libio): Remove.
14928         (check-target-libio): Remove.
14929         (.PHONY): Remove.
14930         (libg++.tar.bz2): Remove.
14931         (all-target-cygmon): Remove libio.
14932         (all-target-libstdc++): Remove.
14933         (configure-target-libstdc++): Remove.
14934         (TARGET_LIB_PATH): Remove libstdc++.
14935         (ALL_GCC_CXX): Remove libstdc++.
14936         (all-target-gperf): Correct.
14938 2001-02-16  Nick Clifton  <nickc@redhat.com>
14940         * configure.in (noconfigdirs): Allow configuration of texinfo
14941         for Cygwin hosts.
14943 2001-02-15  Anthony Green  <green@redhat.com>
14945         * configure: Introduce GCJ_FOR_TARGET.
14946         * configure.in: Ditto.
14947         * Makefile.in: Ditto.
14949 2001-02-13  Andreas Schwab  <schwab@suse.de>
14951         * MAINTAINERS: Update mail address.
14953 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14955         * config.guess: Add linux target for S/390.
14956         * config.sub: Likewise.
14958 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14960         * configure.in: for *-chorusos, don't config target-newlib and
14961         target-libgloss.
14963 2001-02-06  Ben Elliston  <bje@redhat.com>
14965         * configure: Output host type to stdout, not stderr.
14967 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14969         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14970         * ltcf-cxx.sh: Likewise.
14972         * config.if: Assume enable_libstdcxx_v3 is defined.
14974 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14976         Remove V2 C++ library.
14977         * configure.in: Remove --enable-libstdcxx_v3 support.
14979 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14981         * include/demangle.h: Add prototype for java_demangle_v3.
14983 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14985         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14987 2001-01-27  Richard Henderson  <rth@redhat.com>
14989         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14991 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14993         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14994         Don't unset, it's non-portable and no longer necessary, set to empty
14995         instead.
14997 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14999         * ltconfig: Shell portability fix for the tagname validity check.
15001 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
15003         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
15004         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
15006 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15008         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
15010 2001-01-26  Tom Tromey  <tromey@redhat.com>
15012         * configure.in: Allow libgcj to be built on Sparc Solaris.
15014 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
15016         * ltcf-c.sh: Add aix5 case.
15017         * ltcf-cxx.sh: Likewise.
15018         * ltconfig: Likewise.
15020 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
15022         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
15023         keep at least one of build_libtool_libs or build_old_libs set to
15024         yes.
15026         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
15027         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
15029 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
15031         * configure.in: Enable libgcj on several additional platforms.
15033 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
15035         * configure.in: Enable libgcj for linux targets.
15037 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15039         * MAINTAINERS (Write After Approval): Add myself.
15041 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15043         * MAINTAINERS: Add myself as vax port maintainer.
15045 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
15047         * MAINTAINERS: Add myself as Mercury front-end maintainer.
15049 2001-01-09  Mike Stump  <mrs@wrs.com>
15051         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
15052         failures of subdirectories.
15054 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15056         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
15057         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
15058         * ltcf-cxx.sh: Likewise.
15059         * ltcf-gcj.sh: Likewise.
15060         * ltconfig.sh: Fix typo.
15062 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15064         * configure: handle DOS-style absolute paths.
15066 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
15068         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
15070 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
15072         * MAINTAINERS: Add myself as avr port co-maintainer.
15074 2000-12-28  Ben Elliston  <bje@redhat.com>
15076         * MAINTAINERS: Add myself under ``Write After Approval''.
15078 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
15080         * texinfo: Remove directory from GCC.
15082 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15084         * COPYING: Update to current
15085         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
15086         to 19yy as example year in copyright notice).
15088 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
15090         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
15091         (libstdcxx_incdir): Pass down.
15092         * config.if: Remove expired bits for cxx_interface, add stub.
15093         (libstdcxx_incdir): Add variable for g++ include directory.
15094         * configure.in (gxx_include_dir): Use it.
15096 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
15098         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
15099         with old-email address from ``Write After Approval''.
15101 2000-12-15  Andreas Jaeger  <aj@suse.de>
15103         * configure.in: Handle lang_dirs.
15105 2000-12-14  Tom Tromey  <tromey@redhat.com>
15107         * MAINTAINERS: Removed brads.
15109         * MAINTAINERS: Added gcj developers.
15111 2000-12-13  Anthony Green  <green@redhat.com>
15113         * configure.in: Disable libgcj for any target not specifically
15114         listed.  Disable libgcj for x86 and Alpha Linux until compatible
15115         with g++ abi.
15117 2000-12-13  Mike Stump  <mrs@wrs.com>
15119         * Makefile.in (local-distclean): Also remove fastjar.
15121 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
15123         * contrib/gcc_update: Add fastjar --touch entries.
15125 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
15127         * configure.in: Disable language-specific target libraries for
15128         languages that aren't enabled.
15130 2000-12-10  Anthony Green  <green@redhat.com>
15132         * configure.in: Define libgcj.  Disable libgcj target libraries for
15133         most targets.
15135 2000-12-10  Neil Booth  <neilb@earthling.net>
15137         * MAINTAINERS: Update mail address, remove from WAA list.
15139 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15141         * libjava: Imported from /cvs/java.
15142         * libffi: Likewise.
15143         * Boehm-gc: Likewise.
15145 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15147         * configure.in (target_libs): Revert 2000-12-08 patch.
15148         (noconfigdirs): Added target-libjava.
15150 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15152         * djunpack.bat: removed.
15154 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
15156         * Makefile.in: handle DOS-style absolute paths.
15157         * config-ml.in: likewise.
15158         * symlink-tree: likewise.
15160 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15162         * fastjar: Imported.
15164 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15166         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15167         libjava.
15168         * configure.in (target_libs): Removed `target-libjava'.
15170 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15172         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15173         (ALL_MODULES): Added fastjar.
15174         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15175         (all-target-libjava): all-fastjar replaces all-zip.
15176         (all-fastjar): Added.
15177         (configure-target-fastjar, all-target-fastjar): Likewise.
15178         * configure.in (host_tools): Added fastjar.
15180 2000-12-07  Mike Stump  <mrs@wrs.com>
15182         * Makefile.in (local-distclean): Remove leftover built files.
15184 2000-11-24  Nick Clifton  <nickc@redhat.com>
15186         * configure.in (xscale-elf): Add target.
15187         (xscale-coff): Add target.
15189 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
15191         * ltcf-cxx.sh: Support creation of C++ shared libraries on
15192         recent versions of FreeBSD (release 3 or later).
15193         * ltconfig: On FreeBSD, -lc must not be provided when building
15194         a shared library or else the standard -pthread gcc option is
15195         rendered worthless to later users of the built library.
15197 2000-11-16  Fred Fish  <fnf@be.com>
15199         * configure.in (enable_libstdcxx_v3): Fix typo,
15200         libstd++ -> libstdc++.
15202 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15204         * MAINTAINERS: Add self to Write After Approval list.
15206 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
15208         * MAINTAINERS: Update my email address.  Add myself to global write
15209         privs list.
15211 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
15213         * Makefile.in: Merge with src and libgcj.
15214         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
15215         configure-target-<library> when their configure scripts need the C
15216         or C++ library to have already been built to work properly.
15217         (do_proto_toplev): Set them to an empty string.
15219         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15220         (REALLY_SET_LIB_PATH): Use them.
15222 2000-11-17  Stan Shebs  <shebs@apple.com>
15224         * MAINTAINERS: Add self to Write After Approval list.
15226 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15228         * configure: Provide the original toplevel configure arguments
15229         (including $0) to subprocesses in the environment rather than
15230         through gcc/configargs.h.
15232 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15234         * MAINTAINERS: Remove references to cccp. Change C9X reference to
15235         C99.  Alphabetise "Write After Approval" list.
15237 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
15239         * configure: Turn on libstdc++ V3 by default.
15241         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15242         if we've got GCC.
15244 2000-11-11  Philip Blundell  <philb@gnu.org>
15246         * MAINTAINERS: Add self to Write After Approval list.
15248 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
15250         * ltcf-c.sh (aix4): Improve shared library configuration; require
15251         exporting symbols.
15252         * ltcf-cxx.sh (aix4): Define.
15253         * ltconfig (aix4): Define library and soname specs appropriate for
15254         AIX.  Define command to create export symbols list.
15256 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
15258         * config.sub: Add support for Sun Chorus
15260 2000-10-31  Nick Clifton  <nickc@redhat.com>
15262         * MAINTAINERS: Rename <name>@cygnus.com addresses to
15263         <name>@redhat.com.  Also installed new email address for Clint
15264         Popetz.
15266 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
15268         * etc: Remove directory from GCC.
15270 2000-10-16  Michael Meissner  <meissner@redhat.com>
15272         * configure (gcc/configargs.h): Only create if there is a build GCC
15273         directory created.
15275 2000-10-16  Matthias Klose  <doko@debian.org>
15277         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15278         when configured for libstdc++-v3.
15280 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
15282         * configure: Save configure arguments to gcc/configargs.h.
15284 2000-10-04  Philipp Thomas  <pthomas@suse.de>
15286         * config.guess: Import CVS version 1.157.
15287         * config.sub: Import CVS version 1.181.
15289 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
15291         * Makefile.in (bootstrap): avoid recursion if subdir missing
15292         (cross): ditto
15293         (do-proto-toplev): ditto
15295 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
15297         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15298         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15300         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15301         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
15302         all affected `configure' scripts.
15304 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
15306         * MAINTAINERS: Add self as cpplib co-maintainer.
15308 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
15310         * MAINTAINERS: Add self to Write After Approval list.
15312 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15314         * INSTALL/README: egcs -> GCC update.
15316 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
15318         * MAINTAINERS: Add myself to Write After Approval list.
15320 2000-09-15  Kazu Hirata  <kazu@hxi.com>
15322         * MAINTAINERS: Add myself to Write After Approval list.
15324 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
15326         * configure.in: Do not build byacc for hppa64.  Provide paths to the
15327         X11 libraries for hppa64.
15329 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15331         * MAINTAINERS: Add myself as 68hc11 port maintainer.
15333 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
15335         * Makefile.in (all-zlib): Added dummy target.
15337         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15338         ltcf-gcj.sh: Updated from libtool multi-language branch.
15340 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
15342         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15343         (bootstrap*): Depend on all-bootstrap.
15345 2000-09-05  Philipp Thomas  <pthomas@suse.de>
15347         * config.guess: Import CVS version 1.156.
15348         * config.sub: Import CVS version 1.179.
15350 2000-09-02  Anthony Green  <green@cygnus.com>
15352         * Makefile.in (all-gcc): Depend on all-zlib.
15353         (CLEAN_MODULES): Add clean-zlib.
15354         (ALL_MODULES): Add all-zlib.
15355         * configure.in (host_libs): Add zlib.
15357 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
15359         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15360         crosses, but add gcc/include to the header search path for them.
15362 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
15364         * MAINTAINERS: Add self to Write After Approval list.
15366 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15368         * config.guess: Import CVS version 1.152.
15369         * config.sub: Import CVS version 1.177.
15371 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
15373         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15374         $targargs to tell whether newlib is going to be built.
15376         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15377         $$r/TARGET_SUBDIR/libio for _G_config.h.
15379 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
15381         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15383 2000-08-22  DJ Delorie  <dj@redhat.com>
15385         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15387 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
15389         * config-ml.in (CC, CXX): Avoid trailing whitespace.
15390         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15391         sub-configures.
15393 2000-08-21  DJ Delorie  <dj@redhat.com>
15395         * MAINTAINERS: Add self as a libiberty maintainer
15397 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
15399         * configure.in (libstdcxx_flags): Use
15400         libstdc++-v3/src/libstdc++.INC.
15402 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
15404         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15406 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
15408         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15410         * configure: Make enable_threads and enable_shared defaults
15411         explicit.  Substitute enable_threads into generated Makefiles.
15412         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15413         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15415 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15417         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15419 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
15421         * config-ml.in (CC): Remove bogus duplicate quotation mark from
15422         previous delta.
15424 2000-08-11  Jason Merrill  <jason@redhat.com>
15426         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15427         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15428         (FLAGS_FOR_TARGET): Not here.
15429         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15431 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
15433         * config-ml.in (CC, CXX): Don't introduce a leading space.
15435 2000-08-07  DJ Delorie  <dj@delorie.com>
15437         * MAINTAINERS: Add self as a DJGPP maintainer
15439 2000-08-07  DJ Delorie  <dj@redhat.com>
15441         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15442         "if we're also building gcc, and it's a gcc that will run on the
15443         build machine, we want to use its includes instead of the system's
15444         default includes".
15446 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15448         * MAINTAINERS: Add self to Write After Approval list.
15450 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
15452         * configure.in (libstdcxx_flags): Don't use `"'.
15454         * config-ml.in: Adjust multilib search paths to the
15455         appropriate multilib tree.
15457 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
15459         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15460         commas in $LANGUAGES.
15462 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
15464         * configure.in: Re-enable all references to libg++ and librx.
15466 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
15468         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15469         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
15470         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15471         * ltcf-cxx.sh (need_lc): Set based on postdeps.
15473         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15475 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
15477         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15478         CXX_FOR_TARGET for sed.
15480 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
15482         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15483         Do not override if already set in the environment or in configure.
15484         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15485         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15487 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
15489         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15490         the libtool CVS tree multi-language branch.
15491         * ltconfig, ltmain.sh: Updated.
15493 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
15495         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15496         (clean-target): Depend on it.
15498         * Makefile.in (FLAGS_FOR_TARGET): New macro.
15499         (GCC_FOR_TARGET): Use it.
15500         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15501         * configure.in: ... here.
15502         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
15503         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15505 2000-07-24  Eric Christopher  <echristo@cygnus.com>
15507         * MAINTAINERS: Add self to Write After Approval list.
15509 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
15511         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15512         (configure-target-libchill, configure-target-libobjc): Likewise.
15514         * configure.in: Use the same cache file for all target libs.
15515         * config-ml.in: But different cache files per multilib variant.
15517 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
15519         * configure (topsrcdir): Don't use dirname.
15521 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
15523         * MAINTAINERS: Add self to Write After Approval list.
15525 2000-07-20  Jason Merrill  <jason@redhat.com>
15527         * configure.in: Remove all references to libg++ and librx.
15529         * configure, configure.in, Makefile.in: Unify gcc and binutils.
15531 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
15533         * config.sub: Update to subversions version 2000-07-06.
15535 2000-07-12  Andrew Haley  <aph@cygnus.com>
15537         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15538         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15540 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
15542         * symlink-tree:  Check number of arguments.
15544 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15546         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15547         search path for a g++ extracted from the build tree.  This
15548         will allow link tests run by configure scripts in
15549         subdirectories to succeed.
15551 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
15553         * ltconfig: Add support for mips-dde-sysv4.2MP
15555 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15557         * MAINTAINERS: Add myself as loop discovery maintainer.
15559 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
15561         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15562         `os2'. Force ac_cv_exeext to be ".exe" in that case.
15564 2000-06-19  Timothy Wall  <twall@cygnus.com>
15566         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15567         * config.sub: Add tic54x target.
15569 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15571         * MAINTAINERS: Add self as Fortran maintainer,
15572         remove Craig Burley.
15574 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15576         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15577         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15579 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
15581         * MAINTAINERS: Add self as i18n maintainer
15583 20000-05-21  H.J. Lu  (hjl@gnu.org)
15585         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15586         directory are used if they exist. Make sure
15587         $(build_tooldir)/include is searched for header files,
15588         $(build_tooldir)/lib/ for library files.
15589         (GCC_FOR_TARGET): Likewise.
15590         (CXX_FOR_TARGET): Likewise.
15592 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
15594         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15596 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
15598         * Makefile.in (configure-target-libiberty): Depend on
15599         configure-target-newlib.
15601 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
15603         * configure.in, Makefile.in: Merge all libffi-related
15604         configury stuff from the libgcj tree.
15606 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15608         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15609         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15611 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15613         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15614         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15615         current version information.  Add to proto-toplev directory.
15616         (gdb-taz): Build do-djunpack.
15618 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
15620         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15622 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15624         * MAINTAINERS: Add self to Write After Approval list.
15626 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15628         * ltmain.sh: Preserve in relink_command any environment
15629         variables that may affect the linker behavior.
15631 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
15633         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15635 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
15637         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15639 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15641         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15642         with the version name.
15644 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
15646         * MAINTAINERS: Add self as bb-reorder maintainer.
15648 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
15650         * config.if: Tweak.
15652 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
15654         * djunpack.bat: New file.
15656 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15658         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15659         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15660         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15661         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15663 2000-04-16  Dave Pitts  <dpitts@cozx.com>
15665         * config.sub (case $basic_machine): Change default for "ibm-*"
15666         to "openedition".
15668 2000-04-13  Andreas Jaeger  <aj@suse.de>
15670         * MAINTAINERS: Added myself.
15672 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15674         * Makefile.in (gdb-taz): New target.  GDB specific archive.
15675         (do-md5sum): New target.
15676         (MD5PROG): Define.
15677         (PACKAGE): Default to TOOL.
15678         (VER): Default to a shell script.
15679         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
15680         md5 checksum generation.
15681         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15682         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15683         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15684         insight.tar.bz2): Use gdb-taz to create archive.
15686 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15688         * configure (warn_cflags): Delete.
15690 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
15692         * MAINTAINERS: Added myself.
15694 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15695             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
15697         * configure.in (enable_libstdcxx_v3): Add.
15698         (target_libs): Add bits here to switch between libstdc++-v2 and
15699         libstdc++-v3.
15700         * config.if: And this file too.
15701         * Makefile.in: Add libstdc++-v3 targets.
15703 2000-04-05  Michael Meissner  <meissner@redhat.com>
15705         * config.sub (d30v): Add d30v as a basic machine type.
15707 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
15709         * configure.in: -linux-gnu*, not -linux-gnu.
15711 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
15713         * MAINTAINERS: Add self in write-after-approval section.
15715 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
15717         * MAINTAINERS: Add self as ia64 port maintainer.
15719 2000-03-08  Neil Booth  <NeilB@earthling.net>
15721         * MAINTAINERS: Add self in write-after-approval section.
15723 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15725         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15726         (do-tar-bz2): Replace TOOL with PACKAGE.
15727         (gdb.tar.bz2): Remove GDBTK from GDB package.
15728         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15729         dejagnu.tar.bz2): New packages.
15731 2000-02-27  Andreas Jaeger  <aj@suse.de>
15733         * configure.in: Add entry for mips*-*-linux*, move catch all
15734         *-*-*linux* entry below this one.
15736 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
15738         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15740 2000-02-24  Nick Clifton  <nickc@cygnus.com>
15742         * config.sub: Support an OS of "wince".
15744 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15746         * config.guess, config.sub: Updated to match config's 2000-02-15
15747         version.
15749 2000-02-23  Linas Vepstas  <linas@linas.org>
15751         * config.sub: Add support for Linux/IBM 370.
15752         * configure.in: Likewise.
15754 2000-02-22  Nick Clifton  <nickc@cygnus.com>
15756         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15758 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
15760         * config.guess: Guess "cygwin" rather than "cygwin32".
15762 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15764         * configure (gcc_version): When setting, narrow search to
15765         lines containing `version_string'.
15767 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15769         * config.sub: Add support for avr target.
15771 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15773         * MAINTAINERS: Add maintainers for MCore port.
15775 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15777         * config.sub: Add mmix-knuth-mmixware.
15779 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15781         * MAINTAINERS: Pair cccp with cpplib maintainership.
15783 2000-01-27  Christopher Faylor  <cgf@redhat.com>
15785         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15786         structure stuff to -L library search.
15787         (CXX_FOR_TARGET): Ditto.
15788         (CROSS_CHECK_MODULES): Fix spelling mistake.
15790 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15792         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15793         the C++ compiler.
15795 2000-01-12  Richard Henderson  <rth@cygnus.com>
15797         * configure.in: Don't build some bits for beos.
15799 2000-01-12  Joel Sherrill (joel@OARcorp.com)
15801         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15802         as include files.
15804 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
15806         * Add self as cpplib maintainer, as requested by Jason
15807         Merrill.  Correct my e-mail address.
15809 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
15811         * configure.in: Use mt-aix43 to handle *_TARGET defs,
15812         not mh-aix43.
15814 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
15816         * MAINTAINERS: Add myself to "write after approval" list.
15818 1999-12-14  Richard Henderson  <rth@cygnus.com>
15820         * config.guess (alpha-osf, alpha-linux): Detect ev67.
15821         * config.sub: Accept alphaev[78], alphaev8.
15823 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15825         * config.guess, config.sub: Update from autoconf.
15827 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
15829         * MAINTAINERS:  update my playtime e-address.
15831 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15833         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15834         necessary libraries are missing.
15836 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15838         * MAINTAINERS: Add new 'write after approval' maintainer.
15840 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15842         * MAINTAINERS: Add new Java maintainer.
15844 1999-10-25  Andreas Schwab  <schwab@suse.de>
15846         * configure: Fix quoting inside arguments of eval.
15848 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15850         * config-ml.in: Allow suppression of some ARM multilibs.
15852 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15854         * config.guess: Add OS/390 match pattern.
15855         * config.sub: Add mvs, openedition targets.
15856         * configure.in (i370-ibm-opened*): New.
15858 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15860         * config.sub: Add support for configuring for pj.
15862 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15864         * config.sub (maybe_os): Add support for configuring for fr30.
15866 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15868         * configure.in: Do not configure or build ld for AIX
15869         platforms.  ld is known to be broken on these platforms.
15871 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15873         * config-ml.in: Pass compiler flag corresponding to multidirs to
15874         subdir configures.
15876 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15878         * Makefile.in (LDFLAGS): Define.
15880 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15882         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15883         noconfigdirs.
15884         (*-*-cygwin*): Likewise.
15886 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15888         * mkdep: New file.
15889         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15890         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15892         From Eli Zaretskii <eliz@is.elta.co.il>:
15893         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15894         long file name when using DJGPP on MS-DOS.
15896 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15898         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15900 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15902         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15903         dependency as this causes "make check" to globally "make all"
15905 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15907         * configure.in (target_libs): Added target-zlib.
15908         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15909         (CONFIGURE_TARGET_MODULES): Likewise.
15910         (CHECK_TARGET_MODULES): Likewise.
15911         (INSTALL_TARGET_MODULES): Likewise.
15912         (CLEAN_TARGET_MODULES): Likewise.
15913         (configure-target-zlib): New target.
15914         (all-target-zlib): Likewise.
15915         (all-target-libjava): Depend on all-target-zlib.
15916         (configure-target-libjava): Depend on configure-target-zlib.
15918         * Makefile.in (configure-target-libjava): Depend on
15919         configure-target-newlib.
15920         (configure-target-boehm-gc): New target.
15921         (configure-target-qthreads): New target.
15923         * configure.in (target_libs): Added target-qthreads.
15924         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15925         (CONFIGURE_TARGET_MODULES): Likewise.
15926         (CHECK_TARGET_MODULES): Likewise.
15927         (INSTALL_TARGET_MODULES): Likewise.
15928         (CLEAN_TARGET_MODULES): Likewise.
15929         (all-target-qthreads): New target.
15930         (configure-target-libjava): Depend on configure-target-qthreads.
15931         (all-target-libjava): Depend on all-target-qthreads.
15933         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15934         (CONFIGURE_TARGET_MODULES): Likewise.
15935         (CHECK_TARGET_MODULES): Likewise.
15936         (INSTALL_TARGET_MODULES): Likewise.
15937         (CLEAN_TARGET_MODULES): Likewise.
15938         (all-target-libjava): New target.
15939         (all-target-boehm-gc): Likewise.
15940         * configure.in (target_libs): Added libjava, boehm-gc.
15942 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15944         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15945         configure.bat in SUPPORT_FILES.
15946         (gas+binutils.tar.bz2): Likewise.
15948         * makeall.bat: Remove; obsolete.
15950 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15952         From Mark Elbrecht:
15953         * configure.bat: Remove; obsolete.
15955 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15957         * configure: Add -W -Wall to the default CFLAGS when compiling with
15958         gcc.
15960 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15962         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15964 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15966         * configure.in: Build ld on IRIX6.
15968 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15970         * Makefile.in: Change distribution targets to use bzip2 instead of
15971         gzip.
15972         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15973         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15975 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15977         * config.sub: Add mcore target.
15979 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15981         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15983 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15985         * config.guess (dummy): Changed to $dummy.
15987 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15989         * config.sub: Tidied up case statements.
15991 1999-05-22  Ben Elliston  <bje@cygnus.com>
15993         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15994         <jiro@din.or.jp>.
15996         * config.guess: Merge with FSF version. Future changes will be
15997         more accurately recorded in this ChangeLog.
15998         * config.sub: Likewise.
16000 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
16002         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
16004 1999-04-30  Tom Tromey  <tromey@cygnus.com>
16006         * ltmain.sh: [mode link] Always use CC given by ltconfig.
16008 1999-04-23  Tom Tromey  <tromey@cygnus.com>
16010         * ltconfig, ltmain.sh: Update to libtool 1.2f.
16012 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
16014         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
16015         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
16016         Bad merge removed these two changes.
16018 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
16019                           Martin Heller (Ing.-Buero_Heller@t-online.de)
16021         * config.guess (interix Alpha): Add.
16023 1999-04-11  Richard Henderson  <rth@cygnus.com>
16025         * configure.in (i?86-*-beos*): Do config gperf; don't config
16026         gdb, newlib, or libgloss.
16028 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
16030         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
16031         link a trivial program with -mabi=64.  If it fails, remove mabi=64
16032         from multidirs.
16034 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
16036         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
16038 1999-04-08  Nick Clifton  <nickc@cygnus.com>
16040         * config.sub: Add support for mcore targets.
16042 1999-04-07  Michael Meissner  <meissner@cygnus.com>
16044         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
16045         not mt-ospace, in order to shut up assembler warning about using
16046         symbols that are named the same as registers.
16048 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
16050         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
16051         dependency list for all-target-cygmon.
16053 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
16055         * config-ml.in: Check $host, not $target, for selective multilibs.
16056         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
16057         thumb interworking, and underscore prefix multilibs.
16059 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
16061         * missing: Update to version from current automake.
16063 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
16065         * configure (gxx_include_dir): Removed.
16067         * configure.in (gxx_include_dir): Handle it.
16068         * Makefile.in: Likewise.
16070 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
16072         * config.sub (mips64vr4111,mips64vr4111el) Add.
16074 1999-03-21  Ben Elliston  <bje@cygnus.com>
16076         * config.guess: Correct typo for detecting ELF on FreeBSD.
16078 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
16080         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
16081         config/mh-djgpp.
16083 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
16085         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
16086         all-target-newlib to dependency list for all-target-bsp.
16088 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16090         * config.sub: Add i386-uwin support.
16091         * config.guess: Likewise.
16093 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16095         * configure.in: cleanup, add mh-*pic handling for arm, special
16096         case powerpc*-*-aix*
16098 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
16100         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
16101         can be built.
16103 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
16105         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
16106         targets.
16108 1999-03-02  Nick Clifton  <nickc@cygnus.com>
16110         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
16112 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
16114         * config.sub: Check for "cygwin*" rather than "cygwin32*"
16116 1999-02-24  Nick Clifton  <nickc@cygnus.com>
16118         * config.sub: Fix typo in arm recognition.
16120 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
16122         * configure.in (noconfigdirs): Changed target_configdirs to
16123         include target-bsp only for m68k-*-elf* and m68k-*-coff*
16124         rather than m68k-*-* since it is not known to work on
16125         m68k-aout. Ditto for arm-*-*oabi.
16127 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
16129         * configure.in (*-*-windows*): Remove, no longer used.
16131 1999-02-19  Ben Elliston <bje@cygnus.com>
16133         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
16134         Smart and improved by Andrew Cagney.
16136 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
16138         * config.guess: Recognize openbsd-*-hppa.
16140 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
16142         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
16143         only if it is not empty.
16145 1999-02-17  Nick Clifton  <nickc@cygnus.com>
16147         Patch from: Scott Bambrough <scottb@corelcomputer.com>
16149         * config.guess: Modified to recognize uname's armv* syntax.
16151         * config.sub: Modified to recognize uname's armv* syntax.
16153 1999-02-17  Mark Salter  <msalter@cygnus.com>
16155         * configure.in: Added target-bsp for sparclite.
16157 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
16159         * config.sub: Recognize alphapca5[67] and up to alphaev8.
16161 1999-02-08  Nick Clifton  <nickc@cygnus.com>
16163         * configure.in: Add support for strongarm port.
16164         * config.sub: Add support for strongarm target.
16166 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16168         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16169         the old name config/mh-cygwin32.
16170         Enable texinfo.
16172 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
16174         * configure.in: Do build ld for ix86 Solaris.
16176 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
16178         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
16179         $AR_FOR_TARGET.  Likewise for RANLIB.
16181 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
16183         * config.sub (oabi):  Recognize.
16184         * configure.in (arm-*-oabi):  Handle.
16186 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
16188         * config.guess: Improve detection of i686 on UnixWare 7.
16190 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16192         * config.guess: Add support for i386-pc-interix.
16193         * config.sub: Likewise.
16194         * configure.in: Likewise.
16196 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
16198         * Makefile.in: Remove unneeded all-target-libio from
16199         from all-target-winsup target since it is now unneeded.
16200         Add all-target-libtermcap in its place since it is now
16201         needed.
16203 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
16205         * configure.in: makefile stub for cygwin target is probably
16206         unnecessary.  Remove it for now.
16208 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
16210         * configure.in: libtermcap.a should be built when cygwin is the
16211         target as well as the host.
16212         * config.guess: Allow mixed case in cygwin uname output.
16213         * Makefile.in: Add libtermcap target.
16215 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
16217         * config.sub: Clean up handling of hppa2.0.
16219 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
16221         * config.guess: Use C code to identify more HP machines.
16223 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
16225         * config.sub: Handle hppa2.0.
16227 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
16229         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
16230         cygmon for all sparclite targets, regardless of object format.
16232 1998-12-15  Mark Salter  <msalter@cygnus.com>
16234         * configure.in: Added target-bsp for several target architectures.
16236         * Makefile.in: Added rules for bsp.
16238 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
16240         * config.guess: Improve detection of hppa2.0 processors.
16242 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
16244         * config.guess: Recognize FreeBSD using ELF automatically.
16246 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
16248         * configure (skip-this-dir): Add handling for new shell script, which
16249         might be created by a sub-directory's configure to indicate, this particular
16250         directory is "unwanted".
16251         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16253 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
16255         * ltconfig: import from libtool, after changing libtool to
16256         account for the cygwin name change.
16258 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
16260         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16261         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16263 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
16265         * configure.in: Add libtermcap to list of cygwin dependencies.
16267 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
16269         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16270         they include winsup/include when it's a cygwin target.
16272 1998-11-12  Tom Tromey  <tromey@cygnus.com>
16274         * configure.in (host_tools): Added zip.
16275         * Makefile.in (all-target-libjava): Depend on all-zip.
16276         (all-zip): New target.
16277         (ALL_MODULES): Added all-zip.
16278         (NATIVE_CHECK_MODULES): Added check-zip.
16279         (INSTALL_MODULES): Added install-zip.
16280         (CLEAN_MODULES): Added clean-zip.
16282 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
16284         * Makefile.in: lose "32" from comment about cygwin.
16286 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
16288         * configure.in: Use -Os to build target libraries for the fr30.
16290 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
16292         * config.sub: Add fr30.
16294 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
16296         * configure.in: drop "32" from config/mh-cygwin32.  Check
16297         cygwin* instead of cygwin32*.
16298         * config.sub: Check cygwin* instead of cygwin32*.
16300 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
16302         * config.guess: Match any version of Unixware7.
16304 1998-10-20  Syd Polk  <spolk@cygnus.com>
16306         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16307         if desired.
16309 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
16311         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16312         these if the appropriate directories and files to not exist.
16314 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
16316         * Makefile.in (DEVO_SUPPORT): Add config.if.
16318 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16320         * configure: Add pattern to replace "build_tooldir"'s
16321         definition in the generated Makefile with "tooldir"'s
16322         actual value.
16324 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
16326         * config.sub: Bring back lost sparcv9.
16328         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16330 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
16332         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16333         CC_FOR_TARGET and friends.
16335 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
16337         * Makefile.in (build_tooldir): New variable, same as tooldir.
16338         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16339         -B$(build_tooldir)/bin/.
16340         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16342 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16344         * README: Remove installation instructions and refer to the
16345         INSTALL directory instead.
16347 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
16349         * config.sub: Add support for i[34567]86-pc-udk.
16350         * configure.in: Likewise.
16352 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
16354         * Makefile.in: add bzip2 package building bits for user
16355         tools module
16356         * configure.in: ditto
16358 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
16360         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16361         (ALL_TARGET_MODULES): Add all-target-libobjc.
16362         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16363         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16364         (all-target-libchill): Add dependencies.
16365         * configure.in (target_libs): Add libchill.
16367 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
16369         * configure.in (target_subdir): Remove duplicate line.
16371 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
16373         * Makefile.in (all-automake): fix dependencies.
16375 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
16377         * configure.in: Minor cleanups for building in the $(target_alias)
16378         subdir.
16380 1998-09-22  Jim Wilson  <wilson@cygnus.com>
16382         * Makefile.in (bootstrap): Set r and s before make all.  Use
16383         BASE_FLAGS_TO_PASS in make all.
16384         (cross): Likewise.
16386 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
16388         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16390 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
16392         * config.sub: Fix typo in last change.
16394 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16396         * config.sub: Add support for C4x target.
16397         * configure.in: Likewise.
16399 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
16401         * config.sub: Recognize sparcv9 just like sparc64.
16403 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
16405         * config.guess: Match "Pent II" or "PentII" for OpenServer.
16407 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
16409         * config.guess: Correctly identify Pentium II sco boxes.
16411         * config.guess: Fix "tr" code.  From Weiwen Liu.
16413 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
16415         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16416         stabs.
16418 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
16420         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16421         (ALL_TARGET_MODULES): Add all-target-libchill.
16422         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16423         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16424         (all-target-libchill): Add dependencies.
16425         * configure.in (target_libs): Add libchill.
16427 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16429         * config.guess: Avoid assumptions about "tr" behaves when
16430         LANG is set to something other than English.
16432 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
16434         * configure (gxx_include_dir): Changed to
16435         '${prefix}/include/g++'-${libstdcxx_interface}.
16437         * config.if: New to determine the interfaces.
16439 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
16441         * config.guess: Detect and handle MPE/IX.
16442         * config.sub: Deal with MPE/IX.
16444 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
16446         * configure.in: Use mh-aix43.
16448 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
16450         * configure: Fix --without/--disable cases for gxx-include-dir.
16452 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
16454         * mdata-sh:  Imported.  Needed for automake support.
16456 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
16458         * Makefile.in (taz): Try "chmod -R og=u ." before
16459         "chmod og=u `find . -print`".
16461 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
16463         * configure.in: Add arm-elf and thumb-elf support.
16465 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
16467         * Makefile.in: Undo previous patch.
16469 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
16471         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16472         to here ...
16473         (install-no-fixedincludes): and here
16474         (INSTALL_MODULES): ... from here.
16476 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16478         * config.sub: Merge with FSF.
16480         * config.guess: Merge with FSF.
16482 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
16484         * configure (extraconfigdirs): New variable.
16485         (SUBDIRS): Add extraconfigdirs and recurse on them too.
16486         * Makefile.in (all): Move higher in file.
16487         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16488         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16489         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16490         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16491         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16493 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
16495         * Makefile.in (all-target-libjava): Depend on all-gcc and
16496         all-target-newlib.
16497         (configure-target-libjava): Depend on $(ALL_GCC).
16499 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
16501         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16502         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16504 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
16506         * INSTALL/README: Fix typo.
16508 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16510         * ylwrap: Change absolute path checks to check for DOS style path
16511         names.
16513         * ylwrap: Don't use a full path name if the source file is in the
16514         same directory.  From hjl@lucon.org (H.J. Lu).
16516         * config-ml.in: Default to being verbose, to match Feb 18 change to
16517         configure.
16519 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
16521         Brought over from egcs:
16523         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16525         * configure.in (target_subdir): Set to ${target_alias} instead
16526         of "libraries".
16528         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16530         * configure.in (target_subdir): Set to libraries if enable_multilib.
16532 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
16534         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16535         multilibs, force reconfiguration the first time we create
16536         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16538 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
16540         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16541         avoid confusion with --no-recursion.
16543 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
16545         * configure.in: Win32 hosts shouldn't use install -x
16546         * install-sh: remove -x option, and special .exe-handling
16547         hack.
16549 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
16551         * config.guess: Recognize i586-pc-beos.
16552         * configure.in: Don't build some bits for beos.
16554 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16556         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16557         CFLAGS default to -O2.
16559         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16560         when using GNU ld.
16562 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
16564         * ltmain.sh: Correct install when using a different shell.
16566 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16568         * ltconfig, ltmain.sh: Update to libtool 1.2b.
16570 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
16572         * makefile.vms: Update to build binutils/makefile.vms.  Add install
16573         target.
16575 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
16577         * ltconfig: Update to correct AIX handling.
16579 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
16581         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16583         * configure.in (target_subdir): Set to ${target_alias} instead
16584         of "libraries".
16586 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
16588         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16589         (Makefile): Depend on $(gcc_version_trigger).
16591         * configure (gcc_version): Change default initializer to empty
16592         string.
16593         (gcc_version_trigger): New variable; pass this variable down
16594         to subdir configures to enable them checking gcc's version
16595         themselves. Emit make macros for both gcc_version vars.
16596         (topsrcdir): Initialize reliably.
16597         (recursion line): Remove --with-gcc-version=${gcc_version}.
16599 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16601         * configure (enable_version_specific_runtime_libs): Implement new flag
16602         --enable-version-specific-runtime-libs which installs C++ runtime stuff
16603         in $(libsubdir); emit definition in each generated Makefile.
16604         (gxx_include_dir): Initialize depending on
16605         $enable_version_specific_runtime_libs.
16607 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
16609         * configure (gcc_version): Initialize properly depending on
16610         how and where configure is started.
16611         (recursion line): Pass a --with-gcc-version=${gcc_version}
16612         to configures in subdirs.
16614 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
16616         * configure.in (noconfigdirs): Add configure pattern for mips tx39
16617         cygmon
16619 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
16621         * configure.in: Add cygmon and libstub support for mn10200.
16623 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
16625         * configure (gcc_version): Add new variable describing the
16626         particular gcc version we're building.
16627         * Makefile.in (libsubdir): Add new macro for the directory
16628         in which the compiler finds executables, libraries, etc.
16629         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16630         and libsubdir.
16632 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16634         * Makefile.in (local-clean): Remove *.log.
16635         (warning.log): Built with warn_summary from build.log.
16636         (mail-report.log): Run test_summary.
16637         (mail-report-with-warnings.log): Run test_summary including
16638         warning.log in the report.
16640 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
16642         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16644 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16646         * Makefile.in (grep): Grep no longer depends on libiberty.
16648 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
16650         * Makefile.in: all-snavigator needs all-libgui.
16652 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
16654         * configure.in: Add cygmon and libstub support for mn10300.
16656 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
16658         * missing: Update to version from automake 1.3.
16660         * ltmain.sh: On installation, don't get confused if the same name
16661         appears more than once in the list of library names.
16663 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16665         * config.sub: Accept m68060 and m5200 as CPU names.
16667 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
16669         * configure: Use && rather than using -a in test, because odd
16670         strings can confuse test.
16671         * configure.in: Likewise.
16673 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16675         * ltconfig, ltmain.sh: Bring in Visual C++ support.
16677 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16679         * Makefile.in (boostrap2-lean, bootstrap3-lean,
16680         bootstrap4-lean): New targets.
16682 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
16684         * mpw-* Delete.  Not used.
16686 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
16688         * COPYING.LIB: Update FSF address.
16690 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
16692         * ltconfig, ltmain.sh: Update to libtool 1.2a.
16694         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16695         GAS_SUPPORT_DIRS.
16697 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
16699         * ltconfig, ltmain.sh: Avoid producing a version number if
16700         -version-info was not used.
16702 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16704         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16705         building with newlib.
16707 1998-04-30  Paul Eggert  <eggert@twinsun.com>
16709         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16710         Solaris `make' causes it to continue to next definition.
16712 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16714         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16715         the right GUI libraries and files are installed along with GDB.
16717 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16719         * configure.in: Change alpha to alpha* in several places.
16721 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
16723         * config.sub: Recognize sparc86x.
16725 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
16727         * configure.in (--enable-target-optspace): Remove debug echo.
16729 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
16731         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16733 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
16735         * ltconfig: Update cygwin32 support.
16737         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16738         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16739         (GDB_SUPPORT_DIRS): Likewise.
16741 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
16743         * configure.in (target_makefile_frag): If --enable-target-optspace,
16744         use -Os to compile target libraries rather than -O2.  Default to
16745         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16746         not used.
16747         * configure.in (target_cflags): Ditto for d30v.
16749 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
16751         * Makefile.in (all-bfd): Depend on all-intl.
16752         (all-binutils): Likewise.
16753         (all-gas): Likewise.
16754         (all-gprof): Likewise.
16755         (all-ld): Likewise.
16757 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
16759         * configure.in (host_tools): Fix typo, lbtool -> libtool.
16761 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
16763         * Makefile.in (all-bfd): Depend upon all-libiberty.
16765         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16767 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
16769         * Makefile.in: Add libstub.
16771         * configure.in: Ditto. Build libstub for targets that have cygmon
16772         support.
16774 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
16776         * configure.in: Don't set PICFLAG on ix86-cygwin32.
16778 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
16780         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16781         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
16783 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
16785         * configure: Define DEFAULT_M4 by searching PATH.
16786         * Makfile.in: Use DEFAULT_M4.
16788 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
16790         * ltconfig: Add cygwin32 support.
16792         * Makefile.in, configure.in: Add libtool as a native only directory
16793         to configure and build.
16795 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
16797         * Makefile.in (INSTALL_MODULES): Remove texinfo.
16799 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
16801         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16803 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
16805         * Makefile.in: add ash make rules
16806         * configure.in: add ash to native_only and host_tools lists
16808 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
16810         * Makefile.in (all-gettext, all-intl): New targets.
16811         (ALL_MODULES): Added all-gettext, all-intl.
16812         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16813         (INSTALL_MODULES): Added install-gettext, install-intl.
16814         (CLEAN_MODULES): Added clean-gettext, clean-intl.
16816         * configure.in (host_tools): Added gettext.
16817         (native_only): Likewise.
16818         (noconfigdirs) [various cases]: Likewise.
16819         (host_libs): Added intl.
16821 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
16823         * configure: Do not disable building gdbtk for cygwin32 hosts.
16825 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
16827         * configure.in: Add thumb-coff target.
16828         * config.sub: Add thumb-coff target.
16830 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16832         * Makefile.in: Revert yesterday's change.
16833         (all-target-winsup):  all-target-librx stays out of here.
16835 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16837         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16838         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16839         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16840         Remove references to librx and libg++.
16842 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16844         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16845         recursive makes
16847 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16849         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16850         for newlib directory.
16851         (CXX_FOR_TARGET): Likewise.
16853 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16855         * ltconfig: Update after libtool/ltconfig.in change for
16856         hpux11.
16858 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16860         * ltconfig, ltmain.sh: Update to libtool 1.2.
16862 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16864         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16865         (install-gcc-cross): Instead, override LANGUAGES here.
16867 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16869         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16870         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16872 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16874         * configure.in: Add Thumb-pe target.
16876 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16878         * Makefile.in - changed sn targets to snavigator
16879         * configure.in - changed sn targets to snavigator
16881 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16883         * config-ml.in: After building symlink tree call make distclean
16884         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16885         to be the case for libiberty.
16887 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16889         * configure: When making link, also check the current
16890         directory. The configure scripts may create one.
16892 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16894         * config.sub: Accept alphapca56 and alphaev6 properly.
16896 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16898         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16900 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16902         * config.sub (sco5): Fix typo.
16904 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16906         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16907         install-itcl.
16908         (install-itcl): Remove dependency on install-tcl.
16910 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16912         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16914 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16916         * configure.in: Don't build libgui for a cygwin32 target when not on
16917         a cygwin32 host.
16919 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16921         * configure (redirect): Set to null, so default behavior of
16922         configure is now --verbose.
16924 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16926         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16927         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16929 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16931         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16932         this change to sync Makefile.in with its ChangeLog entries.
16934 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16936         * ltmain.sh (mkdir): Check that the directory doesn't exist
16937         before we exit with error, so that we don't get races during
16938         parallel builds.
16940 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16942         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16944 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16946         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16947         PICFLAG_FOR_TARGET.
16948         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16950         * configure: Emit a definition for the new macro enable_shared
16951         into each Makefile.
16953 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16955         * configure.in (host_tools, native_only): Add libtool.
16957 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16959         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16960         Fix typo in ming config comment.
16962 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16964         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16966 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16968         * config.sub: Add tic30 cases, and map c30 to tic30.
16970 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16972         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16973         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16974         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16975         (CLEAN_TARGET_MODULES): Similarly
16976         (all-target-libf2c): Add dependences.
16977         * configure.in (target_libs): Add libf2c.
16979 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16981         * configure.in: Remove expect from noconfigdirs when target
16982         is cygwin32.  OK to build expect and dejagnu with Canadian
16983         Cross.
16985 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16987         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16988         host.
16990         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16991         and mingw32.
16993 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16995         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16996         here as it is not defined in the toplevel Makefile.
16998 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
17000         * configure (package_makefile_rules_frag): New variable, which names
17001         a file with generic rules, ...
17002         Change comment to mention we now have FIVE parts.
17003         * configure: Undo last change.
17005 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
17007         * config.guess: More accurate determination of HP processor types.
17008         * config.sub: More accurate determination of HP processor types.
17010 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
17012         * configure (package_makefile_frag): Move inserting the
17013         ${package_makefile_frag} to where it should be according
17014         to the comment.
17016 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
17018         * config.guess: Add support for Linux/ARM.
17020 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
17022         * .cvsignore: Remove *-info and *-install since they match
17023         release-info and mpw-install, which we don't want to just ignore.
17025 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
17027         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
17029 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
17031         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
17032         local_prefix to sub-make invocations.
17034 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
17036         * configure.in: Check makefile fragments in the source
17037         directory.
17039 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
17041         * configure.in: Check whether host and target makefile
17042         fragments exist before adding them to *_makefile_frag.
17044 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
17046         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
17048 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
17050         * configure.in: Make sure we only replace RPATH_ENVVAR on
17051         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
17052         regexp to sed.
17054         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
17055         to sub-makes.
17057 1998-01-13  Lee Iverson   (leei@ai.sri.com)
17059         * config-ml.in (multi-do): LDFLAGS must include multilib
17060         designator.
17062 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
17064         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
17066 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
17068         * config.sub: Add mingw32 support.
17069         * configure.in: Likewise.
17071 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
17073         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
17075 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
17077         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17078         * configure (gxx_include_dir): Provide a definition for subdirs
17079         which do not use autoconf.
17081 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
17083         * config.guess: Sync with egcs.  Picks up new alpha support,
17084         BeOS & some additional linux support.
17086 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
17088         * config.guess: HP 9000/803 is a PA1.1 machine.
17090 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
17092         * configure.in: It's alpha*-...
17094 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17096         * configure.in (host_makefile_frag, target_makefile_frag):
17097         Handle multiple config files.
17098         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
17099         alpha-*-*.
17101 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
17103         * mkdep: New file.
17105 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
17107         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
17109 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17111         * Makefile.in: Add libgui directory.
17112         (GDB_TK): Add all-libgui.
17113         * configure.in: Add libgui directory.
17114         * configure: Add all-libgui to GDB_TK.
17116 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
17118         * config-ml.in (multidirs): Add m32r to multilib list.
17120 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
17122         * Makefile.in (all-target-gperf): Change dependency to
17123         all-target-libstdc++.
17125 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
17127         * config.guess: Add BeOS support.
17129 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17131         Source directory cvs renamed to cvssrc:
17132         * configure.in (host_tools): Change cvs to cvssrc.
17133         (native_only): Likewise.
17134         (noconfigdirs) [various cases]: Likewise.
17135         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
17136         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
17137         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
17138         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
17139         (all-cvssrc): Rename target from all-cvs.
17141 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
17143         * configure (gxx_include_dir): Fix thinko.
17145 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
17147         * Makefile.in (INSTALL_TARGET_CROSS): Define.
17148         (install-cross, install-gcc-cross): New targets.
17150 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
17152         * configure.in (noconfigdirs): Add support for Thumb target.
17154         * config.sub (maybe_os): Add support for Thumb target.
17156 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
17158         * Makefile.in: Add rules for cygmon.
17160         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17162 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
17164         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17165         * configure (gxx_include_dir): Provide a definition for subdirs
17166         which do not use autoconf.
17168 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
17170         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
17171         11/18/97 build
17173 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
17175         * From Franz Sirl.
17176         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17177         found on RedHat Linux systems.
17179 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
17181         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17182         guesses.
17184 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
17186         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17188 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
17190         * ltmain.sh: If mkdir fails, check whether the directory was created
17191         anyhow by some other process.
17193 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
17195         * configure.in (d30v-*-*): Configure all directories.
17197 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
17199         * configure.in (d30v-*-*): Configure newlib, libiberty directories
17200         for the D30V.
17202 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
17204         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17206 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
17208         * include/libiberty.h: Add extern "C" { so it can be used with C++
17209         progrms.
17210         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
17211         programs.
17213 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
17215         * configure.in (d30v-*-*): Configure GCC now.
17217 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17219         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17220         is no longer needed.
17222 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
17224         * Makefile.in: check-target-libio depends on all-target-libstdc++.
17226 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
17228         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17229         targets using "$@" to provide support for similar but not identical
17230         targets without having to duplicate code.
17232 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
17234         * makefile.vms: Fix to work with DEC C.
17236 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
17238         * config.sub: Add mips-tx39-elf to marketing names.
17240 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
17242         * ltmain.sh: Handle symlinks in generated script.
17244 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
17246         * configure: Handle autoconf style directory options: --bindir,
17247         --datadir, --includedir, --infodir, --libdir, --libexecdir,
17248         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17249         --sysconfdir.
17250         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17251         (sharedstatedir, localstatedir, oldincludedir): New variables.
17252         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17253         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17254         sbindir, sharedstatedir, and sysconfdir.
17256 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17258         * Makefile.in (bootstrap-lean): New target.
17260 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
17262         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
17263         sn, and gnuserv from noconfigdirs.
17265 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
17267         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17269 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
17271         * Makefile.in (cross): New target.
17273 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
17274                           Jeff Law         <law@cygnus.com>
17276         * Makefile.in (bootstrap2, bootstrap3): New targets.
17277         (all-bootstrap): Remove outdated and confusing target.
17278         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17280 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17282         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17283         windows.  Consistent with gdb/configure.
17285 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
17287         * configure.in: Name Linux target fragment.
17289         * configure: Rewrite so that project Makefile fragment is inserted
17290         first and appears last in the resulting Makefile.
17292 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17294         * Makefile.in (install-itcl): Install tcl first.
17296 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
17298         * configure.in: remove bison from noconfigdirs for Cygwin32 host
17300 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
17302         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17304         * configure.in (skipdirs): Add target-librx for Linux.
17305         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17307 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
17309         * Makefile.in (bootstrap): New target.
17311 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
17313         * config.sub: Accept 'amigados' for backward compatibility.
17315 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
17317         * config.guess: Merge with FSF.
17319 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
17321         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17323 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
17325         * config.sub: Add "marketing-names" patch.
17327 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
17329         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17331 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
17333         * config.sub: Handle v850-elf.
17335 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
17337         * .cvsignore (*-install): Remove.
17339 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
17341         * ltconfig: Set CONFIG_SHELL in libtool.
17342         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17344 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
17346         * configure.in (target_subdir): Set to libraries if enable_multilib.
17348 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
17350         * config.guess: Update from gcc directory.
17352 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17354         * Makefile.in (all-sim): Depends on all-readline.
17356 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
17358         * Makefile.in (BISON, YACC): Use $$s.
17359         (all-bison): Depend on all-texinfo.
17361 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
17363         * Makefile.in (BISON): Add -L flag.
17364         (YACC): Likewise.
17366 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17368         * configure.in (noconfigdirs): Add support for v850e target.
17370         * config.sub (maybe_os): Add support for v850e target.
17372 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
17374         * configure.in (noconfigdirs): Add support for v850ea target.
17376         * config.sub (maybe_os): Add support for v850ea target.
17378 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
17380         * config.sub: Add mipstx39.  Delete r3900.
17382 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17384         * Makefile.in (all-autoconf): Depends on all-texinfo.
17386 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
17388         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17389         eabi targets.
17391 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
17393         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17395         * configure: When handling a Canadian Cross, handle YACC as well as
17396         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
17397         * Makefile.in (all-bison): Depend upon all-texinfo.
17399 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
17401         * Makefile.in (BISON): bison, not byacc or bison -y.
17402         (YACC): bison -y or byacc or yacc.
17403         (various): Add *-bison as appropriate.
17404         (taz): No need to mess with BISON anymore.
17406 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
17408         * configure: If OSTYPE matches *win32*, try to find a good value for
17409         CONFIG_SHELL.
17411 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
17413         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17414         configure.in if it is present.
17416 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
17418         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17420 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
17422         * config.sub: Recognize `arc' cpu.
17423         * configure.in: Likewise.
17424         * config-ml.in: Likewise.
17426 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
17428         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17430 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
17432         * configure: Changed sed delimiter from ':' to '|' when
17433         attempting to substitute ${config_shell} for SHELL. On
17434         NT ${config_shell} may contain a ':' in it.
17436 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
17438         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17440 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
17442         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17444 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17446         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17448         * ylwrap: If the program is a relative path, force it to be
17449         absolute.
17451 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17453         * configure (tooldir): Set BISON to `bison -y' and not just bison.
17455 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17457         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17458         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17459         for libraries.
17461 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
17463         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17464         separated by spaces.
17466 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
17468         * ylwrap: New file.
17469         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17471         * ltmain.sh: Handle /bin/sh at start of install program.
17473         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17475         * ltconfig, ltmain.sh: New files, from libtool 1.0.
17476         * missing: New file, from automake 1.2.
17478 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
17480         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
17481         check-tk to CHECK_X11_MODULES.
17483 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17485         * config.sub: Merge with FSF.
17487 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
17489         * config.guess: Merge with FSF.
17491 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17493         * configure: Treat msdosdjgpp like go32.
17494         * configure.in: Likewise.  Don't remove gprof for go32.
17496         * configure: Change Makefile.tem2 to Makefile.tm2.
17498 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
17500         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17502 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17504         * install-sh (chmodcmd): Set to null if the DST directory already
17505         exists.  Same as Nov 11th change.
17507 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
17509         * configure (GDB_TK): Needs itcl and tix.
17511 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
17513         * config.guess: Update from FSF.
17515 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
17517         * Makefile.in (GDB_TK): Depend on itcl and tix.
17519 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17521         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17522         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17523         (INSTALL_SCRIPT): New variable.
17524         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17525         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17526         to -x.
17527         * install-sh: Add support for -x option.
17529 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
17531         * configure.in, Makefile.in: Treat tix like itcl.
17533 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
17535         * Makefile.in (WINDRES): New variable.
17536         (WINDRES_FOR_TARGET): New variable.
17537         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17538         (EXTRA_HOST_FLAGS): Add WINDRES.
17539         (EXTRA_TARGET_FLAGS): Add WINDRES.
17540         (EXTRA_GCC_FLAGS): Add WINDRES.
17541         ($(DO_X)): Pass down WINDRES.
17542         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17543         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17544         DLLTOOL_FOR_TARGET.
17546 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
17548         * configure.in: configure sim before gdb for win32-x-ppc
17550 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17552         Move gperf into the toplevel, from libg++.
17553         * configure.in (target_tools): Add target-gperf.
17554         (native_only): Add target-gperf.
17555         * Makefile.in (all-target-gperf): New target, depend on
17556         all-target-libg++.
17557         (configure-target-gperf): Empty rule.
17558         (ALL_TARGET_MODULES): Add all-target-gperf.
17559         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17560         (CHECK_TARGET_MODULES): Add check-target-gperf.
17561         (INSTALL_TARGET_MODULES): Add install-target-gperf.
17562         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17564 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
17566         * config.sub (mn10200): Recognize new basic machine.
17568 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17570         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17571         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17573 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
17575         * configure.in: If we're building mips-sgi-irix6* native, turn on
17576         ENABLE_MULTILIB and set TARGET_SUBDIR.
17578 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
17580         * Makefile.in (all-sn): Depend on all-grep.
17582 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
17584         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17586         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17587         Makefile.  From Jeff Makey <jeff@cts.com>.
17588         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17590         * Makefile.in (DISTBISONFILES): Remove.
17591         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
17592         $(DEFAULT_YACC).
17594         * configure.in: Build itl, db, sn, etc., when building for native
17595         cygwin32.
17597         * Makefile.in (LD): New variable.
17598         (EXTRA_HOST_FLAGS): Pass down LD.
17599         ($(DO_X)): Likewise.
17601 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
17603         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17605 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
17607         * configure.in (targargs): Strip out any supplied --build argument
17608         before adding our own. Always add --build.
17610 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
17612         * configure.in (targargs): Pass --build if we're doing
17613         a cross-compile.
17615 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
17617         * configure: Use '|' instead of ":" as the separator in
17618         sed. Otherwise sed chokes on NT path names with drive
17619         designators. Also look for "?:*" as the leading characters in an
17620         absolute pathname.
17622 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
17624         * config.sub: Support for r3900.
17626 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
17628         * configure.in: Use install-sh, not install.sh.
17630 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
17632         * Makefile.in (taz): Improve check for BISON so it doesn't try to
17633         apply it twice.
17635 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
17637         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17638         install-binutils.
17640 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
17642         * Makefile.in: Add automake targets.
17643         * configure.in (host_tools): Add automake.
17645 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17647         * configure: Default CXX to c++, not gcc.
17648         * Makefile.in (CXX): Set to c++, not gcc.
17649         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17651 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
17653         * install-sh: try appending a .exe if source file doesn't
17654         exist
17656 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
17658         * configure.in: Turn on multilib by default.
17659         (cross_only): Remove target-libiberty.
17661         * Makefile.in (all-gcc): Don't depend on libiberty.
17663 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
17665         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17667 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17669         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17670         (DISTBISONFILES): Add ld/Makefile.in
17672 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
17674         * configure.in: if target is cygwin32 but host isn't cygwin32,
17675         don't configure gdb tcl tk expect, not just gdb.
17677 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
17679         * configure.in: Added gnuserv everywhere sn appears.
17681         * Makefile.in (ALL_MODULES): Added all-gnuserv.
17682         (CROSS_CHECK_MODULES): Added check-gnuserv.
17683         (INSTALL_MODULES): Added install-gnuserv.
17684         (CLEAN_MODULES): Added clean-gnuserv.
17685         (all-gnuserv): New target.
17687 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
17689         * config.guess: Fixes for MIPS OpenBSD systems.
17691 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
17693         * Makefile.in (INSTALL_XFORM): Remove.
17694         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17696         * mkinstalldirs: New file, copied from automake.
17697         * Makefile.in (installdirs): Rename from install-dirs.  Use
17698         mkinstalldirs.  Change all users.
17699         (DEVO_SUPPORT): Add mkinstalldirs.
17701 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
17703         * install-sh: Rename from install.sh.
17704         * Makefile.in (INSTALL): Change install.sh to install-sh.
17705         (DEVO_SUPPORT): Likewise.
17707         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
17708         Graichen <graichen@rzpd.de>.
17710 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
17712         * config.guess: Recognize OpenBSD systems correctly.
17714 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17716         * README, Makefile.in (ETC_SUPPORT): Remove references to
17717         cfg-paper*, configure.{texi,man,info*}._
17719 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
17721         * Makefile.in (all.normal): Ensure that gcc is built after all
17722         the x11 - ie gdb - targets.
17724 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
17726         * makefile.vms: Don't run conf-a-gas.
17728 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
17730         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17732 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
17734         * configure.in: Remove noconfigdirs case since gdb also
17735         configures and builds for tic80-coff.
17737 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
17739         * configure: Set cache_file to config.cache.
17740         * Makefile.in (local-distclean): Remove config.cache.
17742 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17744         * COPYING: Update FSF address.
17746 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
17748         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17749         noconfigdirs.
17751 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
17753         * Makefile.in (install-dirs): Don't crash if prefix, and hence
17754         MAKEDIRS, is empty.
17756 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
17758         * config.sub: Tweak mn10300 entry.
17760 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
17762         * configure.in (host_tools): Put sim before gdb, so gdb's
17763         configure.tgt can determine if the simulator was configured.
17765 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
17767         * config.sub: Move BeOS $os case to be with other Cygnus
17768         local cases.
17770 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
17772         * config.sub: Remove misplaced comment that broke Linux.
17774 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
17776         * config.sub: Add BeOS support.
17778 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
17780         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17782 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
17784         * configure.in (noconfigdirs): Remove tcl and tk from
17785         noconfigdirs for cygwin32 builds.
17787 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
17789         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17791 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
17793         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17794         make-all.com, use makefile.vms instead.
17796 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
17798         * config.sub: Accept -lnews*.
17800 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
17802         * configure.in (noconfigdirs): Disable target-newlib,
17803         target-examples and target-libiberty for d30v.
17805 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17807         * configure.in (noconfigdirs): Enable ld for d30v.
17809 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
17811         * configure.in (tic80-*-*): Build compiler.
17813 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
17815         * configure.in (d30v-*): Remove sim directory from list of
17816         unsupported d30v directories
17818 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
17820         * config.sub, configure.in: Add d30v target cpu.
17822 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
17824         * makefile.vms: New file.
17825         * make-all.com: Remove.
17827 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
17829         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17831 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17833         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17835 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17837         * Makefile.in (ALL_MODULES): Added all-db.
17838         (CROSS_CHECK_MODULES): Addec check-db.
17839         (INSTALL_MODULES): Added install-db.
17840         (CLEAN_MODULES): Added clean-db.
17842 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17844         * config.guess: Merge with latest FSF sources.
17846 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17848         * Makefile.in (ALL_MODULES): Added all-itcl.
17849         (CROSS_CHECK_MODULES): Added check-itcl.
17850         (INSTALL_MODULES): Added install-itcl.
17851         (CLEAN_MODULES): Added clean-itcl.
17853 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17855         * configure.in: build gdb for mn10200
17857 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17859         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17861 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17863         * configure.in (tic80-*-*): Turn off most targets right now.
17865 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17867         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17868         rather than the makeinfo program.
17869         (do-info): Depend upon all-texinfo.
17871 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17873         * configure.in: Remove uses of config/mh-linux.
17875         * config.sub, config.guess: Merge with latest FSF sources.
17877 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17879         * config.sub (case $basic_machine): Add tic80 entries.
17881 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17883         * config.sub, config.guess: Merge with latest FSF sources.
17885 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17887         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17888         * mpw-config.in: Test for NewFolderRecursive.
17889         * mpw-install: Use symbolic name for startup filename.
17890         * mpw-README: Add various additional details.
17892 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17894         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17896 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17898         * configure.in: Do build gcc and the target libraries for
17899         the mn10200.
17901 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17903         * configure.in: don't avoid building gdb for mn10300 any more
17904         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17905         instead of single-quoting it.
17907 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17909         * configure.in: Don't use --with-stabs on IRIX 6.
17911 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17913         * configure.in (m32r): Build gdb, libg++ now.
17915 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17917         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17918         directories from noconfigdirs.
17920 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17922         * config.sub (basic_machine): added mips16 configuration
17924 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17926         * config.sub: Handle d10v-unknown.
17928 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17930         * config.sub: Handle v850-unknown.
17932 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17934         * Makefile.in: add findutils
17935         * configure.in: add findutils to list of host_tools
17937 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17939         * config.sub: Handle mn10200 and mn10300.
17941 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17943         * configure.in (d10v-*): Do not build librx.
17945 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17947         * configure.in (mn10300): Build everything except gdb & libgloss.
17949 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17951         * config.guess:  Patch for Dansk Data Elektronik servers,
17952         from Niels Skou Olsen <nso@dde.dk>.
17954         For ncr, use /bin/uname rather than uname, since GNU uname does not
17955         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17957         Patch for MIPS R4000 running System V,
17958         from Eric S. Raymond <esr@snark.thyrsus.com>.
17960         Fix thinko for nextstep.
17962         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17964         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17965         * config.guess: Guess mips-dec-mach_bsd4.3.
17967         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17968         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17969         release numbers.
17970         * config.guess (mips-mips-riscos*):  Emit just enough of the
17971         release number.
17973         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17974         * config.guess (sparc-auspex-sunos*):  Added.
17975         (f300-fujitsu-*): Added.
17977         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17978         * config.guess:  Recognize a Tadpole as a sparc.
17980 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17982         * config.guess: Don't assume that NextStep version is either 2 or
17983         3.  NextStep 4 (aka OpenStep 4) has come out now.
17985 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17987         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17988         From Rik Faith <faith@cs.unc.edu>.
17990 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17992         * config.sub: Contributions from bug-gnu-utils to:
17993         Support plain "hppa" (no version given) architecture, reported by
17994         OpenStep.
17995         OpenBSD like NetBSD.
17996         LynxOs is not a hardware supplier.
17998         * config.guess: Contributions from bug-gnu-utils to add support for:
17999         OpenBSD like NetBSD.
18000         Stratus systems.
18001         More Pyramid systems.
18002         i[n>4]86 Intel chips.
18003         M680[n>4]0 Motorola chips.
18004         Use unknown instead of lynx for hardware manufacturer.
18006 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18008         * install.sh (chmodcmd): Set to null if the DST directory already
18009         exists.
18011 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18013         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
18014         not use mt-ppc target Makefile fragment any more.
18016 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
18018         * configure.in (*-*-windows):  Exclude everything but those dirs
18019         needed to build windows.
18021 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
18023         * Makefile.in (all-target-winsup): Depend on all-target-librx.
18025 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
18027         * configure.in:  Exclude mmalloc from i386-windows.
18029 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
18031         * Undo my previous change.
18033 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
18035         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
18036         unconditionally.
18037         (MAKEOVERRIDES): Define (revert this part of October 18 change).
18039 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
18041         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
18042         host to add it's own flags.
18044 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
18046         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
18048 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
18050         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
18051         (CXX_FOR_TARGET): Likewise.
18052         (GCC_FOR_TARGET): Define.
18053         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
18054         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
18055         CC_FOR_TARGET was specified on the command line.
18056         (MAKEOVERRIDES): Don't define.
18058 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
18060         * configure.in (m32r): Fix spelling of libg++ libs.
18062 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
18064         * config.sub (-apple*): Remove, now redundant.
18066 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
18068         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
18070         * configure: Rework yesterday's sed script patch.
18072         * config.sub: Merge with FSF.
18074 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
18076         * config.guess:  Merge from FSF.
18078         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
18079         * config.guess: Use pc instead of unknown, for pc clone systems.
18080         Change linux to linux-gnu.
18082         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18083         * config.guess: Avoid non-portable tr syntax.
18085 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
18087         * test-build.mk (HOLES): Add "xargs" for gdb.
18089         * configure: Avoid hpux10.20 sed bug.
18091 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
18093         * configure.in:  Add support for windows host
18094         (that is a build done under the Microsoft build environment).
18096 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
18098         * Makefile.in: Replace all uses of srcroot with s, to shrink
18099         command line lengths.
18101         Patches from Geoffrey Noer <noer@cygnus.com>:
18102         * configure.in: If configuring for newlib, pass --with-newlib to
18103         subdirectories.
18104         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
18105         -Bnewlib/ and -Lwinsup to gcc.
18106         (CXX_FOR_TARGET): Likewise.
18108 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18110         * Makefile.in (ETC_SUPPORT): Add configure.
18112 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
18114         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
18115         host configuration file.
18117 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
18119         * configure.in: Break mn10x00 support into separate
18120         mn10200 and mn10300 configurations.
18121         * config.sub: Likewise.
18123 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
18125         * configure.in: Add lots of stuff to noconfigdirs for
18126         the mn10x00 targets.
18128         * config.sub, configure.in: Add mn10x00 support.
18130 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
18132         * make-all.com: Call conf-a-gas, not config-a-gas.
18134 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
18136         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
18137         targets.
18139 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
18141         * mpw-README: Add much more detail for native PowerMac.
18142         * mpw-install: New file.
18143         * mpw-configure: Add --norecursion and --help options.
18144         * mpw-config.in: Translate readme and install files when
18145         copying to objdir.
18146         * mpw-build.in: Don't always depend on byacc and flex.
18147         (install-only-top): New action.
18149 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
18151         * configure.in:  You can now configure GDB for the v850.
18153 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
18155         * configure.in (noconfigdirs): Don't configure any C++ dirs
18156         if targeting D10V.
18158 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
18160         * config.sub: Recognize mips64vr5000.
18162 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
18164         * configure.in: Use a single line for host_tools and native_only.
18166 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
18168         * config.sub, configure.in: Add entries for m32r.
18170 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
18172         * Makefile.in (inet-install): Don't run install-gzip.
18174 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
18176         * configure.in:  Don't config lots of things for *-*-windows*.
18178 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
18180         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18181         (host_libs, host_tools): Copy from configure.in.
18182         * mpw-configure: Don't complain about directories not found.
18184 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18186         * configure.in (i[345]86): Recognize i686 for pentium pro.
18187         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18188         file.
18190         * config.guess (i[345]86): Ditto.
18192 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18194         * configure.in (noconfigdirs): Removed gdb for D10V.
18196 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
18198         * configure.in: Remove ld, target-libio, target-libg++, and
18199         target-libstdc++ from noconfigdirs.
18201 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
18203         * configure: Fix three locations where shell scripts were
18204         being run directly rather than with config_shell.
18206 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
18208         * configure.in (v850-*-*): Set up initial $noconfigdirs.
18209         * config.sub (basic_machine): Recognize v850.
18211 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18213         * mpw-configure: Handle multiple enable/disable options and
18214         pass them down recursively, handle -c and -s flags appropriately
18215         depending on choice of compiler, add escape mechanism for
18216         quoted arguments to gC.
18218 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18220         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18221         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18222         so that -mrelocatable-lib and -mno-eabi are used.
18224         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18225         not support --print-multi-lib, don't abort.
18227 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
18229         * make-all.com: Run config-a-gas.
18230         * setup.com: Don't copy subdirectory files around.
18232 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
18234         * configure.in (*-*-ose): Remove exclusion of libgloss for this
18235         target, it now compiles correctly.
18237 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
18239         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18241 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18243         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
18245 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18247         * configure.in (native_only): Add prms.
18249 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
18251         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18252         (BINUTILS_SUPPORT_DIRS): Likewise.
18254 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18256         * configure.in (d10v-*-*): Don't configure ld or gdb until the
18257         d10v support is added.
18259 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
18261         * configure.in (d10v-*-*): New target.
18263 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
18265         * config.guess (HP 9000/811): Recognize this as a PA1.1
18266         machine.
18268 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
18270         * Makefile.in (do-tar-gz): New target, split out from tail end of
18271         taz target.  Run each command separately, don't use pipes.
18272         (taz): Use it.
18274 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
18276         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18277         * mpw-build.in: No builds should depend on building byacc or flex,
18278         they are assumed to be installed already.
18280 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18282         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18283         variable that CC_FOR_TARGET needs.
18285 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18287         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18288         options have changed since the last time the subdirectory was
18289         configured, and if it has, reconfigure.
18290         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18291         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18293 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
18295         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18296         CLEAN_MODULES): Add bash.
18297         (all-bash): New target.
18299 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
18301         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18303 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18305         * config.sub (basic_machine): Recognize d10v as a valid processor.
18307 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
18309         * mpw-configure: Add support for --bindir.
18310         * mpw-build.in: Use a GCC-specific build script for GCC actions.
18312 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
18314         * configure.in: add bash, time, gawk to list of hosttools and things
18315         to only build for native toolchains
18317 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18319         * Makefile.in (docdir): Remove.
18321 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18323         * Makefile.in (datadir): Set to $(prefix)/share.
18325 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
18327         * configure.in: build diff and patch for cygwin32-hosted
18328         toolchains.
18330 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
18332         * config.sub: Accept -rtems*.
18334 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
18336         * configure.in: enable dosrel for cygwin32-hosted builds,
18337                 remove diff from the list of things not buildable
18338                 via Canadian Cross
18340 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
18342         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18343         don't get ". ".
18345 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
18347         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18349 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
18351         * Makefile.in (taz): Handle case where tex3patch didn't even get
18352         checked out.  Also, if it was found, put the symlink in a new util
18353         subdirectory.
18355 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18357         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18359 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
18361         * config.sub: Recognize -openvms.
18362         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18363         * make-all.com, setup.com: New files.
18365 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18367         * Makefile.in (taz): tex3patch moved to texinfo/util.
18369 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
18371         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18372         * configure.in: remove make from disable-if-Can-Cross list
18373                 enable gdb if ${host} and ${target} are cygwin32
18375 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
18377         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
18378         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18380 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18382         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
18383         distinguish sysv/svr4/bsd variants.
18384         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18386 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
18388         * configure.in: Added copyright notice.
18389         * move-if-change: Added copyright notice.
18391 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18393         * configure.in (powerpcle-*-solaris*): Until we get shared
18394         libraries working, don't build gdb, sim, make, tcl, tk, or
18395         expect.
18397 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
18399         * config.guess:  Merge with FSF:
18401         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18402         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18404         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
18405         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18407         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
18408         * config.guess:  Combine two OSF1 rules.
18409         Also recognize field test versions.  From mjr@zk3.dec.com.
18410         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
18411         because GNU uname does not support -p.  From pmr@pajato.com.
18413 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
18415         * Makefile.in (MAKEDIRS): Removed $(tooldir).
18417 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
18419         * mpw-README: Document GCCIncludes.
18421 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
18423         * configure.in (alpha-*-linux*): Set enable_shared to yes.
18425 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
18427         * mpw-configure: Handle --enable-FOO and --disable-FOO.
18429 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
18431         * configure.in (*-*-cygwin32): Configure make.
18433 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
18435         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18437 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
18439         * Makefile.in (all-inet): Depend on all-perl.
18441         * Makefile.in (inet-install): New target.
18443         * Makefile.in (all-inet): Depend on all-tcl.
18444         (all-inet): Depend on all-send-pr.
18446 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18448         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18449         temporarily.
18451 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
18453         * configure.in: Don't configure --with-gnu-ld on AIX.
18455 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18457         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18459 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
18461         * Makefile.in (ALL_MODULES): Added all-inet.
18462         (CROSS_CHECK_MODULES): Added check-inet.
18463         (INSTALL_MODULES): Added install-inet.
18464         (CLEAN_MODULES): Added clean-inet.
18465         (all-indent): New target.
18467         * configure.in (host_tools): Added inet.
18468         (native_only): Added inet.
18469         (noconfigdirs): Added inet.
18471 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
18473         * configure.in: Don't configure libgloss if we are not configuring
18474         newlib.
18476 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18478         * configure.in: Don't configure libgloss for unsupported
18479         architectures.
18481 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18483         * Makefile.in (CLEAN_MODULES): Add clean-apache.
18485 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
18487         * Makefile.in (ALL_MODULES): Include all-apache.
18488         (CROSS_CHECK_MODULES): Include check-apache.
18489         (INSTALL_MODULES): Include install-apache.
18490         (all-apache): New target.
18492         * configure.in: Added apache everywhere perl is seen.
18494 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18496         * Makefile.in: Add support for clean-{module} and
18497         clean-target-{module} rules.
18499 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
18501         * configure.in (*-*-ose) do not build libgloss.
18503 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18505         * config.guess (prep*:SunOS:5.*:*): Turn into
18506         powerpele-unknown-solaris2.
18508 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
18510         * configure.in: Permit --enable-shared to specify a list of
18511         directories.
18513 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18515         * configure.in (host==solaris): Pass only the first word of $CC
18516         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18518 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
18520         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18522 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
18524         * Makefile.in (ALL_MODULES): Include all-perl.
18525         (CROSS_CHECK_MODULES): Include check-perl.
18526         (INSTALL_MODULES): Include install-perl.
18527         (ALL_X11_MODULES): Include all-guile.
18528         (CHECK_X11_MODULES): Include check-guile.
18529         (INSTALL_X11_MODULES): Include install-guile.
18530         (all-perl): New target.
18531         (all-guile): New target.
18533         * configure.in (host_tools): Include perl and guile.
18534         (native_only): Include perl and guile.
18535         (noconfigdirs): Don't build guile and perl; no ports have been
18536         done.
18538 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
18540         * configure (--enable-*): Handle quoted option lists such as
18541         --enable-sim-cflags='-g0 -O' better.
18543 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18545         * Makefile.in ({,inst}all-target): New rule so we can make and
18546         install all of the target directories easily.
18548 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18550         * configure.in: Add missing global flag in sed substitution when
18551         deleting `target-' from ${configdirs}.
18553 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
18555         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18556         option.
18558         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18559         config/mh-necv4.
18561         * install.sh: Correct misspelling of transformbasename.
18563         * config.guess: Recognize mips-*-sysv*.
18565 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
18567         * config.sub: Recognize mon960.
18569 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
18571         * configure: Restore Canadian Cross handling of BISON and LEX,
18572         removed in Feb 20 change.
18574 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18576         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18577         Mention make install.  Remove the old copyright date as well the
18578         clumsy and rather pointless copyright on the README file.
18580 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18582         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18583         Makefile after running symlink-tree, then run `make distclean' to
18584         avoid clobbering any generated files in srcdir.
18586 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
18588         * configure.in (m68k-*-netbsd*): Build everything now.
18590 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
18592         * Makefile.in (taz): Fix quoting.
18594 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
18596         * configure.in (sparclet-*-*): Build everything now.
18598 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18600         * configure.in (m68k-*-linux*): New host.
18602 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
18604         * configure: Check for bison before byacc.
18606 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
18608         * Makefile.in configure:  Change the way LEX and BISON/YACC are
18609         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
18610         searching PATH.  These are used as fallbacks by Makefile.in if
18611         flex/bison/byacc aren't in objdir.
18613 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
18615         * Makefile.in: Make everything which depends upon all-bfd also
18616         depend upon all-opcodes, in case --with-commonbfdlib is used.
18618 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18620         * configure.in (host *-*-cygwin32): Don't build gdb if we are
18621         building NT native compilers on Unix.
18623 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
18625         * configure.in: Don't get CC from the host Makefile fragment if we
18626         can find gcc in PATH, or if this is a Canadian Cross.  Move the
18627         Solaris test for /usr/ucb/cc to the post target script, just after
18628         the compiler sanity test.
18630 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
18632         * config.sub: Merge with FSF.
18634 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
18636         * Makefile.in (RPATH_ENVVAR): New variable.
18637         (REALLY_SET_LIB_PATH): Use it.
18638         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18640 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
18642         * config.sub, configure.in: Recognize sparclet cpu.
18644 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18646         * config.guess:  Support m68k-cbm-sysv4.
18648 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18650         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18651         m68k-unknown-linuxaout from linker help string.  Put quotes around
18652         $ld_help_string.
18654 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
18656         * config.guess (powerpc-harris-powerunix): Add guess for port
18657         to new target.
18659 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18661         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18663 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
18665         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18666         $(REALLY_SET_LIB_PATH) in Makefile.
18667         * Makefile.in (SET_LIB_PATH): New variable.
18668         (REALLY_SET_LIB_PATH): New variable.
18669         ($(DO_X)): Use $(SET_LIB_PATH).
18670         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18671         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18672         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18673         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18674         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18675         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18676         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18677         (install-dosrel): Likewise.
18678         (all-opcodes): Depend upon all-libiberty.
18680 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18682         * config.guess (*:CYGWIN*): New
18684 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18686         * Makefile.in (all-target-winsup): All all-target-libiberty.
18688 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
18690         * configure.in (noconfigdirs): Add missing # in front of comment.
18692 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
18694         * configure.in: add second pass to things added to noconfigdirs
18695         so *-gm-magic can exclude libgloss properly.
18697 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18699         * mpw-configure (extralibs_name, rez_name): Set correctly
18700         for MWC68K compiler.
18702         * mpw-README: Add more info on the necessary build tools.
18704 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18706         * configure.in, config.sub: Recognize cygwin32.
18708 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
18710         * config.guess, config.sub: Recognize A/UX.
18712 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
18714         * config.sub: Merge with gcc/config.sub.
18716 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
18718         * mpw-build.in (do-binutils): Add build of stamps.
18720 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
18722         * config.sub: Add recognition for mips64vr4100*-* targets.
18724 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18726         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18727         Add creation of gconfigargs with `--enable-shared' turned on.
18728         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18729         ($(host)-stamp-stage3-configured): Likewise.
18730         (HOLES): Add chatr and ldd.
18731         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18733 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
18735         * configure: Pass --nfp to recursive configures.
18737 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
18739         * Makefile.in (DLLTOOL): New.
18740         (DLLTOOL_FOR_TARGET): New.
18741         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18742         (EXTRA_TARGET_FLAGS): Ditto.
18743         (EXTRA_GCC_FLAGS): Ditto.
18744         (CONFIGURE_TARGET_MODULES): Ditto.
18745         (DO_X): Ditto.
18746         * configure: Add DLLTOOL.
18748 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
18750         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18751         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18752         mh-sco, since old workarounds no longer needed, and don't
18753         build ld, since libraries have weak symbols in COFF.
18755 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
18757         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18759 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
18761         * configure.in: Make sure that ${CC} can be used to compile an
18762         executable.
18764 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
18766         * Makefile.in (all-gdb): Depend on $(GDB_TK).
18767         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18768         nothing depending on whether gdbtk is being built.
18770 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
18772         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18774 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
18776         * configure.in (noconfigdirs): Put ld or gas in this early, if the
18777         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18779 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
18781         * config-ml.in: Add support for
18782         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18783         Simplify setting of multidirs from --disable-foo.
18785 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18787         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18788         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18789         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18790         non-empty, pass them on to the  GCC make.
18791         (all-bootstrap): New rule that is like all-gcc, except it executes
18792         the GCC bootstrap rule instead of the GCC all rule.
18794 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
18796         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18798 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18800         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18801         DG/UX support.
18803 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
18805         * config.sub (i*86*) Change [345] to [3456]
18807 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18809         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18810         --with-gnu-ld=no.
18812 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18814         * config-ml.in (rs6000*, powerpc*): Add switches to control which
18815         AIX multilibs get built.
18817 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18819         * configure.in (i386-win32): Don't build expect if we're not
18820         building the tcl subdir.
18822 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
18824         * Makefile.in: (configure-target-examples, all-target-examples):
18825         New targets, configure and build example programs.
18827 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
18829         * mpw-configure: If an mpw-config.in generated a file mk.sed,
18830         use it as input to sedit the generated MPW makefile.
18831         * mpw-README: Add a suggestion about Gestalt.h.
18833 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18835         * config.sub: Accept *-*-ieee*.
18837 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18839         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18840         Ronald F. Guilmette <rfg@monkeys.com>.
18842 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18844         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18845         for powerpc-pe native.
18846         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18847         (target==powerpc-pe): duplicate i386-win32 entry.
18849 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18851         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18852         of vxworks, not just vxworks5.1.
18854 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18856         * mpw-configure: Add support for exec-prefix.
18858 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18860         * config.guess: Recognize HP model 816 machines as having
18861         a PA1.1 processor.
18863 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18865         * configure: Ignore new autoconf configure options.
18867 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18869         * config.guess:  Recognize Pentium under SCO.
18870         From Robert Lipe <robertl@arnet.com>.
18872 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18874         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18876 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18878         * configure.in: Don't configure gas for alpha-dec-osf*.
18880 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18882         * configure.in: Default to --with-stabs for some targets for which
18883         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18884         i[345]86*-*-unixware*.
18886 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18888         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18889         rather than basing it on the target.  Simplify handling of options
18890         controlling which directories to configure.  Remove extraneous
18891         slash in multi-clean target.
18893 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18895         * config-ml.in: Prefix more variables with ml_ so they don't collide
18896         with configure's.
18898 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18900         * configure: Don't turn -v into --v.
18902 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18904         * configure.in (targargs): Fix typo.
18906         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18908 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18910         * configure.in: Strip --host and --target options from
18911         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18912         --with-cross-host option when building with a cross-compiler.
18913         * configure: Canonicalize the arguments put into config.status by
18914         always using `=' for an option with an argument.  Pass a presumed
18915         --host or --target explicitly.
18917 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18919         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18920         into general OS recognition case.
18922 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18924         * configure.in (target_configdirs): add target-winsup only
18925         for win32 target systems.
18927 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18929         * Makefile.in (all-target-libgloss): Depend upon
18930         configure-target-newlib, since when libgloss is built it looks to
18931         see if the newlib directory exists.
18933 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18935         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18936         cfg-ml-*.in.
18938 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18940         * configure: Handle LD and LD_FOR_TARGET when configuring a
18941         Canadian Cross.
18943 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18945         * configure.in (target_libs): add target-winsup.
18946         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18947         (target==ppcle-pe): remove ld from $noconfigdirs.
18949 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18951         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18952         Preserve relative path names in $srcdir.  Build symlink tree if
18953         configuring cross target dir and srcdir=. (= no VPATH support).
18954         (configure-target-libg++): Depend on configure-target-librx.
18955         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18956         * config-ml.in: New file.
18957         * symlink-tree: New file.
18958         * configure: Ensure srcdir="." if that's what it is.
18960 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18962         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18963         includes and FLEX_SKELETON setting.
18964         * mpw-configure (--with-gnu-ld): New option, controls whether
18965         to use PPCLink or ld with PowerMac GCC.
18966         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18967         * mpw-config.in: Configure grez if targeting Mac.
18969         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18970         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18971         just macos.
18972         * configure.in: Configure grez resource compiler if targeting Mac.
18973         * Makefile.in (all-grez, install-grez): New targets.
18975 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18977         * configure: CXX defaults to gcc, not g++.  If we find
18978         gcc in the path, set CC to gcc -O2.
18980 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18982         * configure: Default ${build} correctly.  Avoid picking up extra
18983         spaces when reading CC and CXX from Makefile.  When doing a
18984         Canadian Cross, use plausible default values for numerous
18985         variables.
18986         * configure.in: When doing a Canadian Cross, don't try to
18987         configure tools whose configure script can't handle it.
18989 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18991         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18993 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18995         * configure:  Remove dubious bug reporting address.
18997 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18999         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
19000         configure script, run that instead of this directory's configure.
19001         In either case, print a message that we're configuring the sub-dir.
19003 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19005         * configure.in: Before checking for the existence of various files,
19006         use sed to filter out "target-".
19008 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
19010         * Makefile.in (DO_X): Split rule to decrease command line length
19011         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
19012         (Philippe De Muyter).
19014 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19016         * Makefile.in (all-patch): depend on all-libiberty.
19018 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
19020         * configure.in: If the only directory in target_configdirs which
19021         actually exists is libiberty, then set target_configdirs to empty,
19022         to avoid trying to build a target libiberty in a gas or gdb
19023         distribution.
19025 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
19027         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
19028         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
19029         systems.
19031 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19033         * configure.in (copy_dirs): Use sys-include instead of include
19034         for --with-headers option.
19036 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
19038         * Makefile.in, configure.in: Make winsup builds work with
19039         new scheme.
19041 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
19043         * configure.in: Build the linker on AIX.
19045 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19047         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
19048         where needed.
19050 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
19052         * Makefile.in (all-gcc): Fix typo.
19054 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19056         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
19058 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19060         * configure.in:  Rename libFOO to target-libFOO, and xiberty
19061         to target-xiberty, to provide more flexibility.
19062         (target_subdir):  Define.  Create if cross.
19063         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
19064         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
19065         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
19066         check-libFOO -> check-target-libFOO, etc.
19067         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
19068         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
19069         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
19070         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
19071         allow ALL_GCC="" to only configure.
19072         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
19073         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
19074         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
19076 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
19078         * Makefile.in (taz): Build "info" in etc explicitly.
19080 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
19082         * configure.in:  Make sure that CC is undefined (as opposed to
19083         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
19084         problem with autoconf trying to configure on a host without GCC.
19086 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19088         * mpw-configure: Set host alias from choice of host compiler,
19089         only use generic MPW Makefile sed if present, edit a file
19090         named "hacked_Makefile.in" instead of "Makefile.in" if present.
19091         * mpw-README: Add problem notes about CW6 and CW7.
19093 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
19095         * Makefile.in (taz): Use ";" instead of ";;".
19097 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19099         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
19100         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
19101         DISTDOCDIRS.
19102         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
19103         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
19105 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19107         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
19108         and gnats, because they are now subsumed by DISTSTUFFDIRS.
19109         Move bfd to DISTSTUFFDIRS.
19111 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19113         * Makefile.in (X11_LIB): Removed.
19114         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
19116         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
19118 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19120         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
19121         names.
19123 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19125         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
19127 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
19129         * configure.in (i[345]86-*-win32): Always build newlib.
19130         Don't configure cvs, autoconf or texinfo.
19131         * Makefile.in (LD_FOR_TARGET): New.
19132         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
19133         Pass down LD_FOR_TARGET.
19135 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19137         * winsup: New directory.
19138         * Makefile.in: Build winsup.
19139         * configure.in: Winsup is configured when target is win32.
19140         Can only build win32 target GDB when native.
19142 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
19144         * config.guess: Recognize HP model 819 machines as having
19145         a PA 1.1 processor.
19147 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19149         * configure: Fix sed loop which substitutes for CC and CXX to
19150         avoid bug found in various sed implementations.
19152 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19154         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19155         simulator.  Use standard powerpc-*-eabi*.
19157 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
19159         * configure.in: Stop putting gas and binutils in noconfigdirs for
19160         powerpc-*-aix* and rs6000-*-*.
19162 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
19164         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19165         -mcall-aixdesc libraries.
19167 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
19169         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19171         * config.sub (arm | armel | armeb): Fix shell syntax.
19173 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19175         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19176         -msoft-float and -mcpu=common support.
19177         (powerpc*-*-eabisim*): Add support for building -mcall-aix
19178         libraries.
19180 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19182         * configure.in: Allow configuration and build of emacs19 for the alpha.
19184 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19186         * configure.in (CC): Get ^CC, not just any old CC, from
19187         ${host_makefile_frag}.
19189 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19191         * configure.in (CC): Try to get CC from
19192         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19194 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19196         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19197         only if it exists in $(srcdir).
19199 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19201         * configure: If CC and CXX are not set in the environment, set
19202         them, based on either an existing Makefile or on searching for gcc
19203         in PATH.  Substitute for CC and CXX in Makefile.
19204         * configure.in: Remove libm from target_libs.  Separate
19205         target_configdirs from configdirs.  If CC is not set in
19206         environment, try to get it from a host Makefile fragment.  Rewrite
19207         changes of configdirs to use skipdirs instead.  A few minor
19208         tweaks.  Take directories out of target_configdirs as they are
19209         taken out of configdirs.  Remove existing Makefile files from
19210         subdirectories.  Substitute for TARGET_CONFIGDIRS and
19211         CONFIG_ARGUMENTS in Makefile.
19212         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19213         by configure.in.
19214         (CONFIG_ARGUMENTS): Likewise.
19215         (CONFIGURE_TARGET_MODULES): New variable.
19216         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19217         ($(CONFIGURE_TARGET_MODULES)): New target.
19218         (configure-libg++, configure-libio): New targets.
19219         (all-libg++): Depend upon configure-libg++.
19220         (all-libio): Depend upon configure-libio.
19221         (configure-libgloss, all-libgloss): New targets.
19222         (configure-libstdc++): New target.
19223         (all-libstdc++): Depend upon configure-libstdc++.
19224         (configure-librx, all-librx): New targets.
19225         (configure-newlib): New target.
19226         (all-newlib): Depend upon configure-newlib
19227         (configure-xiberty): New target.
19228         (all-xiberty): Depend upon configure-xiberty.
19230 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19232         * configure.in (host i[345]86-*-win32):  Expand the
19233         noconfigdirs again.
19235 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
19237         * mpw-configure: Fix sed command file name.
19239 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
19241         * configure.in (host i[345]86-*-win32): Reduce the
19242         noconfigdirs again.
19244 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
19246         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19247         or powerpc*-*-pe*, since they are not yet supported.
19249 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
19251         Add PowerMac support and many other enhancements.
19252         * mpw-configure: New option --cc to select compiler to use,
19253         paste options set according to --cc into the generated
19254         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19255         if mpw-make.sed is present.
19256         * mpw-config.in: Don't test for gC1, test for mpw-touch,
19257         add forward includes for PowerPC include files.
19258         * mpw-build.in: Build using Makefile.PPC if present.
19259         (do-byacc, etc): Remove separate version resource builds.
19260         (do-gas): Build "stamps" before "all".
19261         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19262         * mpw-README: Update to reflect --cc option, PowerMac support,
19263         and recently-reported compatibility problems.
19265 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
19267         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19268         embedded m68k systems (-aout, -coff, -elf, -vxworks).
19269         (--with-multilib-top): Pass to recursive invocations.
19271 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
19273         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19274         v810-*-*.
19276 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19278         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19279         gdb, ld and opcodes on v810-*-*.
19281 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
19283         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19284         (local-maintainer-clean): New target.
19285         (maintainer-clean): New target.
19286         (realclean): Just depend upon maintainer-clean.
19288 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19290         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19292 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
19294         * configure.in: Build ld in mips*-*-bsd* case.
19296 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
19298         * config.sub: Accept -lites* OS.  From Ian Dall.
19300 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
19302         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19303         targets.
19305 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19307         * configure.in: treat i386-win32 canadian cross the same as
19308         i386-go32 canadian cross.
19310 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19312         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19313         running under the simulator to build a reduced set of libraries.
19314         (powerpc-*-eabiaix): Add fine grained multilib support added to
19315         other powerpc targets yesterday.
19317 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19319         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19320         -disable-softfloat, -disable-relocatable, -disable-aix, and
19321         -disable-sysv to control which multilib libraries get built.
19323 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19325         * configure: Add Makefile.tem to list of files to remove in trap
19326         handler.
19328 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19330         * config.guess (*Linux*):  Add missing "exit"s.
19331         Also, need specific check for alpha-unknown-linux (uses COFF).
19333 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19335         * config.guess:  Merge with FSF:
19337         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
19338         * config.guess (AIX4): More robust release numbering discovery.
19340         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
19341         * config.guess (i386-sequent-ptx): Properly get version number.
19343         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
19344         * config.guess (mips:*:4*:UMIPS): New case.
19346 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19348         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19349         (i386-win32 host): Likewise.  Don't build readline.
19351 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
19353         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
19354         SUPPORT_FILES to submakes.
19356 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
19358         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19359         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19360         mpw-configure.
19362 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
19364         * configure.in (appdirs): Use =, not ==, in test expression when
19365         trying to build the text to print in the warning message for
19366         Solaris users.
19368 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
19370         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19372 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19374         * config.guess: Recognize lynx-2.3.
19376 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
19378         * config.sub (z8ksim): Deleted
19379         (z8k-*-coff): New, this is the one true name of the target.
19381 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
19383         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19385 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
19387         * config.guess (*:Linux:*:*): First try asking the linker what the
19388         default object file format is (elf, aout, or coff).  Then if this
19389         fails, try previous methods.
19391 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19393         * configure.in: Don't build newlib for *-*-vxworks5.1.
19395 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19397         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19398         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19400 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
19402         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19404 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
19406         * cfg-ml-com.in: New file.
19407         * cfg-ml-pos.in: New file.
19409 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19411         * COPYING.NEWLIB: Add HP free copyright to list.
19413 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
19415         * config.sub: Recognize -eabi* for the system, not just -eabi.
19417 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19419         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19420         * config.sub, configure.in (win32): New target and host.
19422 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
19424         * configure.in: Add i386-pe configuration.
19426 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
19428         * mpw-build.in (install): Install GDB after LD.
19430 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
19432         * mpw-config.in (elf/mips.h): Always forward-include, needed
19433         for GDB to build.
19435 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19437         * testsuite: New directory for customer acceptance and whole tool
19438         chain tests.
19440 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19442         * configure: If per-host line isn't found, but AC_OUTPUT is found
19443         and a configure script exists, run it instead.
19445 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19447         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
19449 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19451         * configure: Set build_{cpu,vendor,os,alias} to host values when
19452         --build isn't specified.
19454 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19456         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19457         (FLAGS_TO_PASS): Pass them.
19458         (EXTRA_TARGET_FLAGS): Ditto.
19460 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19462         * Makefile.in (all-libg++): Depend on all-libstdc++.
19464 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19466         * configure.in (noconfigdirs): Enable all packages for
19467         i386-unknown-netbsd.
19469 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
19471         * configure.in (noconfigdirs): Don't configure tk for i386-go32
19472         hosted builds (DOS builds)
19474 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
19476         Changes for ARM based on patches from Richard Earnshaw:
19477         * config.sub: Handle armeb and armel.
19478         * configure.in: Omit arm linker only for riscix.
19480 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19482         * config.guess:  Update from FSF.
19484 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
19486         * config.sub: Recognize powerpcle as the little endian variant of
19487         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
19488         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
19489         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
19490         temporarily.
19492 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
19494         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19496 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
19498         * config.sub: Accept -lites* as a basic system type.
19500 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
19502         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19503         installed, and if so return linuxoldld as the system name.
19505 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
19507         * config.guess: Add hppa1.1-hp-lites support.
19509 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
19511         * configure.in: Don't build newlib for m68k-vxworks5.1.
19513 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19515         * configure.in (mips-sgi-irix6): Use mh-irix5.
19517 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
19519         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19521 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19523         * test-build.mk: Enable building of shared libraries on IRIX 5 and
19524         OSF/1.  Fix compiler flags.
19525         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
19527 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
19529         * configure.in: Recognize --with-newlib.
19530         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19532 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19534         * Makefile.in: move {all,check,install}-gdb from *_MODULES
19535         to *_X11_MODULES due to gdbtk needing X include files et al.
19537 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
19539         Merge in support for Mac MPW as a host.
19540         (Old change descriptions retained for informational value.)
19542         * mpw-config.in: Add generic include forwards for cpu-specific
19543         include files in aout and elf directories.
19545         * mpw-configure: Added copyright.
19546         * mpw-config.in: Check for presence of required build tools.
19547         (target_libs): Add newlib.
19548         (target_tools): Add examples.
19549         (Read Me): Generate as "Read Me for MPW" instead.
19550         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19551         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19552         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19554         * mpw-configure: Remove subdir-specific makefile hackery,
19555         delete mk.tmp after using it.
19557         * mpw-build.in (all): Display start and end times.
19559         * mpw-configure (host_canonical): Set.
19560         (target_cpu): Always add to makefiles.
19561         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19562         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19563         (mpw-mh-mpw): Look for in srcdir and srcroot.
19564         Use sed instead of mpw-edit-prefix to edit prefix definitions.
19566         * mpw-build.in: (install-only): New target.
19568         * mpw-configure (host_alias, target_alias): Rename from hostalias
19569         and targetalias, add into generated Makefile.
19570         (mk.tmp): If present, add into generated Makefile.
19571         * mpw-build.in (all-gas): Build config.h first before gas proper.
19573         * mpw-configure (config.status): Write only if changed.
19574         * mpw-config.in (readline): Configure it (not built, just used for
19575         definitions).
19577         * mpw-config.in (elf/mips.h): Add a forward include.
19579         * mpw-config.in: Forward-include most .h files in include into
19580         extra-include.
19581         (readline): Don't build.
19582         mpw-build.in (install): Install GDB.
19584         * mpw-configure (prefix, mpw_prefix): Handle it.
19585         * mpw-config.in (mmalloc, readline): Don't configure.
19586         * mpw-build.in (thisscript): Rename to ThisScript.
19587         Use mpw-build instead of BuildProgram everywhere.
19588         (mmalloc, readline): Don't build.
19589         * mpw-README: New file, basic documentation about the MPW port.
19591         * mpw-config.in: Use forward-include to create include files.
19593         * mpw-configure: Add more things to the top of each configured
19594         Makefile, including contents of config/mpw-mh-mpw.
19595         * mpw-config.in (extra-include): Create this directory and fill it
19596         with Posix-like include files when configuring.
19598         * config.sub (apple, mac, mpw): Add various aliases.
19600         * mpw-build.in: New file, top-level build script fragment for MPW.
19601         * mpw-configure: New file, configure script for MPW.
19602         * mpw-config.in: New file, config fragment for MPW.
19604 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19606         * configure.in (host_libs): Remove glob, since it is gone from the
19607         sources.
19609 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
19611         * Makefile.in: define empty GDB_NLM_DEPS var.
19613         * configure.in(target_makefile_frag): use config/mt-netware
19614         for netware targets.
19616 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
19618         * config.sub: Merge in recent FSF changes.  Remove linux special
19619         cases.
19621 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
19623         Revert this change:
19625         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19627                 * build-all.mk: Use CC=cc -Xs on Solaris.
19629 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19631         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
19632         stop using it.
19633         * Makefile.in: Nuke all references to glob subdirectory.
19635 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19637         * configure.in: Fix --enable-shared logic in per-host.
19639 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
19641         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19643 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19645         * configure.in (noconfigdirs): Don't build gas on AIX, for
19646         powerpc*-*-aix* as well as for rs6000*-*-aix*.
19648 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
19650         * configure: Fix --cache-file to work if the file argument is a
19651         relative path.
19653 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
19655         * configure: If the --cache-file is used, pass it down to
19656         configure in subdirectories.
19658 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
19660         * config.sub: add vxworks29k configuration.
19662 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
19664         * Makefile.in (taz): Do "diststuff" part quietly.
19666 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
19668         * config.sub: Mini-merge with gcc/config.sub.
19670 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
19672         * config.guess (IRIX): Sed - to _.
19674 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19676         * Makefile.in (source-vault, binary-vault): New targets.
19678 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
19680         * config.sub: Recognize -eabi as a basic system type.
19682 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19684         * configure.in (enable_shared stuff): Fix typo.
19686 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
19688         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19690 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
19692         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19694 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
19696         * configure.in (rs6000-*-*): Don't build gas.
19698 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
19700         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19701         reduce command line length.
19702         (AS_FOR_TARGET): Check for as.new, not Makefile.
19703         (NM_FOR_TARGET): Check for nm.new, not Makefile.
19705 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
19707         * config.guess:  Merge from FSF.
19709 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19711         * configure: Don't use $ when handling program_suffix.
19713 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
19715         * configure.in:  Configure tk for hppa/hpux.
19717 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19719         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
19721 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19723         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
19724         to LIBCXXFLAGS.  Tests are better run without it.
19726 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
19728         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19730 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
19732         * configure.in (*-*-netware*): Don't configure xiberty.
19734 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
19736         * configure.in:  Remove tk from native_only list.
19738 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
19740         * build-all.mk: Add mips-ncd-elf target to sun4 targets
19741         for special NCD build.
19743 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19745         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19746         makeall.bat, they're only useful for binutils snapshots.
19747         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19748         makeall.bat to specified SUPPORT_FILES.
19750 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
19752         * build-all.mk: Add Ericsson targets to sun4 and solaris
19753         hosts.  Add  BNR's sun4 target to solaris host, so their
19754         build-from-source will be tested in-house first.
19756 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19758         * Makefile.in (LIBCFLAGS): New variable.
19759         (CFLAGS_FOR_TARGET): Ditto.
19760         (LIBCFLAGS_FOR_TARGET): Ditto.
19761         (LIBCXXFLAGS): Ditto.
19762         (CXXFLAGS_FOR_TARGET): Ditto.
19763         (LIBCXXFLAGS_FOR_TARGET): Ditto.
19764         (BASE_FLAGS_TO_PASS): Pass them.
19765         (EXTRA_TARGET_FLAGS): Ditto.
19767         * configure.in: Support --enable-shared.
19769 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19771         * configure.in (target_libs):  Include libstdc++ again.
19772         * config.guess:  Update from FSF (for FreeBSD).
19774 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19776         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19777         makeall.bat.
19778         (DISTDOCDIRS): Add `etc'.
19779         (ETC_SUPPORT_PFX): New variable.
19780         (taz): Include anything from etc starting with a word in
19781         ETC_SUPPORT_PFX.
19783 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19785         * config.sub: Update for recent FSF changes.  Remove obsolete
19786         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
19787         spacing changes.
19789 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
19791         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
19793         * config.guess:  Merge with FSF.
19794         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19796 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19798         * configure: Since the "trap 0" handler will override the exit
19799         status on many systems, only use it for "exit 1", and make it set
19800         a non-zero exit status; reset it before "exit 0".  Also, check
19801         exit status of config.sub, and error out if it failed.
19803 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
19805         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19806         and install libgloss.
19808 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19810         * Makefile.in (all-binutils): Depend upon all-byacc.
19812         * configure.in: Don't build emacs on Irix 5.
19814 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19816         * configure.in (*-*-netware*): Add libio.
19818 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19820         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19821         (CHECK_TARGET_MODULES): Ditto.
19822         (INSTALL_TARGET_MODULES): Ditto.
19823         (TARGET_LIBS): Ditto.
19824         (all-libstdc++): Note dependencies.
19826 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19828         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19830 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19832         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19833         -fexternal-templates.
19835         * configure.in (target_libs): Add libstdc++.
19836         (noconfigdirs): Add libstdc++ as appropriate.
19838 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19840         * config.guess:  Update from FSF.
19842 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19844         * configure: Use ${config_shell} when running ${configsub}.
19846 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19848         * config.sub: No longer recognize h8300h.
19850 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19852         * config.sub: Remove extraneous differences between config.sub and
19853         gcc/config.sub.
19855 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19857         * Makefile.in (DISTSTUFFDIRS): Add gas.
19859 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19861         * COPYING.NEWLIB: New file.
19863 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19865         * config.guess (HP-UX):  Patch from Harlan Stenn
19866         <harlan@landmark.com> to also emit release level.
19868 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19870         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19872 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19874         * config.sub:  Merge nextstep cleanup from FSF.
19876 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19878         * configure.in (arm-*-*): Don't configure ld for this target.
19880 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19882         * configure.in (*-*-netware): don't configure libg++, libio,
19883         librx, or newlib.
19885 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19887         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19888         configure ld--it works, but it doesn't support shared libraries.
19890 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19892         * config.guess (*-unknown-freebsd*):  Get rid of possible
19893         trailing "(Release)" in version string.
19894         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19896 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19898         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19899         Fix type: *-next-neststep -> *-next-nextstep.
19901         * config.guess:  Merge from FSF:
19903         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19905         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19907         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19909         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19910         instead of UNIX_SV for UnixWare 1.0).
19912 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19914         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19915         to make gdb/nlm/* build after the compiler and linker.
19917 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19919         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19920         not just i[34]86.
19921         (m68k-atari-sysv4):  Relocate to match FSF version.
19923         * config.guess:  More merges from the FSF:
19925         Add a space before function call or macro invocation.
19927         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19929         * config.guess: Add trap cmd to remove dummy.c and dummy when
19930         interrupted.
19932         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19934         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19935         (dummy): Redirect stderr from compilation of dummy.c.
19937         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19939         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19941 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19943         * configure: Accept and ignore --cache*, for compatibility with
19944         new autoconf.
19946 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19948         * config.guess:  Merge from FSF:
19950         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19952         * config.guess (Pyramid*:OSx*:*:*): New case.
19953         (PATH): Add /.attbin at end for finding uname.
19954         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19956         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19958         * config.guess (M88*:DolphinOS:*:*): New case.
19960         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19962         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19963         to select whether to use ELF or COFF.
19965         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19967         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19969         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19971         * config.guess: Guess the OS version for HPUX.
19973         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19975         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19977 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19979         * configure.in: Recognize --with-headers, --with-libs, and
19980         --without-newlib.
19981         * Makefile.in (all-xiberty): Depend upon all-ld.
19983 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19985         * configure.in: Change i[34]86 to i[345]86.
19987 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19989         * configure (version): A few more tweaks to help message.
19991 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19993         * Makefile.in:  Remove (for now) librx as a host library,
19994         now that we're building it for target.
19996 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19998         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19999         (Karl Berry).
20001 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20003         * configure.in:  Also configure librx.
20005 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20007         * Makefile.in:  Update various rules to reflect that librx
20008         is now needed for libg++.
20010 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20012         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
20014 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
20016         * configure.in: Configure the examples directory.
20018 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20020         * configure: Simplify Jun 2 1994 change.
20022 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20024         * change CC to /usr/latest/bin/gcc for lynx host builds, since
20025         /bin/gcc isn't good enough to build gcc.
20027 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
20029         * Makefile.in (GDB_SUPPORT_FILES): Remove
20030         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
20031         (gdb.tar.gz): Add new rule to use standard distribution building
20032         mechanism.
20034 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20036         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
20037         Bill Cox <bill@cygnus.com>.
20039 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20041         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
20043 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
20045         * configure:  Search current dir first in .gdbinit.
20047 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20049         * config.sub:  Recognize freebsd (merged from gcc config.sub).
20051 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20053         * config.sub:  Refer to NeXT's operating system as nextstep.
20055         * config.sub (case $basic_machine):  Re-order the cases, to match
20056         the order in the FSF version (which is mostly alphabethical).
20057         Merge in some additions and changes from the FSF.
20059 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
20061         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
20062         * config.sub: Recognize cxux7.
20063         * configure.in: Use mh-cxux for m88k-harris-cxux*.
20065 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20067         * config.sub:  Fix typo powerpc -> powerpc-*.
20069 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
20071         * Makefile.in: `all-emacs19' depends on `all-byacc'.
20073         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
20074         parallel with all-emacs and install-emacs).  Top-level command
20075         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
20077 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20079         * test-build.mk ($(host)-stamp-stage2-installed): Remove
20080         $(relbindir)/make before doing ``make install'', and use
20081         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
20082         installing over running make binary.
20083         ($(host)-stamp-stage3-installed): Likewise.
20085 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20087         * config.guess: Recognize Mach.
20089 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20091         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
20092         see whether --exec-prefix was used.
20094 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20096         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
20098 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20100         * Makefile.in: Add all-librx target similar to all-libproc.
20102 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
20104         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
20105         with post 1.2 uname bogosity.
20107 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20109         * configure: Remove temporary files on receipt of a signal.
20111 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
20113         * configure: If there is a package_makefile_frag, remove
20114         ${subdir}/Makefile.tem after copying it in.
20116 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20118         * build_all.mk: support rs6000 lynx identifies itself as
20119         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
20120         since /bin/gcc is too feeble to compile a modern gcc.
20122 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20124         * brought devo/test-build.mk update-to-date with progressive/
20125         test-build.mk. Add lynx targets and hppa flag info.
20127 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20129         * configure.in:  Use mh-ncrsvr43.  Patch from
20130         Tom McConnell <tmcconne@sedona.intel.com>.
20132 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20134         * config.guess (i386-unknown-bsdi):  No longer need to
20135         check #if defined(__bsdi__) && defined(__i386__).
20137 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20139         * configure: Set program_transform_nameoption correctly.
20141 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
20143         * brought build-all.mk update-to-date with progressive build-all.mk,
20144         added new targets and hppa info.
20146 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20148         * configure: If config.guess result is a prefix of the user
20149         specified target, assume a native build and use the user specified
20150         target as the host alias.  Remove SunOS patch suffix removal hack.
20151         * configure.in: Remove SunOS patch suffix removal hack.
20153         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20154         in NATIVE_CHECK_MODULES.
20156 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
20158         * Makefile.in: Rename HOST_ONLY to NATIVE.
20159         * configure: Delete SunOs patch suffix from host_canonical
20160         and build_canonical variables that are prepended to Makefiles.
20161         * configure.in: Add comments for easier maintenance.
20163 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20165         * Makefile.in: Add all-libproc target similar to all-gui.
20167 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
20169         * Makefile.in (CHECK_MODULES): split into
20170         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20172 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
20174         * config.guess (i386-unknown-bsdi): New system to guess.
20176 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20178         * Makefile.in: Add all-gui target (but not yet build by "all").
20180 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
20182         * config.sub: Move deletion of patch suffix from here...
20183         * configure.in: To here, at Ian's suggestion.  The top-
20184         level scripts might need to know of a patch level.
20186 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
20188         * config.sub: Strip off patch suffix so rtl is recognized
20189         as a sunos4.1.3 machine, even though it's been patched.
20191 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
20193         * Makefile.in (INSTALL_LAST): Delete.
20194         (INSTALL_DOSREL): New.
20196 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20198         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20199         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20200         whether we pass down --with-gnu-ld anyhow.
20202 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
20204         * Makefile.in (INSTALL_LAST): Change operation so it works
20205         on more flavors of make.
20206         * configure.in (go32): Don't build libg++ or libio.
20208 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
20210         * Makefile.in (Move HOST_PREFIX_1 and friends up so
20211         they can be overriden by templates.
20213 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
20215         * configure.in (target==go32): Don't build gdb.
20216         * dosrel: New directory.
20218 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
20220         * configure.in (host==go32): Configure dosrel too.
20221         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20222         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20223         be set by incoming names or templates.
20224         (INSTALL_LAST): New rule.
20226 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
20228         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20230 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20232         * configure.in (appdirs): New variable.  Currently empty, but will
20233         be used in gas distribution.  If nonempty, lists a set of
20234         directories at least one of which must get configured, or top
20235         level configuration is considered to have failed.
20236         (rs6000-*-lynxos*): Use new file name.
20238 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20240         Eliminate XTRAFLAGS.
20241         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20242         newlib include files using -idirafter, and also use -nostdinc.
20243         (CXX_FOR_TARGET): Likewise.
20244         (XTRAFLAGS): Removed.
20245         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20246         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20247         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20248         ($(DO_X)): Don't pass down XTRAFLAGS.
20250 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20252         * configure.in (mips*-dec-bsd*): New target; do build linker.
20253         (mips*-*-bsd*): New target; don't build linker.
20255 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
20257         * configure.in: support rs6000-*-lynxos* configuration.
20258         support sunos4 as a cross target.
20260         * config.sub: look for lynx*, not lynx since the OS version may
20261         legitimately be part of the name.
20263 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20265         * configure.in (i[34]86-*-sco*): Move to be with other i386
20266         targets.
20267         (romp-*-*): New target.  Skip various binary utilities.
20268         (vax-*-*): New target.  Don't build newlib.
20269         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
20271 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20273         * configure.in: Only set host_makefile_frag if config
20274         directory exists.
20276 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20278         * install.sh: If $dstdir exists, don't check whether each
20279         component does.
20281 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20283         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20285 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20287         * configure.in (*-*-lynxos*): Don't configure newlib for either
20288         native or cross Lynx.
20290 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
20292         * config.sub (sparc64-elf): Fix os.
20293         (z8k): Remove duplicate.
20295 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20297         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20298         gcc/stmp-fixproto, to try to prevent fixproto from being run.
20300 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
20302         * configure: Make file links cleanly even if Lynx fails on
20303         an NFS symlink (at least fail cleanly).
20305 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
20307         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20308         -XNh2000.
20310 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20312         * configure: Unknown options are fatal again.
20314 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
20316         * configure: Ignore --x-includes and --x-libraries, for Autoconf
20317         compatibility.
20319 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
20321         * build-all.mk: Add `clean' target.
20323 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20325         * config.guess:  Add SINIX support.
20326         * configure.in:  Add mips-*-sysv4* support.
20328 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
20330         * build-all.mk: Document all useful targets.
20331         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20332         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20334 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20336         * configure: Support --silent, --quiet.
20338 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20340         * configure: Support --disable-FEATURE.
20342 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20344         * config.guess: Recognize NCR running SVR4.3.
20346 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20348         * config.guess:  Make BSDI generate i386-unknown-bsd386.
20349         Patch from Paul Eggert <eggert@twinsun.com>.
20351 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20353         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20355 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20357         * configure: Make unrecognized options give nonfatal warnings
20358         instead of fatal errors, and pass them to any subdirectory
20359         configures in case they recognize them.
20360         Make --x equivalent to --with-x.
20362 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
20364         * configure: Add --enable-* options.  Clean up usage message and
20365         some comments.
20367 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
20369         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20371 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20373         * configure.in (hppa*-*-*): Enable binutils.
20375 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20377         * config.sub: Recognize cisco.
20379 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
20381         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20383 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20385         * config.guess: about target *-hitachi-hiuxwe2, don't print more
20386         than one configuration name.  Add comment.
20388 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
20390         * config.guess: about target *-hitachi-hiuxwe2, fixed
20391         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
20392         macro is incorrect.]
20394 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20396         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20397         than the "make ls" stuff which used to be here.
20399 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20401         * config.guess:  Recognize i[34]86-unknown-freebsd.
20402         From Shawn M Carey <smcarey@rodan.syr.edu>.
20404 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20406         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20408 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20410         * config.guess: Check for ptx.
20412 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
20414         * config.sub: Add os9k checking.
20416 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20418         * config.guess: Handle OSF1 running on HPPA processors
20420 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20422         * configure: If subdir configure fails, print out a message with
20423         subdirectory name, in case subdir's configure code didn't identify
20424         itself.
20426 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
20428         * configure.in: Remove embedded newlines from configdirs.
20429         Avoid mismatches of substrings.  Fix matching strings at end
20430         of configdirs.
20432 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
20434         * config.guess:  Add Lynx/rs6000 config support.
20436 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
20438         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20440 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
20442         * configure.in (hppa*-*-osf*): Treat this just like most other
20443         PA configurations (eg no binutils or ld).
20444         (hppa*-*-*elf*): These configurations have binutils and ld.
20446 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20448         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
20450 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20452         * configure.in (rs6000-*-*): Build gas.
20454 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20456         * Makefile.in:  Avoid bug in losing hpux sed.
20458 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20460         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20461         for GDB and GDB has been fixed to not need it.
20463 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20465         * config.guess: Recognize vax hosts.
20467 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20469         * configure (while loop): Don't use "break 2" inside case
20470         statement -- the case statement isn't an enclosing loop.
20472 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20474         * config.guess:  Clean up NeXT support, to allow nextstep
20475         on Intel machines.  Make OS be nextstep.
20477 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
20479         * config.guess: Add alternate forms for Convex.
20481 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
20483         * configure:  Completely rewrite option processing.  Take
20484         advantage of pattern-matching to avoid invoking test frequently.
20485         Also clean up host and target defaulting logic.
20487 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
20489         * Makefile.in: Replace all occurrances of "rootme" with "r" and
20490         "$${rootme}" with "$$r", to increase the likelihood that the do-*
20491         commands (plus user environment) will fit SCO limits.
20493 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20495         * configure.in: Don't issue warnings about directories which are
20496         not being configured if -norecursion is set.  Correct test for
20497         --with-gnu-as and --with-gnu-ld to not get confused by substring
20498         matches.
20500         * configure.in: Don't build gas for alpha-dec-osf1*.
20502 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
20504         * configure:  Back out Per's change of 12/19/1993.  It changes the
20505         behavior of configure in unexpected and confusing ways.
20507         Also, use different delim char when calculating
20508         program_transform_name so that the name can contain slashes.
20510 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
20512         * configure.in, config.sub: Add support for VSTa micro-kernel.
20514 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
20516         * configure.in: Nuke hacks which were used to get a special
20517         version of GAS for HPPA configurations.
20519 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20521         * configure:  If only ${target_alias} is given, use that
20522         as the default for ${host_alias}.
20523         * configure:  Add missing back-slashes before nested quotes.
20525 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20527         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20529 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
20531         * config.guess:  Recognize some Tektronix configurations.
20532         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20534 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20536         * config.sub: Match any flavor of SH.
20538 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
20540         * configure.in: Don't try to configure newlib for Alpha.
20542 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20544         * configure.in: Don't build ld for Irix 5.  Don't build gas,
20545         libg++ or libio for any Alpha target.
20547         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20549 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
20551         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20552         default arguments -- so it tried to compress itself.
20554 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
20556         * configure.in (notsupp): ensure that a space is always at the end
20557         of the configdirs list, since the grep checks for an explicit space
20559 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20561         * configure.in (target i386-sysv4.2): don't build ld, since static
20562         versions of many libraries are not available.
20564 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20566         * config.guess: Recognize Apollos (using environment variables).
20567         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20569 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20571         * config.guess: Recognize Sony news mips running newsos.
20573 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
20575         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20576         "fi ; else" for bash.
20578 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
20580         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20582 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
20584         * config.sub: accept unixware as an alias for svr4.2.
20585         Fix some inconsistancies with the gcc version.
20587 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20589         * Makefile.in (DISTDOCDIRS):  Add gdb.
20591 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20593         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
20595 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20597         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20598         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20599         this now.
20601 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20603         * config.sub: Accept hiux* as an OS name.
20605         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20606         etc/make-stds.texi.  The underscore came from gcc, and dje now
20607         agrees that RUNTESTFLAGS is the correct name.
20609 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20611         * install.sh:  Remove 'set -e'.  It makes any conditionals
20612         in the script useless.
20614         * config.guess: Automatically recognize arm-acorn-riscix
20615         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20617 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
20619         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20621 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20623         * Makefile.in (DISTDOCDIRS): New variable.
20624         (taz): Edit local Makefile.in sooner, instead of proto-toplev
20625         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
20627 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20629         * configure.in (hppa target): check the source directory for the
20630         pagas sub-directory
20632 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
20634         * config.sub: Allow -aout* and -elf*.
20636 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20638         * configure.in: Don't build ld on i386-solaris2, same as for
20639         sparc-solaris2.
20641 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20643         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20645 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20647         * configure.in:  Configure gdb for alpha.
20649 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20651         * Makefile.in (CXXFLAGS): Add -O.
20653 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20655         * config.guess: added support for DG Aviion
20657 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20659         * configure.in: Produce warning message for subdirectories not
20660         configurable for this host/target combination.  Don't try to
20661         configure gdb for vms.
20663 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
20665         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20666         appropriate files before making "diststuff".
20667         (DISTBISONFILES): New var: list of files to be edited.
20668         (DISTSTUFFDIRS): Add binutils.
20670 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20672         * config.sub: also handle mipsel and mips64el (for little endian mips)
20674 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20676         * configure.in: Add * to end of all OS names.
20678 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
20680         * configure.in: Build newlib for LynxOS native.
20682 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20684         * config.guess: Add support for delta 88k running SVR3.
20686         * configure.in: Add comment about HP compiler vs. emacs.
20688 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20690         * configure.in: don't build ld on solaris2 (not a viable option
20691         due to bugs in getpwnam & getpwuid)
20693 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
20695         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20696         config.guess will produce a full version number.
20698 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20700         * configure.in: Build linker and binutils for alpha-dec-osf1.
20702 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20704         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20705         and gdb/testsuite/Makefile.in.
20707 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20709         * configure.in: recognize mips*- instead of mips-
20711 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20713         * config.sub: Accept linux*coff and linux*elf as operating
20714         systems.
20716 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20718         * config.sub: Recognize mips64, and mips3 as an alias for it.
20720 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20722         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20723         gdb knows how to handle OSF/1 shared libraries.
20725 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20727         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20728         * config.guess: Recognize Hitachi's HIUX.
20729         * config.sub: Recognize h3050r* and hppahitachi.
20730         Remove redundant cases for hp9k[23]*.
20732 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20734         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20735         if gas and ld are in the source tree and are in ${configdirs}.
20736         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20737         --with options (but still pass them down on the command line,
20738         if they were explicitly specified).
20740 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20742         * configure: substitute SHELL value in Makefile.in with
20743         ${CONFIG_SHELL}
20745 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20747         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20748         *-*-solaris2* targets.
20750 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20752         * Makefile.in: define M4, and pass it down to sub-makes;
20753         all-autoconf now depends on all-m4
20755 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20757         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20758         presence of {ar,ranlib} instead of a configured directory
20760 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
20762         * config.guess: Accept 34?? as well as 33?? for NCR.
20764 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20766         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20767         of 'gas' in sed commands, since 'gash' is now in the tree as well.
20769 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20771         * configure: grab values for $(CC) and $(CXX) from the
20772         environment, so that someone can do "CC=gcc configure; make" and
20773         have it work right (matching the way that autoconf works now)
20775         * configure.in, Makefile.in: add support for gash, the tcl
20776         interface to Galaxy
20778         * config.guess: add NetBSD variants (hp300, x86)
20780 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
20782         * install.sh: Support -d option (in the manner of SunOS 4 install,
20783         as it is more deterministic than that of GNU install)
20784         (chmodcmd): Set file to mode 755 by default (should also do default
20785         chgrp and chown, but I don't feel like dealing with that now)
20787 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
20789         * config.sub: Remove h8300hhms alias.
20791 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20793         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20795 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20797         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20798         as stmp-fixinc
20800 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20802         * config.sub: recognize m88110-bug-coff.
20804 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20806         * Makefile.in (all-libio): all dependencies on the toolchain used
20807         to build this (gcc, gas, ld, etc)
20809 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20811         * config.guess: Deal with OSF/1 1.3 on alpha.
20813 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20815         * install.sh: add some 'else true' clauses for portability
20817         * configure.in: don't build libio for h8[35]00-*-* targets
20819 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20821         * Makefile.in:  Add support for new libio.
20823 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20825         * install.sh: If one command fails, don't try the rest.  Don't try
20826         to remove $dsttmp (via trap) unless we have already created it.
20827         If $src doesn't exist, detect it and exit with an error.
20829         * config.guess: Recognize BSD on hp300.
20831 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20833         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20834         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20836 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20838         * Makefile.in (all-send-pr): depends on all-prms
20840 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20842         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20844 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20846         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20847         Added test for mips-mips-riscos5.
20849 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20851         * configure.in: use mh-hp300 for 68k HP hosts
20853 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20855         * configure: add support for CONFIG_SHELL, so that you can use
20856         some alternate shell for evaluating configure scripts
20858 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20860         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20861         in configure script to bug-gdb@prep.ai.mit.edu when building
20862         distribution archive.
20863         * Makefile.in (COMPRESS):  Remove def.
20864         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20865         gdb.tar.Z and make-gdb.tar.Z respectively.
20866         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20867         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20868         to convergence with 'taz' target in Makefile.in.
20870 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20872         * install.sh (dsttmp): use trap to ensure that tmp files go
20873         away on error conditions
20875 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20877         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20879 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20881         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20882         its parent is '/' not ''.
20884         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20886 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20888         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20889         that ${newsrcdir}/configure.in does.
20891 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20893         * test-build.mk: support for CONFIG_SHELL
20895 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20897         * config.sub (netware):  Add as a basic system type.
20899 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20901         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20902         $(srcdir)/ from the dependency on Makefile.in.
20904 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20906         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20907         (h8300hhms is temporary until multi-libraries are implemented).
20908         * configure.in: Handle h8300h too.
20910 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20912         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20914 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20916         * configure:  Remove extraneous output when guessing host type.
20917         * config.guess:  Remove extraneous output when guessing using C
20918         compiler rather than uname, or when guessing fails.
20920 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20922         * Makefile.in: remove all.cross and install.cross targets
20924         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20925         definitions
20927 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20929         * configure.in (target sh): Build gprof.
20931 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20933         * config.sub: change -solaris to -solaris2
20935 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20937         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20939 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20941         * configure: Correct error message for missing Makefile.in to
20942         print correct directory.
20944 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20946         * install.sh: kludge around 386BSD shell bug
20948 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20950         * config.guess:  Recognize NeXT.
20951         * config.guess:  Recognize i486-ncr-sysv4.
20952         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20954 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20956         * Makefile.in (MAKEINFOFLAGS): New variable.
20957         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20958         * build-all.mk, test-build.mk: Pass down --no-split as
20959         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20961 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20963         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20965 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20967         * Makefile.in (libg++.tar.z):  New rule.
20968         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20969         * Makefile.in (taz):  Only do a single chmod.
20971 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20973         * install.sh: don't use dirname anymore (replaced with sed usage)
20975 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20977         * Makefile.in:  Change extension for gzip'd files from '.z' to
20978         '.gz' per new FSF standard usage.
20980 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20982         * configure: put quotes around the final value of program_transform_name
20984 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20986         * Makefile.in: new install.sh support; update install-info rules
20988 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20990         * configure.in: Build diff for crosses, but not for go32 host.
20992         * configure.in: Build gprof only for native, and don't build it
20993         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20995 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20997         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20999 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21001         * configure.in (host_tools): Add prms.
21003 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21005         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
21006         with $(FLAGS_TO_PASS) on the command line
21008         * config.sub: Recognize lynx and lynxos
21010 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21012         * config.sub: Accept -ecoff*, not just -ecoff.
21014 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21016         * Makefile.in (taz): Use .gz suffix instead of .z.
21017         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
21018         names.
21020 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21022         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
21024 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21026         * Makefile.in (install-no-fixedincludes):  install gcc last, so
21027         that rebuilds that might happen during 'make install' don't get
21028         bogus gcc include files
21030 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21032         Change from Utah for HPPA support:
21033         * config.guess: Recognize hppa1.x-hp-bsd.
21035 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
21037         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
21038         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
21040 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21042         * config.sub: Add support for rom68k and bug boot monitors.
21044 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
21046         * Makefile.in: Make all-opcodes depend on all-bfd.
21048 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21050         * config.guess: Added special check for i[34]86-univel-sysv4*.
21052 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
21054         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
21055         the processor rather than assuming i486.
21057 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21059         * config.guess: Recognize SunOS6 as Solaris3.
21061 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
21063         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
21064         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
21066 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
21068         * build-all.mk (all-cross): New target for Canadian Cross.
21069         Added Q2 go32 targets.
21070         * test-build.mk: Configure go32 cross sparclite-aout and
21071         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
21072         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
21074 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21076         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
21077         GO32 hosted toolchains
21079 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21081         * configure: change  so "-exec-prefix" gets passed down rather
21082         than "-exec_prefix" so autoconf generated Makefiles get the
21083         exec_prefix set right.
21085 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21087         * config.guess: get the Solaris2 minor version number
21089         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
21091 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21093         * config.guess: Recognize some Sequent platforms.
21095 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21097         * Makefile.in: added the vault-install target
21099         * configure.in: actually use the Sun3 makefile fragment that's in
21100         config, also added the release dir to configdirs
21102 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21104         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
21106 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21108         * configure.in: remove some program from Alpha targetted toolchains
21110 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
21112         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
21113         gprof.
21114         (taz): Run "make diststuff" in those directories instead of "make
21115         proto-dir".  Look for "VERSION=" only at start of line in subdir
21116         Makefile.  Use "gzip -9" for compression.
21117         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
21118         (binutils.tar.z): New target.
21120 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21122         * Makefile.in (taz): Include gpl.texinfo.
21124 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21126         * Makefile.in (setup-dirs): Merged into "taz" target.
21127         (taz): Only do `proto-dir' stuff if a directory is actually needed
21128         for this target.
21130 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
21132         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
21133         (FLAGS_TO_PASS): Pass down MUNCH_NM.
21134         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
21135         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
21136         (gcc-no-fixedincludes): Correct for current gcc Makefile.
21138 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
21140         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
21141         config.sub, and move-if-change to gdb testsuite distribution
21142         archive, so the testsuite can be extracted, configured, and
21143         run separately from the gdb distribution.  Blow away the Chill
21144         tests that require a Chill compiled executable, since GNU Chill
21145         is not yet publically available.
21147 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21149         * test-build.mk: set environment variables in a single command,
21150         instead of a list of assignments and exports
21152         * config.guess: recognize Alpha/OSF1 systems
21154 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21156         * configure: Change help message to prefer --options rather than
21157         -options.
21159 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21161         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21162         zippy@ecst.csuchico.edu.
21163         * config.guess: Recognize miniframe.
21165 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
21167         * Makefile.in: Use srcroot to find runtest rather than rootme.
21168         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
21170 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21172         * test-build.mk: Extensive additions to support building on a
21173         machine other than the host.
21175 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
21177         * configure (tooldir): Fix for i386-aix again.
21179 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
21181         * configure, Makefile.in:  Change definition of $(tooldir)
21182         to match the FSF.
21184 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
21186         * config.guess:  Recognize i[34]86/SVR4.
21188 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21190         * Makefile.in (all-gdb): gdb depends on sim.
21192 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
21194         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
21195         at the same time we make the prototype gdb directory.
21196         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
21197         files at the same time as the gdb base release distribution.
21199 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
21201         * Makefile.in (check): Use individual check targets rather than
21202         DO_X rule.
21203         (check-gcc): Added.
21205 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
21207         * config.sub: Use sysv3.2 not sysv32 for canonical OS
21208         for System V release 3.2.
21210 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21212         * config.sub: Recognize hppaosf.
21213         * configure.in: Do configure ld/binutils/gas for it.
21215 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21217         * configure (tooldir): Alter syntax used to set this, for systems
21218         where "\$" isn't handled right, like i386-aix.
21220 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21222         * configure: Pass program-transform-name, not
21223         program_transform_name, to recursive configures.
21225 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
21227         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21228         of gas+ld+binutils.
21230 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
21232         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
21234 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21236         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21238 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21240         * Makefile.in (PRMS): Set back to all-prms.
21242 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21244         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21245         targets, rather than for MIPS hosts.
21247 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21249         * configure.in: add comment for --with-x default values
21251         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21253         * Makefile.in: add check-* targets for each of the directories in
21254         the tree.  Add a definition of RUNTEST that will use the one we
21255         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
21257 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
21259         * configure.in: Removed obsolete references to bfd_target and
21260         target_makefile_frag.
21262         * build-all.mk: Set assorted targets for Q2.
21263         * config.sub: Recognize z8k-sim and h8300-hms.
21264         * test-build.mk: Really don't pass host to configure.
21265         (HOLES): Added uname.
21267 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
21269         * configure: Handle an empty program-prefix, program-suffix or
21270         program-transform-name correctly.
21272 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21274         * build-all.mk: -G 8 no longer required for MIPS targets.
21275         * test-build.mk: Don't pass host argument to configure; make it
21276         guess.
21278 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
21280         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
21281         * Makefile.in (COMPRESS):  New macro, like GZIP.
21283 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
21285         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21287         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21288         with gas currently defaults to -G 0.
21290 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
21292         * Makefile.in (all-flex): flex depends on byacc.
21294         * build-all.mk: If host not specified, use config.guess.  Pass TAG
21295         to test-build.mk as RELEASE_TAG.
21296         * test-build.mk (configargs): New variable containing arguments to
21297         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
21298         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21300         * config.guess: Use /bin/uname when checking -X argument on SCO,
21301         to avoid invoking GNU uname which doesn't understand -X.
21303         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21305         * configure.in: Build gas for mips-*-*.
21307 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21309         * Makefile.in (all.normal): insert missing backslash.
21311 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
21313         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21315         * Makefile.in: Complete overhaul to merge many almost identical
21316         targets.
21318 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21320         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21321         (gdb.tar.Z): Adjusted.
21323         * Makefile.in (setup-dirs, taz): New targets; should be general
21324         enough to adapt for gdb sometime.  Build only .z file.
21325         (gas.tar.z): New target.
21327 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
21329         * build-all.mk: Use CC=cc -Xs on Solaris.
21331 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
21333         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
21334         for handling BISON for FSF releases.
21336 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21338         * configure: Actually implement the change zoo just documented.
21340 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
21342         * configure: when using config.guess, only set target_alias when
21343         it's not already been set (ie, on the command line)
21345 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21347         * Makefile.in: add installcheck target, set PRMS to install-prms
21349 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21351         * configure: add support for package_makefile_fragment, handle the
21352         case where a directory has a configure.in file but no Makefile.in
21353         more gracefully (with an actual understandable error message, even);
21354         add support for --without (and add this to the usage message); also
21355         explicitly add a --host=${host_alias} to the command line when
21356         config.guess is used
21358 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21360         * configure: Must use both --host and --target in recursive calls.
21362 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21364         * Makefile.in: Change deja-gnu to dejagnu.
21366 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
21368         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21370 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21372         * configure.in: canonicalize all instances to *-*-solaris2*,
21373         also strip out a number of tools to not build for go32 host
21375 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21377         * config.guess: add GPL.
21379         * Makefile.in, config.guess, config.sub, configure: bump
21380         copyrights to 93.
21382 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
21384         * Makefile.in (do-info): Removed obsolete check for existence of
21385         localenv file.
21387         * Makefile.in (MAKEOVERRIDES): Define to be empty.
21389 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21391         * Makefile.in: a couple of 'else true' for decstation,
21392         support for TclX
21394         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21396 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
21398         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21400 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
21402         * config.guess: Recognize i386-ibm-aix (PS/2).
21403         * configure.in: Use config/mh-aix386 file for it.
21405 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
21407         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21408         CC_FOR_TARGET instead.
21409         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21411 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
21413         * Makefile.in: Add sim to list of directories sent with gdb
21415 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
21417         * configure.in: Put back mips-dec-bsd* case.
21419 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
21421         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21422         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
21423         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21425 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21427         * configure.in: remove no-op mips-dec-bsd* in "case $target"
21429         * Makefile.in (dir.info): only run gen-info-dir if it exists,
21430         (install-info): install dir.info only if it exists,
21431         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21433 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
21435         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
21436         gas for mips-dec-bsd.
21438 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
21440         * configure (makesrcdir): If ${srcdir} is relative and not ".",
21441         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21443 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21445         * configure.in: Added "dejagnu" to hosttools list.
21447 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
21449         * config.sub, configure.in, config.guess:  Add support
21450         for Bosx, an AIX variant from Bull.
21451         Patches from F.Pierresteguy@frcl.bull.fr.
21453 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
21455         * devo/dejagnu: Initial creation of devo/dejagnu.
21456         Migrated dejagnu testcases and support files for testing software
21457         tools to reside as subdirectories, currently called "testsuite",
21458         within the directory of the software tool.  Migrated all programs,
21459         support libraries, etc. beloging to dejagnu proper from
21460         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
21461         with no modifications.  The changes to these files which will
21462         allow them to configure, build, and execute properly will be made
21463         in a future update.
21465 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
21467         * Makefile.in: Change send_pr to send-pr.
21468         * configure.in: Likewise.
21469         * send_pr: Renamed directory to send-pr.
21471 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
21473         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
21475 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
21477         * README:  Update for gdb-4.8 release.
21478         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
21479         gdb-xxx.tar.z (gzip'd) file also.
21481 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21483         * Makefile.in: make all-diff depend on all-libiberty
21485 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
21487         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21489 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21491         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21493 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
21495         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
21496         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
21497         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
21499 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21501         * Makefile.in:  makeinfo binary is in a new location
21503 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
21505         * config.sub: Accept -ecoff as an OS.
21507         * Makefile.in: Various changes to eliminate a level of make
21508         recursion and reduce the required command line length.
21509         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21510         sub-makes.
21511         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21512         variables holding settings for specific sub-makes.
21513         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21514         in terms of BASE_FLAGS_TO_PASS.
21515         (TARGET_LIBS): New variable listing directories which use
21516         TARGET_FLAGS_TO_PASS.
21517         (subdir_do): Eliminated.
21518         (do-*): New set of targets to replace subdir_do.
21519         (various): All targets which used subdir_do now depend on do-*.
21520         (local-clean): Renamed from do_clean.
21521         (local-distclean): New target, dependency of distclean and
21522         realclean.
21523         (install-info): Don't create directories.  Depend on dir.info
21524         rather than calling make recursively.
21525         (install-dir.info): Eliminated.
21526         (install-info-dirs): Create all info directories here.
21527         (dir.info): Depend upon do-install-info.
21529         * test-build.mk (HOLES): Added false.
21531 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
21533         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
21535 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21537         * Makefile.in (info): remove dependency on all-texinfo.  The
21538         problem was really in texinfo/C, not at this level.
21540 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
21542         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21544 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
21546         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
21547         GDB releases.
21549 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21551         * configure: Include srcdir in message about target of link not
21552         being found.  Don't convert `-' to `_' in `with' options being
21553         passed to subdirs.
21555 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21557         * configure.in: add uudecode to host_tools
21559         * Makefile.in: added {all,install}-uudecode targets, added them to
21560         the appropriate lists
21562 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
21564         * Makefile.in (all-gcc): Added dependency on all-gas.
21566         * configure.in (mips-*-*): Build ld and binutils.
21568 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
21570         * configure: check return code from mkdir, print error message and
21571         exit on failure.
21573 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
21575         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
21577 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
21579         * test-build.mk (HOLES): Added tar, cpio and uudecode.
21581 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21583         * config.sub (h8500):  Recognize this as a cpu type.
21585 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21587         * configure: source directory missing is no longer a warning
21589         * configure.in: recognize irix[34]* instead of irix[34]
21591         * Makefile.in: define and pass down X11_LIB
21593 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
21595         * guess-systype: Renamed to ...
21596         * config.guess:  ... by popular request.
21597         * configure.in, Makefile.in:  Update accordingly.
21599 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
21601         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
21602         + Add Convex, Cray/Unicos, and Encore/Multimax support.
21603         + Execute ./dummy instead of assuming . is in PATH.
21605 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
21607         * guess-systype:  New shell script.  Attempts to guess the
21608         canonical host name of the executing host.
21609         Only a few hosts are supported so far.
21610         * configure:  Call guess-systype if no host is specified.
21612 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
21614         * Makefile.in (gcc-no-fixedincludes): Made to work with current
21615         gcc Makefile.
21617 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
21619         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21620         (all-gcc, install-gcc, subdir_do): Use it.
21622 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
21624         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21626 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
21628         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21629         set exclusively by configure, using configure.in .
21631 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21633         * test-build.mk: set $PATH for all builds
21635         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21637 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
21639         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
21640         the one used in gcc/Makefile.in, so that a null expansion doesn't
21641         override the one needed to build gcc with a native cc.
21643 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21645         * configure: Accept -with arguments.
21647 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
21649         * Makefile.in: added h8300sim
21651 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
21653         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21654         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
21655         (all-cygnus, native, build-cygnus): Make
21656         $(canonhost)-stamp-3stage-done, not $(host)....
21657         * test-build.mk (stamp-3stage-compared): Use tail +10c for
21658         i386-sco3.2v4.  Added else true to if command.
21660 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
21662         * config.sub: (from FSF) Sequent uses a BSD-like OS.
21664 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
21666         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21668 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21670         * configure.in: don't remove binutils from Solaris builds
21672 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
21674         * Makefile.in: get rid of earlier definitions for *clean,
21675         also handle the recursive info rule better
21677 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
21679         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
21680         do more-or-less the right thing.
21682 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
21684         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21685         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21687 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21689         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21690         $(host_canonical).
21692         * configure.in: split the configdirs list into 4 categories (native
21693         v. cross, library v. tool) and handle the cross-only and native-
21694         only in more reasonable (and correct!) way.
21696 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
21698         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
21699         configdirs anymore.
21701 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21703         * Makefile.in: extensive cleanup::  removed all of the explicit
21704         clean-* targets, collapsed many wrappers around subdir_do into
21705         one, added additional targets to satisfy standards.texi, deleted
21706         some old targets, some changes for consistency
21708 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21710         * configure.in: handle some programs as cross-only, and others as
21711         native only
21713         * test-build.mk: handle partial holes in a more generic manner
21715         * Makefile.in: m4 depends on libiberty
21717 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21719         * configure.in: add m4, textutils, fileutils, sed, shellutils,
21720         time, wdiff, and find to configdirs
21722         * Makefile.in: all, clean, and install rules for the new programs
21723         added to configure.in
21725 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21727         * configure.in: use mh-sun for all *-sun-* hosts
21729 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21731         * Makefile.in: define flags for X11 include files and library file
21732         locations, pass them down to the programs that need this info
21734         * build-all.mk: added a 'native' target, to 3stage the native toolchain
21736 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21738         * configure.in: start building libg++ for HP-UX targets
21740 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
21742         * README:  Update references to files moved into etc/.
21744 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
21746         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
21747         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
21749 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21751         * configure: accept dash as well as underscore in long option
21752         names for FSF compatibility.
21754 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
21756         * config.sub: added -sco3.2v4 support from FSF.
21758 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21760         * configure.in: expand the section that adds or removes
21761         directories from the list of programs to build, to handle native
21762         vs. cross in addition to host v. native
21764 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
21766         * Makefile.in:  Replace C++ in macro names with CXX.
21767         This is less likely to break ...
21769 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21771         * test-build.mk: add -w to GNU_MAKE
21773 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21775         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21776         add 'sparc' to list of recognized cpus.  This needed to make
21777         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21778         Delete some redundant ose68 variants.  Recognize -wrs as an os,
21779         then changes that into $CPU-wrs-vxworks.
21781         * configure.in: remove most references to gdbtest, regularize
21782         target based program removal
21784         * test-build.mk: import from p3 tree (many fixes and changes)
21786 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
21788         * Makefile.in: added rules to handle tcl, tk, and expect
21790         * configure.in: handle those directories if they exist
21792 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21794         * config.sub: removed bogus hppabsd and hppahpux names, since
21795         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21797 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21799         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
21800         depends upon all-xiberty
21802         * Makefile.in: changes from p3, including:
21804         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
21806         * Makefile.in (XTRAFLAGS): include newlib directories if
21807         newlib/Makefile exists, rather than if host != target.
21809         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
21811         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21812         from the same source tree and not building a cross-compiler.  This
21813         matters for the libg++ configuration if reconfiguring a tree that
21814         has already been installed.
21816         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
21818         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21819         pick up the machine and system specific header files.
21821         * Makefile.in: added AS_FOR_TARGET, passed down in
21822         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21823         the C compiler to use to create programs which are run in the
21824         build environment, set it to default to $(CC), and passed it down
21825         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21827         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
21829         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21830         We need them for unusual native builds, like systems without
21831         ranlib.
21833         * configure: also define $(host_canonical) and
21834         $(target_canonical), which are the full, canonical names for the
21835         given host and target
21837 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21839         * Makefile.in:  Added separate definitions for C++.
21841 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21843         * configure.in (configdirs):  Add deja-gnu.
21845 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21847         * README:  Update for configure.texi and gdb-4.7 release.
21849 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21851         * Makefile.in:  Move "all" target to top of file.
21852         Previously, first target was ".PHONY" which caused BSD4.4 make
21853         to build .PHONY when make was run without arguments.
21855 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21857         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21858         Library-copylefted code in libiberty.
21860 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21862         * config.sub:  Replace m68kmote with plain old m68k.
21864 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21866         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21868 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21870         * config.sub: Complain if no argument is given.  Added support for
21871         386bsd as OS and target alias.
21873 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21875         * Makefile.in (XTRAFLAGS): include newlib directories if
21876         newlib/Makefile exists, rather than if host != target.
21878 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21880         * config.sub: recognize sparclite-wrs-vxworks.
21882         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21883         p3.) Added clean-xiberty to clean.
21885 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21887         * configure.in: use *-*-* instead of nested cases for host and target
21889 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21891         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21892         from the same source tree and not building a cross-compiler.  This
21893         matters for the libg++ configuration if reconfiguring a tree that
21894         has already been installed.
21896 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21898         * config.sub (i486v/i486v4):  Merge in from FSF version.
21900 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21902         * configure: only set PWD if it is already set.
21904 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21906         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21907         doesn't have unset and all success paths (and most error paths)
21908         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21909         to just ${PWD} to avoid confusion.)
21911 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21913         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21914         even for a native compilation.
21916 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21918         Changes to make the gdb.tar.Z rule work better.
21920         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21921         (DEVO_SUPPORT):  Add configure.texi.
21922         (bfd-ilrt.tar.Z):  Remove ancient rule.
21924 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21926         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21927         pick up the machine and system specific header files.
21929         * configure.in, config.sub: added new target m68010-adobe-scout,
21930         with alias of adobe68k.  Changed configure.in to check for
21931         -scout before -sco* to avoid a false match.
21933         * Makefile.in: added AS_FOR_TARGET, passed down in
21934         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21935         the C compiler to use to create programs which are run in the
21936         build environment, set it to default to $(CC), and passed it down
21937         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21939 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21941         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21942         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21943         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21944         FOR_TARGET variants, to newlib and libg++.
21946 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21948         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21949         first.
21951 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21953         * config.sub:  Accept `elf' as an environment.
21955 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21957         * Makefile.in (all-opcodes):  cd into the right directory
21959 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21961         * configure: added -program_transform_name option, used as
21962         argument to sed when installing programs.
21963         configure.texi: added documentation for -program_prefix,
21964         -program_suffix and -program_transform_name.
21966 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21968         * config.sub:  Accept i486 where i386 ok.
21970 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21972         * config.sub: accept we32k
21974 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21976         * config.sub, configure.in: accept OSE68000 and OSE68k.
21978         * Makefile.in: don't create all directories for ``make install'';
21979         let the subdirectories create the ones they need.
21981 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21983         * COPYING: new file, GPL v2
21985 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21987         * Makefile.in: use the new gen-info-dir, which needs a template
21988         argument (which also lives in texinfo)
21990         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21992 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21994         * config.sub (ncr3000):  Change i386 to i486.
21996 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21998         * Makefile.in: add install-rcs, install-grep to
21999         install-no-fixedincludes, removed install-bison and install-libgcc
22001 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
22003         * configure.in: grab the HPUX makefile fragment if on HPUX
22005 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
22007         * Makefile.in: eradicate bison spoor (ditto libgcc).
22008         configure.in: recognise m68{k,000}-ericsson-OSE.
22009         es1800 is alias for m68k-ericsson-OSE
22011 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22013         * configure.in: rearrange the parts that remove programs from
22014         configdirs, based now on HOST==TARGET or by canonical triple.
22016 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22018         * test-build.mk: recurse explicitly with -f test-build.mk when
22019         appropriate.  predicate stage3 and comparison on the existence
22020         of gcc.  That is, if gcc isn't around, we aren't three-staging.
22021         On very clean, also remove ...stamp-co.  Build in-place before
22022         doing other builds.
22024 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
22026         * Makefile.in, configure.in: add tgas
22028 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22030         * Makefile.in: a number of changes merged in from progressive.
22032         * configure.in: add libm.
22034         * .cvsignore: ignore some stuff that comes from test-build.mk.
22036 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
22038         * config.sub:  Add es1800 (m68k-ericsson-es1800).
22040 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
22042         * configure: Add program_suffix (parallel to program_prefix)
22043         * Makefile.in: adjust directory-creating script for losing decstation
22045 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
22047         * configure:  Minor $subdir-related fixes.
22049 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
22051         * configure: fix various problems with propogating
22052         makefile_target_frag in subdirs.
22053         * configure.in: config libgcc if its there
22055 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
22057         * config.sub:  HPPA merge.
22059 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
22061         * Makefile.in:  Replace all-bison with all-byacc in all
22062         dependency lines for other tools (which now use byacc).
22064 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
22066         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
22068 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
22070         * Makefile.in: make gprof rules similar to byacc rules (instead of
22071         vestigal $(unsubdir) that didn't work...)
22073 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
22075         * config.sub:  Add support for Linux.
22076         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
22077         (at least for libg++).
22079 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
22081         * configure.texi: fix doc for the -nfp option to configure
22083 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
22085         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
22087 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
22089         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
22090         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
22091         * configure.in: added solaris* host_makefile_frag hook.
22093 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22095         * config.sub: changed recognition of m68000 so that various
22096         m68k types can be specified via m680[01234]0
22098 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22100         * config.sub (basic_machine): fix sed so that '-foo' isn't
22101         completely substituted out while .+'-foo' loses the '-foo'
22103 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22105         * config.sub ($os): Add -aout.
22107 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
22109         * configure:  If host_makefile_frag is absolute, don't
22110         prefix ${invsubdir} (relevant to libg++ auto-configure).
22112 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
22114         * Makefile.in (tooldir): Define it.
22115         (all-ld): Depend on all-flex.
22117 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
22119         * Makefile.in (check):  Fix libg++ special case.
22121 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
22123         * configure: do not bury `pwd` into config.status, thus do fewer
22124         pwd's.
22126         * configure: print the "Building in" message only when building in
22127         other than "." AND verbose.
22129         * configure: remove -s, rework -v to better accommodate guested
22130         configures.
22132         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
22134 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
22136         * Makefile.in: macroize flags passed on recursion.  remove
22137         fileutils.
22139 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
22141         * configure: get makesrcdir right for subdirs deeper than 1.
22143         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
22144         install.
22146 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
22148         * Makefile.in: don't print subdir_do or recursion lines.
22150 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
22152         * standards.texi: added menu item.
22154         * Makefile.in: build and install standards.info.
22156         * standards.texi: new file.
22158 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22160         * configure: test for and move config.status pieces from
22161         ${subdir}/.
22163 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
22165         * configure:  Test for existance of files before trying to mv
22166         them, to avoid numerous non-existance messages.
22168 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
22170         * configure: correct final line of config.status.
22172         * configure: patch from eggert.  Avoids a protection problem if
22173         the original Makefile.in is read only.
22175         * configure: use move-if-change from gcc to create config.status.
22176         Some makefiles depend on config.status to tell if a directory
22177         has been reconfigured for a different host.  This change
22178         prevents those directories from remaking everything in the case
22179         where the reconfig was only intended to rebuild a Makefile.
22181         * configure: test for config.sub with "config.sub sun4" rather
22182         than "config.sub ${host_alias}".  Otherwise we can't tell a bad
22183         host alias from a missing config.sub.
22185 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22187         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
22188         MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
22190 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
22192         * configure: mkdir ${subdir} as needed.
22194 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
22196         * Makefile.in,configure.in: added autoconf.
22198 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22200         * Makefile.in: no longer pass against on recursion.
22202         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
22203         definitions are not inherited.
22205         * configure: correct makesrcdir when subdir is .
22207 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
22209         * configure:  Add support for 'subdirs' variable, which is
22210         like 'configdirs', except that configure doesn't re-invoke
22211         itself for subdirs, it just creates a Makefile for each subdir.
22212         * configure.texi:  Document subdirs.
22214 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
22216         * configure.in: added flex to configdirs
22218 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
22220         * Makefile.in: remove clean-stamps from clean.
22222 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
22224         * configure.in:  Add gdbtest to configdirs.
22226 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
22228         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
22229         to recursive makes.
22230         * configure.in:  Recognize new ncr3000 config.
22232 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
22234         * Makefile.in, configure.in: removed references to gdbm.
22236 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
22238         * config.sub:  Don't canonicalize os value
22239         newsos* to bsd (readline needs to check for newsos).
22240         (This fix was earlier made Jan 31, but got re-broken.)
22242 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
22244         * configure.in:  sco is an os, not a vendor!
22246         * configure:  Quote $( better.  Keep various shells happy.
22248 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
22250         * Makefile.in: eliminate stamp-files.
22252 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
22254         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
22255         Supress echoing of all the "if [ -d ... $(MAKE)" lines.
22257 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
22259         * config.sub:  fix iris/iris3.
22261 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
22263         * configure: re-add -rm.
22265 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
22267         * Maskefile.in: add .stmp-rcs to all.
22269         * configure.in: remove gas from rs6000 build, use aix host fragment.
22271 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
22273         * configure: pass down site_option during recursion.
22275 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
22277         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
22279 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
22281         * configure: Change exec_prefix so that it really defaults to prefix.
22283 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
22285         * Makefile.in, configure.in:  Add support for mmalloc library.
22287 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
22289         * Makefile.in: add stmp dependencies for a few more things.
22291 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
22293         * configure: adjusted error message on objdir/srcdir configure
22294         collision, per john's suggestion.
22296         * Makefile.in: add libiberty stmp to all and all.cross.
22298 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
22300         * Makefile.in: remove force dependencies, add grep to all.
22302 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
22304         * Makefile.in: drop flex.  make stamp files work.
22306         * configure: added test for conflicting configuration in srcdir,
22307         remove trailing slashes from srcdir.  Otherwise emacs gdb mode
22308         gets cranky.  use relative paths for configure and srcdir
22309         whenever possible.  Send some error messages to stderr that were
22310         going to stdout.
22312 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
22314         * Makefile.in:  Fix libg++ rule to check for gcc directory
22315         before using gcc/gcc.  Also pass XTRAFLAGS.
22317 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
22319         * Makefile.in: added stmp-files so that directories aren't polled
22320         when they are already built.
22322         * configure.texi: fixed a node pointer problem.
22324 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
22326         * config.sub configure.in gdb/configure.in
22327         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22328         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22329         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
22331 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22333         * configure: -recurring becomes -silent.  corrected help message
22334         for -site= option.
22336         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22338 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22340         * configure: when building Makefile for crosses, replace
22341         tooldir and program_prefix.  default srcdir from location of
22342         config.sub.  remove "for host in hosts" and "for target in
22343         targets" loops.
22345 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
22347         * Makefile.in: Do not pass bindir or mandir to cvs.
22349 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
22351         * Makefile.in, configure.in: removed traces of namesubdir,
22352         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
22353         copyrights to '92, changed some from Cygnus to FSF.
22355         * configure.texi: remove most references to multiple hosts,
22356         multiple targets, subdirs, etc.
22358         * configure.man: removed rcsid. reference config.sub not
22359         config.subr.
22361         * Makefile.in: mkdir $(infodir) on install-info.
22363 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
22365         * configure.texi:  Explain better about .gdbinit and about
22366         the environment that configure.in sections run in.
22368 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
22370         * configure.in:  Ultrix is only a decstation if it's a MIPS.
22372 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
22374         * README:  DOC.configure => cfg-paper.texi.
22376 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
22378         * config.sub (near case $os):  Don't convert newsos* to bsd!
22380 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
22382         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
22383         the number of copies of COPYING that go into the GDB tar file.
22385 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
22387         * bfd/configure.in, gdb/config/mh-i386sco,
22388         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22389         Fix SCO configuration stuff.
22391 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
22393         * Makefile.in:  For libg++, make sure the -I pointing
22394         to the gcc directory goes *after* all the libg++-local -I flags.
22395         Also, move just-gcc dependency from just-libg++ to all-libg++.
22397 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
22399         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
22401 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
22403         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
22405 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
22407         * config.sub:  Add stratus configuration frags.  Also
22408         submitted to FSF.
22410 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
22412         * Makefile.in (DEV_SUPPORT):  add configure.man.
22414         * config.sub(Decode manufacturer-specific):  add -none*.
22416 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
22418         * Makefile.in:  remove form feeds to make Sun's make happy.
22419         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
22421 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
22423         * Makefile.in (AR_FLAGS):  Make quieter.
22425 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
22427         * configure.in:  Add libg++.
22428         * configure:  When verbose, don't output the command line at each
22429         level; it will be unremarkably the same as the previous version,
22430         which will be the same as what the user typed.
22432 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
22434         * configure.in, Makefile.in: fix clean-info, add flex.  add
22435         fileutils.
22437         * configure: be less sensitive to spaces in Makefile.in.  Do not
22438         look for sources in "..".  Doing so breaks subdirectories that
22439         might have their own configure.  If a subdir has it's own
22440         configure script, use it.
22442 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
22444         * cfg-paper.texi: some changes suggested by rms.
22446 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
22448         * config.sub:  Merge in some small additions from the FSF version,
22449         taken from the gcc distribution, to bring the Cygnus and FSF
22450         versions into closer sync.
22452 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
22454         * configure.in:  Changed svr4 references to sysv4.
22456 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
22458         * configure: added -V for version number option.
22460 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
22462         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22463         renamed from DOC.configure to cfg-paper.texi.
22465 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22467         * configure, config.subr, config.sub: config.subr is now
22468         config.sub again.
22470 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
22472         * configure.texi: new file, in progress.
22474         * Makefile.in: build info file and install the man page for
22475         configure.
22477         * configure.man: new file, first cut.
22479         * configure: find config.subr again now that configuration "none"
22480         has gone.  removed all traces of the -ansi option.  removed all
22481         traces of the -languages option.
22483         * config.subr: resync from rms.
22485 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22487         * configure, config.sub, config.subr: merge config.sub into
22488         config.subr, call the result config.subr, remove config.sub, use
22489         config.subr.
22491         * Makefile.in: revised install for dir.info.
22493 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22495         * configure.in: add decstation host makefile frag.
22497         * Makefile.in: BISON now bison -y again.  also install-gcc on
22498         install.  clean-gdbm on clean.  infodir belongs in datadir.
22499         Make directories for info install.  Build dir.info here then
22500         install it.
22502 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22504         * Makefile.in: fix for bad directory tests.
22506 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22508         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
22509         regexp.  -srcdir relative was being handled incorrectly.
22511         * Makefile.in: unwrapped some for loops so that parallel makes
22512         work again and so one can focus one's attention on a particular
22513         package.
22515 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22517         * configure: added PWD as a stand in for `pwd` (for speed). use
22518         elif wherever possible.  make -srcdir work without -objdir.
22519         -objdir= commented out.
22521 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22523         * configure: +options become --options.  -subdirs commented out.
22524         added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
22525         Makefile now at top of generated Makefile.  Removed cvs log
22526         entries.  added -srcdir.  create .gdbinit only if there is one
22527         in ${srcdir}.
22529         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
22530         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
22531         and mandir now keyed off datadir by default.
22533 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
22535         * Freshly created ChangeLog.
22538 Local Variables:
22539 mode: change-log
22540 left-margin: 8
22541 fill-column: 76
22542 version-control: never
22543 End: