2015-10-23 Steve Ellcey <sellcey@imgtec.com>
[official-gcc.git] / ChangeLog
blob646147dbbb3f09963ef59d8e0be5fdf1f585c87b
1 2015-10-23  Paulo Matos  <pmatos@linki.tools>
3         * MAINTAINERS: Update email address.
5 2015-10-23  Alan Hayward <alan.hayward@arm.com>
7         * MAINTAINERS  (Write After Approval): Add myself.
9 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
11         Sync with binutils-gdb:
12         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
14         PR gas/19109
15         * configure.ac: Add
16         --enable-compressed-debug-sections={all,gas,gold,ld}.
17         * configure: Regenerated.
19 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
21         * MAINTAINERS: Update list of Ada maintainers and email addresses.
23 2015-10-09  Martin Liska  <mliska@suse.cz>
25         * MAINTAINERS (Write After Approval): Add myself.
27 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
29         * MAINTAINERS (Write After Approval): Add myself.
31 2015-10-02  Florian Weimer  <fweimer@redhat.com>
33         * MAINTAINERS: Update email address.
35 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
37         * MAINTAINERS  (Write After Approval): Add myself.
39 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
41         * MAINTAINERS: Update email.
43 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
45         * MAINTAINERS: Update my email address.
47 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
49         * MAINTAINERS (ft32 port): Add myself.
51 2015-08-28  David Sherwood  <david.sherwood@arm.com>
53         * MAINTAINERS: Add myself.
55 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
57         * MAINTAINERS (Write After Approval): Add myself.
59 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
61         PR libfortran/54572
62         * Makefile.def: Make libgfortran depend on libbacktrace.
63         * Makefile.in: Regenerate.
65 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
67         * MAINTAINERS (Write After Approval): Add myself.
69 2015-08-12  Tom de Vries  <tom@codesourcery.com>
71         PR other/67092
72         * configure.ac: Remove --with_host_libstdcxx support.
73         * configure: Regenerate.
75 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
76             Jakub Jelinek  <jakub@redhat.com>
78         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
79         nvptx*-*-*.
80         * configure: Regenerate.
82 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
84         * Makefile.def (libiconv): Define bootstrap=true.
85         Mark pdf/html/info as missing.
86         (configure-gcc): Depend on all-libiconv.
87         (all-gcc): Ditto.
88         (configure-libcpp): Ditto.
89         (all-libcpp): Ditto.
90         (configure-intl): Ditto.
91         (all-intl): Ditto.
92         * Makefile.in: Regenerate.
94 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
96         * MAINTAINERS (loop ivopts): Add the entry and myself.
98 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
100         * MAINTAINERS (nvptx): Add self.
102 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
104         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
105         128-bit vector modes.
107 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
109         * MAINTAINERS (Write After Approval): Add myself.
111 2015-07-28  Ben Elliston  <bje@gnu.org>  
113         * config.sub, config.guess: Import from upstream.
115 2015-07-24  Michael Darling  <darlingm@gmail.com>
117         PR other/66259
118         * config-ml.in: Reflects renaming of configure.in to configure.ac
119         * configure: Likewise
120         * configure.ac: Likewise
122 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
124         * MAINTAINERS: Update my email address.
126 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
128         Sync with binutils-gdb:
129         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
131         * configure.ac (target_configdirs): Exclude target-zlib if
132         target-libjava isn't built.
133         * configure: Regenerated.
135 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
137         Sync with binutils-gdb:
138         2015-05-13  John David Anglin  <dave.anglin@bell.net>
140         * configure.ac: Disable configuration of GDB for HPUX targets.
141         * configure: Regenerate.
143         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
145         * configure.ac: Add --with-system-zlib.
146         * configure: Regenerated.
148         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
150         * configure.ac: Add FT32 support.
151         * configure: Regenerate.
153         2015-01-12  Anthony Green  <green@moxielogic.com>
155         * configure.ac: Don't disable gprof for moxie.
156         * configure: Rebuild.
158 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
160         Sync with binutils-gdb:
161         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
163         PR ld/18355
164         * Makefile.def: Add extra_configure_flags to host zlib.
165         * configure.ac (extra_host_zlib_configure_flags): New.  Set
166         to --enable-host-shared When bfd is to be built as shared
167         library.  AC_SUBST.
168         * Makefile.in: Regenerated.
170 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
172         Sync with src:
173         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
174         * Makefile.def (dependencies): Add all-zlib to all-bfd.
175         * Makefile.in: Regenerated.
177 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
179         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
180         target.
181         * configure: Regenerate.
183 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
185         * MAINTAINERS (Write After Approval): Add myself.
187 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
189         * MAINTAINERS (OS Port Maintainers): Add myself.
190         (Various Maintainers): Remove myself from libffi testsuite.
192 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
194         * MAINTAINERS (gen* on machine desc): Add self.
196 2015-06-02  Jason Merrill  <jason@redhat.com>
198         PR bootstrap/66319
199         * configure.ac: Use -std=gnu++98.
201 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
203         * MAINTAINERS (Write After Approval): Add myself.
205 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
207         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
208         * configure: Regenerate.
210 2015-05-26  Jason Merrill  <jason@redhat.com>
212         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
213         * configure: Regenerate.
215 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
217         * configure.ac: FT32 target added.
218         * configure: Regenerated.
220 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
222         * MAINTAINERS (Write After Approval): Add myself.
224 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
226         * MAINTAINERS (Write After Approval): Add myself.
228 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
230         * configure.ac: Fix typo.
231         * configure: Regenerate.
233 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
235         * MAINTAINERS (Write After Approval): Add myself.
237 2015-05-03  Matthias Klose  <doko@ubuntu.com>
239         * configure.ac: Match $host configured with triplets.
240         * configure: Regenerate.
242 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
244         * Makefile.tpl: Remove surplus whitespace throughout.
245         * Makefile.in: Regenerate.
247 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
249         * MAINTAINERS (Various Maintainers): Add myself as instruction
250         combiner maintainer.
252 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
254         PR bootstrap/62077
255         * configure.ac (--enable-stage1-checking): Default to
256         release,misc,gimple,rtlflag,tree,types if --disable-checking
257         or --enable-checking is not specified and DEV-PHASE is not
258         experimental.
259         * configure: Regenerated.
261 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
263         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
264         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
265         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
266         * Makefile.in: Regenerate.
268 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
270         * MAINTAINERS: Update my email address.
272 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
274         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
276 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
278         * MAINTAINERS: Add myself as an arm port reviewer.
280 2015-03-25  Martin Liska  <mliska@suse.cz>
281             Yury Gribov  <y.gribov@samsung.com>
283         * Makefile.in: Fix ln source location for vimrc file.
284         * Makefile.tpl: Likewise.
286 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
288         PR bootstrap/25672
289         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
290         cross-compiling.  Similarly for CXX_FOR_TARGET.
291         * configure: Regenerate.
293 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
295         * Makefile.def: Add libmpx.
296         * configure.ac: Add libmpx.
297         * Makefile.in: Regenerate.
298         * configure: Regenerate.
300 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
302         * MAINTAINERS (CPU Port Maintainers): Add myself
303         i386 vector ISA extns mantainer.
305 2015-03-13  Jeff Law  <law@redhat.com>
307         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
308         maintainer.
309         Remove Richard Henderson as a maintainer for the x86 port.
311 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
313         * MAINTAINERS (CPU Port Maintainers): Update my email address.
315 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
317         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
318         pointer bounds checker and i386 MPX maintainer.
320 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
322         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
324 2015-02-26  Martin Sebor  <msebor@redhat.com>
326         * MAINTAINERS (Various Maintainers): Add self.
328 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
330         * configure.ac [--enable-as-accelerator-for] (enable_languages):
331         Make sure it contains lto.
332         * configure: Regenerate.
334 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
336         * configure: Regenerate.
338 2015-02-06  Diego Novillo  <dnovillo@google.com>
340         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
341         middle-end, docstring): Remove myself.
342         (Write After Approval): Add myself.
344 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
346         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
347         (Write After Approval): Update address.
349 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
351         PR jit/64780
352         * configure.ac: Require the user to explicitly specify
353         --enable-host-shared if the jit is enabled.
354         * configure: Regenerate.
356 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
358         * MAINTAINERS (Write After Approval): Add myself.
360 2015-01-25  Tom de Vries  <tom@codesourcery.com>
362         * MAINTAINERS: Make whitespace consistent.
364 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
366         * MAINTAINERS (Write After Approval): Add myself.
368 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
370         * MAINTAINERS: (Write After Approval): Add myself.
372 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
374         * MAINTAINERS: (Write After Approval): Add myself.
376 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
378         * MAINTAINERS: (Write After Approval): Add myself.
380 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
382         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
383         objective-c/c++ front end maintainer.
385 2015-01-13  Marek Polacek  <polacek@redhat.com>
387         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
389 2015-01-12  Jeff Law  <law@redhat.com>
391         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
392         a very long time.
394 2015-01-09  Ian Lance Taylor  <iant@google.com>
396         * configure.ac (host_tools): Add gotools.
397         * Makefile.def (host_modules): Add gotools.
398         (dependencies): Add dependency of all-gotools on all-target-libgo.
400 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
402         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
403         * configure: Regenerate.
405 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
407         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
408         all-target-libgomp.
409         * Makefile.in: Regenerate.
411 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
413         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
415 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
417         * configure.ac: Add Visium support.
418         * configure: Regenerate.
420 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
422         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
423         * configure: Regenerate.
425 2015-01-03  Andrew Pinski  <apinski@cavium.com>
427         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
428         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
429         (BASE_TARGET_EXPORTS): Add OBJCOPY.
430         (OBJCOPY_FOR_TARGET): New variable.
431         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
432         * Makefile.in: Regenerate.
433         * configure.ac: Check for already installed target objcopy.
434         Also GCC_TARGET_TOOL on objcopy.
435         * configure: Regenerate.
437 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
439         * config.sub: Update from upstream, to 2015-01-01 version.
440         * config.guess: Ditto.
442 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
444         * MAINTAINERS (RTEMS Ports): Add myself.
446 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
448         * MAINTAINERS (Write After Approval): Add myself.
450 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
452         * MAINTAINERS (Write After Approval): Add myself.
454 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
456         * configure.ac (--enable-as-accelerator-for): Don't set
457         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
458         * configure: Regenerate.
460 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
462         PR bootstrap/64023
463         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
464         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
465         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
466         to CXX.
467         * Makefile.in: Regenerated.
469 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
470             Yury Gribov  <y.gribov@samsung.com>
472         * .gitignore: Added .local.vimrc and .lvimrc.
473         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
474         * Makefile.in: Regenerate.
476 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
478         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
479         * configure: Regenerated.
481 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
483         * MAINTAINERS (nvptx port): New entry.
485 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
487         * configure: Regenerate.
489 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
491         * configure.ac: Merge with Binutils.
493 2014-11-26  Tobias Burnus  <burnus@net-b.de>
495         * Makefile.def: Make more dependent on mpfr, mpc and isl.
496         * Makefile.in: Regenerate.
498 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
500         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
501         missing flex.
502         * Makefile.in: Regenerated.
504 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
506         * Makefile.in: Regenerate.
508 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
510         PR bootstrap/63784
511         * libtool.m4: Add $pic_flag with -shared.
513 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
515         * MAINTAINERS (Write After Approval): Added myself.
517 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
519         * MAINTAINERS (write-after-approval): Add myself.
521 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
523         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
524         from 2 years ago.
526 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
528         Revert:
529         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
531         * MAINTAINERS (Write After Approval): Added myself as line map
532         maintainer.
534 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
536         Revert:
537         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
539         * MAINTAINERS (Write After Approval): Added myself.
541 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
543         * MAINTAINERS (Write After Approval): Added myself.
545 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
547         * MAINTAINERS (Write After Approval): Added myself as line map
548         maintainer.
550 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
552         * MAINTAINERS (Various Maintainers): Added myself as line map
553         maintainer.
555 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
557         * move-if-change: Sync from upstream gnulib.
559 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
561         * compile: Sync with upstream Automake.
562         * depcomp: Ditto.
563         * install-sh: Ditto.
564         * missing: Ditto.
565         * mkinstalldirs: Ditto.
566         * ylwrap: Ditto.
568 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
570         * config.sub: Update from upstream config repo.
571         * config.guess: Ditto.
573 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
575         * Makefile.def: Add liboffloadmic to target_modules.  Make
576         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
577         * Makefile.in: Regenerate.
578         * configure: Regenerate.
579         * configure.ac: Add liboffloadmic to target binaries.
580         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
581         Add liboffloadmic to noconfig list when C++ is not supported.
583 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
584             Thomas Schwinge  <thomas@codesourcery.com>
585             Ilya Verbin  <ilya.verbin@intel.com>
586             Andrey Turetskiy  <andrey.turetskiy@intel.com>
588         * configure: Regenerate.
589         * configure.ac (--enable-as-accelerator-for)
590         (--enable-offload-targets): New configure options.
592 2014-11-11  Tobias Burnus  <burnus@net-b.de>
594         * Makefile.def: Make all-gcc depend on all-isl.
595         * Makefile.in: Regenerate.
597 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
599         * ChangeLog.jit: New.
600         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
602 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
604         PR target/63610
605         * libtool.m4: Fix globbing of darwin versions.
606         * configure: Regenerate.
608 2014-11-11  Tobias Burnus  <burnus@net-b.de>
610         * Makefile.def: Remove CLooG.
611         * Makefile.tpl: Ditto.
612         * configure.ac: Ditto.
613         * configure: Regenerate.
614         * Makefile.in: Ditto.
616 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
618         * configure.ac: Handle nvptx-*-*.
619         * configure: Regenerate.
621 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
623         * MAINTAINERS (Write After Approval): Add myself.
625 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
627         * Makefile.def (libcc1): Remove bootstrap=true;.
628         * Makefile.in: Regenerated.
630 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
632         * configure.ac: Update comment.
633         * configure: Regenerate.
635 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
637         * MAINTAINERS (Write After Approval): Add myself.
639 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
641         * configure.ac (extra_host_libiberty_configure_flags): Add
642         --enable-shared also for libcc1's benefit.
643         * configure: Regenerate.
645 2014-10-29  Tristan Gingold  <gingold@adacore.com>
647         * MAINTAINERS: Change my email address.
649 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
650             Tom Tromey  <tromey@redhat.com>
652         * Makefile.def: Add libcc1 to host_modules.
653         * configure.ac (host_tools): Add libcc1.
654         * Makefile.in, configure: Rebuild.
656 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
658         * configure.ac (build_configargs): Don't share config.cache between
659         build subdirs.
660         * configure: Regenerate.
662 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
664         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
665         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
666         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
667         leon3v7 as leon3.
668         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
669         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
670         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
671         * config/sparc/sparc.md (cpu): Add leon3v7.
672         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
674 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
676         * MAINTAINERS (write-after-approval): Add myself.
678 2014-10-23  Ian Lance Taylor  <iant@google.com>
680         * configure.ac: Disable the Go frontend on systems where it is known
681         to not work.
682         * configure: Regenerate.
684 2014-10-23  Richard Biener  <rguenther@suse.de>
686         * Makefile.def: Add libcpp build module and dependencies.
687         * configure.ac: Add libcpp build module.
688         * Makefile.in: Regenerate.
689         * configure: Likewise.
691 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
693         * MAINTAINERS (write-after-approval): Add myself.
695 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
697         * INSTALL/README: Do not mention CVS.
699 2014-10-03  Jing Yu  <jingyu@google.com>
701         * configure.ac: Add aarch64 to list of targets that support gold.
702         * configure: Regenerate.
704 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
706         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
708 2014-09-29  Catherine Moore  <clm@codesourcery.com>
710         * MAINTAINERS:  Add myself as MIPS maintainer.
712 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
714         * MAINTAINERS: Move myself to MIPS maintainers.
716 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
718         * MAINTAINERS: Put all email addresses between '<' and '>'.
720 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
722         * MAINTAINERS: Move myself to reviewers (Fortran).
724 2014-09-01  Andi Kleen  <ak@linux.intel.com>
726         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
727         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
728         * Makefile.in: Regenerate.
730 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
732         * rtx-classes-status.txt: Delete
734 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
736         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
738 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
740         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
741         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
742         of checking for version number.
743         * configure: Regenerated.
744         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
746 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
748         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
749         is done; begin phase 6 (use extra rtx_def subclasses).
751 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
753         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
754         done; begin phase 5 (additional rtx_def subclasses).
756 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
758         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
760 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
762         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
763         SET_BB_HEADER are done.
765 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
767         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
768         done.
770 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
772         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
774 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
776         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
778 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
780         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
782 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
784         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
786 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
788         * rtx-classes-status.txt: Phase 3 (per-file commits within
789         "config" subdirs) is done; begin phase 4 (removal of
790         "scaffolding").
792 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
794         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
795         dir) is done; begin phase 3 (per-file commits within "config"
796         subdirs).
798 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
800         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
801         phase 2 (per-file commits in main source dir).
803 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
805         * configure: Regenerated.
807 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
809         * rtx-classes-status.txt (TODO): Add SET_BND_TO
811 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
813         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
815 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
817         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
819 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
821         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
823 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
825         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
827 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
829         * MAINTAINERS (Write After Approval): Add myself.
831 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
833         * MAINTAINERS: Remove myself
835 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
837         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
839 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
841         * MAINTAINERS (Write After Approval): Add myself.
843 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
845         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
846         SET_BB_HEADER, SET_BB_FOOTER
848 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
850         * rtx-classes-status.txt: New file
852 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
854         * configure.ac: Eliminate ClooG installation dependency.
855         * configure: Regenerate.
856         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
857         * Makefile.in: Regenerate.
859 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
861         * MAINTAINERS (Write After Approval): Add myself.
863 2014-08-15  Ilya Tocar  <tocarip@gmail.com> 
865         * MAINTAINERS (Write After Approval): Add myself.
867 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
869         * MAINTAINERS (Write After Approval): Add myself.
871 2014-07-28  Anthony Green  <green@moxielogic.com>
873         Import from savannah.gnu.org:
874         * config.sub: Update to 2014-07-28 version.
876 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
878         * MAINTAINERS: Remove my MIPS maintainer entry.
880 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
882         PR target/47230
883         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
884         * configure: Regenerate.
886 2014-07-24  James Norris  <jnorris@codesourcery.com>
888         * MAINTAINERS (Write After Approval): Add myself.
890 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
892         * configure.ac: Accept only CLooG 0.18.1.
893         * configure: Regenerate.
895 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
897         * configure.ac: Don't accept isl 0.11.
898         * configure: Regenerate.
900 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
902         * MAINTAINERS (Write After Approval): Add myself.
904 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
906         * configure.ac: Don't accept isl 0.10.
907         * configure: Regenerate.
909 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
911         Fix include path for in-tree cloog.
912         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
913         * configure: Regenerate.
915 2014-06-18  Richard Henderson  <rth@redhat.com>
917         * .gitignore: Import gcc_update output.
919 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
921         * config-ml.in: Robustify ac_configure_args parsing.
923         * configure.ac (--enable-linker-plugin-configure-flags)
924         (--enable-linker-plugin-flags): New flags.
925         (configdirs): Conditionally add libiberty-linker-plugin.
926         * configure: Regenerate.
927         * Makefile.def (host_modules): Add libiberty-linker-plugin.
928         (host_modules) <lto-plugin>: Pay attention to
929         @extra_linker_plugin_flags@ and
930         @extra_linker_plugin_configure_flags@.
931         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
932         * Makefile.in: Regenerate.
934         * Makefile.tpl (configure-[+prefix+][+module+])
935         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
936         "module_srcdir" instead of "module" for locating a module's srcdir.
937         * Makefile.in: Regenerate.
939 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
941         * MAINTAINERS (Write After Approval): Add myself.
943 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
945         * MAINTAINERS: Update my email address.
947 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
949         * MAINTAINERS (Write After Approval): Add myself.
951 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
953         * MAINTAINERS (Write After Approval): Add myself.
955 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
957         PR libstdc++/61011
958         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
959         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
960         * configure: Regenerate.
962 2014-05-28  Pedro Alves  <palves@redhat.com>
964         * MAINTAINERS (Write After Approval): Add myself.
966 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
968         * MAINTAINERS: Update my affiliation/email.
970 2014-05-19  Mike Stump  <mikestump@comcast.net>
972         * MAINTAINERS: Add wide-int reviewers.
974 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
976         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
977         * configure: Regenerated.
979 2014-05-15  Torvald Riegel  <triegel@redhat.com>
981         * MAINTAINERS (libitm): Add myself as maintainer.
983 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
985         * MAINTAINERS (Write After Approval): Add myself.
987 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
989         * config.sub, config.guess: Import from upstream.
991 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
993         * MAINTAINERS (Write After Approval): Put myself in correct order.
995 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
997         * MAINTAINERS (Write After Approval): Add myself.
999 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1001         * MAINTAINERS: Move myself from Reviewers to Write After Approval
1002         section.
1004 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1006         * MAINTAINERS (Write After Approval): Delete myself.
1008 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
1010         PR sanitizer/56781
1011         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1012         and -B* options with -Xcompiler.
1014 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1016         PR bootstrap/60620
1017         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. 
1018         * Makefile.in: Regenerate.
1020 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1022         * Makefile.def (dependencies): Make all-ld depend on all-binutils
1023         for WINDRES_FOR_TARGET in default-manifest.o rule.
1024         * Makefile.in: Regenerate.
1026 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
1028         * MAINTAINERS (Write After Approval): Add myself.
1030 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
1032         PR sanitizer/56781
1033         * Makefile.def: Set bootstrap=true; for host fixincludes.
1034         * configure.ac: Don't bootstrap host fixincludes unless
1035         --with-build-config=bootstrap-{a,ub}san.
1036         * Makefile.in: Regenerated.
1037         * configure: Regenerated.
1039 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
1041         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
1042         --enable-vtable-verify option parsing.  Don't add
1043         target-libsanitizer to bootstrap_target_libs unless
1044         --with-build-config=bootstrap-asan or
1045         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
1046         to bootstrap_target_libs unless --enable-vtable-verify.
1047         * configure: Regenerated.
1049 2014-03-10  Anatoly Sokolov <aesok@post.ru>
1051         * MAINTAINERS (Write After Approval): Add myself.
1053 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
1055         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1057 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
1059         PR bootstrap/58572
1060         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1061         -I for libstdc++-v3 includes if $(LEAN).
1062         * Makefile.in: Regenerated.
1064 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
1066         * MAINTAINERS: Update my email address.
1068 2014-02-24  Walter Lee  <walt@tilera.com>
1070         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1071         (tilegx-*-*): Change to tilegx*-*-*.
1072         * configure: Regenerate.
1074 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
1076         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1078 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
1080         * MAINTAINERS (Write After Approval): Add myself.
1082 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1084         PR target/59788
1085         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1086         *solaris2*.
1088 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
1090         * MAINTAINERS: Update my email address.
1092 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1094         * MAINTAINERS: Convert to UTF-8.
1095         Properly sort Xinliang David Li's entry.
1097 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1098             Sandra Loosemore  <sandra@codesourcery.com>
1100         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1101         nios2 port maintainers.
1103 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
1105         * MAINTAINERS (Write After Approval): Add myself.
1107 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1109         * configure.ac: Add user-friendly check for native x86_64-linux
1110         multilibs.
1111         * configure: Regenerate.
1113 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
1115         * MAINTAINERS: Add myself as sh maintainer.
1117 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1119         * MAINTAINERS: Add self as SLSR maintainer.
1121 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
1123         * MAINTAINERS: Update my email address.
1125 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
1127         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1129 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
1131         * Makefile.in: Regenerate.
1133         * Makefile.tpl: Fix typo.
1134         * Makefile.in: Regenerate partially.
1136 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1138         * configure.ac: Added libcilkrts to noconfig list when C++ is not
1139         supported.
1140         * configure: Regenerated.
1142 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
1144         * MAINTAINERS (Write After Approval): Add myself.
1146 2013-10-30  Jason Merrill  <jason@redhat.com>
1148         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1149         --disable-build-format-warnings.
1151 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1153         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts 
1154         depend on libstdc++ and libgcc.
1155         * configure: Regenerate.
1156         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
1157         libcilkrts for POSIX and i*86, and x86_64 architectures.
1158         * Makefile.in: Added libcilkrts related fields to support building it.
1160 2013-10-26  Jeff Law  <law@redhat.com>
1162         * Makefile.def (target_modules): Remove libmudflap
1163         (languages): Remove check-target-libmudflap).
1164         * Makefile.in: Rebuilt.
1165         * Makefile.tpl (check-target-libmudflap-c++): Remove.
1166         * configure.ac (target_libraries): Remove target-libmudflap.
1167         Remove checks which disabled libmudflap on some systems.
1168         * configure: Rebuilt.
1169         * libmudflap: Directory removed.
1171 2013-10-21  Cong Hou  <congh@google.com>
1173         * MAINTAINERS (Write After Approval): Add myself.
1175 2013-10-16  Mike Stump  <mikestump@comcast.net>
1177         * .dir-locals.el: Add.
1179 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
1181         * configure.ac: Add --enable-host-shared
1182         * configure: Regenerate.
1184 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1186         Import from savannah.gnu.org:
1187         * config.guess: Update to 2013-06-10 version.
1188         * config.sub: Update to 2013-10-01 version.
1190 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
1192         Changes to build configuration to allow big endian ARC ELF toolchain
1193         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1194         * configure: Regenerate.
1196 2013-09-20  Alan Modra  <amodra@gmail.com>
1198         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1199         ppc host match.  Support little-endian powerpc linux hosts.
1201 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1203         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1204         maintainer.
1206 2013-09-12  DJ Delorie  <dj@redhat.com>
1208         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1209         maintainers.
1211 2013-09-03  Richard Biener  <rguenther@suse.de>
1213         * configure.ac: Also allow ISL 0.12.
1214         * configure: Regenerated.
1216 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1218         * MAINTAINERS (Write After Approval): Add myself.
1220 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1222         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1224 2013-08-26  Caroline Tice  <cmtice@google.com>
1226         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1227         "Various Reviewers" to libvtv "Various Maintainers".
1229 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1231         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1233 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1235         * MAINTAINERS: Update name, email.
1237 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1239         * MAINTAINERS (Write After Approval): Add myself.
1241 2013-08-12  Caroline Tice  <cmtice@google.com>
1243         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1244         address in the Write After Approval section.
1246 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1248         * MAINTAINERS (Write After Approval): Update email.
1250 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1252         * configure.ac: Adjust to check VTV_SUPPORTED.
1253         * configure: Regenerated.
1255 2013-08-02  Caroline Tice  <cmtice@google.com>
1257         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1258         on non-linux systems; add target-libvtv to noconfigdirs; add
1259         libsupc++/.libs to C++ library search paths.
1260         * configure: Regenerated.
1261         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1262         libstdc++ and libgcc.
1263         * Makefile.in: Regenerated.
1265 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1267         * MAINTAINERS (Write After Approval): Add myself.
1269 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1270             Shiva Chen  <shiva0217@gmail.com>
1272         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1273         nds32 port maintainers.
1275 2013-07-17  Tim Shen  <timshen91@gmail.com>
1277         * MAINTAINERS (Write After Approval): Add myself.
1279 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1281         * configure.ac: Sync from binutils.
1282         * configure: Regenerate.
1284 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1286         * MAINTAINERS (Write After Approval): Add myself.
1288 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1290         * MAINTAINERS (Write After Approval): Add myself.
1292 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1294         * MAINTAINERS (Write After Approval): Add myself.
1296 2013-04-30  Brooks Moses  <bmoses@google.com>
1298         * MAINTAINERS: Update my email; move myself from Fortran
1299         reviewer to Write After Approval.
1301 2013-04-16  Andreas Schwab  <schwab@suse.de>
1303         * configure.ac (aarch64-*-*): Don't disable java.
1304         * configure: Regenerate.
1306 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
1308         * MAINTAINERS (Write After Approval): Add myself.
1310 2013-03-30  Matthias Klose  <doko@ubuntu.com>
1312         * Makefile.def (target_modules): Don't install libffi.
1313         * Makefile.in: Regenerate.
1315 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
1317         * MAINTAINERS (Write After Approval): Add myself.
1319 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
1321         * MAINTAINERS (Write After Approval): Add myself.
1323 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
1325         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1326         * configure: Regenerated.
1328 2013-02-05  Ian Lance Taylor  <iant@google.com>
1330         PR go/55969
1331         * configure.ac: Disable libgo on some systems where it does not
1332         work.
1334 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
1336         * MAINTAINERS: Explicitly add myself as AIX maintainer.
1337         Remove Geoff Keating as rs6000 port maintainer, at his request.
1339 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
1341         * MAINTAINERS: Update my email.
1343 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
1345         * configure: Re-generate.
1347 2013-01-15  Richard Biener  <rguenther@suse.de>
1349         PR other/55973
1350         * configure: Re-generate.
1352 2013-01-14  Matthias Klose  <doko@ubuntu.com>
1354         * Makefile.def (install-target-libsanitizer): Depend on
1355         install-target-libstdc++-v3.
1356         * Makefile.in: Regenerate.
1358 2013-01-14  Richard Biener  <rguenther@suse.de>
1360         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1361         * configure: Re-generate
1363 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1365         * config.sub: Update from config repo.
1367 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1369         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1370         * Makefile.in: Regenerate.
1372 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1374         * MAINTAINERS (arc): Add new port maintainership for myself.
1376 2013-01-09  Jason Merrill  <jason@redhat.com>
1378         * .gitignore: Import from gdb repository.
1380 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
1382         * Makefile.def (configure-gcc): Depend on all-gmp.
1383         (all-gcc): Remove dependency on all-gmp.
1384         * Makefile.in: Regenerated.
1386 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1388         * config.sub: Merge from config repo.
1389         * config.guess: Ditto.
1391 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1393         * Makefile.def: Merge from binutils.
1394         * Makefile.in: Ditto.
1396 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
1398         * MAINTAINERS: Update my email.
1400 2012-12-29  Ben Elliston  <bje@gnu.org>
1402         * config.guess: Update to 2012-12-29 version.
1403         * config.sub: Likewise.
1405 2012-12-20  Matthias Klose  <doko@ubuntu.com>
1407         * Makefile.def (install-target-libgfortran): Depend on
1408         install-target-libquadmath, install-target-libgcc.
1409         (install-target-libsanitizer): Depend on install-target-libgcc.
1410         (install-target-libjava): Depend on install-target-libgcc.
1411         (install-target-libitm): Depend on install-target-libgcc.
1412         (install-target-libobjc): Depend on install-target-libgcc.
1413         (install-target-libstdc++-v3): Depend on install-target-libgcc.
1414         * Makefile.in: Regenerate.
1416 2012-12-19  Matthias Klose  <doko@ubuntu.com>
1418         * Makefile.def (install-target-libgo): Depend on
1419         install-target-libatomic.
1420         * Makefile.in: Regenerate.
1422 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
1424         PR go/55201
1425         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1426         * Makefile.in: Regenerate.
1428 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
1430         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1431         * configure: Regenerate.
1433 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1435         * config.sub: Merge from config repo.
1437 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
1439         * Makefile.def (target_modules): Add bootstrap=true and
1440         raw_cxx=true to libsanitizer.
1441         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1442         * Makefile.in: Regenerated.
1443         * configure: Likewise.
1445 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
1447         * MAINTAINERS: Remove self as RTL optimization maintainer.
1449 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1451         * MAINTAINERS (Write After Approval): Add myself.
1453 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1455         * Makefile.def (target_modules): Remove bootstrap=true and
1456         raw_cxx=true from libsanitizer.
1457         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1458         * Makefile.in: Regenerated.
1459         * configure: Likewise.
1461 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1463         * Makefile.def (target_modules): Add bootstrap=true and
1464         raw_cxx=true to libsanitizer.
1465         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1466         * Makefile.in: Regenerated.
1467         * configure: Likewise.
1469 2012-11-28  Andrew Pinski  <apinski@cavium.com>
1471         PR bootstrap/54279
1472         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1473         * configure: Regenerate.
1474         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1475         * Makefile.in: Regenerate.
1477 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1479         * configure.ac: Disable libsanitizer if we're not building C++.
1480         * configure: Regenerate.
1482 2012-11-15  Roland McGrath  <roland@hack.frob.com>
1484         * MAINTAINERS (Write After Approval): Add myself.
1486 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
1488         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1489         Kostya Serebryany (kcc@google.com) and
1490         Jakub Jelinek (jakub@redhat.com).
1491         Rename area for Dodji Seketeli (dodji@redhat.com).
1493 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
1495         * MAINTAINERS: (asan.c, related): Add myself.
1497 2012-11-14  Roland McGrath  <mcgrathr@google.com>
1499         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1500         * configure: Regenerate.
1502 2012-11-13  Richard Henderson  <rth@redhat.com>
1504         * configure.ac: Move libsanitizer logic to subdirectory.
1505         * configure: Regenerate.
1507 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
1509         * configure.ac: Enable libsanitizer just on x86 linux for now.
1510         * configure: Re-generate.
1512 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
1514         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1515         sections.
1516         * configure: Regenerate.
1518 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
1520         * configure.ac: Add section for configdirs for libsanitizer.
1521         Disable for cris-*-* and mmix-*-*.
1522         * configure: Regenerate.
1524 2012-11-12  Wei Mi <wmi@google.com>
1526         * configure.ac: Add libsanitizer to target_libraries.
1527         * Makefile.def: Ditto.
1528         * configure: Regenerate.
1529         * Makefile.in: Regenerate.
1530         * libsanitizer: New directory for asan runtime.  Contains an empty
1531         tsan directory.
1533 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
1535         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1536         against Mingw64 w32api.
1537         * configure: Regenerate.
1539 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1541         * configure: Regenerated.
1543 2012-11-03  Robert Mason  <rbmj@verizon.net>
1545         * configure.ac: add --disable-libstdcxx configure option
1546         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1548 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
1550         * MAINTAINERS (Write After Approval): Add myself.
1552 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
1554         * MAINTAINERS (Write After Approval): Add myself.
1556 2012-10-24  Sharad Singhai  <singhai@google.com>
1558         * MAINTAINERS (Write After Approval): Add myself.
1560 2012-10-24  Eric Christopher  <echristo@gmail.com>
1562         * MAINTAINERS: Update email address.
1564 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
1566         PR bootstrap/54820
1567         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1568         * configure: Regenerate.
1570 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
1572         * MAINTAINERS (aarch64): Add Marcus and myself.
1574 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
1576         PR bootstrap/54820
1577         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1578         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1579         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1580         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1581         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1582         * Makefile.in: Regenerate.
1583         * configure.ac (have_static_libs): New variable and associated check.
1584         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1585         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1586         * configure: Regenerate.
1588 2012-10-10  Richard Biener  <rguenther@suse.de>
1590         * MAINTAINERS: Adjust for changed surname.
1592 2012-10-04  Lawrence Crowl  <crowl@google.com>
1594         * MAINTAINERS (Write After Approval): Add myself.
1596 2012-10-01  Cary Coutant  <ccoutant@google.com>
1598         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1600 2012-09-28  Ian Lance Taylor  <iant@google.com>
1602         * Makefile.def: Make all-target-libgo depend on
1603         all-target-libbacktrace.
1604         * Makefile.in: Rebuild.
1606 2012-09-26  Ian Lance Taylor  <iant@google.com>
1608         * Makefile.def: Make all-gcc depend on all-libbacktrace.
1609         * Makefile.in: Rebuild.
1611 2012-09-20  Walter Lee  <walt@tilera.com>
1613         * configure.ac: Add tilegx to list of targets that support gold.
1614         * configure: Regenerate.
1616 2012-09-20  Marek Polacek  <polacek@redhat.com>
1618         * MAINTAINERS (Write After Approval): Add myself.
1620 2012-09-19  Steve Ellcey  <sellcey@mips.com>
1622         * configure.ac: Add mips*-mti-elf* target.
1623         * configure: Regenerate.
1625 2012-09-17  Ian Lance Taylor  <iant@google.com>
1627         * MAINTAINERS (Various Maintainers): Add libbacktrace.
1628         * configure.ac (host_libs): Add libbacktrace.
1629         (target_libraries): Add libbacktrace.
1630         * Makefile.def (host_modules): Add libbacktrace.
1631         (target_modules): Likewise.
1632         * configure, Makefile.in: Rebuild.
1634 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
1636         PR target/38607
1637         Merge upstream change.
1638         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1640         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1641         Add libgomp*.o to compare_exclusions for AIX.
1642         * configure: Regenerate.
1644 2012-09-06  Diego Novillo  <dnovillo@google.com>
1646         * configure.ac: Bump minimum GMP version to 4.2.3.
1647         * configure: Re-generate.
1649 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
1651         PR target/54461
1652         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1653         target-libgloss if not configured --with-avrlibc=no.
1654         * configure: Regenerate.
1656 2012-09-04  Jason Merrill  <jason@redhat.com>
1658         * configure.ac: Fix --enable-languages=all.
1660 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
1662         * MAINTAINERS (Write After Approval): Add myself.
1664 2012-09-03  Richard Guenther  <rguenther@suse.de>
1666         PR bootstrap/54138
1667         * configure.ac: Re-organize ISL / CLOOG checks to allow
1668         disabling with either --without-isl or --without-cloog.
1669         * configure: Regenerated.
1671 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
1673         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1674         * configure: Regenerate.
1676 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
1678         * MAINTAINERS: Fix my email address.
1680 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
1682         PR binutils/4970
1683         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1684         and opcodes.
1685         * Makefile.in: Regenerated.
1687 2012-08-26  Art Haas <ahaas@impactweather.com>
1689         * configure: Regenerate.
1691 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
1693         * INSTALL/README: Also refer to the online installation
1694         instructions.
1696 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1698         * MAINTAINERS (Write After Approval): Add myself.
1699         (Picochip port): Remove myself.
1701 2012-08-14   Diego Novillo  <dnovillo@google.com>
1703         Merge from cxx-conversion branch.
1705         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1706         POSTSTAGE1_CONFIGURE_FLAGS.
1707         * Makefile.in: Regenerate.
1708         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
1709         Force C++ when bootstrapping.
1710         * configure: Regenerate.
1712 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1714         * MAINTAINERS (Write After Approval): Add myself.
1716 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
1718         * README: Document use of ranges of years in copyright notices.
1720 2012-07-06  Richard Guenther  <rguenther@suse.de>
1722         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1723         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1724         --with-gmp=system.
1725         * Makefile.in: Regenerated.
1726         * configure: Likewise.
1728 2012-07-06  Richard Guenther  <rguenther@suse.de>
1730         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1731         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1732         supply V=1 as extra_make_flags.
1733         * configure: Regenerated.
1734         * Makefile.in: Likewise.
1736 2012-07-04  Tristan Gingold  <gingold@adacore.com>
1738         * configure: Regenerate.
1740 2012-07-03  Richard Guenther  <rguenther@suse.de>
1742         * Makfile.def (isl): Remove not necessary extra_exports and
1743         extra_make_flags.
1744         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1745         * Makefile.in: Regenerated.
1747 2012-07-03  Richard Guenther  <rguenther@suse.de>
1749         * Makefile.def (cloog): Add V=1 to extra_make_flags.
1750         * configure.ac: If either the ISL or the CLooG check failed
1751         do not try to build in-tree versions.
1752         * Makefile.in: Regenerated.
1753         * configure: Regenerated.
1755 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1757         * configure: Regenerate.
1759 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
1761         * MAINTAINERS (Various Maintainers): Add myself as testsuite
1762         maintainer.
1764 2012-07-02  Richard Guenther  <rguenther@suse.de>
1766         * configure: Regenerated.
1768 2012-07-02  Richard Guenther  <rguenther@suse.de>
1769         Michael Matz  <matz@suse.de>
1770         Tobias Grosser <tobias@grosser.es>
1771         Sebastian Pop <sebpop@gmail.com>
1773         * Makefile.def: Add ISL host module, remove PPL host module.
1774         Adjust ClooG host module to use the proper ISL.
1775         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1776         * configure.ac: Include config/isl.m4.  Add ISL host library,
1777         remove PPL.  Remove PPL configury, add ISL configury, adjust
1778         ClooG configury.
1779         * Makefile.in: Regenerated.
1780         * configure: Likewise.
1782 2012-07-02  Richard Guenther  <rguenther@suse.de>
1784         Merge from graphite branch
1785         2011-07-21  Tobias Grosser  <tobias@grosser.es>
1787         * configure: Regenerated.
1788         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1789         both cloog.org and legacy versions. The only supported version will
1790         be CLooG with the isl backend.
1792         2011-07-21  Tobias Grosser  <tobias@grosser.es>
1794         * configure: Regenerated.
1795         * configure.ac: Require cloog isl 0.17.0
1797         2011-07-21  Tobias Grosser  <tobias@grosser.es>
1799         * configure: Regenerated.
1800         * config/cloog.m4: Do not define CLOOG_ORG
1802 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
1804         * configure.ac: Skip C if explicitly selected.
1805         * configure: Regenerate.
1807 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
1809         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1810         they contain -O2.
1811         * configure: Regenerate.
1813 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
1815         PR debug/53740
1816         * df.h, df-problems.c, dce.c: Revert last patch.
1818 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
1820         * MAINTAINERS (Write After Approval): Update my email address.
1822 2012-06-21  Meador Inge  <meadori@codesourcery.com>
1824         * MAINTAINERS (Write After Approval): Add myself.
1826 2012-06-20  Jason Merrill  <jason@redhat.com>
1828         * Makefile.tpl (check-target-libgomp-c++): New.
1829         (check-target-libitm-c++): New.
1830         * Makefile.def (c++): Add them.
1831         * Makefile.in: Regenerate.
1833 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
1835         * MAINTAINERS (Write After Approval): Add myself.
1837 2012-05-16  Olivier Hainque  <hainque@adacore.com>
1839         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1840         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1841         (install-no-fixedincludes): Adjust accordingly.
1842         * Makefile.in: Regenerate.
1844 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
1846         Merge upstream change
1847         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1849 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
1851         * MAINTAINERS (Write After Approval): Add myself.
1853 2012-05-09  Nick Clifton  <nickc@redhat.com>
1854             Paul Smith  <psmith@gnu.org>
1856         PR bootstrap/50461
1857         * configure.ac (mpfr-dir): When using in-tree MPFR sources
1858         allow for the fact that from release v3.1.0 of MPFR the source
1859         files were moved into a src sub-directory.
1860         * configure: Regenerate.
1862 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
1864         * configure.ac: Bump minimum MPFR version to 2.4.0.
1865         * configure: Regenerated.
1867 2012-05-01  Richard Henderson  <rth@redhat.com>
1869         * Makefile.def (libatomic): New target_module.
1870         * configure.ac (target_libraries): Add libatomic.
1871         (noconfigdirs): Check if libatomic is supported.
1872         * Makefile.in, configure: Rebuild.
1874 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
1876         * MAINTAINERS (Write After Approval): Add myself.
1878 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
1880         * config.sub: Update to 2012-04-18 version from official repo.
1882 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
1884         * MAINTAINERS (Write After Approval): Add myself.
1886 2012-04-11  Steve Ellcey  <sellcey@mips.com>
1888         * MAINTAINERS: Changed email address.
1890 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
1892         PR target/52737
1893         * contrib/gcc_update (files_and_dependencies):
1894         Remove gcc/config/avr/t-multilib from touch data.
1896 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1898         * MAINTAINERS (OS Port Maintainers): Remove irix.
1899         * configure.ac (enable_libgomp): Remove *-*-irix6*.
1900         (unsupported_languages): Remove mips-sgi-irix6.*.
1901         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1902         (with_stabs): Remove.
1903         * configure: Regenerate.
1905 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1907         * MAINTAINERS (OS Port Maintainers): Remove osf.
1908         * configure.ac (enable_libgomp): Remove *-*-osf*.
1909         (with_stabs): Remove alpha*-*-osf*.
1910         * configure: Regenerate.
1912 2012-03-05  Tristan Gingold  <gingold@adacore.com>
1914         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1915         * configure: Regenerate.
1917 2012-02-17  Walter Lee  <walt@tilera.com>
1919         * MAINTAINERS: (Write After Approval): Delete myself.
1921 2012-02-14  Walter Lee  <walt@tilera.com>
1923         * MAINTAINERS (tilegx port): Add myself.
1924         (tilepro port): Add myself.
1925         (Write After Approval): Add myself.
1927 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
1929         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1930         and Joseph Myers as docstring relicensing maintainers.
1932 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
1934         * MAINTAINERS (write-after-approval): Add myself.
1936 2012-02-08  Ira Rosen <irar@il.ibm.com>
1938         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1939         maintainer.
1941 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1943         * MAINTAINERS (Write After Approval): Move myself to
1944         maintain alphabetical order.
1946 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1948         * MAINTAINERS (Write After Approval): Add myself.
1950 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
1952         * MAINTAINERS (Write After Approval): Add myself.
1954 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1955             Jayant R Sonar <jayant.sonar@kpitcummins.com>
1957         * configure.ac (cr16-*-*): Remove nonconfigdirs.
1958         * configure: Regenerate.
1960 2012-01-23  Harshit Chopra  <harshit@google.com>
1962         * MAINTAINERS (Write After Approval): Add myself.
1964 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
1966         * configure.ac: Remove reference to mh-interix.
1967         * configure: Regenerate.
1969 2012-01-05  Richard Henderson  <rth@redhat.com>
1971         PR bootstrap/51072
1972         * configure.ac: Disable libitm if c++ is not enabled.
1973         * configure: Rebuild.
1975         * configure.ac: Fix regexp for same.
1976         * configure: Rebuild.
1978 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
1980         * MAINTAINERS (Write After Approval): Add myself.
1982 2012-01-02  Richard Guenther  <rguenther@suse.de>
1984         PR bootstrap/51686
1985         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1986         * Makefile.in: Regenerate.
1988 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
1990         * MAINTAINERS (Write After Approval): Add myself.
1992 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
1994         * configure: Regenerate.
1996 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
1998         * MAINTAINERS (picochip): Changed email address.
2000 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2002         * MAINTAINERS (write-after-approval): Add self.
2004 2011-11-29  DJ Delorie  <dj@redhat.com>
2006         * configure.ac (rl78-*-*) New case.
2007         * configure: Regenerate.
2008         * MAINTAINERS: Add myself as RL78 maintainer.
2010 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2012         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2014 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
2016         * libtool.m4: Additional FreeBSD 10 fixes.
2018 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
2020         * MAINTAINERS: Move myself from Write After Approval to CPU Port
2021         Maintainers section, as Epiphany maintainer.
2023 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
2025         PR target/49992
2026         * configure.ac: Remove ranlib special-casing for Darwin.
2027         * configure: Regenerate.
2029 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
2031         * MAINTAINERS (Reviewers): Keep the list sorted.
2033 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
2035         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2037 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2039         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2040         * configure: Rebuild.
2041         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2042         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2043         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2044         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2045         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2046         Add READELF.
2047         * Makefile.in: Rebuild.
2049 2011-11-09  Jason Merrill  <jason@redhat.com>
2051         * Makefile.def (language=c++): Remove check-c++0x.
2052         * Makefile.in (check-gcc-c++): Regenerate.
2054 2011-11-08  Richard Henderson  <rth@redhat.com>
2056         * configure.ac: Test for libitm directory present first.
2058         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2060         * configure.ac: Test libitm/configure.tgt to disable libitm.
2061         * configure: Rebuild.
2063 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
2064             Richard Henderson  <rth@redhat.com>
2066         Merged from transactional-memory.
2068         * Makefile.def (lang_env_dependencies): libitm is c++.
2069         Add libitm target module.
2070         * configure.ac: Likewise.
2071         * config/mmap.m4: New file.
2072         * contrib/gcc_update: Add libitm to touch data.
2073         * Makefile.in, configure: Rebuild.
2075 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2077         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2078         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2079         * Makefile.in: Regenerate.
2081 2011-11-01  DJ Delorie  <dj@redhat.com>
2083         * config.sub: Update to version 2011-10-29 (added rl78)
2085 2011-10-27  Nick Clifton  <nickc@redhat.com>
2087         * config.sub: Import these changes from the config project:
2089         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
2090             Ben Elliston  <bje@gnu.org>
2092         * config.sub (epiphany): New.
2094         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
2095             Ben Elliston  <bje@gnu.org>
2097         * config.sub (hexagon, hexagon-*): New.
2099         2011-08-23  Roland McGrath  <mcgrathr@google.com>
2101         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2102         64eb to be64.
2104         2011-08-16  Roland McGrath  <mcgrathr@google.com>
2106         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2107         (nacl): Grok as alias for 32el-unknown-nacl.
2109 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
2111         * MAINTAINERS (Write After Approval): Add myself.
2113 2011-10-24  Teresa Johnson  <tejohnson@google.com>
2115         * MAINTAINERS (Write After Approval): Add myself.
2117 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2119         * MAINTAINERS (sparc port): Remove myself.
2121 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2123         * MAINTAINERS (Write After Approval): Add myself.
2125 2011-08-14  Yao Qi  <yao@codesourcery.com>
2127         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2128         * configure: Regenerate.
2130 2011-07-26  Ian Lance Taylor  <iant@google.com>
2132         * configure.ac: Set have_compiler based on whether gcc directory
2133         exists, rather than on whether gcc is in configdirs.
2134         * configure: Rebuild.
2136 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
2138         * MAINTAINERS (Global Reviewers): Add self.
2140 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
2142         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2143         link directories.
2144         * Makefile.in: Rebuild.
2146 2011-07-20  Ian Lance Taylor  <iant@google.com>
2148         PR bootstrap/49787
2149         * configure.ac: Move --enable-bootstrap handling earlier in file.
2150         If --enable-bootstrap and either --enable-build-with-cxx or
2151         --enable-build-poststage1-with-cxx, enable C++ automatically.
2152         * configure: Rebuild.
2154 2011-07-19  Ian Lance Taylor  <iant@google.com>
2156         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
2157         make C++ a boot_language.  Set and substitute
2158         POSTSTAGE1_CONFIGURE_FLAGS.
2159         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2160         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2161         * configure, Makefile.in: Rebuild.
2163 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
2165         * MAINTAINERS (Register Allocation): Move myself from reviewers to
2166         maintainers.
2168 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
2170         * MAINTAINERS (Global Reviewers): Add myself.
2172 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2174         * configure: Regenerate.
2176 2011-07-16  Jason Merrill  <jason@redhat.com>
2178         * Makefile.def (language=c++): Add check-c++0x and
2179         check-target-libmudflap-c++.
2180         * Makefile.tpl (check-target-libmudflap-c++): New.
2181         * Makefile.in: Regenerate.
2183 2011-07-16  Matthias Klose  <doko@ubuntu.com>
2185         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2186         * Makefile.def (target_modules/libjava): Pass
2187         $(EXTRA_CONFIGARGS_LIBJAVA).
2188         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2189         if not configured with --enable-static-libjava.
2190         * Makefile.in: Regenerate.
2191         * configure: Likewise.
2193 2011-07-15  Jason Merrill  <jason@redhat.com>
2195         * Makefile.in (check-c++): Move check-gcc-c++0x after
2196         check-target-libstdc++-v3.
2198 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2200         * MAINTAINERS (c6x port): New entry.
2202 2011-07-13  Jason Merrill  <jason@redhat.com>
2204         * Makefile.in (check-gcc-c++0x): New.
2205         (check-c++): Depend on it.
2207 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2209         PR target/39150
2210         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2211         x86_64-*-solaris2.1[0-9]*.
2212         * configure: Regenerate.
2214 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2216         * MAINTAINERS (RTL optimizers): Add self.
2218 2011-06-27  Gabriel Charette  <gchare@google.com>
2220         * MAINTAINERS (Write After Approval): Add myself.
2222 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2224         PR regression/47836
2225         PR bootstrap/23656
2226         PR other/47733
2227         PR bootstrap/49247
2228         PR c/48825
2229         * configure.ac (target_libraries): Remove target-libiberty.
2230         Remove case-statement setting skipdirs=target-libiberty for
2231         multiple targets.  Remove checking target_configdirs and
2232         removing target-libiberty but keeping target-libgcc if
2233         otherwise empty.
2234         * Makefile.def (target_modules): Don't add libiberty.
2235         (dependencies): Remove all traces of target-libiberty.
2236         * configure, Makefile.in: Regenerate.
2238 2011-06-13  Walter Lee <walt@tilera.com>
2240         * configure.ac (tilepro-*-*) New case.
2241         (tilegx-*-*): Likewise.
2242         * configure: Regenerate.
2244 2011-06-06  Jing Yu  <jingyu@google.com>
2246         * configure.ac: Skip target-libiberty for
2247         arm*-*-linux-androideabi.
2248         * configure: Regenerated.
2250 2011-06-06  Nick Clifton  <nickc@redhat.com>
2252         * config.sub: Sync from upstream.
2254 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2256         * MAINTAINERS (Write After Approval): Add myself.
2258 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2260         * MAINTAINERS: Update my email address.
2262 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2264         * MAINTAINERS (Write After Approval): Update my email address.
2266 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2268         * MAINTAINERS (Write After Approval): Add myself.
2270 2011-05-08  Doug Kwan  <dougkwan@google.com>
2272         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2273         * configure: Regenerated.
2274         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2275         value from configure.
2276         * Makefile.in: Regenerated.
2278 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2280         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2281         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2282         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2283         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2284         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2285         *-*-vxworks*): Disable newlib and libgloss in separate case
2286         statement.
2287         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2288         to separate case statement.
2289         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2290         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2291         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2292         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2293         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2294         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2295         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2296         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2297         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2298         i[[3456789]]86-*-rdos*, m32r-*-*,
2299         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2300         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2301         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2302         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2303         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2304         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2305         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2306         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2307         and libgloss in main case over targets.  Remove most empty cases
2308         in main case over targets.
2309         * configure: Regenerate.
2311 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
2313         * MAINTAINERS (Write After Approval): Add myself.
2315 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2317         * configure.ac: Remove code setting special library locations for
2318         hppa*64*-*-hpux11*.  Remove code setting compiler for
2319         sparc-sun-solaris2*.
2320         * configure: Regenerate.
2322 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2324         * configure.ac: Separate libgloss_dir settings from general case
2325         over targets.
2326         * configure: Regenerate.
2328 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2330         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2331         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2332         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2333         cases in libgcj-disabling case statement.
2334         (hppa*64*-*-linux*): Set unsupported_languages instead of
2335         disabling target-zlib.
2336         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2337         to hppa*64*-*-hpux*.
2338         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2339         hppa*-*-hpux*.
2340         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2341         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2342         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2343         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2344         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2345         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2346         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2347         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2348         libgcj-disabling case statement.
2349         * configure: Regenerate.
2351 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2353         * configure.ac: Disable Java for targets not supporting libffi.
2354         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2355         Remove cases in Java-disabling statement.
2356         (*arm-wince-pe): Change to arm-wince-pe.
2357         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2358         cases in Java-disabling statement.
2359         (bfin-*-*): Don't disable Java again.
2360         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2361         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2362         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2363         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2364         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2365         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2366         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2367         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2368         Java-disabling statement.
2369         (mmix-*-*): Don't disable Java again.
2370         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2371         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2372         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2373         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2374         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2375         statement.
2376         * configure: Regenerate.
2378 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2380         * configure.ac: Separate cases disabling Java and Java libraries
2381         from general case over targets.
2382         * configure: Regenerate.
2384 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
2386         * MAINTAINERS: Update my email address.
2388 2011-04-20  Easwaran Raman  <eraman@google.com>
2390         * MAINTAINERS (Write After Approval): Add myself.
2392 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
2394         PR lto/48086
2395         * configure.ac: Re-enable LTO on *-apple-darwin9*.
2396         * configure: Regenerate.
2398 2011-04-16  Jim Meyering  <meyering@redhat.com>
2400         * MAINTAINERS (Write After Approval): Add myself.
2402 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
2404         * MAINTAINERS: Update my email address.
2406 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
2408         * MAINTAINERS (Write After Approval): Add myself.
2410 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
2412         * MAINTAINERS (Write After Approval): Add myself.
2414 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
2416         * MAINTAINERS (Write After Approval): Add myself.
2418 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
2420         * configure.ac (build_tools): Remove build-byacc.
2421         (host_libs): Remove mmalloc.
2422         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2423         autoconf automake libtool diff rcs fileutils shellutils time
2424         textutils wdiff find uudecode hello tar gzip indent recode release
2425         sed perl gawk findutils gettext zip.
2426         (libgcj): Remove target-qthreads.
2427         (target_tools): Remove target-examples target-gperf.
2428         (YACC): Don't handle building byacc.
2429         * configure: Regenerate.
2430         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2431         dosutils, examples, fileutils, find, findutils, gawk, gettext,
2432         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2433         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2434         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2435         handle building components.
2436         * Makefile.in: Regenerate.
2438 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
2440         * MAINTAINERS: Update my email address as Xtensa maintainer.
2442 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2444         * config.sub: Sync from upstream.
2446 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2448         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2449         (microblaze*): Don't disable libssp.
2450         * configure: Regenerate.
2452 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2454         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2455         moveifchange.
2456         * configure: Regenerate.
2457         * Makefile.tpl: Use @SHELL@ not @config_shell@.
2458         * Makefile.in: Regenerate.
2460 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2462         * configure.ac (*-*-sysv4*): Don't enable libgomp.
2463         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2464         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2465         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2466         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2467         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2468         md_exec_prefix cases.
2469         * configure: Regenerate.
2471 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2473         * configure.ac: Separate cases disabling target-libssp,
2474         target-libiberty, target-libstdc++-v3 and Fortran from general
2475         case over targets.
2476         * configure: Regenerate.
2478 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2480         * configure.ac (*-*-chorusos): Don't disable libgcj.
2481         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2482         Remove case.
2483         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2484         (arm-*-coff): Don't disable libgcj.
2485         (arm*-*-linux-gnueabi): Remove useless assignment.
2486         (arm-*-riscix*): Don't disable libgcj.
2487         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2488         configuration.
2489         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2490         (c54x*-*-*): Remove case.
2491         (tic54x-*-*): Don't disable GCC or GCC libraries.
2492         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
2493         to *.
2494         (d10v-*-*): Don't disable GCC libraries.
2495         (d30v-*-*): Don't disable libgcj.
2496         (h8500-*-*): Don't disable GCC libraries.
2497         (i960-*-*): Don't disable libgcj.
2498         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2499         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2500         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2501         libgcj.
2502         (m68k-*-coff*): Remove case.
2503         (mmix-*-*): Don't disable libgloss on host.
2504         (mn10200-*-*, mn10300-*-*): Remove cases.
2505         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2506         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2507         Don't disable libgcj.
2508         (romp-*-*): Remove case.
2509         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2510         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2511         case.
2512         (v810-*-*): Don't disable GCC libraries.
2513         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2514         (ip2k-*-*): Don't disable GCC libraries.
2515         * configure: Regenerate.
2517 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
2519         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2520         libffi on host.
2521         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2522         on host.
2523         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2524         * configure: Regenerate.
2526 2011-03-26  John Marino  <binutils@marino.st>
2528         * configure.ac: Add support for *-*-dragonfly*
2529         * configure: Regenerate.
2531 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2533         * configure.ac (native_only): Remove.
2534         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2535         send-pr uudecode guile gnuserv on host.
2536         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2537         send-pr rcs guile perl texinfo libtool on host.
2538         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2539         automake send-pr rcs guile perl texinfo libtool on host.
2540         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2541         (*-*-kaos*): Don't disable target-examples target-gperf on target.
2542         (alpha*-dec-osf*): Don't disable fileutils on target.
2543         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2544         texinfo send-pr expect dejagnu on target.
2545         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2546         target-qthreads on target.
2547         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2548         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2549         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2550         x86_64-*-mingw*): Don't disable expect on target.
2551         (*-*-cygwin*): Don't disable target-gperf on target.
2552         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2553         gnuserv on target.
2554         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2555         target.
2556         * configure: Regenerate.
2558 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2560         * configure.ac (target_tools): Remove target-groff.
2561         (native_only): Remove target-groff.
2562         (hppa*64*-*-*): Don't disable byacc.
2563         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2564         setting.
2565         (*-*-kaos*): Don't skip target-librx and target-groff.
2566         (*-*-netware*): Don't skip target-libmudflap.
2567         (*-*-tpf*): Don't skip target-libmudflap.
2568         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2569         directories on the host.
2570         (ia64*-*-*vms*): Don't skip tix.
2571         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2572         host.
2573         * configure: Regenerate.
2575 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
2577         * configure.ac: Remove references to mt-mep, mt-netware,
2578         mt-wince.
2579         * Makefile.def: Add all-utils soft dependencies.
2580         * Makefile.tpl: Remove GDB_NLM_DEPS.
2581         * configure: Regenerate.
2582         * Makefile.in: Regenerate.
2584 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2586         * configure.ac: Do not include mh-x86omitfp.
2587         * configure: Regenerate.
2589 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2591         * configure.ac: Remove empty cases.
2592         * configure: Regenerate.
2594 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2596         * Makefile.def: Add dependency from termcap to gdb.
2597         * Makefile.in: Regenerate.
2599 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2601         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2602         * configure: Regenerate.
2603         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2604         * Makefile.tpl: Likewise.
2605         * Makefile.in: Regenerate.
2607 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2609         * configure.ac: Remove all mentions of tentative_cc.
2610         * configure: Regenerate.
2612 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2614         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2615         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2616         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2617         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2618         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2619         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2620         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2621         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2622         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2623         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2624         *-*-rhapsody*): Remove host cases.
2625         * configure: Regenerate.
2627 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2629         * configure.ac (ppc*-*-pe): Remove host case.
2630         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2631         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2632         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2633         cases.
2634         * configure: Regenerate.
2636 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2638         * config.sub: Update to version 2011-03-23.
2640 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2642         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2643         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2644         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2645         * configure: Regenerate.
2647 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2649         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
2650         to Write After Approval.
2651         * config-ml.in: Don't handle arc-*-elf*.
2652         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2653         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2654         handle GCC libraries.
2655         * configure: Regenerate.
2657 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2659         PR bootstrap/48120:
2660         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2661         Add -lstdc++ -lm to LIBS.
2662         * configure: Regenerate.
2664 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
2666         * config.guess: Update to version 2011-02-02
2667         * config.sub: Update to version 2011-02-24
2669 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
2671         PR lto/48086
2672         * configure.ac: Re-enable LTO on *-apple-darwin9.
2673         * configure: Regenerate.
2675 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
2677         PR lto/48086
2678         * configure.ac: Disable LTO on darwin due to an assembler change in
2679         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2680         under 256.
2681         * configure: Regenerate.
2683 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
2685         * MAINTAINERS: Update myself as score backend maintainer,
2686         update my e-mail address.
2688 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
2690         * MAINTAINERS: Update my e-mail address.
2692 2011-03-06  Joey Ye  <joey.ye@arm.com>
2694         * MAINTAINERS: Update my e-mail address.
2696 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2698         * configure.ac: Adjust test of with_ppl.
2699         * configure: Regenerated.
2701 2011-03-02  Kai Tietz  <ktietz@redhat.com>
2703         * MAINTAINERS: Adjust my e-mail address.
2705 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2707         * configure.ac: Add -lpwl to ppllibs.
2708         * configure: Regenerated.
2710 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2712         * config/cloog.m4: Add -lisl to clooglibs.
2713         * configure: Regenerated.
2715 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2717         * MAINTAINERS (CPU Port maintainers): Add self.
2719 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2721         * MAINTAINERS: Add myself as testsuite maintainer.
2723 2011-02-15  Mike Stump  <mikestump@comcast.net>
2725         * MAINTAINERS: Add myself as testsuite maintainer.
2727 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2729         Import from Libtool and gnulib:
2731         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
2733         Prepare for supporting FreeBSD 10.
2734         * config.rpath: Remove handling of freebsd1* which soon would
2735         match FreeBSD 10.0.
2737         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
2739         Remove support for FreeBSD 1.x.
2740         * libtool.m4 (_LT_LINKER_SHLIBS)
2741         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2742         soon would incorrectly match FreeBSD 10.0.
2744 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2746         PR binutils/12283
2747         * move-if-change: Import version from gnulib.
2749 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
2751         PR lto/47225
2752         * Makefile.def (lto-plugin): Double dash for enable-shared.
2753         (configure-gcc): Depend on all-lto-plugin.
2754         * Makefile.in: Rebuilt.
2756 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2758         * configure.ac: Remove extra bracket.
2759         * configure: Regenerate.
2761 2011-02-08  Tobias Burnus  <burnus@net-b.de>
2763         * MAINTAINERS: Add myself as libquadmath maintainer.
2765 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
2767         * MAINTAINERS: Update my email address.
2769 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
2771         * MAINTAINERS (option handling): Add self.
2773 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
2775         PR lto/47225
2776         * Makefile.def: Add dependency for install-gcc
2777         on install-lto-plugin.
2778         * Makfile.in: Regenerated
2780 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
2782         * MAINTAINERS (CPU Port Maintainers): Add myself.
2784 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
2786         PR libgcj/44341
2787         * configure.ac: Discard --with-* flags for host when configuring
2788         target libraries for cross build.
2789         * configure: Rebuilt.
2791 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2793         * MAINTAINERS (linear loop transforms): Removed.
2795 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
2797         * configure.ac: If with_ppl is no, move setting with_cloog=no
2798         after CLOOG_REQUESTED check.
2799         * configure: Regenerated.
2801 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2803         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2804         CLooG has been requested.
2805         * configure: Regenerated.
2807 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2809         * configure: Regenerated.
2810         * configure.ac: Check for version 0.11 (or later revision) of PPL.
2812 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
2814         * configure: Regenerated.
2815         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2817 2011-01-21  Andreas Schwab  <schwab@redhat.com>
2819         * configure.ac: Use AS_HELP_STRING throughout.
2820         * configure: Regenerate.
2822 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
2824         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2825         * configure: Regenerate.
2827 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2829         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2831 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
2833         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2834         for ia64-hpux.
2835         * configure: Regenerate.
2837 2011-01-07  Jan Hubicka  <jh@suse.cz>
2839         PR lto/47225
2840         * Makefile.in: Regenerate.
2841         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2842         configure.
2844 2011-01-07  Jan Hubicka  <jh@suse.cz>
2846         * Makefile.in: Regenerate.
2847         * Makefile.def (gcc host module) and soft dependency on lto-plugin
2848         and configure dependency on lto-plugin configure.
2849         (lto-plugin module): Remove dependency on GCC; add dependency on
2850         liniberty.
2852 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
2854         * MAINTAINERS (Write After Approval): Add myself.
2856 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
2858         * configure: Regenerate.
2860 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
2862         * configure.ac: (picochip): Disable libiberty.
2864 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
2866         * MAINTAINERS (Write After Approval): Add myself.
2868 2010-12-10  Ian Lance Taylor  <iant@google.com>
2870         PR bootstrap/46819
2871         * configure.ac: For --disable-libgcj clear libgcj_saved.
2872         * configure: Rebuild.
2874 2010-12-10  Tobias Burnus  <burnus@net-b.de>
2876         PR fortran/46540
2877         * configure.ac: Add --disable-libquadmath and
2878         --disable-libquadmath-support.
2879         * configure: Regenerate.
2881 2010-12-03  Ian Lance Taylor  <iant@google.com>
2883         * MAINTAINERS: Add myself as libgo maintainer.
2885 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
2887         PR libffi/46792
2888         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2889         * configure: Regenerate.
2891 2010-12-02  Ian Lance Taylor  <iant@google.com>
2893         * configure.ac: Always set default for poststage1_ldflags to
2894         -static-libstdc++ -static-libgcc.
2896 2010-11-29  Andreas Schwab  <schwab@redhat.com>
2898         * configure.ac: Move comment to remove extra space in last argument
2899         of GCC_TARGET_TOOL.
2901 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
2903         PR other/46026
2904         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2905         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2906         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2907         (BASE_FLAGS_TO_PASS): Use it.
2908         * configure: Rebuilt.
2909         * Makefile.in: Rebuilt.
2911 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
2913         PR binutils/12258
2914         * configure.ac: Correct comments for --enable-gold/--enable-ld.
2915         Properly check default linker.
2916         * configure: Regnerated.
2918 2010-11-23  Matthias Klose  <doko@ubuntu.com>
2920         * configure.ac: For --enable-gold, handle value `default' instead of
2921         `both*'.  New configure option --{en,dis}able-ld.
2922         * configure: Regenerate.
2924 2010-11-20  Ian Lance Taylor  <iant@google.com>
2926         * configure.ac: Only disable a language library if no language needs
2927         it.  Don't let --disable-libgcj uncondtionally disable libffi.
2928         * configure: Rebuild.
2930 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2932         * Makefile.in: Regenerate.
2934         PR other/46202
2935         * configure.ac: Fix just-built in-tree STRIP name to be
2936         binutils/strip-new.
2937         * configure: Regenerate.
2938         * Makefile.def (install-strip-gcc, install-strip-binutils)
2939         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2940         (install-strip-sid): Mirror dependencies on non-strip variants
2941         of these targets on the respective -strip prerequisites.
2942         * Makefile.tpl (install-strip, install-strip-host)
2943         (install-strip-target): New targets.
2944         (install-strip-[+module+], install-strip-target-[+module+]):
2945         New targets.
2946         * Makefile.in: Regenerate.
2948 2010-11-19  Ian Lance Taylor  <iant@google.com>
2949             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2951         * configure.ac: Add target-libgo to target_libraries.  Set
2952         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2953         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2954         (HOST_EXPORTS): Add GOC.
2955         (BASE_TARGET_EXPORTS): Add GOC.
2956         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2957         (GOCFLAGS_FOR_TARGET): New variable.
2958         (EXTRA_HOST_FLAGS): Add GOC.
2959         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2960         * Makefile.def (target_modules): Add libgo.
2961         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2962         (dependencies): Add dependency from configure-target-libgo to
2963         configure-target-libffi and all-target-libstdc++-v3.  Add
2964         dependencies from all-target-libgo to all-target-libffi.
2965         (languages): Add go.
2966         * configure: Rebuild.
2967         * Makefile.in: Rebuild.
2969 2010-11-19  Ian Lance Taylor  <iant@google.com>
2971         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2972         compiler/flag environment variables.
2974 2010-11-18  Ian Lance Taylor  <iant@google.com>
2976         * configure.ac: Check for lang_requires_boot_languages in
2977         config-lang.in files.
2978         * configure: Rebuild.
2980 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2981             Tobias Burnus  <burnus@net-b.de>
2983         PR fortran/32049
2984         * Makefile.def: Add libquadmath; build it with language=fortran.
2985         * configure.ac: Add libquadmath.
2986         * Makefile.tpl: Handle multiple libs in check-[+language+].
2987         * Makefile.in: Regenerate.
2988         * configure: Regenerate.
2990 2010-11-16  Tom Tromey  <tromey@redhat.com>
2992         * MAINTAINERS: Moved myself to reviewers section.
2994 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
2996         * MAINTAINERS: Moved myself to reviewers section.
2998 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3000         * MAINTAINERS (Various Maintainers): Add self for build machinery.
3001         (Write After Approval): Remove self.
3003 2010-11-15  Andreas Schwab  <schwab@redhat.com>
3005         * configure.ac: Fix spelling in option names.
3006         * configure: Regenerated.
3008 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
3010         PR bootstrap/39622
3011         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3012         * configure: Regenerated.
3014 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
3016         * MAINTAINERS: Update my email address.
3018 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3020         * configure: Regenerate.
3022 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3024         * configure: Regenerate.
3026 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3028         * configure: Regenerate.
3030 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3032         * configure: Regenerate.
3034 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
3036         * configure.ac: Support official CLooG.org versions.
3037         * configure: Regenerate.
3038         * config/cloog.m4: New.
3040 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
3042         * MAINTAINERS (Write After Approval): Add myself.
3044 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
3046         * MAINTAINERS: Update my email address.
3048 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
3050         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3051         * configure: Regenerate.
3053 2010-11-03  Ian Lance Taylor  <iant@google.com>
3054             Dave Korn  <dave.korn.cygwin@gmail.com>
3056         PR lto/46273
3057         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
3058         and on other supported platforms whenever LTO is enabled.
3059         * configure: Rebuild.
3061 2010-11-02  Alan Modra  <amodra@gmail.com>
3063         PR binutils/12110
3064         * configure.ac: Error when source path contains spaces.
3065         * configure: Regenerate.
3067 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
3069         * MAINTAINERS: Update my email address.
3071 2010-10-20  Ian Lance Taylor  <iant@google.com>
3073         * Makefile.def (target_modules): Set lib_path to src/.libs for
3074         libstdc++-v3 module.
3075         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3076         * Makefile.in: Rebuild.
3078 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3080         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3081         (Write After Approval): Remove myself.
3083 2010-10-15  Tristan Gingold  <gingold@adacore.com>
3085         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3087 2010-10-14  Douglas Rupp  <rupp@gnat.com>
3089         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3091 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3093         * configure.ac (build_lto_plugin): New shell variable.
3094         (--enable-lto): Turn on by default for all non-ELF platforms that
3095         have had LTO support added so far.  Set build_lto_plugin appropriately
3096         for both ELF and non-ELF.
3097         (configdirs): Add lto-plugin or not based on build_lto_plugin.
3098         * configure: Regenerate.
3100 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3102         Sync from src:
3103         * configure.ac (v850 support): Remove target-libgloss from
3104         noconfigdirs.
3105         * configure: Regenerate.
3107 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3109         PR bootstrap/45326
3110         PR bootstrap/45174
3111         * configure.ac: Honor initial values of $build_configargs,
3112         $host_configargs, $target_configargs.  Mark the precious, so
3113         environment settings get recorded.
3114         * configure: Regenerate.
3116 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3118         PR bootstrap/45796
3119         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3120         Depend on all-build-libiberty.
3121         * Makefile.in: Regenerate.
3123 2010-09-30  Michael Eager  <eager@eagercon.com>
3125         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3126         * configure: Regenerate.
3128 2010-09-28  Michael Eager  <eager@eagercon.com>
3130         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3132 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3134         PR bootstrap/44621
3135         * configure.ac: Fix unportable shell quoting.
3136         * configure: Regenerate.
3138 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
3140         * configure.ac (enable-lto): Add Darwin to the list of supported lto
3141         targets and amend comment.
3142         * configure: Regenerate.
3144 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3146         * MAINTAINERS (Write After Approval): Add myself.
3148 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
3150         * configure.ac: Enable LTO by default on Darwin.
3151         * configure: Regenerate.
3153 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3155         * MAINTAINERS (Write After Approval): Add myself.
3157 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3159         * MAINTAINERS (Write After Approval): Add myself.
3161 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3163         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3164         ports
3166 2010-07-28  David Yuste  <david.yuste@gmail.com>
3168         * MAINTAINERS (Write After Approval): Add myself.
3170 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3172         * configure.ac: Support all v850 targets.
3173         * configure: Regenerate.
3175 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
3177         PR bootstrap/44455
3178         * configure.ac (extra_mpfr_configure_flags): Copy from
3179         extra_mpc_gmp_configure_flags.
3180         * configure: Re-generated.
3182 2010-07-22  Andi Kleen  <ak@linux.intel.com>
3184         * MAINTAINERS (Write After Approval): Add myself.
3186 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3188         * MAINTAINERS (Write After Approval): Add myself.
3190 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
3192         * MAINTAINERS (Write After Approval): Add myself.
3194 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
3196         PR target/44862
3197         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3198         Provide -B option to allow for link spec %s substitutions for
3199         libstdc++.a on darwin.
3200         * Makefile.in: Regenerate.
3202 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3204         * MAINTAINERS (Reviewers): Update my e-mail address
3206 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3208         * Makefile.def (configure-gcc): Depend on all-libelf.
3209         * Makefile.in: Rebuild.
3211 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3213         * MAINTAINERS (Write After Approval): Add myself in the right place.
3215 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3217         * MAINTAINERS (Write After Approval): Add myself.
3219 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3221         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3223 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3225         * config.sub: Update to version 2010-05-21.
3226         * config.guess: Update to version 2010-04-03.
3228 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3230         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3231         * configure: Regenerate.
3233 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3235         * MAINTAINERS (Write After Approval): Add myself.
3237 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3239         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3240         a platform that supports LTO.
3241         * configure: Regenerate.
3243 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3245         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3246         * configure: Regenerated.
3248 2010-04-27  Roland McGrath  <roland@redhat.com>
3249             H.J. Lu  <hongjiu.lu@intel.com>
3251         * configure.ac (--enable-gold): Support both, both/gold and
3252         both/bfd to add gold to configdirs without removing ld.
3253         * configure: Regenerated.
3255         * Makefile.def: Add install-gold dependency to install-ld.
3256         * Makefile.in: Regenerated.
3258 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3260         PR lto/42776
3261         * configure.ac (--enable-lto): Refactor handling so libelf tests
3262         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3263         and allow LTO to be explicitly enabled on non-ELF platforms that
3264         are known to support it inside else-clause.
3265         * configure: Regenerate.
3267 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3269         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3270         * configure: Regenerate.
3272 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3274         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3275         * configure: Regenerate.
3277 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3279         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3280         separately.
3281         * configure: Regenerate.
3283 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3285         * MAINTAINERS (Write After Approval): Add myself.
3287 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3289         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3290         * configure: Regenerate.
3292 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3294         * configure: Regenerate after change to elf.m4.
3296 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3298         * MAINTAINERS (Write After Approval): Add myself.
3300 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3302         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3303         * configure: Regenerated.
3305 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3307         * configure.ac: Print "buggy but acceptable" when CLooG
3308         revision is less than 9.
3309         * configure: Regenerated.
3311 2010-04-01  Diego Novillo  <dnovillo@google.com>
3313         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3315 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3317         PR bootstrap/43615
3318         PR bootstrap/43328
3320         Revert:
3322         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3324         * configure.ac: Do not pass --enable-multilib nor
3325         --disable-multilib in baseargs.  Accept explicitly passed
3326         --enable_multilib.
3327         * configure: Regenerate.
3329 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
3331         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3333 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
3335         * MAINTAINERS: Remove myself.
3337 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3339         PR bootstrap/43328
3340         * configure.ac: Do not pass --enable-multilib nor
3341         --disable-multilib in baseargs.  Accept explicitly passed
3342         --enable_multilib.
3343         * configure: Regenerate.
3345 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
3347         * MAINTAINERS (spu port): Remove me.
3349 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3351         * configure.ac (tic6x-*-*): New case.
3352         * configure: Regenerate.
3354 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3356         * config.sub: Update to version 2010-03-22.
3357         * config.guess: Update to version 2009-12-30.
3359 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
3361         PR ada/42554
3362         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3363         * configure: Regenerate.
3365 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3367         * MAINTAINERS: Update my email address.
3369 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
3371         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3372         (ghassan.shobaki@amd.com): Removed.
3374 2010-03-17  Alan Modra  <amodra@gmail.com>
3376         * MAINTAINERS: Update my email address.
3378 2010-03-16  Diego Novillo  <dnovillo@google.com>
3380         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3381         Matthews.
3383 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3385         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3386         Gutson, Jeffrey D. Oldham and Mark Shinwell.
3388 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3390         * MAINTAINERS: Update my email address.
3392 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
3394         * MAINTAINERS: Update my email address.
3396 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
3398         * MAINTAINERS: Update my email address.
3400 2010-03-09  Jie Zhang  <jie@codesourcery.com>
3402         * MAINTAINERS: Update my email address.
3404 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3406         PR libstdc++/32499
3407         * configure.ac (RANLIB): Default to true.
3408         (STRIP): Likewise.
3409         (RANLIB_FOR_TARGET): Remove superfluous : argument.
3410         * configure: Regenerate.
3412 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
3414         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3415         (Write After Approval): Update my email address.
3417 2010-02-17  Nick Clifton  <nickc@redhat.com>
3419         PR 11238
3420         * Makefile.tpl (local-distclean): Also remove config.cache files in
3421         sub-directories as there may not be Makefiles present in the
3422         sub-directories.
3423         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3424         the config.cache files found by the find command.
3426         * Makefile.in: Regenerate.
3427         * configure.ac: Revert previous delta.
3428         * configure: Regenerate.
3430 2010-02-15  Nick Clifton  <nickc@redhat.com>
3432         PR 11238
3433         * configure.ac: Delete config.cache files in sub-directories when
3434         deleting Makefiles.
3435         * configure: Regenerate.
3437 2010-02-12  Ben Elliston  <bje@gnu.org>
3439         * MAINTAINERS: Update my email address.
3441 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
3443         * MAINTAINERS (spu port): Update my email address.
3445 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
3447         * MAINTAINERS: Add myself as a maintainer for the bfin port.
3449 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3451         * configure.ac: Add "recommended" version checks for GMP/MPC.
3452         Update recommended GMP/MPFR/MPC versions.
3453         * configure: Regenerate.
3455 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
3457         * MAINTAINERS: Move my Embecosm email address into the
3458         write-after-approval section.
3460 2010-01-26  Ian Lance Taylor  <iant@google.com>
3462         * MAINTAINERS: Add myself as Go frontend maintainer.
3464 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
3466         PR libstdc++/36101, PR libstdc++/42813
3467         * configure.ac (bootstrap_target_libs): Make inclusion of
3468         target-libgomp conditional on libgomb being in target_configdirs.
3469         * configure: Regenerate.
3471 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
3473         PR libstdc++/36101, PR libstdc++/42813
3474         * configure.ac (bootstrap_target_libs): Include target-libgomp.
3475         * configure: Regenerate.
3477 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
3479         PR libstdc++/36101, PR libstdc++/42813
3480         * configure.ac (target_configdirs): Substitute.
3481         * Makefile.def: Bootstrap target module libgomp.
3482         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3483         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3484         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3485         * configure, Makefile.in: Regenerate.
3487 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3489         * MAINTAINERS: Adjust my details.
3491 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
3493         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3495 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
3497         * MAINTAINERS: reindented my entry with tabs instead of spaces.
3499 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
3501         * MAINTAINERS (Write After Approval): Add myself.
3503 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3505         * MAINTAINERS (Write After Approval): Add myself.
3507 2010-01-11  Richard Guenther  <rguenther@suse.de>
3509         PR lto/41569
3510         * Makefile.def (all-lto-plugin): Depend on all-gcc.
3511         * Makefile.in: Regenerated.
3513 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
3515         * configure.ac: Enable libjava build on x86_64-*freebsd*.
3516         * configure: Regenerate.
3518 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3519             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3521         PR bootstrap/42424
3522         * configure.ac: Include libtool m4 files.
3523         (_LT_CHECK_OBJDIR): Call it.
3524         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3525         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3527         * configure: Regenerate.
3529 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3531         PR bootstrap/41818
3532         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3533         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
3534         * Makefile.in: Regenerate.
3536 2010-01-02  Richard Guenther  <rguenther@suse.de>
3538         PR lto/41529
3539         * configure.ac: Include config/elf.m4.  Disable LTO if not
3540         builting for an elf target.
3541         * configure: Regenerate.
3543 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
3545         * MAINTAINERS: Change my email address.
3547 2009-12-18  Ben Elliston  <bje@au.ibm.com>
3549         * config.sub, config.guess: Update from upstream sources.
3551 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
3553         * MAINTAINERS (Write After Approval): Add myself.
3555 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3557         PR middle-end/30447
3558         PR middle-end/30789
3559         PR other/40302
3561         * configure.ac: Require MPC.
3562         * configure: Regenerate.
3564 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3566         PR target/38384
3567         PR bootstrap/40972
3568         * libtool.m4: Sync from git Libtool.
3569         * ltoptions.m4: Likewise.
3570         * ltversion.m4: Likewise.
3571         * lt~obsolete.m4: Likewise.
3572         * ltmain.sh: Likewise.
3574 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3576         * configure.ac: Update minimum MPC version to 0.8.
3577         * configure: Regenerate.
3579 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
3581         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3582         * configure: Regenerated.
3584 2009-11-21  Ian Lance Taylor  <iant@google.com>
3586         * configure.ac: Change default of poststage1_ldflags to be empty if
3587         poststage1_libs is set.  When poststage1_libs is empty, and
3588         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3589         * configure: Rebuild.
3591 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
3593         * MAINTAINERS (Write After Approval): Update my email address.
3595 2009-11-20  Ben Elliston  <bje@au.ibm.com>
3597         * config.guess: Update from upstream sources.
3599 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3601         * Makefile.def: Restore host and target settings for gmp.
3602         * Makefile.in: Rebuild.
3604 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3606         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
3607         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
3608         Fix portability of test of C++ as bootstrap language.  Add
3609         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3610         * configure: Rebuild.
3611         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3612         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
3613         in-tree building.
3614         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3615         (POSTSTAGE1_HOST_EXPORTS): Use it.
3616         (STAGE[+id+]_CXXFLAGS): New.
3617         (BASE_FLAGS_TO_PASS): Pass it down.
3618         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
3619         extra_exports.
3620         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3621         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3622         extra_exports.
3623         * Makefile.in: Rebuild.
3625 2009-11-17  Ben Elliston  <bje@au.ibm.com>
3627         * config.sub, config.guess: Update from upstream sources.
3629 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3631         * MAINTAINERS (Write After Approval): Add myself.
3633 2009-11-09  Jon Beniston  <jon@beniston.com>
3635         * MAINTAINERS (Write After Approval): Add myself.
3637 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
3639         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
3640         paths for *-w64-mingw* and x86_64-*mingw*.
3641         * configure: Regenerated.
3643 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
3645         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3647 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
3649         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3650         Phil Edwards to Write-After Approval.
3652 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
3654         * configure.ac: Disable target-winsup & co for
3655         x86_64-*-mingw* and *-w64-mingw* targets.
3656         * configure: Regenerated.
3658 2009-10-16  Nick Clifton  <nickc@redhat.com>
3660         * MAINTAINERS: Add myself as a maintainer for the RX port.
3662 2009-10-26  Johannes Singler  <singler@kit.edu>
3664         * MAINTAINERS (Write After Approval): Update my e-mail address.
3666 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3668         * configure.ac (CLooG test): Use = with test.
3669         * configure: Regenerate.
3671 2009-10-22  Richard Guenther  <rguenther@suse.de>
3673         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
3674         cloog if the ppl version check failed.  Move flags saving
3675         before setting in libelf check.
3676         * configure: Regenerate.
3678 2009-10-21  Richard Guenther  <rguenther@suse.de>
3680         * configure.ac: Adjust the ppl and cloog configure to work as
3681         documented.  Disable cloog if ppl was disabled.  Omit the version
3682         checks if they were disabled.
3683         * configure: Re-generate.
3685 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3687         * configure.ac: Add 'lto' to enable_languages, not
3688         new_enable_languages, and only if not already present.
3689         * configure: Regenerate.
3691 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
3693         * README: Refer to the various COPYING* files instead of just
3694         COPYING.
3695         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3697 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
3699         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3701 2009-10-07  Richard Guenther  <rguenther@suse.de>
3703         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3704         and Richard Guenther as reviewers.
3705         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3706         as reviewers.
3708 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
3710         * config.sub: Update from upstream sources.
3712 2009-10-06  Ian Lance Taylor  <iant@google.com>
3714         * Makefile.def: check-gold depends upon all-gas.
3715         * Makefile.in: Rebuild.
3717 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
3719         * MAINTAINERS (Write After Approval): Add myself.
3721 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
3723         * Makefile.def: all-lto-plugin depends on all-libiberty.
3724         set bootstrap=true for lto-plugin.
3725         Add lto-plugin.
3726         * Makefile.in: Regenerate.
3727         * configure.ac (host_libs): Add lto-plugin.
3728         * configure: Regenerate.
3730 2009-10-03  Diego Novillo  <dnovillo@google.com>
3732         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3733         (HOST_LIBELFLIBS): Define.
3734         (HOST_LIBELFINC): Define.
3735         * Makefile.in: Regenerate.
3736         * configure.ac: Add --enable-lto.
3737         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3738         If --enable-lto is used, add 'lto' to new_enable_languages.
3739         If --enable-lto is used and gold is enabled, add
3740         lto-plugin to configdirs.
3741         * configure: Regenerate.
3743 2009-10-03  Simon Baldwin  <simonb@google.com>
3745         * configure.ac: If --with-system-zlib, suppress local zlib and
3746         pass --with-system-zlib to subdir configure scripts.
3747         * configure: Regenerate.
3749 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
3750             Paolo Bonzini  <bonzini@gnu.org>
3752         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3753         $(srcdir).
3754         * Makefile.in: Rebuilt.
3756 2009-09-26  Gary Funck  <gary@intrepid.com>
3758         * MAINTAINERS (Write After Approval): Add myself.
3760 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3762         * configure.ac: Update minimum MPC version to 0.7.
3763         * configure: Regenerate.
3765 2009-09-25  Nick Clifton  <nickc@redhat.com>
3767         * configure.ac: Pass any --cache-file=/dev/null option on to
3768         subconfigures.
3769         * configure: Regenerate.
3771 2009-09-23  Nick Clifton  <nickc@redhat.com>
3773         * config.sub, config.guess: Update from upstream sources.
3775 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
3777         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3778         * Makefile.in: Rebuilt.
3780 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3782         PR bootstrap/32272
3783         * configure.ac: Error out if $srcdir isn't '.' but contains
3784         host-${host_noncanonical}.
3785         * configure: Regenerate.
3787 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3789         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3790         maintainer.
3792 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3794         * configure.ac: If bootstrapping a combined tree with
3795         --enable-gold, require c++ in stage1_languages.
3796         * configure: Regenerate.
3798         * configure.ac: Also add target_libs of stage1_languages to
3799         bootstrap_target_libs.
3800         * configure: Regenerate.
3802         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3803         with --enable-languages not containing c++.
3804         * configure: Regenerate.
3806 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
3808         * configure.ac: Disable java and boehm-gc for bfin-*-*.
3809         * configure: Regenerate.
3811 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
3813         * MAINTAINERS (Write After Approval): Update my e-mail address,
3814         and move from from here...
3815         (Waiting for paperwork): To here.
3817 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
3819         * MAINTAINERS (Reviewers): Add self as driver reviewer.
3821 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3823         * configure.ac: Do not use $extrasub for replacing @if/@endif
3824         parts in Makefile; instead, use additional arguments to
3825         AC_CONFIG_COMMANDS to do the replacement manually, with several
3826         sed invocations, to avoid HP-UX sed command limits.
3827         * configure: Regenerate.
3829 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
3831         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3832         blank before -L.
3834 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
3836         * configure.ac (with-build-config): Document.  Handle without.
3837         Handle missing argument.
3838         * configure: Rebuilt.
3840 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
3842         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
3843         Default to bootstrap-debug only if compare-debug works.
3844         * configure: Rebuilt.
3845         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3846         * Makefile.in: Rebuilt.
3848 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3850         * MAINTAINERS (OS Port Maintainers): Update my email address.
3852 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
3854         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3855         * Makefile.in: Rebuilt.
3857 2009-09-01  Chris Demetriou  <cgd@google.com>
3859         * MAINTAINERS (Write After Approval): Add myself.
3861 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
3863         PR debug/30161
3864         * include/dwarf2.h (enum dwarf_tag): Added
3865         DW_TAG_GNU_template_template_param
3866         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3868 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
3870         * Makefile.tpl (AWK): Fix typo.
3871         * Makefile.in: Regenerate.
3873 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
3875         * configure.ac: Detect awk and sed.
3876         * Makefile.def (flags_to_pass): Add AWK and SED.
3877         * Makefile.tpl (AWK, SED): New.
3878         (BASE_FLAGS_TO_PASS): Add AWK and SED.
3879         * configure: Regenerate.
3880         * Makefile.in: Regenerate.
3882 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
3884         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3885         (collapseslashes): Likewise.
3887 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3889         * configure.ac (AC_PREREQ): Bump to 2.64.
3891 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3893         * configure.ac: Remove --with-datarootdir, --with-docdir,
3894         --with-pdfdir, --with-htmldir switches.
3895         * configure: Regenerate.
3897         * configure: Regenerate.
3899         * compile: Sync from Automake 1.11.
3900         * depcomp: Likewise.
3901         * install-sh: Likewise.
3902         * missing: Likewise.
3903         * mkinstalldirs: Likewise.
3904         * ylwrap: Likewise.
3906 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
3908         * ltmain.sh (func_normal_abspath): New function.
3909         (func_relative_path): Likewise.
3910         (func_mode_help): Document new -bindir option for link mode.
3911         (func_mode_link): Add new -bindir option, and use it to place
3912         output DLL if specified.
3914 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3916         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3917         (baseargs): Add --disable-option-checking.
3918         * configure: Regenerate.
3920         * Makefile.def (configure-target-libiberty): Depend on
3921         all-binutils and all-ld.
3922         (configure-target-newlib): Likewise.
3923         * Makefile.in: Regenerate.
3925 2009-08-17  Ben Elliston  <bje@au.ibm.com>
3927         * config.sub, config.guess: Update from upstream sources.
3929 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3931         Sync from src, merge:
3933         2009-07-02  Tristan Gingold  <gingold@adacore.com>
3935         * configure.ac: Do not exclude gas for i386-*-darwin.
3936         Add a case for x86_64-*-darwin.
3937         * configure: Regenerate.
3939 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
3941         * MAINTAINERS: Add my name to Write After Approval list.
3943 2009-08-06  Michael Eager  <eager@eagercon.com>
3945         * configure.ac: Add Microblaze target.
3946         * configure: Regenerate.
3948 2009-07-31  Christian Bruel  <christian.bruel@st.com>
3950         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3951         * configure: Regenerate.
3953 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
3955         * MAINTAINERS (Write After Approval): Update my e-mail address.
3957 2009-07-06  Ian Lance Taylor  <iant@google.com>
3959         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3960         * configure: Rebuild.
3962 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
3964         * MAINTAINERS: Move myself to the Graphite Reviewers.
3966 2009-06-30  Wei Guozhi  <carrot@google.com>
3968         * MAINTAINERS: Add my name to Write After Approval list.
3970 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
3972         PR bootstrap/40338
3973         * configure.ac (comparestring): Create new variable.
3974         * Makefile.tpl (comparestring): Use to skip some comparisions.
3975         * configure: Regenerate.
3976         * Makefile.in: Regenerate.
3978 2009-06-26  Doug Evans  <dje@sebabeach.org>
3980         * Makefile.def (host_modules): Add cgen.
3981         * Makefile.in: Regenerate.
3982         * configure.ac (host_tools): Add cgen.
3983         * configure: Regenerate.
3985 2009-06-23  DJ Delorie  <dj@redhat.com>
3987         * MAINTAINERS: Add myself as mep maintainer.
3989 2009-06-23  Ian Lance Taylor  <iant@google.com>
3991         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
3992         boot_languages.  Only bootstrap target libraries listed in
3993         target_libs for some boot language.  Add --with-stage1-ldflags,
3994         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
3995         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
3996         if not building with C++.
3997         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3998         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3999         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4000         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4001         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
4002         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4003         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4004         * configure, Makefile.in: Rebuild.
4006 2009-06-23  Li Feng  <nemokingdom@gmail.com>
4008         * MAINTAINERS: Added my name to write-after-approval list.
4010 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
4012         * configure.ac: Define is_elf for QNX Neutrino targets.
4013         * configure: Regenerate.
4015 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
4017         * MAINTAINERS: Added my name to the write-after-approval list
4019 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4021         * configure.ac: Detect MPC in default directory.
4022         * configure: Regenerate.
4024 2009-06-03  Jerome Guitton  <guitton@adacore.com>
4025             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4027         * Makefile.tpl (all): Avoid a trailing backslash.
4028         * Makefile.in: Regenerate.
4030 2009-06-03  Ben Elliston  <bje@au.ibm.com>
4032         * config.sub, config.guess: Update from upstream sources.
4034 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
4036         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4037         to noconfdirs.
4038         * configure: Regenerate.
4040 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
4042         * Makefile.tpl ([+compare-target+]): Compare all stage
4043         directories, rather than just gcc.
4044         * Makefile.in: Rebuilt.
4046 2009-06-01  Doug Kwan  <dougkwan@google.com>
4048         * configure.ac: Support gold for target arm*-*-*.
4049         * configure: Regenerate.
4051 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4053         * Makefile.def: Add MPC support and dependencies.
4054         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
4056         * Makefile.in, configure: Regenerate.
4058 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
4060         * Makefile.tpl (all): Avoid harmless warning in make all when
4061         gcc-bootstrap is enabled but stage_last does not exist.
4062         * Makefile.in: Rebuilt.
4064 2009-05-24  Nicolas Roche  <roche@adacore.com>
4066         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4067         * Makefile.in: Regenerate.
4069 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
4071         * MAINTAINERS: Update my e-mail address.
4073 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4075         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
4076         * configure:  Regenerate.
4078 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4080         PR other/40159
4081         * Makefile.tpl (all): Don't assume gcc-bootstrap and
4082         gcc-no-bootstrap are mutually exclusive.
4083         * Makefile.in: Rebuilt.
4085 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4087         PR other/40159
4088         * Makefile.tpl (all): Don't end with unconditional success.
4089         * Makefile.in: Rebuilt.
4091 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
4093         PR target/37137
4094         * Makefile.def (flags_to_pass): Remove redundant and incomplete
4095         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4096         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4097         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
4098         stage_configureflags, stage_cflags and stage_libcflags into
4099         explicit Makefile macros.
4100         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4101         GFORTRAN.
4102         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4103         CC.  Set CC_FOR_BUILD from CC.
4104         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4105         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4106         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4107         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
4108         and GFORTRAN.
4109         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4110         (_LIBCFLAGS): Renamed to _TFLAGS.
4111         (do-compare-debug, do-compare3-debug): Drop.
4112         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4113         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4114         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4115         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4116         (XGCC_FLAGS_FOR_TARGET): New.
4117         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4118         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4119         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4120         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4121         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
4122         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
4123         TFLAGS.
4124         (BUILD_CONFIG): Include if requested.
4125         (all): Set TFLAGS on bootstrap.
4126         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4127         (all-stageid-prefixmodule): Likewise.
4128         (do-clean, distclean-stageid): Set TFLAGS.
4129         (restrap): Fix whitespace.
4130         * Makefile.in: Rebuilt.
4132 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
4134         * config.guess: Sync with src.
4136 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4138         * configure.ac ($with_ppl):  Default to no if not supplied.
4139         ($with_cloog):  Likewise.
4140         configure:  Regenerate.
4142 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
4144         * MAINTAINERS: Update my e-mail address.
4146 2009-04-27  Nick Clifton  <nickc@redhat.com>
4148         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4150 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
4152         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4153         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4154         * Makefile.in: Regenerate.
4156 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4158         PR bootstrap/39739
4159         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4160         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4162         * configure, Makefile.in: Regenerate.
4164 2009-04-21  Taras Glek  <tglek@mozilla.com>
4166         * include/hashtab.h: Update GTY annotations to new syntax
4167         * include/splay-tree.h: Likewise
4169 2009-04-17  Ben Elliston  <bje@au.ibm.com>
4171         * config.sub, config.guess: Update from upstream sources.
4173 2009-04-15  Anthony Green  <green@moxielogic.com>
4175         * configure.ac: Add moxie support.
4176         * configure: Rebuilt.
4178 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4180         * configure.ac: Change copyright header to refer to version
4181         3 of the GNU General Public License and to point readers at the
4182         COPYING3 file and the FSF's license web page.
4183         * Makefile.def: Likewise.
4184         * Makefile.tpl: Likewise.
4185         * Makefile.in: Regenerate.
4187 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
4189         * configure.ac: Restore match for darwin9 or later. Use double
4190         brackets since regeneration eats one pair.
4191         * configure: Regenerate.
4193 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4195         PR gas/10039
4196         * configure.ac: Require texinfo 4.7.
4197         * configure: Regenerated.
4199 2009-04-09  Nick Clifton  <nickc@redhat.com>
4201         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4202         the GCC Runtime Library Exception.
4204 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4206         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4207         * configure: Regenerate.
4209 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4211         * Makefil.def (languages): New entries.
4212         * Makefile.tpl (check-gcc-*): New generic target.
4213         * Makefile.in: Regenerate.
4215 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4217         * MAINTAINERS:  Update my email address.
4219 2009-03-18  Tom Tromey  <tromey@redhat.com>
4221         * configure: Rebuild.
4222         * configure.ac (host_libs): Add libiconv.
4223         * Makefile.in: Rebuild.
4224         * Makefile.def (host_modules): Add libiconv.
4225         (configure-gdb, all-gdb): Depend on libiconv.
4227 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4229         * configure.ac: Treat gdb as supported on x86_64-darwin.
4230         * configure: Regenerate.
4232 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4234         * configure.ac (--with-host-libstdcxx): New option.
4235         * configure: Regenerate.
4237 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4239         * MAINTAINERS:  Move myself into the write after approval list.
4241 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4243         * MAINTAINERS: Update e-mail address.
4245 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4247         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4249 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4251         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4253 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4255         Backport from git Libtool:
4257         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4258         Support GNU/kOpenSolaris.
4259         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4260         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4261         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4262         GNU/kOpenSolaris.
4264 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4266         * MAINTAINERS: Update e-mail address.
4268 2009-02-24  Michael Eager  <eager@eagercon.com>
4270         * MAINTAINERS (Write After Approval): Add self.
4272 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4274         * MAINTAINERS (Write After Approval): Add myself.
4276 2009-02-05  Andreas Schwab  <schwab@suse.de>
4278         * Makefile.tpl (stage_last): Define $r and $s before using
4279         $(RECURSE_FLAGS_TO_PASS).
4280         * Makefile.in: Regenerate
4282 2009-01-30  Ian Lance Taylor  <iant@google.com>
4284         * MAINTAINERS: Move myself to the Global Reviewers list.
4286 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4288         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4289         * configure: Regenerate.
4291 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4293         * MAINTAINERS: Make whitespace consistent.
4294         Remove Robert Millan from Write After Approval.
4296 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4298         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4299         (all-opcodes): Depend on all-libiberty.
4300         * Makefile.in: Regenerate.
4302 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4304         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4305         * configure: Regenerate.
4307 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
4309         * MAINTAINERS (Write After Approval): Add myself.
4311 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
4313         * MAINTAINERS: Add myself to reviewers (Fortran).
4315 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
4317         PR tree-optimization/38515
4318         * configure.ac (cloog-polylib): Removed.
4319         (with_ppl, with_cloog): Test for "no".
4320         * configure: Regenerated.
4322 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
4324         * MAINTAINERS: Moved myself to reviewers (Fortran).
4326 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
4328         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4329         (Write After Approval): Remove myself.
4331 2009-01-03  Diego Novillo  <dnovillo@google.com>
4333         * MAINTAINERS: Remove myself from alias maintainership.
4335 2009-01-02  David Ayers  <ayers@fsfe.org>
4337         * MAINTAINERS: Update e-mail address.
4339 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
4341         * MAINTAINERS: Make whitespace consistent.
4343 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4345         Backport from upstream Libtool:
4346         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4347         Add cache variables to tests that require the linker to work.
4348         For shlibpath_overrides_runpath, this also changes the semantics
4349         to let the result from the C compiler take precedence.
4351 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4353         * config.sub, config.guess: Update from upstream sources.
4355 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
4357         * configure.ac (ppllibs): Add by default the lib flags.
4358         * configure: Regenerate.
4360 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
4362         * MAINTAINERS:  Add myself to the write after approval list.
4364 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
4366         * configure.ac: Add double brackets on darwin[912].
4367         * configure: Regenerate.
4369 2008-12-03  Daniel Kraft  <d@domob.eu>
4371         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
4372         Approval to Reviewer section (for Fortran front-end).
4374 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
4376         * configure.ac: Expand to darwin10 and later.
4377         * configure: Regenerate.
4379 2008-12-02  Andreas Schwab  <schwab@suse.de>
4381         * Makefile.def: configure-target-boehm-gc depends on
4382         all-target-libstdc++-v3.
4383         * Makefile.in: Regenerate.
4385 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
4387         * MAINTAINERS:  Add myself as mingw maintainer.
4389 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4391         * config.sub, config.guess: Update from upstream sources.
4393 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
4395         * README.SCO: Remove.
4397 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
4399         * MAINTAINERS:  Add myself to the write after approval list.
4401 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
4403         * MAINTAINERS:  Update my email address in WAA section.
4405 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
4407         * MAINTAINERS: Update e-mail address.
4409 2008-11-27  Toon Moene  <toon@moene.org>
4411         * MAINTAINERS: Change e-mail address.
4413 2008-11-27  Tristan Gingold  <gingold@adacore.com>
4415         * configure.ac: Build gdb for i?86-*-darwin*
4416         * configure: Regenerated.
4418 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
4420         * MAINTAINERS: Added my full name.
4422 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
4424         PR bootstrap/38014
4425         PR bootstrap/37923
4427         Revert:
4429         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4431         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4432         * Makefile.in: Regenerated.
4434         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4436         PR gdb/921
4437         PR gdb/1646
4438         PR gdb/2175
4439         PR gdb/2176
4441         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4442         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4443         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4444         (HOST_EXPORTS): Pass CPPFLAGS.
4445         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4446         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4447         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4448         * Makefile.in, configure: Regenerated.
4449         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4450         and CPPFLAGS_FOR_BUILD.
4452 2008-11-06  Jeff Law  <law@redhat.com>
4454         * MAINTAINERS: Add myself as middle end maintainer.
4456 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
4458         * MAINTAINERS (Write after approval): Add myself.
4460 2008-11-05  Diego Novillo  <dnovillo@google.com>
4462         * MAINTAINERS (Global Reviewers): Add myself.
4463         (Non-Algorithmic Maintainers): Remove myself.
4465 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
4467         * MAINTAINERS (Write after approval): Add myself.
4469 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
4471         * MAINTAINERS (Write after approval): Add myself.
4473 2008-10-31  Ben Elliston  <bje@au.ibm.com>
4475         * configure.ac (spu-*-*): Remove special case.
4476         * configure: Regenerate.
4478 2008-10-30  Catherine Moore  <clm@codesourcery.com>
4480         * MAINTAINERS (Write after approval): Update my email address.
4482 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
4484         * configure.ac [spu-*-*]: Do not set skipdirs.
4485         * configure: Re-generate.
4487 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
4489         * MAINTAINERS (Various Maintainers): Add myself to reload.
4491 2008-10-25  Richard Guenther  <rguenther@suse.de>
4493         * MAINTAINERS (Various Maintainers): Add myself as middle-end
4494         maintainer.  Remove myself as libgcc-math maintainer.
4495         (Non-Algorithmic Maintainers): Remove myself.
4497 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4499         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4500         * Makefile.in: Regenerated.
4502 2008-10-23  Cary Coutant  <ccoutant@google.com>
4504         * MAINTAINERS (Write after approval): Add myself.
4506 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4508         PR gdb/921
4509         PR gdb/1646
4510         PR gdb/2175
4511         PR gdb/2176
4513         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4514         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4515         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4516         (HOST_EXPORTS): Pass CPPFLAGS.
4517         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4518         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4519         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4520         * Makefile.in, configure: Regenerated.
4521         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4522         and CPPFLAGS_FOR_BUILD.
4524 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
4526         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4527         Sebastian Pop.
4529 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
4531         * MAINTAINERS (Write After Approval): Added myself.
4533 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4535         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4536         recommended version to 2.3.2.
4538         * configure: Regenerate.
4540 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
4542         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4544 2008-09-29  David Daney <david.daney@caviumnetworks.com>
4546         * MAINTAINERS (Write After Approval): Update e-mail address.
4548 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
4550         * libtool.m4: Update to libtool 2.2.6.
4551         * lt~obsolete.m4: Update to libtool 2.2.6.
4552         * ltmain.sh: Update to libtool 2.2.6.
4553         * ltsugar.m4: Update to libtool 2.2.6.
4554         * ltversion.m4: Update to libtool 2.2.6.
4555         * ltoptions.m4: Update to libtool 2.2.6.
4556         * ltgcc.m4: Update to match changes from libtool 2.2.6.
4558 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
4560         * MAINTAINERS (Write After Approval): Add myself.
4562 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4564         * MAINTAINERS (Write After Approval): Update my name.
4566 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
4568         * MAINTAINERS: Add myself in "Write After Approval".
4570 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
4572         * MAINTAINERS: Add myself as ia64 maintainer.
4574 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
4576         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4577         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4578         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4579         and Michael Tiemann from Write After Approval since they do not
4580         actually have access.
4582 2008-09-05  Richard Guenther  <rguenther@suse.de>
4584         * configure.ac: Initialize clooglibs to -lcloog.
4585         * configure: Re-generate.
4587 2008-09-04  Le-Chun Wu  <lcwu@google.com>
4589         * MAINTAINERS (Write After Approval): Add myself.
4591 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
4593         * configure.ac (--with-cloog-polylib): New.
4594         (--disable-cloog-version-check): New.
4595         (--disable-ppl-version-check): New.
4596         * configure: Re-generate.
4598 2008-09-03  Richard Guenther  <rguenther@suse.de>
4600         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4601         cloog test.
4602         * configure: Re-generate.
4604 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
4606         Add picoChip port.
4607         * MAINTAINERS: Add picoChip maintainers.
4609 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
4610             Tobias Grosser  <grosser@fim.uni-passau.de>
4611             Jan Sjodin  <jan.sjodin@amd.com>
4612             Harsha Jagasia  <harsha.jagasia@amd.com>
4613             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4614             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4615             Adrien Eliche  <aeliche@isty.uvsq.fr>
4617         Merge from graphite branch.
4618         * configure: Regenerate.
4619         * Makefile.in: Regenerate.
4620         * configure.ac (host_libs): Add ppl and cloog.
4621         Add checks for PPL and CLooG.
4622         * Makefile.def (ppl, cloog): Added modules and dependences.
4623         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4624         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4626 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4628         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4629         (GCC_SHLIB_SUBDIR): New.
4630         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4631         * configure: Regenerate.
4632         * Makefile.in: Regenerate.
4634 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
4636         * MAINTAINERS: Consistently use tabs to separate columns.
4638 2008-08-29  Tristan Gingold  <gingold@adacore.com>
4640         * MAINTAINERS (Write after Approval): Add myself.
4642 2008-08-28  Tristan Gingold  <gingold@adacore.com>
4644         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4645         Enable bfd, binutils and opcodes.
4646         * configure: Regenerate.
4648 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4650         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
4652 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
4654         * MAINTAINERS:  Use correct Umlaut for last name.
4656 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4658         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4660 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
4662         * MAINTAINERS: Update my email address.
4664 2008-08-16  Nicolas Roche  <roche@adacore.com>
4666         * Makefile.tpl: Add BOOT_ADAFLAGS.
4667         * Makefile.in: Regenerate.
4669 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
4671         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4672         * configure: Regenerate.
4674 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
4676         * configure.ac: Add makefile fragments for hpux.
4677         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4678         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4679         * configure: Regenerate.
4680         * Makefile.in: Regenerate.
4682 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
4684         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4686 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
4688         * MAINTAINERS (Write after Approval): Add myself.
4690 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
4692         * MAINTAINERS (Write After Approval):  Add myself.
4694 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
4696         * MAINTAINERS (Write After Approval):  Add myself.
4698 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
4700         * MAINTAINERS: Update my email address.
4702 2008-06-25  Joey Ye  <joey.ye@intel.com>
4704         * MAINTAINERS (Write After Approval):  Add myself.
4706 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4708         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4709         * Makefile.in: Regenerate.
4710         * configure: Regenerate.
4712 2008-06-17  Daniel Kraft  <d@domob.eu>
4714         * MAINTAINERS (Write After Approval):  Add myself.
4716 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4718         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4719         "$@" is still intact with both Autoconf 2.59 and 2.62.
4720         * configure: Regenerate.
4722 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4724         * Makefile.tpl: Fix comment errors.
4725         * Makefile.in: Regenerate.
4727 2008-06-12  David S. Miller  <davem@davemloft.net>
4728             David Edelsohn  <edelsohn@gnu.org>
4730         * configure.ac: Add powerpc*-*-* to gold supported targets.
4731         * configure: Regenerate.
4733 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
4735         PR tree-optimization/36218
4736         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4737         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4738         (all prefix="build-"): Pass them to build-system sub-makes.
4739         * Makefile.in: Regenerate.
4741 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
4743         * MAINTAINERS (mt port): Remove.
4744         (sco5, unixware, sco udk): Remove.
4745         (Kean Johnston): Add to Write After Approval.
4747 2008-05-30  Julian Brown  <julian@codesourcery.com>
4749         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4750         of libobjc for ARM EABI Linux.
4751         * configure: Regenerate.
4753 2008-05-18  Xinliang David Li   <davidxl@google.com>
4755         * ChangeLog: Remove wrong ChangeLog entry.
4757 2008-05-17  Xinliang David Li   <davidxl@google.com>
4759         * MAINTAINERS (Write After Approval): Add myself.
4761 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
4763         * MAINTAINERS (Write After Approval): Add myself.
4765 2008-05-14  Rafael Espíndola  <espindola@google.com>
4767         * config-ml.in: don't handle --enable-shared and --enable-static.
4769 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
4771         * MAINTAINERS: Update my email address.
4773 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
4775         * MAINTAINERS: Update my email address.
4777 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
4779         * MAINTAINERS (Write After Approval): Add myself.
4781 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
4783         * MAINTAINERS (Write After Approval): Add myself.
4785 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
4787         * MAINTAINERS (crx): Add myself.
4789 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
4791         Sync with src:
4792         2008-04-14  David S. Miller  <davem@davemloft.net>
4794         * configure.ac: Add sparc*-*-* to gold supported targets.
4795         * configure: Regenerate.
4797 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
4799         PR bootstrap/35457
4800         * configure.ac: Include override.m4.
4801         * configure: Regenerate.
4803 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
4805         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4806         * Makefile.in: Regenerate.
4808 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
4810         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4811         as nonconfigurable directories list.
4812         * configure: Regenerate.
4814 2008-04-14  Ben Elliston  <bje@au.ibm.com>
4816         * config.sub, config.guess: Update from upstream sources.
4818 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
4820         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4821         * Makefile.in: Regenerate.
4823 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
4825         * configure.ac: Do not build libssp for the AVR.
4826         * configure: Regenerate.
4828 2008-04-07  Ian Lance Taylor  <iant@google.com>
4830         * Makefile.def: check-gold depends upon all-binutils.
4831         * Makefile.in: Regenerate.
4833 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
4835         * MAINTAINERS (Write After Approval): Add myself.
4837 2008-04-04  Nick Clifton  <nickc@redhat.com>
4839         PR binutils/4334
4840         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4841         builds.
4842         * configure: Regenerate.
4844 2008-04-04  NightStrike  <NightStrike@gmail.com>
4846         PR other/35151
4847         * configure.ac: Combine rules for mingw32 and mingw64.
4848         * configure: Regenerate.
4850 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
4852         * MAINTAINERS (Write After Approval): Add myself.
4854 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
4856         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4857         * Makefile.in (.NOTPARALLEL): Ditto.
4859 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
4861         * MAINTAINERS (Write After Approval): Add myself.
4863 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
4865         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4866         * Makefile.in (.NOTPARALLEL): Regenerate.
4868 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
4870         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4871         * Makefile.in: Regenerate.
4873 2008-03-26  Jakub Staszak  <kuba@et.pl>
4875         * MAINTAINERS (Write After Approval): Add myself.
4877 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
4879         * MAINTAINERS:  Update e-mail address.
4881 2008-03-20  Ian Lance Taylor  <iant@google.com>
4883         * configure.ac: Add support for --enable-gold.
4884         * Makefile.def: Add gold as a directory like ld.
4885         * configure, Makefile.in: Regenerate.
4887 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4889         * configure.ac: m4_include config/proginstall.m4.
4890         * configure: Regenerate.
4892         Backport from upstream Libtool:
4894         2007-10-12  Eric Blake  <ebb9@byu.net>
4896         Deal with Autoconf 2.62's semantic change in m4_append.
4897         * ltsugar.m4 (lt_append): Replace broken versions of
4898         m4_append.
4899         (lt_if_append_uniq): Don't require separator to be overquoted,
4900         and avoid broken m4_append.
4901         (lt_dict_add): Fix typo.
4902         * libtool.m4 (_LT_DECL): Don't overquote separator.
4904 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
4906         * config.rpath: Add AIX 6 support.
4908 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
4910         * Makefile.def (stageprofile).  Remove -fprofile-generate
4911         from stage_libcflags.
4912         * Makefile.in: Regenerate.
4914 2008-03-13  Ben Elliston  <bje@au.ibm.com>
4916         * config.sub, config.guess: Update from upstream sources.
4918 2008-03-06  Tom Tromey  <tromey@redhat.com>
4920         * MAINTAINERS: Update for treelang deletion.
4922 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
4924         * MAINTAINERS: Update my email address.
4926 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
4928         * MAINTAINERS (darwin port): Add myself as a maintainer.
4929         (objective-c/c++): Add myself as a maintainer.
4931 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
4933         * MAINTAINERS (Write After Approval): Update my email address.
4935 2008-02-25  Tomas Bily  <tbily@suse.cz>
4937         * MAINTAINERS (Write After Approval): Add myself.
4939 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
4941         * MAINTAINERS (OpenMP): Add myself.
4943 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
4945         PR bootstrap/32009
4946         PR bootstrap/32161
4948         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4949         * configure: Regenerate.
4951         * Makefile.def: Define stage_libcflags for all bootstrap stages.
4952         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4953         STAGE4_LIBCFLAGS): New.
4954         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4955         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4956         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4957         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4958         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4959         for target modules.  Don't export LIBCFLAGS.
4960         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4961         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4962         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4963         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4964         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4965         * Makefile.in: Regenerate.
4967 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4969         PR libgcj/33085
4970         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4971         Do not use -DDLL_EXPORT.  Backport from upstream.
4973 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4975         * MAINTAINERS (Write After Approval): Add myself.
4977 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
4979         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4980         * configure: Regenerate.
4982 2008-01-31  Marc Gauthier  <marc@tensilica.com>
4984         * configure.ac (xtensa*-*-*): Recognize processor variants.
4985         * configure: Regenerate.
4987 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4989         PR bootstrap/34922
4990         * configure.ac (PARSE_ARGS): Push suitable setting of
4991         ac_subdirs_all, for `./configure --help=recursive'.
4992         Handle `+' in generic toplevel directory disabling.
4993         * configure: Regenerate.
4995 2008-01-28  Nick Clifton  <nickc@redhat.com>
4997         * MAINTAINERS (xstormy16): Take over maintainership.
4999 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5001         * MAINTAINERS (c4x port): Remove.
5003 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
5005         * libtool.m4: Backport AIX 6 support from ToT Libtool.
5007 2008-01-23  Ben Elliston  <bje@au.ibm.com>
5009         * config.sub, config.guess: Update from upstream sources.
5011 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
5013         * MAINTAINERS (Write After Approval): Add myself.
5015 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
5017         * MAINTAINERS: Update my email address.
5019 2008-01-09  Raksit Ashok  <raksit@google.com>
5021         * MAINTAINERS (Write After Approval): Add myself.
5023 2008-01-09  Raksit Ashok  <raksit@google.com>
5025         * MAINTAINERS (Write After Approval): Add myself.
5027 2008-01-08  Ben Elliston  <bje@au.ibm.com>
5029         * config.sub, config.guess: Update from upstream sources.
5031 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5033         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5034         Change recommended MPFR from 2.2.1 -> 2.3.0.
5035         * configure: Regenerate.
5037 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
5039         * MAINTAINERS: Update my email address.
5041 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
5043         * MAINTAINERS: Update my email address.
5045 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
5047         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5048         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5049         * Makefile.in: Regenerate.
5051 2007-12-10  Mark Heffernan  <meheff@google.com>
5053         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5054         misplaced entries.
5056 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5058         * configure.ac: Enable libjava for x86_64-*-darwin9.
5059         * configure: Regenerate.
5061 2007-12-07  Bill Maddox  <maddox@google.com>
5063         * MAINTAINERS (Write After Approval): Add myself.
5065 2007-12-05  Ben Elliston  <bje@au.ibm.com>
5067         * config.sub, config.guess: Update from upstream sources.
5069 2007-12-02  Matthias Klose  <doko@ubuntu.com>
5071         * config-ml.in: Remove 64bit configure tests.
5073 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5075         * config-ml.in: Robustify against white space in absolute file
5076         names.
5078         * config-ml.in (multi-clean): Substitute ${Makefile}.
5079         Remove superfluous ${Makefile} in list.
5081 2007-11-19  Thiemo Seufer  <ths@mips.com>
5083         * config-ml.in: Don't hardcode the Makefile name.
5085 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
5087         * MAINTAINERS (Write After Approval): Add myself.
5089 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
5091         * MAINTAINERS (Write After Approval): Add myself.
5093 2007-11-06  Doug Kwan  <dougkwan@google.com>
5095         * MAINTAINERS (Write After Approval): Add myself.
5097 2007-10-25  Ben Elliston  <bje@au.ibm.com>
5099         * MAINTAINERS (mercury): Remove entry.
5100         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5102 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
5104         * Makefile.def (dependencies): Make configure-gdb depend on
5105         all-intl.
5106         * Makefile.in: Regenerated.
5108 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
5110         * MAINTAINERS (Fortran maintainer): Remove myself.
5112 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
5114         * Makefile.def: To avoid problems running with parallel makes,
5115         build newlib before libgloss so that target specific header
5116         files are availble.
5117         * Makefile.in: Regenerate
5119 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
5121         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5122         * Makefile.in: Regenerate.
5124 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
5126         * MAINTAINERS (Register allocation reviewer): Add myself.
5128 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
5130         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5131         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5132         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
5133         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5134         * configure: Regenerate.
5136 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
5138         * MAINTAINERS (Register allocation reviewer): Add myself.
5140 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
5142         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5143         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5144         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5145         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5146         * configure.ac: Default them to host tools for $host = $build.
5147         Subst them.
5149         * configure: Regenerate.
5150         * Makefile.in: Regenerate.
5152 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
5154         * MAINTAINERS (Register allocation reviewer): Add myself.
5156 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5158         * MAINTAINERS (Register allocation reviewer): Add myself.
5160 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
5162         * MAINTAINERS (Write After Approval): Fix typo.
5164 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5166         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5167         * configure: Regenerate.
5169 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
5171         PR bootstrap/31906
5172         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5173         they're already prefixed.
5175 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
5177         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5178         libstdc++.
5179         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5180         * configure: Regenerate.
5181         * Makefile.in: Regenerate.
5183 2007-09-17  Andreas Schwab  <schwab@suse.de>
5185         * configure.ac: Raise minimum makeinfo version to 4.6.
5186         * configure: Regenerate.
5188 2007-09-17  Johannes Singler  <singler@ira.uka.de>
5190         * MAINTAINERS (write-after-approval) add myself
5192 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
5194         * configure.ac: Correct makeinfo version check.
5195         * configure: Regenerate.
5197 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5199         * MAINTAINERS: Update my email address.
5201 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5203         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5204         to $skipdirs and only disable gprof for newlib.  Use the normal
5205         mips*-elf* handling in other respects.
5206         * configure: Regnerate.
5208 2007-09-12  David Daney  <ddaney@avtrex.com>
5210         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5211         enabling libgcj.
5212         * configure: Regenerate.
5214 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5216         PR other/32154
5217         * configure.ac: For libgloss targets, point the linker to the linker
5218         script, startup code and simulator library.
5219         * configure: Regenerate.
5221 2007-09-07  Andrew Haley  <aph@redhat.com>
5223         * configure.ac (noconfigdirs): Remove target-libffi and
5224         target-libjava.
5225         * configure: Regenerate.
5227 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5229         PR target/33281
5230         * configure.ac: Use config/mh-mingw on mingw.
5231         * configure: Regenerate.
5233 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5235         * MAINTAINERS (Write After Approval): Add myself.
5237 2007-09-05  Richard Guenther  <rguenther@suse.de>
5239         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5240         nor --disable-checking is provided also turn on yes and types
5241         checking for stage1.
5242         * configure: Re-generate.
5244 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5246         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5247         (Write After Approval): Remove myself.
5249 2007-08-29  Nick Clifton  <nickc@redhat.com>
5251         * config.sub, config.guess: Update from upstream sources.
5253 2007-08-22  Bud Davis  <jmdavis@link.com>
5255         * MAINTAINERS (Write After Approval): Added myself.
5256         * MAINTAINERS (Reviewers): Removed myself.
5258 2007-08-18  Paul Brook  <paul@codesourcery.com>
5259             Joseph Myers  <joseph@codesourcery.com>
5261         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5262         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5263         * Makefile.in: Regenerate.
5264         * configure.ac (--with-debug-prefix-map): New.
5265         * configure: Regenerate.
5267 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5268             Nigel Stephens  <nigel@mips.com>
5270         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5271         as target_makefile_frag.
5272         * configure: Regenerate.
5274 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5276         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5277         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5278         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5279         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5280         (do-compare, do-compare3, do-compare-debug): New.
5281         ([+compare-target+]): Use them.
5283 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5285         * MAINTAINERS (Write After Approval): Change my email address.
5287 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5288             Ben Elliston  <bje@au.ibm.com>
5290         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5291         --silent if $silent.
5292         * configure: Regenerate.
5294 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5296         * MAINTAINERS (Various Maintainers): Add myself as
5297         loop infrastructure maintainer.  Update my e-mail
5298         address.
5300 2007-07-31  Diego Novillo  <dnovillo@google.com>
5302         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5303         Adjust description.
5305 2007-07-26  Richard Guenther  <rguenther@suse.de>
5307         * configure.ac: Add types checking to stage1 checking flags.
5308         * configure: Regenerate.
5310 2007-07-17  Nick Clifton  <nickc@redhat.com>
5312         * COPYING3: New file.  Contains version 3 of the GNU General
5313         Public License.
5314         * COPYING3.LIB: New file.  Contains version 3 of the GNU
5315         Lesser General Public License.
5317 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5319         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5321 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5323         * MAINTAINERS (S/390 co-maintainer): Add myself.
5324         (Write After Approval): Remove myself.
5326 2007-07-13  Dan Hipschman  <dsh@google.com>
5328         * MAINTAINERS (Write After Approval): Add myself.
5330 2007-07-11  Nick Clifton  <nickc@redhat.com>
5332         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5333         WINDRES export.
5334         * Makefile.in: Regenerate.
5336 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5338         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5339         maintainer.
5341 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
5343         * lt~obsolete.m4: New. Import from 20070318 libtool.
5345 2007-07-03  Julian Brown  <julian@codesourcery.com>
5347         * MAINTAINERS (Write After Approval): Add myself.
5349 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5351         * configure.ac: Rewrite 'configure --help' strings to look nicer.
5352         * configure: Regenerate.
5354 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5356         * configure.ac: Add some missing m4 quotation.
5357         * configure: Regenerate.
5359 2007-07-02  Simon Baldwin  <simonb@google.com>
5361         * MAINTAINERS (Write After Approval): Add myself.
5363 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
5365         * configure: Regenerate.
5367 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
5369         * Makefile.def: Add windmc tool to build.
5370         * Makefile.tpl: Likewise.
5371         * configure.ac: Likewise.
5372         * Makefile.in: Regenerate.
5373         * configure: Regenerate.
5375 2007-06-28  DJ Delorie  <dj@redhat.com>
5377         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5378         not building newlib.
5379         * configure: Regenerated.
5381 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
5383         * MAINTAINERS (Write After Approval): Add myself.
5385 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
5387         * MAINTAINERS (Write After Approval): Add myself.
5389 2007-06-19  Chris Matthews  <chrismatthews@google.com>
5391         * MAINTAINERS (Write After Approval): Add myself.
5393 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5395         * MAINTAINERS (Write After Approval): Add myself.
5397 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
5399         * Makefile.def: Add dependency from configure-gdb to all-bfd.
5400         * Makefile.in: Regenerated.
5402 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
5404         * configure.ac: Don't add target-libmudflap to noconfigdirs for
5405         bfin*-*-uclinux* targets.
5406         * configure: Regenerate.
5408 2007-06-14  Ian Lance Taylor  <iant@google.com>
5410         * MAINTAINERS: Add myself as non-algorithmic global write
5411         maintainer.
5413 2007-06-14  Diego Novillo  <dnovillo@google.com>
5415         * MAINTAINERS: Add self as middle-end maintainer and
5416         non-algorithmic global write maintainer.
5418 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5420         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5421         Move all Fortran maintainers except Paul Brook into the
5422         Non-Autopoiesis section.
5424 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
5426         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5427         (distclean-stage[+id+]): Possibly delete stage_last.
5428         * Makefile.in: Regenerate.
5430 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
5432         * MAINTAINERS (Various Maintainer): Fix typo.
5434 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
5436         * MAINTAINERS (Various Maintainer): Add myself as
5437         dataflow maintainer.
5439 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5441         * config.sub, config.guess: Update from upstream sources.
5443 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5445         * Makefile.tpl: Fix spelling error.
5446         * Makefile.in: Regenerate.
5448 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
5450         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5451         lt_cv_sys_max_cmd_len.
5453 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
5455         * MAINTAINERS (Various Maintainers): Add myself as
5456         auto-vectorizer maintainer.
5458 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
5460         PR libjava/32098
5461         * libtool.m4: Revert previous change.
5462         * ltgcc.m4: Put it here.
5464 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
5466         * MAINTAINERS (Various Maintainers): Add myself as
5467         auto-vectorizer maintainer.
5469 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
5471         PR libjava/32098
5472         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5474 2007-05-30  Richard Guenther  <rguenther@suse.de>
5476         * MAINTAINERS (Various Maintainers): Add myself as
5477         auto-vectorizer maintainer.
5479 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
5481         PR bootstrap/29382
5482         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5483         * configure: Rebuilt.
5485 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
5487         * MAINTAINERS (Write After Approval): Removed my name.
5489 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
5491         * MAINTAINERS (Write After Approval): Remove myself.
5493 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
5495         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5497 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
5499         * ltmain.sh: Update from ToT Libtool.
5500         * libtool.m4: Update from ToT Libtool.
5501         * ltsugar.m4: New. Update from ToT Libtool.
5502         * ltversion.m4: New. Update from ToT Libtool.
5503         * ltoptions.m4: New. Update from ToT Libtool.
5504         * ltconfig: Remove.
5505         * ltcf-c.sh: Remove.
5506         * ltcf-cxx.sh: Remove.
5507         * ltcf-gcj.sh: Remove.
5509 2007-05-22  Ollie Wild  <aaw@google.com>
5511         * MAINTAINERS (Write After Approval): Add myself.
5513 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
5515         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5516         stage_cflags.
5517         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5518         Remove CFLAGS/LIBCFLAGS.
5519         (configure-stage[+id+]-[+prefix+][+module+],
5520         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5521         * Makefile.in: Regenerate.
5523 2007-05-15  Diego Novillo  <dnovillo@google.com>
5525         * MAINTAINERS: Update e-mail address.
5527 2007-05-15  Revital Eres  <eres@il.ibm.com>
5529         * MAINTAINERS (Write After Approval): Add myself.
5531 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
5533         * MAINTAINERS (Write After Approval): Updated my address.
5535 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
5537         * MAINTAINERS (Write After Approval): Add myself.
5539 2007-05-11  Silvius Rus  <rus@google.com>
5541         * MAINTAINERS (Write After Approval): Add myself.
5543 2007-04-23  Tom Tromey  <tromey@redhat.com>
5545         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5547 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
5549         * MAINTAINERS (cpplib): Rename to ...
5550         (libcpp): ... this.  Add C/C++ front end maintainers.
5552 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
5554         * config-ml.in: Pass ${ml_config_env} to configure calls.
5556 2007-04-04  Christian Bruel  <christian.bruel@st.com>
5558         * MAINTAINERS (Write After Approval): Add myself.
5560 2007-04-02  Dave Korn  <dave.korn@artimi.com>
5562         * MAINTAINERS (Write After Approval): Add myself.
5564 2007-03-31  Tobias Burnus  <burnus@net-b.de>
5566         * MAINTAINERS (fortran 95 front end): Add myself.
5568 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5570         * MAINTAINERS (Write After Approval): Add myself.
5572 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
5574         * MAINTAINERS (Modulo Scheduler): Add myself.
5576 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
5578         * MAINTAINERS (fortran 95 front end): Add myself.
5579         (c++ front end): whitespace fix.
5581 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
5583         * MAINTAINERS (Write After Approval): Add myself.
5585 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
5587         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5588         of glob.  Quote arguments with single quotes too.
5589         * configure: Regenerate.
5591 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
5593         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5594         * Makefile.in: Regenerate
5596 2007-03-07  Andreas Schwab  <schwab@suse.de>
5598         * configure: Regenerate.
5600 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
5602         * configure.ac: Add "--with-pdfdir" configure option,
5603         which defines pdfdir variable.
5604         * Makefile.def (target=fixincludes): Add install-pdf to
5605         missing targets.
5606         (recursive_targets): Add install-pdf target.
5607         (flags_to_pass): Add pdfdir.
5608         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5609         target.
5610         * configure: Regenerate
5611         * Makefile.in: Regenerate
5613 2007-02-28  Eric Christopher  <echristo@apple.com>
5615         Revert:
5616         2006-12-07  Mike Stump  <mrs@apple.com>
5618         * Makefile.def (dependencies): Add dependency for
5619         install-target-libssp and install-target-libgomp on
5620         install-gcc.
5621         * Makefile.in: Regenerate.
5623 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
5625         * configure: Regenerate.
5626         * configure.ac: Move statements after variable declarations.
5628 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
5630         * MAINTAINERS: Add myself as sh maintainer.
5632 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
5634         * configure.ac: Adjust for loop syntax.
5635         * configure: Regenerate.
5637 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5639         * configure: Rebuilt.
5641 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5643         * configure.ac: Drop multiple occurrences of --enable-languages,
5644         and fix its quoting.
5645         * configure: Rebuilt.
5647 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
5648             Nathan Sidwell  <nathan@codesourcery.com>
5649             Vladimir Prus  <vladimir@codesourcery.com>
5650             Joseph Myers  <joseph@codesourcery.com>
5652         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5653         * configure: Regenerate.
5655 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
5657         * ltconfig (freebsd*): Default to elf.
5659 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5661         * configure.ac (target_libraries): Move libgcc before libiberty.
5662         * configure: Regenerated.
5664 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5665             Paolo Bonzini  <bonzini@gnu.org>
5667         PR bootstrap/30753
5668         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
5669         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
5670         * configure: Regenerated.
5672 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5674         * MAINTAINERS (Language Front End Maintainers): Update my mail
5675         address.
5677 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5679         PR bootstrap/30748
5680         * configure.ac: Correct syntax for Solaris ksh.
5681         * configure: Regenerated.
5683 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5685         * configure.ac: Sync with src.
5686         * configure: Regenerate.
5688 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5690         * Makefile.in: Regenerate.
5692 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5694         * config.sub: Sync with src.
5696 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5698         * Makefile.tpl (build_alias, host_alias, target_alias): Use
5699         noncanonical equivalents.
5700         * configure.in: Rename to...
5701         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
5702         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
5703         target_noncanonical.  Use them.  Rewrite removal of configure
5704         arguments for autoconf 2.59.  Discard variable settings.  Force
5705         program_transform_name for native tools.
5707         * Makefile.in: Regenerated.
5708         * configure: Regenerated with autoconf 2.59.
5710 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
5712         * MAINTAINERS (Write After Approval): Add myself.
5714 2007-01-31  Andreas Schwab  <schwab@suse.de>
5716         * Makefile.tpl (LDFLAGS): Substitute it.
5717         * Makefile.in: Regenerate.
5719 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
5721         * MAINTAINERS (Write After Approval): Add myself.
5723 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
5725         * MAINTAINERS (spu port): Add myself.
5727 2007-01-23  Richard Guenther  <rguenther@suse.de>
5729         PR bootstrap/30541
5730         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5731         * Makefile.tpl (GNATBIND): Substitute it.
5732         (GNATMAKE): Likewise.
5733         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5734         of STAGE_PREFIX.
5735         * Makefile.in: Regenerate.
5736         * configure: Regenerate.
5738 2007-01-18  Mike Stump  <mrs@apple.com>
5740         * configure.in: Re-enable -Werror for gcc builds.
5742 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
5744         * MAINTAINERS (Write After Approval): Add myself.
5746 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
5748         * configure.in: Change == to = in test command.
5749         * configure: Regenerate.
5751 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
5752             Nick Clifton  <nickc@redhat.com>
5753             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
5755         * configure.in (build_configargs, host_configargs, target_configargs):
5756         Remove build/host/target parameters.
5757         (host_libs): Add gmp and mpfr.
5758         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5759         * Makefile.def (gmp, mpfr): New.
5760         (gcc): Remove target.
5761         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5762         target_os, target_vendor): New.
5763         (configure): Add host_alias/target_alias arguments; adjust invocations.
5764         * configure: Regenerate.
5765         * Makefile.in: Regenerate.
5767 2007-01-11  Matt Fago  <fago@earthlink.net>
5769         * configure.in: Try to link to functions only in mpfr 2.2.x
5770         to improve robustness of configure tests.
5771         * configure: Regenerate.
5773 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
5775         * MAINTAINERS: Add myself as i386 maintainer.
5777 2007-01-08  Jan Hubicka  <jh@suse.cz>
5779         * MAINTAINERS: Add myself as i386 maintainer.
5781 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
5783         * configure.in: Add support for an x86_64-mingw* target.
5784         * configure: Regenerate.
5786 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
5788         * Makefile.tpl (all-target): Correct @if conditional for target
5789         modules.
5790         * configure.in: Omit libiberty if building only target libgcc.
5791         * configure, Makefile.in: Regenerated.
5793 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
5795         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
5796         * configure: Regenerate.
5798 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
5800         * Makefile.def (target_modules): Add libgcc.
5801         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
5802         * Makefile.tpl (clean-target-libgcc): Delete.
5803         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5804         on gcc even for bootstrapped modules.  Rewrite handling of
5805         lang_env_dependencies to loop over target_modules.
5806         * configure.in (target_libraries): Add target-libgcc.
5807         * Makefile.in, configure: Regenerated.
5809 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
5811         * configure.in: Reorganize recognition of languages.  Add
5812         --enable-stage1-languages.  Show supported languages for the chosen
5813         target rather than all recognized languages.
5814         * configure: Regenerate.
5816 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
5818         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5819         * Makefile.in: Regenerate.
5821 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5823         * configure.in: Warn that MPFR 2.2.0 is buggy.
5824         * configure: Regenerate.
5826 2006-12-27  Ian Lance Taylor  <iant@google.com>
5828         * configure.in: When removing Makefiles to force a reconfigure, also
5829         remove prev-DIR*/Makefile.
5830         * configure: Regenerate.
5832 2006-12-22  Andreas Schwab  <schwab@suse.de>
5834         * configure: Regenerate with correct autoconf version.
5836 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
5838         * configure.in: add AC_SUBST for *_FOR_TARGET.
5839         * configure: Regenerate.
5841 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5843         * configure.in: Simplify logic for rejecting languages that cannot
5844         be built.  Separate the case when a language is unsupported,
5845         from the case when the user chooses not to build a language.
5847 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5849         * configure.in: Remove "$build" case for powerpc-*-darwin* since
5850         it only affects bootstrap and could be tested on "$host" as well.
5851         * configure: Regenerate.
5852         * config/mh-ppc-darwin: Add to the stage1 cflags here.
5854 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5856         PR bootstrap/29544
5857         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5858         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5859         move here comment from Makefile.tpl.
5860         * Makefile.tpl: Move some definitions higher in the file.
5861         (STAGE1_CHECKING): New.
5862         * configure.in: Add --enable-stage1-checking.
5863         * configure: Regenerate.
5864         * Makefile.in: Regenerate.
5866 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5868         * MAINTAINERS: Add myself as build system maintainer.
5870 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
5872         * MAINTAINERS (Write After Approval): Add myself.
5874 2006-12-13  Eric Christopher  <echristo@apple.com>
5876         * MAINTAINERS: Add myself as darwin maintainer.
5878 2006-12-11  Ian Lance Taylor  <ian@airs.com>
5880         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5882 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
5884         MAINTAINERS: Update my entry.
5886 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
5888         * configure.in:  Handle spu makefile frag.
5889         * Makefile.tpl (MAINT): Define
5890         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5891         * configure: Regenerate.
5892         * Makefile.in: Regenerate.
5894 2006-12-11  Ben Elliston  <bje@au.ibm.com>
5896         * config.guess: Import latest version.
5897         * config.sub: Likewise.
5899 2006-12-11  Ben Elliston  <bje@au.ibm.com>
5901         * configure.in (spu-*-*): Don't skip target-libiberty.
5902         * configure: Regenerate.
5904 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5906         PR bootstrap/30134
5907         * configure.in: Correct x86 darwin support for libjava to powerpc
5908         and i?86 only.
5909         * configure: Regenerate.
5911 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
5913         * configure.in: Add x86 darwin support for libjava.
5914         * configure: Regenerate.
5916 2006-12-07  Mike Stump  <mrs@apple.com>
5918         * Makefile.def (dependencies): Add dependency for
5919         install-target-libssp and install-target-libgomp on
5920         install-gcc.
5921         * Makefile.in: Regenerate.
5923 2006-12-04  Richard Guenther  <rguenther@suse.de>
5925         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5926         (Non-Algorithmic Maintainers): Move over non-algorithmic
5927         loop optimizer maintainers, add myself as a non-algorithmic
5928         middle-end maintainer.
5930 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
5932         * MAINTAINERS (Write After Approval): Add myself.
5934 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5936         * configure.in: Update error message for missing GMP/MPFR.
5938         * configure: Regenerate.
5940 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5942         * configure.in: Update MPFR version in error message.
5944         * configure: Regenerate.
5946 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5948         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5949         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5950         --with-gmp-lib): New flags.
5952         * configure: Regenerate.
5954 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
5956         * MAINTAINERS (Write After Approval): Change my email address.
5958 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5960         * MAINTAINERS (Write After Approval): Add myself.
5962 2006-11-22  Philipp Thomas  <pth@suse.de>
5964         * MAINTAINERS (i18n): Update e-mail address.
5966 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5968         * MAINTAINERS (spu port): Add myself as maintainer.
5969         (Write After Approval): Remove myself.
5971 2006-11-22  Ben Elliston  <bje@au.ibm.com>
5973         * configure.in (skipdirs): Don't build libssp for SPU.
5974         * configure: Regenerate.
5976 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5978         * MAINTAINERS (spu port): Add myself as maintainer.
5979         (libobjc): Update my email address.
5981 2006-11-21  Andrea Bona  <andrea.bona@st.com>
5983         * MAINTAINERS (Write After Approval): Add myself.
5985 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5987         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5988         * configure : Rebuilt.
5990 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5992         * MAINTAINERS (Write After Approval): Add myself.
5994 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
5996         * MAINTAINERS (Write After Approval): Add myself.
5998 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6000         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6001         libmpfr.a.
6002         * configure: Regenerate.
6004 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
6006         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6007         (unstage): Test for stage_last presence.
6009         PR bootstrap/29802
6010         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6011         STAGE_PREFIX.
6012         * Makefile.in: Regenerate.
6014 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
6016         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6017         maintainers.
6019 2006-11-14  Erven Rohou  <erven.rohou@st.com>
6021         * MAINTAINERS (Write After Approval): Add myself.
6023 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
6025         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6026         and stageN-package/Makefile.
6027         * Makefile.in: Regenerated.
6029 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
6031         * configure.in: Remove target-libgloss from noconfigdirs for
6032         bfin-*-*.
6033         * configure: Regenerated.
6035 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6037         * configure.in (have_gmp): Only error if the gcc directory exists.
6039         * configure: Regenerate.
6041 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6043         * configure.in: Robustify error message for missing GMP/MPFR.
6045         * configure: Regenerate.
6047 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
6049         * MAINTAINERS (Write After Approval): Add myself.
6051 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
6053         * MAINTAINERS: Change email address.
6055 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6057         * MAINTAINERS (Write After Approval): Add myself.
6059 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
6061         * MAINTAINERS (Write After Approval): Add myself.
6063 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
6065         * MAINTAINERS (Write After Approval): Move myself to
6066         Write After Approval section.
6068 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6070         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
6071         need_gmp anymore.
6072         * configure: Regenerate.
6074 2006-10-16  Tobias Burnus  <burnus@net-b.de>
6076         * MAINTAINERS (Write After Approval): Add myself.
6078 2006-10-16  Ben Elliston  <bje@au.ibm.com>
6080         * config.guess: Import latest version.
6081         * config.sub: Likewise.
6083 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
6085         * Makefile.def: Added pdf target handling.
6086         * Makefile.tpl: Added pdf target handling.
6087         * Makefile.in: Regenerated.
6089 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
6091         * MAINTAINERS: Add self as score port maintainer.
6093 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
6095         * MAINTAINERS (Write After Approval): Add myself.
6097 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
6099         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
6100         or newer.
6101         * configure: Regenerated.
6103 2006-09-27  Dave Brolley  <brolley@redhat.com>
6105         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6106         using $s instead of $r.
6107         * configure: Regenerated.
6109 2006-09-26  Thiemo Seufer  <ths@mips.com>
6111         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6112         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6113         * configure: Regenerate.
6115 2006-09-24  Graeme Peterson  <gridly@gmail.com>
6117         * MAINTAINERS (Write After Approval): Remove myself.
6119 2006-09-22  Chao-ying Fu  <fu@mips.com>
6121         * MAINTAINERS (Write After Approval): Add myself.
6123 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
6125         * MAINTAINERS: Add self as soft-fp maintainer.
6127 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
6129         * MAINTAINERS: Add myself as avr maintainer.
6130         Remove Marek Michalkiewicz as avr maintainer.
6132 2006-09-07  Roberto Costa  <roberto.costa@st.com>
6134         * MAINTAINERS (Write After Approval): Add myself.
6136 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
6138         * configure.in: Never build newlib for a Mingw host.
6139         Never build newlib as Mingw target library.
6140         Test the existence of winsup/cygwin for building a Cygwin newlib,
6141         rather than just winsup.
6142         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6143         building a Mingw target.
6144         * configure: Regenerate.
6146 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6148         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6150 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
6152         * config.guess: Import from src (was more updated).
6153         * config.sub: Likewise.
6155 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
6157         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6158         * configure: Regenerated.
6160 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
6162         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6163         for stages after the first.
6165 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
6167         * Makefile.def: Add dependencies for configure-opcodes
6168         on configure-intl and all-opcodes on all-intl.
6169         * Makefile.in: Regenerated.
6171 2006-07-13  Ben Elliston  <bje@au.ibm.com>
6173         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6175 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6177         Port to hosts whose 'sort' and 'tail' implementations
6178         treat operands with leading '+' as file names, as POSIX
6179         has required since 2001.  However, make sure the code still
6180         works on pre-POSIX hosts.
6181         * ltmain.sh: Don't assume "sort +2" is equivalent to
6182         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6184 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
6186         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6188 2006-07-04  Peter O'Gorman  <peter@pogma.com>
6190         * ltconfig: chmod 644 before ranlib during install.
6192 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6194         PR bootstrap/18058
6195         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6196         if the bootstrap compiler is a GCC version that supports it.
6197         * configure: Regenerate.
6199 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6201         * configure.in: Fix thinkos in previous check-in.
6202         * configure: Regenerate.
6204 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6206         PR other/27063
6207         * configure.in: Test subdir_requires and give an appropriate
6208         error message.
6209         * configure: Regenerate.
6211 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6213         * MAINTAINERS (Write After Approval): Add myself.
6215 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6217         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6219 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6221         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6223 2006-06-20  David Ayers  <d.ayers@inode.at>
6225         PR bootstrap/28072
6226         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6227         whether target-libjava is being configured instead of whether the
6228         java front end is enabled.
6229         * configure: Regenerate.
6231 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6233         PR target/27540
6234         * configure.in: Only enable libgomp on IRIX 6.
6235         * configure: Regenerate.
6237 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6239         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6240         too.
6241         * Makefile.in: Regenerate.
6243 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6245         * config-ml.in: Alter CCASFLAGS to include special
6246         multilib options the same as is done for CFLAGS.
6248 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6250         * configure.in: Don't enable libgomp on hpux10.
6251         * configure: Rebuilt.
6253 2006-06-12  David Ayers  <d.ayers@inode.at>
6255         PR bootstrap/27963
6256         PR target/19970
6257         * configure.in: Remove target-boehm-gc from noconfigdirs where
6258         ${libgcj} is specified.
6259         * configure: Regenerate.
6261 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6263         Sync from src:
6265         * configure.in: Sync.
6266         * configure: Regenerated.
6268         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6270         * Makefile.def: Added dependencies from sim and gdb on intl, and
6271         added configure dependencies to everything with an all dependency
6272         on intl.
6273         * Makefile.in: Regenerated.
6275 2006-06-06  David Ayers  <d.ayers@inode.at>
6277         PR libobjc/13946
6278         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6279         * Makefile.in: Regenerate.
6280         * configure.in: Add --enable-objc-gc at toplevel and have it
6281         enable boehm-gc for Objective-C.
6282         Remove target-boehm-gc from libgcj.
6283         Add target-boehm-gc to target_libraries.
6284         Add target-boehm-gc to noconfigdirs where ${libgcj}
6285         is specified.
6286         Assert that boehm-gc is supported when requested for Objective-C.
6287         Only build boehm-gc if needed either for Java or Objective-C.
6288         * configure: Regenerate.
6290 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6292         PR 27674
6293         * Makefile.tpl (configure-[+prefix+][+module+],
6294         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6295         Remove rule to unstage bootstrapped modules.
6296         (stage_current): New.
6297         * Makefile.in: Regenerate.
6299 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6301         * MAINTAINERS (Write After Approval): Update my e-mail address.
6303 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
6305         * include/libiberty.h: Declare pex_run_in_environment.
6307 2006-05-31  Asher Langton  <langton2@llnl.gov>
6309         * MAINTAINERS (Write After Approval): Add myself.
6311 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
6313         * Makefile.def (bfd, opcodes): Fix lib_path.
6314         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6315         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
6316         * Makefile.in: Regenerate.
6318 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6320         * Makefile.in: Regenerate.
6322 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6324         * Makefile.def: Add install-html target. Add datarootdir
6325         docdir and htmldir to flags_to_pass.
6326         * Makefile.tpl: Add install-html target.
6327         * Makefile.in: Regenerate.
6328         * configure.in: Add --with-datarootdir, --with-docdir, and
6329         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6330         * configure: Regenerate.
6332 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
6334         * configure.in: Enable gprof for cross builds.
6335         * configure: Regenerate.
6337 2006-05-22  Richard Guenther  <rguenther@suse.de>
6339         Revert
6340         2006-01-31  Richard Guenther  <rguenther@suse.de>
6341         Paolo Bonzini  <bonzini@gnu.org>
6343         * Makefile.def (target_modules): Add libgcc-math target module.
6344         * configure.in (target_libraries): Add libgcc-math target library.
6345         (--enable-libgcc-math): New configure switch.
6346         * Makefile.in: Re-generate.
6347         * configure: Re-generate.
6348         * libgcc-math: New toplevel directory.
6350 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6351             Andreas Tobler  <a.tobler@schweiz.ch>
6353         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
6354         * configure: Rebuilt.
6356 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
6358         * MAINTAINERS (Write After Approval): Add myself.
6360 2006-05-01  DJ Delorie  <dj@redhat.com>
6362         * configure.in: Restore CFLAGS if GMP isn't present.
6363         * configure: Regenerate.
6365 2006-05-01  Richard Guenther  <rguenther@suse.de>
6367         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6368         maintainer.
6370 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
6372         * MAINTAINERS (Write After Approval): Add myself.
6374 2006-04-28  Jan Beulich  <jbeulich@novell.com>
6376         * MAINTAINERS (Write After Approval): Add myself.
6378 2006-04-18  DJ Delorie  <dj@redhat.com>
6380         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
6381         reference libgloss so that libssp can be built in a combined
6382         tree.
6383         * configure: Regenerate.
6385 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
6387         * MAINTAINERS (Write After Approval): Add myself.
6389 2006-04-05  Ben Elliston  <bje@au.ibm.com>
6391         * configure.in: Require makeinfo 4.4 or higher.
6392         * configure: Regenerate.
6394 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
6396         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6397         Rearrange the entries of other libraries to have them in one place.
6399 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
6401         * MAINTAINERS (Write After Approval): Remove myself.
6402         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6404 2006-03-14  Richard Guenther  <rguenther@suse.de>
6406         * configure: Regenerate with autoconf 2.13.
6408 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
6410         * MAINTAINERS: Use my work address.
6412         * MAINTAINERS: Update my E-mail address.
6414 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
6416         * configure.in: Handle --disable-<component> generically.
6417         * configure: Regenerate.
6419 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
6421         PR libgcj/17311
6422         * ltmain.sh: Don't use "$finalize_rpath" for compile.
6424 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
6426         * MAINTAINERS (Write After Approval):  Remove myself.
6427         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6429 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
6431         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
6432         (TARGET_CONFIGDIRS): Remove.
6433         * configure.in: Remove AC_SUBST(target_configdirs).
6434         * Makefile.in, configure: Regenerated.
6436 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
6438         * MAINTAINERS (Write After Approval):  Remove myself.
6439         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6441 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
6443         PR bootstrap/25670
6445         * Makefile.tpl ([+compare-target+]): Print explanation messages.
6447         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6448         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6449         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6450         BUILD_PREFIX, BUILD_PREFIX_1.
6451         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6453         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6454         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6456         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6457         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6458         of `cat stage_current`.  Always provide the `r' and `s' variables.
6459         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6460         a single shell execution.
6461         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6462         bootstrapped modules, make the stage1 module if the build was not
6463         started yet, else build the current stage.
6464         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6465         (all-build, all-host, all-target, [+make_target+]-host,
6466         [+make_target+]-target): Do not use \-continued lines.
6467         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6468         (current_stage, restrap, stage_last): New.
6470         * Makefile.in: Regenerate.
6471         * configure: Regenerate.
6473 2006-02-19  Bud Davis  <jmdavis@link.com>
6475         * MAINTAINERS (Write After Approval):  Remove myself.
6476         (Language Front End Maintainers):  Add myself as fortran 95
6477         maintainer and update e-mail address.
6479 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6481         * MAINTAINERS (Write After Approval):  Remove myself.
6482         (Language Front End Maintainers):  Add myself as fortran 95
6483         maintainer.
6485 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
6487         * MAINTAINERS (Write After Approval): Add myself.
6489 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
6491         * MAINTAINERS (Write After Approval):  Remove myself.
6492         (Language Front End Maintainers):  Add myself as
6493         fortran 95 maintainer.
6495 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6497         Sync from src:
6499         2005-12-27  Leif Ekblad  <leif@rdos.net>
6501         * configure.in: Add support for RDOS target.
6502         * configure: Regenerate.
6504 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6505             Andreas Schwab  <schwab@suse.de>
6507         * configure: Regenerate.
6509 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
6511         * configure.in (enable_libgomp): Add AIX.
6512         * configure: Regenerate.
6514 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
6516         * MAINTAINERS (Write After Approval): Add myself.
6518 2006-02-03  Lee Millward  <lee.millward@gmail.com>
6520         * MAINTAINERS (Write After Approval): Add myself.
6522 2006-01-31  Richard Guenther  <rguenther@suse.de>
6523         Paolo Bonzini  <bonzini@gnu.org>
6525         * Makefile.def (target_modules): Add libgcc-math target module.
6526         * configure.in (target_libraries): Add libgcc-math target library.
6527         (--enable-libgcc-math): New configure switch.
6528         * Makefile.in: Re-generate.
6529         * configure: Re-generate.
6530         * libgcc-math: New toplevel directory.
6532 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
6534         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6535         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6536         the assembler, linker and binutils.
6537         * configure: Regenerate.
6539 2006-01-22  Dirk Mueller  <dmueller@suse.de>
6541         * MAINTAINERS (Write After Approval): Add myself.
6543 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
6545         * configure: Regenerate.
6547 2006-01-18  Richard Henderson  <rth@redhat.com>
6548             Jakub Jelinek  <jakub@redhat.com>
6549             Diego Novillo  <dnovillo@redhat.com>
6551         * libgomp: New directory.
6552         * Makefile.def: Add target_module libgomp.
6553         * Makefile.in: Regenerate.
6554         * configure.in (target_libraries): Add target-libgomp.
6555         * configure: Regenerate.
6557 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
6559         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6560         @ from continuation.
6561         * Makefile.in: Rebuilt.
6563 2006-01-04  Chris Lattner  <sabre@gnu.org>
6565         * MAINTAINERS (Write After Approval): Add myself.
6567 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
6569         PR bootstrap/24252
6571         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6572         * Makefile.tpl (OBJDUMP): New.
6573         (EXTRA_HOST_FLAGS): Add it.
6574         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6576         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6577         to use symbolic links between directories.  Avoid race conditions
6578         or make them harmless.
6579         * configure.in: Do not try to use symbolic links between directories.
6581         * Makefile.def (LEAN): Pass.
6582         * Makefile.tpl (LEAN): Define.
6583         (stage[+id+]-start): Accept that the previous directory does not
6584         exist, if the bootstrap is lean.
6585         (stage[+id+]-bubble): Invoke lean bootstrap commands after
6586         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
6587         configure substitution.
6588         ([+compare-target+]): Likewise.
6589         ([+bootstrap-target+]-lean): New.
6590         * configure.in: Remove lean bootstrap support from here.
6592         * Makefile.in: Regenerate.
6593         * configure: Regenerate.
6595 2006-01-04  Ben Elliston  <bje@au.ibm.com>
6597         * MAINTAINERS (libdecnumber): Add myself.
6599 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
6601         * libtool-ldflags: New script.
6603 2006-01-02  Andreas Schwab  <schwab@suse.de>
6605         * configure.in: When reconfiguring remove Makefile in
6606         all stage directories.
6607         * configure: Regenerate.
6609 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
6611         * MAINTAINERS: Update my email address.
6613 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
6615         Revert Ada-related part of the previous change.
6617         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6618         Do not pass.
6619         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6620         * Makefile.in: Regenerate.
6621         * configure.in: Do not include mt-ppc-aix target fragment.
6622         * configure: Regenerate.
6624 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
6626         * configure.in: Select appropriate fragments for PowerPC/AIX.
6627         * configure: Regenerate.
6629         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6630         BOOT_CFLAGS, BOOT_LDFLAGS.
6631         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6632         BOOT_CFLAGS, BOOT_LDFLAGS.
6633         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6634         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6635         (stage): Fail if we cannot complete the work.
6636         * Makefile.in: Regenerate.
6638 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
6640         * configure.in: Replace ms1 with mt.
6641         * configure: Rebuilt.
6643 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
6645         * MAINTAINERS: Update my email address.
6647 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
6649         * Makefile.tpl (all, do-[+make_target+], do-check, install,
6650         install-host-nogcc): Don't invoke $(stage) at the end.
6651         * Makefile.in: Regenerate.
6653 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
6655         * configure.in: Flip the top-level bootstrap switch.
6656         * configure: Regenerate.
6658 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
6660         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6661         $(stage) and $(unstage).
6662         (EXTRA_TARGET_FLAGS): Correct double-quoting.
6663         (all): Remove stray semicolon.
6664         (local-distclean): Don't handle multilib.tmp and multilib.out.
6665         (install.all): Set $s for consistency.
6666         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6667         check_multilibs setting.  Always make the install directory.
6668         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6669         Correct @if/@endif.
6670         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6671         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6672         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6673         (multilib.out): Remove.
6674         * Makefile.in: Regenerated.
6676 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
6678         * MAINTAINERS (Write After Approval): Add myself.
6680 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6682         * MAINTAINERS: Add myself as mt maintainer.
6684         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
6686 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
6688         * MAINTAINERS: Change email address.
6690 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
6692         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6693         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6694         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
6695         Find in-tree tools if available.
6696         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6697         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6698         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6699         (COMPILER_*_FOR_TARGET): New.
6700         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6701         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6702         (CONFIGURED_*, USUAL_*): Remove.
6703         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6704         STRIP): Use autoconf substitutions.
6705         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6706         COMPILER_NM_FOR_TARGET): New.
6707         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6709         (all): Make all-host and all-target in parallel.
6710         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6711         that $$r and $$s are set before invoking a recursive make.
6712         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6713         ([+bootstrap-target+]): Inline most of the `all' target.
6715 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6717         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6718         from the gcc build directory.
6719         * Makefile.in: Regenerate.
6721 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6723         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
6724         depend on all-libdecnumber.
6725         * configure.in (host_libs): Include libdecnumber.
6726         * Makefile.in: Regenerate.
6727         * configure: Likewise.
6729 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6731         * libdecnumber: Import decNumber sources from the dfp-branch.
6733 2005-11-21  Kean Johnston  <jkj@sco.com>
6735         * config.sub, config.guess: Sync from upstream sources.
6737 2005-11-21  Ben Elliston  <bje@au.ibm.com>
6739         Import from Autoconf sources:
6741         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6742         * config/move-if-change: Don't output "$2 is unchanged";
6743         suggested by Ben Elliston.  Handle weird characters correctly.
6745 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
6747         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6748         to match upstream libtool for darwin.
6750 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
6752         * Makefile.def: Remove gdb dependencies for gdbtk.
6753         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6754         (configure-gdb, install-gdb): New rules.
6755         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6756         * Makefile.in, configure: Regenerated.
6758 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
6760         * MAINTAINERS (Write After Approval): Add myself.
6762 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
6764         * MAINTAINERS (Write After Approval): Add myself.
6766 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
6768         * MAINTAINERS (alias analysis): Add Daniel Berlin and
6769         Diego Novillo.
6771 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
6773         PR bootstrap/24297
6774         * Makefile.tpl (do-[+make-target+], do-check, install,
6775         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6776         are set before recursing.
6777         * Makefile.in: Regenerate.
6779 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
6781         PR bootstrap/18939
6782         * Makefile.def (gcc) <target>: Fix thinko.
6783         * Makefile.in: Regenerate.
6785 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
6787         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6788         * configure: Regenerate.
6790 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
6792         * MAINTAINERS (Write After Approval): Add self.
6794 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
6796         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6797         target-libffi, target-qthreads, target-libjava, and
6798         targetlibobjc.
6799         * configure: Regenerate.
6801 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
6803         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6804         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6805         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6806         (USUAL_OBJDUMP_FOR_TARGET): New.
6807         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6808         * configure.in: Check for $OBJDUMP_FOR_TARGET.
6809         * configure, Makefile.in: Regenerated.
6811 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
6813         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6814         before other host packages.
6816 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
6818         * MAINTAINERS: Add self as sh libraries/configury maintainer.
6820 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
6822         PR bootstrap/22340
6824         * configure.in (default_target): Remove.
6825         * Makefile.tpl (all): Do not use prerequisites as subroutines
6826         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6827         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6828         use prerequisites as subroutines.
6829         (check-host, check-target): New.
6830         (bootstrap configure & all targets): Do not use stage*-start
6831         if the directory layout is already ok.
6832         (non-bootstrap configure & all targets): Prepend a $(unstage).
6833         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
6834         (NOTPARALLEL): Remove.
6835         (unstage, stage variables): New variables.
6836         (unstage, stage targets): Simply expand to those variables.
6838         * configure: Regenerate.
6839         * Makefile.in: Regenerate.
6841 2005-10-04  James E Wilson  <wilson@specifix.com>
6843         * Makefile.def (lang_env_dependencies): Add libmudflap.
6844         * Makefile.in: Regenerate.
6846 2005-10-03  Andreas Schwab  <schwab@suse.de>
6848         Backport from libtool CVS:
6849         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
6851         * ltmain.sh: add support for installing into temporary
6852         staging area (e.g. 'make install DESTDIR=...')
6854 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6856         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6857         * configure: Regenerated.
6859 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
6861         * configure: Regenerate with the correct
6862         autoconf version.
6864 2005-09-30  Catherine Moore  <clm@cm00re.com>
6866         * configure.in (bfin-*-*): New.
6867         * configure: Regenerated.
6869 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
6871         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6872         (LIPO_FOR_TARGET): New.
6873         (CONFIGURED_LIPO_FOR_TARGET): New.
6874         (USUAL_LIPO_FOR_TARGET): New.
6875         (STRIP_FOR_TARGET): New.
6876         (CONFIGURED_STRIP_FOR_TARGET): New.
6877         (USUAL_STRIP_FOR_TARGET): New.
6878         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6879         STRIP_FOR_TARGET.
6880         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6881         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6882         * Makefile.in: Regenerate.
6883         * configure: Regenerate.
6885 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
6887         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6888         (rs6000-*-aix*): Same.
6889         * configure: Regenerate.
6891 2005-09-16  Tom Tromey  <tromey@redhat.com>
6893         * MAINTAINERS: Add self as java maintainer.
6895 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6897         * configure.in: Recognize f95 in the --enable-languages option,
6898         and substitute it for fortran, issuing a warning.
6899         * configure: Regenerate.
6901 2005-08-30  Phil Edwards  <phil@codesourcery.com>
6903         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
6904         * configure:  Regenerated.
6906 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
6908         * MAINTAINERS: Add self as ms1 maintainer.
6910 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
6912         * Makefile.def (libssp): Add to lang_env_dependencies.
6913         * Makefile.in: Regenerate.
6915 2005-08-18  Ian Lance Taylor  <ian@airs.com>
6917         * MAINTAINERS: Add myself as middle-end maintainer.
6919 2005-08-17  Christian Groessler  <chris@groessler.org>
6921         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6922         * Makefile.in: Regenerate.
6924 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
6926         * MAINTAINERS (write after approval): Added myself.
6928 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
6930         * MAINTAINERS (Write After Approval): Add myself.
6932 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
6934         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6935         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6936         Look for alternate names of the target cc and c++
6937         * configure: Regenerate.
6939 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
6941         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6942         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6943         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6944         tools; remove code to manually set them.
6945         (Target tools): Look in the environment for them.
6946         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6947         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6948         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6949         build directory.
6950         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6951         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6952         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6953         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6954         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6955         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6956         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6957         * configure: Regenerate.
6958         * Makefile.in: Regenerate.
6960 2005-07-28  Ben Elliston  <bje@au.ibm.com>
6962         * MAINTAINERS: Update for removed CPU targets.
6964 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
6966         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6967         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6968         * Makefile.in: Regenerated.
6970 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
6972         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6973         (CFLAGS_FOR_TARGET): Use it.
6974         (CXXFLAGS_FOR_TARGET): Likewise.
6975         * Makefile.in: Regenerated.
6976         * configure.in (--with-build-sysroot): New option.
6977         * configure: Regenerated.
6979 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
6981         * Makefile.tpl: Wrap install between unstage and stage
6982         * Makefile.in: Regenerate.
6984 2005-07-21  Eric Christopher  <echristo@apple.com>
6986         * MAINTAINERS: Update affiliation.
6988 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
6990         * MAINTAINERS: Add self as crx port maintainer.
6992 2005-07-20  DJ Delorie  <dj@redhat.com>
6994         * MAINTAINERS: Add self as m32c maintainer.
6996 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
6998         * all files: Update FSF address.
7000 2005-07-15  Eric Christopher  <echristo@redhat.com>
7002         * MAINTAINERS: Change affiliation.
7004 2005-07-14  Jim Blandy  <jimb@redhat.com>
7006         * configure.in: Add cases for Renesas m32c.
7007         * configure: Regenerated.
7009 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7011         * COPYING.LIB: Update from fsf.org.
7013 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7015         * COPYING, compile, config.guess,
7016         config.sub, install-sh, missing, mkinstalldirs,
7017         symlink-tree, ylwrap: Sync from upstream sources.
7018         * config-ml.in: Update FSF address.
7020 2005-07-13  Eric Christopher  <echristo@redhat.com>
7022         * configure.in: Add toplevel noconfigdir support for tpf.
7023         * configure: Regenerate.
7025 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
7027         PR ada/22340
7029         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7030         * Makefile.in: Regenerate.
7032 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
7034         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
7035         Brolley to write-after-approval.
7037 2005-07-07  Andreas Schwab  <schwab@suse.de>
7039         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7040         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7041         * Makefile.in: Regenerated.
7043 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
7045         * configure.in: Don't build sim or rda when targetting darwin.
7046         * configure: Regenerate.
7048 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
7050         * configure.in: Add --enable-libssp and --disable-libssp.
7051         * configure: Regenerate with autoconf-2.13.
7053 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7055         * Makefile.def (target_modules): Add libssp.
7056         * configure.in (target_libraries): Add target-libssp.
7057         * configure: Rebuilt.
7058         * Makefile.in: Rebuilt.
7060 2005-07-01  Zack Weinberg  <zackw@panix.com>
7062         * MAINTAINERS: Change email address.  Resign from maintainership.
7064 2005-07-01  Richard Guenther  <rguenther@suse.de>
7066         * MAINTAINERS: Change my e-mail address and affiliation.
7068 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
7070         * Makefile.def (stagefeedback): Come after profile.
7071         Define profiledbootstrap target.
7072         * Makefile.tpl (profiledbootstrap): Remove.
7073         (stageprofile-end): Zap stagefeedback.
7074         (stagefeedback-start): Copy all .gcda files, not only GCC's.
7075         * Makefile.in: Regenerate.
7077 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
7079         * MAINTAINERS: Update my email address.
7081 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
7083         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
7084         In 'cpp' stanza, support '#line' as well as '# '.
7086 2005-06-08  Andreas Schwab  <schwab@suse.de>
7088         * MAINTAINERS: Move myself from 'Write After Approval' to
7089         'CPU Port Maintainers' section as m68k maintainer.
7091 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
7093         * configure.in (unsupported_languages): New macro.
7094         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
7095         non-ported target libraries in noconfigdirs.
7096         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7097         non-linux-gnu.  Remove libgcj_ex_libffi.
7098         <lang_frag loop>: Set add_this_lang=no if the language is in
7099         unsupported_languages.
7100         * configure: Regenerate.
7102 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
7104         * configure.in: Fix typo in handling of --with-mpfr-dir.
7105         * configure: Regenerate.
7107 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
7109         * MAINTAINERS: Update my email address.
7111 2005-06-02  Jim Blandy  <jimb@redhat.com>
7113         * config.sub: Add cases for the Renesas m32c.  (This patch has been
7114         accepted into the master sources.)
7116 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
7117             Michael Snyder  <msnyder@redhat.com>
7118             Stan Cox  <scox@redhat.com>
7120         * configure.in: Set noconfigdirs for ms1.
7122         * configure: Regenerate.
7124 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
7126         * MAINTAINERS (Write After Approval): Add self.
7128 2005-06-01  Josh Conner  <jconner@apple.com>
7130         * MAINTAINERS (Write After Approval): Add self.
7132 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
7134         * MAINTAINERS: Update my email address.
7136 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
7138         * MAINTAINERS (Write After Approval): Add self.
7140 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
7142         * MAINTAINERS (Write After Approval): Remove self.
7144 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
7146         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7147         (Dependencies): Consider target modules for bootstrap dependencies.
7148         Make target bootstrap modules depend on each stage's gcc.
7149         * Makefile.in: Regenerate.
7151 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
7153         * Makefile.def (configure-gcc): Depend on binutils having been built.
7154         (all-gcc): No need to do it here.
7155         * Makefile.in: Regenerate.
7157 2005-05-19  Paul Brook  <paul@codesourcery.com>
7159         * configure.in: Rewrite misleading error message when requested
7160         language cannot be built.
7161         * configure: Regenerate.
7163 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
7165         * ylwrap: Import from Automake 1.9.5.
7167 2005-05-13  David Ung  <davidu@mips.com>
7169         * MAINTAINERS (Write After Approval): Add self.
7171 2005-05-09  Mike Stump  <mrs@apple.com>
7173         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7174         lt_cv_sys_max_cmd_len for now.
7176 2005-05-09  Stan Cox  <scox@redhat.com>
7178         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7180 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
7182         * README.SCO: Update the URL.
7184 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
7186         * ltconfig: Define file_list_spec.  Pass file_list_spec and
7187         with_gnu_ld to libtool.
7188         * ltcf-c.sh (aix[45]): Define file_list_spec.
7189         * ltcf-cxx.sh (aix[45]): Same.
7190         * ltcf-gcj.sh (aix[45]): Same.
7191         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7192         exists, write list of input files to temporary file.
7194 2005-05-04  Mike Stump  <mrs@apple.com>
7196         * configure.in: Always pass --target to target configures as
7197         otherwise rebuilds that do --recheck will fail.
7198         * confiugure: Rebuilt.
7200 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7202         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7203         STAGE_HOST_EXPORTS.
7204         (configure, all): Add bootstrap support.
7205         (Host modules, target modules): Pass post-stage1 flags and exports.
7206         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7207         * Makefile.in: Regenerate.
7209 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7211         * configure: Regenerate.
7213 2005-04-27  Mike Stump  <mrs@apple.com>
7215         * MAINTAINERS: Add self as darwin maintainer.
7217 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7219         * config.sub: Update from master copy.
7221 2005-04-21  Mike Stump  <mrs@apple.com>
7223         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7224         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7226 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7228         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7229         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7230         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7231         "*-*-elf" and "*-*-linux*".
7232         * configure: Regenerate.
7234 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7236         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7238 2005-04-12  Mike Stump  <mrs@apple.com>
7240         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7242 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7244         * MAINTAINERS (Write After Approval): Add myself.
7246 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7248         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7250 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7252         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7253         (TARGET_CONFIGARGS): Include --with-target-subdir.
7254         (configure, all): New macros.  Use them throughout.
7255         * Makefile.in: Regenerate.
7257 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7259         * MAINTAINERS (Write After Approval): Add myself.
7261 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7263         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7265 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7267         * MAINTAINERS: Move John Carr to Write After Approval.
7269 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7271         * config/mh-mingw32: Delete.
7272         * configure.in: Don't use it.
7273         * configure: Regenerate.
7275 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7277         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7278         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7279         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7280         (HOST_LIB_PATH): Generate from Makefile.def.
7281         (TARGET_LIB_PATH): Likewise.
7282         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7283         * Makefile.in: Regenerate.
7284         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7285         (RPATH_ENVVAR): Include Darwin case.
7286         * configure: Regenerate.
7288 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7290         * MAINTAINERS (Various Maintainers): Remove self.
7291         (Write After Approval): Add self.
7293 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7295         * MAINTAINERS (Various Maintainers): Add self.
7297 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7299         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7300         * configure: Regenerate.
7302 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
7304         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7305         gcc_version, and gcc_version_trigger from set of flags to pass.
7306         * Makefile.tpl: Remove definitions of above variables.
7307         (config.status): Remove dependency on $(gcc_version_trigger).
7308         * Makefile.in: Regenerate.
7309         * configure.in: Do not reference config/gcc-version.m4 nor
7310         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
7311         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
7312         * configure: Regenerate.
7314 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
7315             Andrew Pinski  <pinskia@physics.uc.edu>
7317         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7318         * Makefile.in: Regenerate.
7320 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
7322         * MAINTAINERS (Write After Approval): Add myself.
7324 2005-03-03  David Ayers  <d.ayers@inode.at>
7326         * MAINTAINERS (Write After Approval): Add myself.
7328 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
7330         PR libgcj/20160
7331         * ltmain.sh: Avoid creating archives with components that have
7332         duplicate basenames.
7334 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
7336         PR bootstrap/20250
7337         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7338         instead of check.
7339         * Makefile.in: Regenerate.
7341 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7343         * Makefile.in: Regenerate to fix conflict between the previous two
7344         patches.
7346 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7348         PR bootstrap/17383
7349         * Makefile.def (target_modules): Remove "stage", now unnecessary.
7350         * Makefile.tpl (HOST_SUBDIR): New substitution.
7351         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7352         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7353         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7354         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7355         (Host modules, Bootstrapped modules): Use it.
7356         (Build modules, Target modules): Do not create symlink trees,
7357         always configure out-of-srcdir.
7358         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7359         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7360         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7361         $(HOST_SUBDIR).  Create a symlink for host_subdir.
7363         * Makefile.in: Regenerate.
7364         * configure: Regenerate.
7366 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7368         Merged from libada-gnattools-branch:
7369         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7371         * gnattools: New directory.
7372         * Makefile.def: Add gnattools as a module, depending on target-libada.
7373         * Makefile.in: Regenerate.
7374         * configure.in: Include gnattools in host_tools; disable it if ada
7375         is disabled.
7376         * configure: Regenerate.
7378 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
7380         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7381         treelang maintainer.
7382         (Write After Approval): Remove myself.
7384 2005-02-23  Paul Schlie  <schlie@comcast.net>
7386         * configure.in: Allow darwin targeted ports to build tk, itcl and
7387         libgui.
7388         * configure: Regenerate.
7390 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7392         PR libgcj/10353
7393         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7394         * configure: Regenerate.
7396 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
7398         * MAINTAINERS (Write After Approval): Add myself.
7400 2005-02-10  Ian Lance Taylor  <ian@airs.com>
7402         * MAINTAINERS: Update my e-mail address.
7404 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
7406         * MAINTAINERS (Write After Approval): Add myself.
7408 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
7410         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7411         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7412         target-libgloss when not *-*-elf and *-*-aout.
7413         * configure: Regenerate.
7415 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
7417         * MAINTAINERS: Remove obsolete entries.
7419         * MAINTAINERS (Write After Approval): Add Michael Matz.
7421 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
7423         * MAINTAINERS: Remove self as cpplib maintainer.
7425 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7427         * install-sh, config.sub: Import from upstream.
7429 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7431         PR bootstrap/18222
7432         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7433         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7434         * Makefile.in: Regenerate.
7436 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
7438         * MAINTAINERS: Update my email address.
7440 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
7441             Andreas Schwab  <schwab@suse.de>
7443         PR bootstrap/18033
7444         * config-ml.in: Eval option if surrounded by single quotes.
7446 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
7448         Revert 2004-12-28 Makefile changes, a better fix will be
7449         applied to mainline and src after GCC 4.0 branches.
7451 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
7453         PR bootstrap/17383
7455         * Makefile.def (target_modules): Remove stage parameter,
7456         it is always true now.
7457         * Makefile.tpl (configure-build-[+module+],
7458         configure-target-[+module+]): Always build symlink tree
7459         for the directory and for include.  BUILD_SUBDIR and
7460         TARGET_SUBDIR cannot be . anymore.
7461         * Makefile.in: Regenerate.
7463 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
7465         Revert 2004-12-08 Makefile changes.
7467 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
7469         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7470         cygwin, mingw.
7472 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
7474         * configure.in (sh64-*-*): Reenable gprof.
7475         * configure: Regenerate.
7477 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
7479         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7480         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7481         (EXTRA_TARGET_FLAGS): Add PICFLAG.
7482         * Makefile.in: Regenerate.
7484 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
7486         * MAINTAINERS: Update my email address.
7488 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
7490         * Makefile.tpl: Generate normal dependencies if the LHS module is
7491         not bootstrapped.
7492         * Makefile.in: Regenerate.
7494 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7496         * configure.in: Include config/gxx-include-dir.m4.  Use
7497         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
7498         * configure: Regenerate.
7500 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7502         * config.if: Delete.
7503         * configure.in: Set libstdcxx_incdir directly.
7504         * configure: Regenerate.
7506 2004-12-02  Eric Christopher  <echristo@redhat.com>
7508         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7509         * Makefile.in: Regenerate.
7511 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7513         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7514         * configure: Regenerate.
7516 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7518         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
7519         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
7520         * configure: Regenerate.
7522 2004-12-01  Eric Christopher  <echristo@redhat.com>
7524         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7525         of things to remove.
7527 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
7529         * MAINTAINERS (Write After Approval): Update my e-mail address.
7531 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
7533         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7534         from CVS libtool to always pass_all.
7536 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7538         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7539         (hppa*64*-*-*): Delete incorrect comment.
7540         * configure: Rebuilt.
7542 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7544         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7546 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7548         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7549         from CVS libtool to always pass_all.
7551 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7553         * install-sh, compile: Import from automake.
7555 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7557         * config.guess, config.sub:  Import from savannnah.
7559 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
7561         * MAINTAINERS (Write After Approval): Add myself
7563 2004-11-12  Mike Stump  <mrs@apple.com>
7565         * Makefile.def: Add html support.
7566         * Makefile.tpl: Likewise.
7567         * Makefile.in: Regenerate.
7569 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
7571         PR 18423
7572         * configure.in: Remove all instances of build-fixincludes from
7573         noconfigdirs.
7574         (build_configargs): Supply --target to subdirectories.
7575         * configure: Regenerate.
7577         * Makefile.def: Make gcc install depend on fixincludes install.
7578         * Makefile.in: Regenerate.
7580 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
7582         * MAINTAINERS: Add myself as gcc testsuite maintainer.
7584 2004-11-11  Paul Brook  <paul@codesourcery.com>
7586         * MAINTAINERS: Add self as arm maintainer.  Update email address.
7588 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
7590         * configure.in (noconfigdirs) [mmix-*-*]: Disable
7591         target-libgfortran.
7592         * configure: Regenerate.
7594 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
7596         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7597         like CC.
7599 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
7601         * Makefile.def (host fixincludes): Specify missing targets.
7602         * Makefile.in: Regenerate.
7604 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
7606         * MAINTAINERS: Add myself
7608 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
7610         * MAINTAINERS (Write After Approval): Add myself.
7612 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
7614         * Makefile.def: Build fixincludes for the host, too.
7615         * Makefile.in: Regenerate.
7616         * configure.in (host_tools): Add fixincludes.
7617         * configure: Regenerate.
7619 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
7621         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7622         * configure: Regenerated.
7624 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
7626         PR other/17783
7627         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7628         * configure: Regenerated.
7630 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
7632         * README.SCO: Update per FSF instructions.
7634 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
7636         PR target/18151
7637         * configure.in (case ${target}): Do not build fixincludes for avr.
7638         * configure: Regenerated.
7640 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
7642         * configure.in (case ${target}): Do not build fixincludes
7643         on platforms where it is not used.
7644         * configure: Regenerated.
7646 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
7648         * configure.in: Use an absolute path to install-sh.
7649         * configure: Regenerated.
7651 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7653         * MAINTAINERS (Write After Approval): Add myself.
7655 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
7657         * MAINTAINERS: Remove from Write After Approval those that are
7658         already maintainers.
7660 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
7662         * MAINTAINERS:  Update my email address.
7664 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
7666         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7667         * configure: Regenerate.
7669 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
7671         * MAINTAINERS:  Update my email address.
7673 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
7675         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
7676         entries belonging to this category.
7678 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
7680         * MAINTAINERS: Update my e-mail address.
7682 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
7684         Fix wrong conflict resolution in:
7686         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7688         * Makefile.in: Regenerate.
7689         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7690         in the recursive `make', instead of hardwiring `all'.
7691         (Autogenerated TARGET-* variables): New.
7693 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
7695         * configure.in: Enable target-libgloss for crx-*-*.
7696         * configure: Regenerate.
7698 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7700         * MAINTAINERS (Various Maintainers): Move the "windows,
7701         cygwin, mingw" maintainer to ...
7702         (OS Port Maintainers): ... here.
7704 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7706         * MAINTAINERS (Write After Approval): Remove those that are
7707         maintainers of some subsystem.
7709 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
7711         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7712         * ltcf-cxx.sh (tpf*): Likewise.
7713         * ltconfig (tpf*): Add TPF OS configuration support.
7715 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
7717         * MAINTAINERS: Change my email address to my new work account.
7719 2004-09-24  Michael Roth  <mroth@nessie.de>
7721         * configure.in (--without-headers): Add missing double quotes.
7722         * configure: Regenerate.
7724 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
7726         * ylwrap: Revert to previous version.
7728 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
7730         PR bootstrap/17369
7731         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7732         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7733         SET_GCC_LIB_PATH_CMD.
7734         (BASE_TARGET_EXPORTS): Likewise.
7735         * Makefile.in: Regenerated.
7737         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7738         * configure: Regenerated.
7740 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
7742         * config.guess: New upstream version
7743         * compile, depcomp, install-sh, ylwrap: Likewise.
7745 2004-09-19  Roger Sayle  <roger@eyesopen.com>
7747         * config/mh-x86omitfp: New host makefile fragment.  Add
7748         -fomit-frame-pointer to the default BOOT_CFLAGS.
7749         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7750         * configure: Regenerate.
7752 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
7754         PR target/11572
7755         * configure.in (*-*-darwin*): Renable libobjc.
7756         * configure: Regenerate.
7758 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
7760         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7762 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
7764         * Makefile.def: Remove libbanshee.
7765         * Makefile.tpl: Ditto.
7766         * configure.in: Ditto.
7767         * Makefile.in: Regen.
7768         * configure: Ditto.
7770 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
7772         * ltmain.sh: Use $pic_object as $non_pic_object if
7773         $non_pic_object=none.
7775 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
7777         * missing: Import latest version from master repository.
7779 2004-09-06  Nick Clifton  <nickc@redhat.com>
7781         * config.sub: Import latest version from master repository.
7782         * config.guess: Likewise.
7783         This includes these changes:
7785         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
7787         * config.sub: Handle crisv32, alias etraxfs.
7788         * config.guess (crisv32:Linux:*:*): Handle.
7790         2004-08-13  Brad Smith  <brad@comstyle.com>
7792         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7793         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7795         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7797         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7798         assume the processor is a powerpc.  This is because coreutils
7799         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7800         in this case, due to a MacOS X bug that causes
7801         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7802         to return a negative number.
7803         Problem reported by Petter Reinholdtsen in:
7804         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7806         2004-07-19  Ben Elliston  <bje@gnu.org>
7808         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7810         2004-06-24  Ben Elliston  <bje@gnu.org>
7812         * config.guess: Update copyright years.
7813         * config.sub: Likewise.
7815         2004-06-22  Robert Millan  <robertmh@gnu.org>
7817         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7818         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7820         2004-06-22  Stanley F. Quayle <stan@stanq.com>
7822         * config.guess (*:*VMS:*:*): New entry. Replaces
7823         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7824         manufacturer.
7826         2004-06-22  Ben Elliston  <bje@gnu.org>
7828         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7829         * config.sub: Likewise.
7831         2004-06-22  Ben Elliston  <bje@gnu.org>
7833         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7834         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7836         2004-06-11  Ben Elliston  <bje@gnu.org>
7838         * config.guess (pegasos:OpenBSD:*:*): Remove.
7840         2004-06-11  Ben Elliston  <bje@gnu.org>
7842         From Wouter Verhelst <wouter@grep.be>:
7843         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7845         2004-06-11  Ben Elliston  <bje@gnu.org>
7847         * config.guess (luna88k:OpenBSD:*:*): New.
7849         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
7851         * config.guess (m32r*:Linux:*:*): New case.
7852         * config.sub: Handle m32rle.
7854         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
7856         From Jens Petersen  <petersen@redhat.com>:
7857         * config.sub: Handle sparcv8.
7859         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
7861         From Tom Smith <smith@cag.lkg.hp.com>:
7862         * config.guess: Version suffixes are equally significant on Tru64
7863         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
7864         prefix of "P" (patched kernel).
7866         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
7868         * config.sub: Add support for National Semiconductor CRX target.
7870 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
7872         * MAINTAINERS (Various Maintainers): Remove myself as web page
7873         maintainer, add myself as maintainer of build status lists.
7875 2004-09-03  Jan Beulich  <jbeulich@novell.com>
7877         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7878         *-*-netware, but add target-libmudflap.
7879         Consolidate *-*-netware targets (of which really only i?86 exists)
7880         into a single entry.
7881         * configure: Likewise.
7883 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
7885         * Makefile.tpl (sorry): Remove.
7886         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7887         (cleanstrap targets): Depend on distclean, not distclean-stage1.
7888         (do-clean): Clean per-stage directories too.
7889         (do-distclean): Run distclean-stage1 too.
7890         (.NOTPARALLEL): Enable during toplevel bootstrap.
7891         (stage[+id+]-bubble): Enable parallel execution during
7892         the recursive invocation.
7893         * Makefile.in: Regenerate.
7895         Fix previous checkin:
7897         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7898         include.
7899         * configure.in: Fix indentation.
7900         * configure: Regenerate.
7902 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
7904         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7905         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7906         * configure: regenerate
7907         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7908         -mdynamic-no-pic
7910 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
7912         * Makefile.def (build_modules): Add fixincludes.
7913         (dependencies): Make gcc depend on fixincludes.
7914         * configure.in (build_tools): Add fixincludes.
7915         (build_configdirs): Always include build_libs.
7916         * Makefile.in: Regenerate.
7917         * configure: Regenerate.
7919 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
7921         * Makefile.def (bootstrap stages): Add 'lean' parameter.
7922         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7923         phony targets; do not generate timestamp files.
7924         (distclean-stageN): Remove references to their timestamp files.
7925         (restageN, touch-stageN): Remove.
7926         (stageN-bubble): Rewritten.
7927         (compare): Support lean bootstraps.
7928         * Makefile.in: Regenerate.
7930         * configure.in: Only warn when bootstrapping but
7931         build != host or build != target.  Support lean bootstraps.
7932         * configure: Regenerate.
7934 2004-08-26  Phil Edwards  <phil@codesourcery.com>
7936         * configure.in:  Give a better error message if GMP/MPFR are missing
7937         and a language needing them has been requested.
7938         * configure:  Regenerated.
7940 2004-08-25  Phil Edwards  <phil@codesourcery.com>
7942         * configure.in:  Print a list of available language front-ends if
7943         a requested one is missing.  Tidy stray tab characters.
7944         * configure:  Regenerated.
7946 2004-08-19  Michael Koch  <konqueror@gmx.de>
7948         * gcc/doc/install.texi: Update entry about automake for libjava.
7950 2004-08-17  Robert Millan  <robertmh@gnu.org>
7952         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7953         (instead of FreeBSD).
7954         * configure: Regenerate.
7956 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7958         * Makefile.in: Regenerate.
7959         * configure: Regenerate.
7961         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7962         stage_*_flags.
7963         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7964         for bootstrapped modules if toplevel bootstrap is going.
7965         (GCC bootstrap): Generate per-stage targets for all bootstrapped
7966         modules.  Adjust for changes in Makefile.def.  Enable several
7967         rules even in non-bootstrap mode, just to avoid peppering the
7968         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7969         (stage-[+prev+]-bubble): Remove.
7971         * Makefile.def (Dependencies): Depend on all-build-bison,
7972         all-build-flex, all-build-byacc, all-build-texinfo, rather
7973         than the host variations.
7974         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
7975         with BUILD_SUBDIR.
7976         (BISON): Update for recent Bisons.
7977         (YACC): Fix typo.
7978         (cross): Depend on all-build.
7979         (all): Do not depend on all-build.
7980         (prebootstrap): Remove.
7981         (dep-kind): Accept separate prefixes for MODULE and ON variables.
7982         (Prebootstrap dependencies): Add them to the per-stage targets
7983         and to all-prebootstrap.
7984         * configure.in (build_configdirs): Always enable build_tools.
7985         (BUILD_DIR_PREFIX): Remove.
7987         * Makefile.def (gcc): Add target variable.
7988         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7989         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7990         in the recursive `make', instead of hardwiring `all'.
7991         (Autogenerated TARGET-* variables): New.
7993 2004-08-13  Brian Booth  <bbooth@redhat.com>
7995         * MAINTAINERS: Remove myself from write-after-approval.
7997 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7999         * src-release: Stop distributing mmalloc with gdb (which doesn't
8000         use it).
8001         * Makefile.def: GDB doesn't depend on mmalloc anymore.
8002         * Makefile.in: Regenerate.
8004 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
8006         * configure.in (arm*-*-eabi*): New target.
8007         * configure: Regenerate.
8009 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
8011         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8012         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8013         (Dependencies): New section.
8014         * Makefile.tpl (Dependencies): Generate from Makefile.def.
8015         (configure-target-[+module+]): Depend on maybe-all-gcc
8016         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
8017         (toplevel profiledbootstrap): Fix dependencies.
8018         * Makefile.in: Regenerate.
8020 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
8022         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8023         target-libiberty to noconfigdirs.
8024         * configure: Regenerate.
8026 2004-08-03  Paul Brook  <paul@codesourcery.com>
8028         * configure.in: Check for MPFR as well as GMP.
8029         * configure: Regenerate.
8031 2004-08-01  Robert Millan  <robertmh@gnu.org>
8033         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8034         libmudflap for all GNU-based systems (with Glibc).
8035         * configure: Regenerate.
8037 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
8039         * Makefile.def (host-modules): Add gcc.
8040         * Makefile.in: Regenerate.
8041         * Makefile.tpl (sorry): New rule.
8042         (configure-host, all-host, [+make_target+]-host, do-check,
8043         install-host): Do not add gcc as a special case.
8044         (host modules): Add a small special-casing for gcc.  Export
8045         extra_make_flags through the environment.
8046         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8047         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8048         other recursive targets for gcc): Remove.
8050         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8051         (stage, unstage): New rules.
8052         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8053         distclean-stage[+id+]): Use stage_current.
8054         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8055         the stage*-start rules.
8057 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
8059         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8060         use -all_load flag.
8062 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
8064         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8065         * configure: Regenerate.
8067 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
8069         * maintainer-scripts/gcc_release: Revert yesterday's change.
8071 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
8073         * MAINTAINERS: Add myself to write-after-approval.
8075 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8077         * libf2c: Removed.
8078         * gcc/gccbug.in: Updated because of libf2c removal.
8079         * maintainer-scripts/gcc_release: Ditto.
8081 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
8083         * configure.in: Build libmudflap by default on FreeBSD.
8084         * configure: Regenerated.
8086 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
8088         * configure.in: Do not build libmudflap by default on non-GNU/Linux
8089         systems.
8090         * configure: Regenerated.
8092 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8094         PR target/16344
8095         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8096         feedback based compiler.
8097         * Makefile.in: Rebuilt.
8099 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
8101         * Makefile.def (host_modules): Set bootstrap=true for flex.
8102         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8103         * Makefile.in: Rebuilt.
8105 2004-07-07  Jan Hubicka  <jh@suse.cz>
8107         * MAINTAINERS: Add self as a profile feedback maintainer.
8109 2004-07-05  Phil Edwards  <phil@codesourcery.com>
8111         * configure.in:  Do not prepend $srcdir to /dev/null in
8112         makefile fragments.
8113         * configure:  Regenerate.
8115 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
8117         * Makefile.def (build_modules): Add bison, byacc, flex,
8118         m4, texinfo.
8119         (flags_to_pass): Add FLEX.
8120         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8121         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8122         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8123         DEFAULT_MAKEINFO): Remove.
8124         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8125         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8126         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8127         objdir or else use configured tool.
8128         (all-build): New.
8129         (all): Depend on it.
8130         (Build module dependencies): Add.
8131         * Makefile.in: Regenerate.
8132         * configure.in: Better support for multiple build modules,
8133         matching what is done for host/target modules.  Do not look
8134         for "plausible" locations of build tools if Canadian cross.
8135         Use autoconf's AC_PROG_CC to find a C compiler.  Define
8136         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
8137         * configure: Regenerate.
8139 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8141         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8142         * Makefile.in: Regenerate.
8144 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8146         * Makefile.tpl (configure-build-[+module+],
8147         configure-[+module+], configure-target-[+module+]): Pass
8148         [+extra_configure_args+].
8149         (all-build-[+module+], all-[+module+], check-[+module+],
8150         install-[+module+], [+make_target+]-[+module+],
8151         all-target-[+module+], check-target-[+module+],
8152         install-target-[+module+], [+make_target+]-target-[+module+]):
8153         Pass [+extra_make_args+].
8154         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8155         (GCC_HOST_EXPORTS): Remove.
8156         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8157         cross, check-gcc, check-gcc-c++, install-gcc,
8158         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8159         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8160         * Makefile.in: Regenerate.
8162 2004-06-21  Matthew Sachs  <msachs@apple.com>
8164         * MAINTAINERS: Added self to write-after-approval.
8166 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
8168         * configure.in: Check for srcdir/winsup rather than build directory
8169         winsup.
8170         * configure: Regenerate.
8172 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
8174         * configure.in: Don't build Cygwin native newlib if winsup
8175         directory is missing.  Emit warning instead.
8176         * configure: Regenerate.
8178 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
8180         * Makefile.tpl (touch-stage[+id+]): New.
8181         (restage[+prev+]): Depend on touch-stage[+id+].
8183         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8184         Use it throughout.
8186         * Makefile.def: Add profile and feedback bootstrap stages.
8187         Remove next field from bootstrap stages.
8188         * Makefile.tpl (LN, LN_S): Substitute.
8189         (stageN-start, stageN-end): Use double-colon rules, to
8190         provide a hook for additional setup commands.
8191         (distclean-stageN-gcc, restageN): Create dependencies from
8192         [+prev+], not from [+next+].
8193         (stageN-bubble): Add commands for successive stages from
8194         [+prev+], using double-colon rules.
8195         (all-stageN-gcc): Fix typo.
8196         (stagefeedback-start, profiledbootstrap): New.
8197         * Makefile.in: Regenerate.
8198         * configure.in: Call ACX_PROG_LN.
8199         * configure: Regenerate.
8201 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8203         * MAINTAINERS (Write After Approval): Add myself.
8205 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8207         * MAINTAINERS (Write After Approval): Add myself.
8209 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8211         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8212         without gcc.
8213         * configure: Regenerate.
8215 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8217         * Makefile.tpl: Fix typo.
8218         * Makefile.in: Regenerate.
8220 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8222         * configure.in: Remove new- prefix from toplevel
8223         bootstrap targets.
8224         * configure: Regenerate.
8226 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8228         * Makefile.tpl (all.normal): Rename to all.
8229         (all): Replace with a rule to pick the default
8230         target from configure.
8231         (all-gcc, configure-gcc): Use conditionals to
8232         do nothing when toplevel bootstrap is going on.
8233         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8234         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8235         * configure.in: Support --enable-bootstrap.
8237         * Makefile.def: Remove new- prefix from toplevel
8238         bootstrap targets.
8239         * Makefile.tpl: Likewise.
8241         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8242         target.
8244         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8245         $(RECURSE_FLAGS) to recursive invocation of make.
8247         * Makefile.in: Regenerate.
8248         * configure: Regenerate.
8250 2004-05-30  Andreas Jaeger  <aj@suse.de>
8251             Jim Wilson  <wilson@specifixinc.com>
8253         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8254         like CC.
8256 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8258         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8259         * configure: Regenerate.
8261 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8263         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8264         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8265         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8266         targets.
8267         * Makefile.in: Regenerate.
8269 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8271         * configure.in: Test the ability to symlink directories.
8272         * configure: Regenerate.
8274         * Makefile.def (bootstrap-stage): New definitions.
8275         * Makefile.tpl (configure-stage1-gcc,
8276         configure-stage2-gcc, configure-stage3-gcc,
8277         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8278         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8279         new-restage3, compare): Autogenerate, see Makefile.in
8280         entry for behavioral changes.
8281         (distclean-stage1, new-stage1-start, new-stage1-end,
8282         new-stage1-bubble, distclean-stage2, new-stage2-start,
8283         new-stage2-end, new-stage2-bubble, distclean-stage3,
8284         new-stage3-start, new-stage3-end): New autogenerated targets.
8285         (objext, prebootstrap, BOOT_CFLAGS,
8286         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8287         targets.
8289         * Makefile.in: Regenerate.
8290         (distclean-stage1, new-stage1-start, new-stage1-end,
8291         new-stage1-bubble, distclean-stage2, new-stage2-start,
8292         new-stage2-end, new-stage2-bubble, distclean-stage3,
8293         new-stage3-start, new-stage3-end): New targets.
8294         (all-stage1-gcc): Move prebootstrap dependency from here...
8295         (configure-stage1-gcc): ...to here.
8296         (new-bootstrap): Use bubble targets.
8297         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8298         Use per-stage distclean targets.
8299         (configure-stage1-gcc, configure-stage2-gcc,
8300         configure-stage3-gcc, all-stage1-gcc,
8301         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8302         Use new-stageN-start to prepare the tree.
8304 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
8306         * Makefile.def (host_modules): add libcpp.
8307         * Makefile.tpl: Add dependencies on and for libcpp.
8308         * Makefile.in: Regenerate.
8309         * configure.in: Add libcpp host module.
8310         * configure: Regenerate.
8312 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
8314         * Makefile.tpl: Whenever a recursive target is defined, wrap
8315         it in a special @if/@endif block, and prepare its maybe
8316         dependency in the @if/@endif block
8317         * configure.in: Instead of writing maybe dependencies, remove
8318         the @if/@endif statements, and remove the @if/@endif blocks
8319         that remain.
8320         * configure: Regenerate.
8321         * Makefile.in: Regenerate.
8323 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
8325         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8327 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
8329         PR bootstrap/15120
8330         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8331         * */configure: Rebuilt.
8333 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
8335         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8336         of libf2c.
8337         * configure, Makefile.in: Regenerate.
8339 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
8341         * MAINTAINERS (Write After Approval): Add myself.
8343 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
8345         Merge from tree-ssa-20020619-branch.
8347         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8348         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8349         (HOST_GMPLIBS): Define.
8350         (HOST_GMPINC): Define.
8351         (TARGET_LIB_PATH): Add libmudflap.
8352         (GFORTRAN_FOR_TARGET): Define.
8353         (configure-build*): Export GFORTRAN.
8354         (configure-gcc): Export GMPLIBS and GMPINC.
8355         (all-gcc): Add maybe-all-libbanshee.
8356         (configure-target-libgfortran): Define.
8357         * Makefile.in: Regenerate.
8358         * configure.in (host_libs): Add libbanshee.
8359         (target_libraries): Add target-libmudflap and target-libgfortran.
8360         Add --with-libbanshee.
8361         Handle --disable-libmudflap.
8362         (*-*-freebsd*): Use with_gmp.
8363         Add $(libgcj) to noconfigdirs.
8364         * configure: Regenerate.
8365         * depcomp: New file.
8366         * MAINTAINERS: Add tree-ssa maintainers.
8368 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
8370         * MAINTAINERS (Various Maintainers): Add myself.
8372 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8374         * MAINTAINERS (Write After Approval): Add myself.
8376 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
8378         * MAINTAINERS (Write After Approval): Add myself.
8380 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
8382         * config/acx.m4: Fix fastcompare support for new-bootstrap.
8383         * configure: Regenerate.
8385 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
8387         Revert:
8388         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8390         * Makefile.def (flags_to_pass): Remove *dir variables that
8391         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8392         as well as prefix and exec_prefix.
8393         * Makefile.in: Regenerate.
8395 2004-04-26  Robert Millan  <robertmh@gnu.org>
8397         Add patches from libtool CVS.
8398         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8399         * ltconfig: Likewise.
8400         * ltcf-c.sh: Likewise.
8401         * ltcf-cxx.sh: Likewise.
8402         * ltcf-gcj.sh: Likewise.
8404 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8406         * Makefile.def (host_modules): Mark with the bootstrap
8407         flag packages on which gcc depends.
8408         * Makefile.tpl (all-bootstrap): Use it.
8409         * Makefile.in: Regenerate.
8411 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8413         * Makefile.def (flags_to_pass): Remove *dir variables that
8414         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8415         as well as prefix and exec_prefix.
8416         * Makefile.in: Regenerate.
8418 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8420         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8421         * configure: Regenerate.
8422         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8423         * gcc/Makefile.tpl (compare): Use the result of the test.
8424         * gcc/Makefile.in: Regenerate.
8426 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
8428         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8429         Always relocate gcc and prev-gcc to the original names, even
8430         if the build fails.
8431         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8432         New targets.
8434 2004-04-23  Laurent GUERBY <laurent@guerby.net>
8436         * MAINTAINERS: Update my email address.
8438 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8440         * configure.in (mips*-*-irix5*): Enable ld.
8441         * configure: Regenerate.
8443 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8445         * configure: Regenerate.
8447 2004-04-15  James E Wilson  <wilson@specifixinc.com>
8449         * Makefile.tpl (configure-[+module+], configure-gcc,
8450         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8451         Set and export LDFLAGS.
8452         * Makefile.in: Regenerate.
8454 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
8456         * MAINTAINERS: Add myself to write-after-approval.
8458 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8460         PR bootstrap/14871
8461         * Makefile.tpl: If we don't have built-in-tree target tools,
8462         use the ones found by configure rather than hacking around with
8463         program_transform_name.
8464         * configure.in: Give Makefile.tpl the information necessary
8465         to do that.
8466         * Makefile.in: Regenerate.
8467         * configure: Regenerate.
8469 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
8471         PR bootstrap/14760
8472         * configure.in: When computing baseargs, strip *all* copies of
8473         offending options.  Also, don't match/substitute the trailing space,
8474         so that this actually works when two similar options are separated by
8475         only one space.
8476         * configure: Regenerate.
8478 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
8480         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8481         (rs6000-*-aix*): Same.
8482         * configure: Regenerate.
8484 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
8486         * MAINTAINERS: Add myself to write-after-approval.
8488 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
8490         * MAINTAINERS: Add myself to write-after-approval.
8492 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
8494         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8495         STRICT_WARN, WARN_CFLAGS flags passed down to make.
8496         * Makefile.in: Regenerate.
8498         * configure.in (top level bootstrap support): Rework --enable-werror
8499         to set @stage2_werror_flag@.
8500         * configure: Regenerate.
8501         * Makefile.tpl (top level bootstrap support): Pass
8502         @stage2_werror_flag@ down to configure in stages 2 and 3.
8503         * Makefile.in: Regenerate.
8505 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8507         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8508         for stages 2 and 3 as well as in make.  As a consequence, remove
8509         OUTPUT_OPTION (now detected by configure) from the flags passed down
8510         to make.
8511         * Makefile.in: Regenerate.
8513         * Makefile.tpl (new-bootstrap): Fix typo.
8514         * Makefile.in: Regenerate.
8516 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8518         * Makefile.tpl: Rearrange by moving recursive_targets rules
8519         into their proper sections.
8520         * Makefile.tpl (top level bootstrap support): Move disabling
8521         of coverage flags from 'make' to 'configure'; improve comments.
8522         * Makefile.in: Regenerate.
8524         * Makefile.tpl (experimental top level bootstrap) Move stage1
8525         language setting from all- target to configure- target; disable
8526         intermodule optimization in stage 1; prevent gratuitous rebuilds
8527         of stage 1.
8528         * Makefile.in: Regenerate.
8529         * configure.in: Comma-separate stage 1 language list for top
8530         level bootstrap.
8531         * configure: Regenerate.
8533         * Makefile.tpl: Clean up experimental top level bootstrap support:
8534         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8535         prev-gcc in configure- targets as well as all- targets.
8536         * Makefile.in: Regenerate.
8538 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
8540         * compile: New file imported from automake.
8542 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
8544         * configure.in: Remove symbolic link section.
8545         * configure: Regenerate.
8546         * Makefile.tpl (links): Remove.
8547         * Makefile.in: Regenerate.
8549 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
8550             Nathanael Nerode  <neroden@gcc.gnu.org>
8552         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8553         Set with AC_CHECK_PROGS.
8554         * configure.in: Fix comment typo from last patch.
8555         * configure: Regenerate.
8557 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
8559         * Makefile.tpl: Introduce experimental top level bootstrap support.
8560         * Makefile.in: Regenerate.
8561         * configure.in: Introduce support for top level bootstrap.
8562         * configure: Regenerate.
8564 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8565             Paolo Bonzini  <bonzini@gnu.org>
8567         PR bootstrap/14522
8568         * configure.in: Cope with shells that do not support unquoted ^
8569         * configure: Regenerate.
8571 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8572             Paolo Bonzini  <bonzini@gnu.org>
8574         PR bootstrap/14522
8575         * configure.in: Cope with shells that do not support nesting
8576         quotes inside quoted backquote substitutions.
8577         * configure: Regenerate.
8579 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
8581         PR bootstrap/14522
8582         * configure.in: Fix escaping of $.
8583         * configure: Regenerate.
8585 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8587         * configure: Regenerate, since I forgot to while committing Paolo's
8588         changes.
8590 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
8592         PR ada/14131
8593         Move language detection to the top level.
8594         * configure.in: Find default values for the tools as
8595         soon as possible.  Disable ada if GNAT is not found.
8596         Emit error message about missing languages.  Expand
8597         --enable-languages=all for the gcc subdirectory.
8599 2004-03-10  Ben Elliston  <bje@gnu.org>
8601         * MAINTAINERS: Update my email address.
8603 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
8605         * ltconfig: Disable building static libraries if building shared
8606         libraries on AIX 5L.
8608 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
8610         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8611         and disable libgcj.
8612         * configure: Regenerated.
8614 2004-03-01  Brian Booth  <bbooth@redhat.com>
8616         * MAINTAINERS: Add myself to write-after-approval.
8618 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
8620         * MAINTAINERS: Add myself to write-after-approval.
8622 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8624         PR bootstrap/7087
8625         * Makefile.tpl: Guard XFOO sed statements better.
8626         * Makefile.tpl: Add dependency for configure-target-libada.
8627         * Makefile.in: Regenerate (incidentally fixes broken
8628         commit when libada-branch was merged).
8630 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
8632         * MAINTAINERS: Add myself to write-after-approval.
8634 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
8636         * MAINTAINERS: Add Nicola Pero and myself as libobjc
8637         maintainers.
8639 2004-02-20  Andrew Cagney  <cagney@redhat.com>
8641         * config.guess: Update from version 2003-10-16 to 2004-02-16.
8642         * config.sub: Update from version 2003-11-03 to 2004-02-16.
8644 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8646         PR bootstrap/11932
8647         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8649 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
8651         * MAINTAINERS: Added myself to write-after-approval.
8653 2004-02-14  Michael Koch  <konqueror@gmx.de>
8655         * MAINTAINERS: Added myself to write-after-approval.
8657 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
8659         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
8660         some OS port maintainers to OS port maintainers section.
8662 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
8664         * MAINTAINERS: Add self.
8666 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
8668         * MAINTAINERS: Alphabetize.
8670 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
8672         * MAINTAINERS: Remove myself.
8674 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
8676         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8677         (rs6000-*-aix*): Same.
8678         * configure: Regenerate.
8680 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
8682         * configure.in (host): Add in missing $noconfigdirs to defines.
8683         * configure: Regenerate.
8685 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
8686             Nathanael Nerode  <neroden@gcc.gnu.org>
8688         PR ada/6637, PR ada/5911
8689         Merge with libada-branch:
8690         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8691         with appropriate dependencies. Add --enable-libada configure switch.
8692         * configure, Makefile.in: Regenerate.
8694 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
8696         * MAINTAINERS: Add myself to write-after-approval.
8698 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8700         * configure.in: Don't pass --with-stabs on IRIX 5 either.
8701         * configure: Regenerate.
8703 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
8705         Merge from upstream:
8707         * ltmain.in: When setting IFS to '~', be careful about user
8708         arguments that contain '~'.
8710         2004-02-04  Peter O'Gorman  <peter@pogma.com>
8712         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8713         Also test $base_compile against $CC with escaped arguments. Bug
8714         reported by Geoff Keating <geoffk@apple.com>.
8716 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
8718         * MAINTAINERS: Remove i960 port.
8720 2004-01-23  DJ Delorie  <dj@redhat.com>
8722         * Makefile.def (target_modules) [libiberty]: Don't stage.
8723         * Makefile.in: Rebuilt.
8725 2004-01-20  Caroline Tice  <ctice@apple.com>
8727         * MAINTAINERS: Add myself to write-after-approval.
8729 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
8731         * MAINTAINERS: Update my email address.
8733 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
8735         * MAINTAINERS: Add myself to write-after-approval.
8737 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8739         * MAINTAINERS: Remove entries without email address.
8741 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
8743         * MAINTAINERS: Add myself to write-after-approval.
8745 2004-01-15  Steven Bosscher  <stevenb@suse.de>
8747         * MAINTAINERS: Update my email address.
8749 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
8751         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8752         * Makefile.tpl (configure-target-[+module+]): Support stage.
8753         * Makefile.in: Rebuilt.
8755 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
8757         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8759 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
8761         * MAINTAINERS: Add myself as a MIPS maintainer.
8763 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8765         * configure.in: Use ./config.cache, not config.cache.
8766         * configure: Regenerate.
8767         * Makefile.tpl: Special-casing not needed for GCC any more.
8768         * Makefile.in: Regenerate.
8770         * configure.in: Don't share a cache file for host dirs.
8771         * configure: Regenerate.
8773         * config-ml.in: Don't mess with the cache file.
8775 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8777         * MAINTAINERS: Move myself from 'Write After Approval' to
8778         'CPU Port Maintainers' section as SPARC maintainer.
8780 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8782         * Makefile.tpl: Make GCC use a separate config.cache.
8783         * Makefile.in: Regenerate.
8785         PR bootstrap/11932, PR bootstrap/11933
8786         (I don't know if it will fix either of them, but it relates
8787         to them.)
8788         * configure.in: Don't use shared config.cache for target
8789         directories.
8790         * configure: Regenerate.
8792 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
8794         * MAINTAINERS: Add myself to 'Write After Approval' section.
8796 2003-12-31  Roger Sayle  <roger@eyesopen.com>
8798         * configure.in (ia64*-*-hpux*): Disable building java libraries.
8799         * configure: Regenerated.
8801 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
8803         * MAINTAINERS: Remove the mn10200 maintainer.
8805 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
8807         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8808         * configure: Regenerated.
8810 2003-12-16  Jan Hubicka  <jh@suse.cz>
8812         * MAINTAINERS: Add myself as callgraph maintainer.
8814 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
8816         * configure.in (raw_libstdcxx_flags): Remove the leading space.
8817         * configure: Regenerate.
8819 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8821         * MAINTAINERS: Move myself from 'Bug database only accounts' to
8822         'Write After Approval' section. Update email.
8824 2003-12-01  James Lemke  <jim@wasabisystems.com>
8826         * MAINTAINERS (Write After Approval): Add myself.
8828 2003-11-20  Matt Thomas  <matt@3am-software.com>
8830         * MAINTAINERS: Add myself as a vax port maintainer.
8832 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
8834         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8835         (configure-build-[+module+], configure-[+module+]): Likewise.
8836         (configure-target-[+module+], configure-gcc, config.status): Likewise.
8837         * Makefile.in: Regenerate.
8839 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
8841         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8842         shared/dylibed libraries.
8843         * ltmain.sh: Likewise.
8844         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8845         * ltcf-cxx.sh: Likewise.
8846         * ltcf-gcj.sh: Likewise.
8847         * ltconfig: Likewise.
8849 2003-11-17  Stan Cox  <scox@redhat.com>
8851         * MAINTAINERS: Add myself as iq2000 port maintainer.
8853 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
8855         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8856         * Makefile.in: Regenerate.
8858 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
8860         * config.sub: Update to 2003-11-03 version.
8862 2003-10-20  Phil Edwards  <phil@codesourcery.com>
8864         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
8865         * configure:  Regenerate.
8867 2003-10-20  Nicolas Pitre  <nico@cam.org>
8869         * MAINTAINERS: Add myself to 'Write After Approval' section.
8871 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
8873         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8875 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
8877         * MAINTAINERS: Update my email address.
8879 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8881         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8883 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
8885         * MAINTAINERS: Add myself to 'Write After Approval' section.
8887 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
8889         * config.guess: Update to 2003-10-16 version.
8890         * config.sub: Update to 2003-10-16 version.
8892 2003-10-15  David Daney  <ddaney@avtrex.com>
8894         * MAINTAINERS: Added myself to 'Write After Approval' section.
8896 2003-10-15  Falk Hueffner  <falk@debian.org>
8898         * MAINTAINERS: Move myself from 'Bug database only accounts' to
8899         'Write After Approval' section. Update email.
8901 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8903         * MAINTAINERS: Move myself from 'Write After Approval' to
8904         'Various Maintainers' section as middle-end maintainer.
8906 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8908         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8909         HOST_FLAGS_TO_PASS.
8910         * Makefile.in: Regenerate.
8912 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
8914         * config.guess: Update to 2003-10-07 version.
8915         * config.sub: Update to 2003-10-07 version.
8917 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8919         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8920         * ltconfig (irix5*, irix6*): Don't override version_type.
8922 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
8924         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8925         * configure: Rebuilt
8926         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8927         * Makefile.in: Rebuilt
8929 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8931         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8933 2003-09-30  Carlo Wood  <carlo@alinoe.com>
8935         * MAINTAINERS (Write After Approval): Add myself.
8937 2003-09-29  Paul Koning  <ni1d@arrl.net>
8939         * MAINTAINERS: Move myself from "Write After Approval"
8940         to CPU platform maintainers for pdp11 platform.
8942 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
8944         * MAINTAINERS: Move myself from 'Write After Approval' to
8945         'Various Maintainers' section as libffi testsuite maintainer.
8947 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
8949         * configure.in: Pass a computed --program-transform-name
8950         to subconfigures.
8951         * configure: Regenerated.
8953 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8955         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8956         * Makefile.in: Regenerate.
8958         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8959         * Makefile.in: Regenerate.
8961 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
8963         * MAINTAINERS: Move myself from 'Write After Approval'
8964         to 'Various Maintainers' (objective-c) section.
8966 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
8968         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8969         quoting.
8970         * configure: Regenerated.
8972 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
8974         * MAINTAINERS (Write After Approval): Add myself to write after
8975         approval list.
8977 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
8979         * MAINTAINERS (Write After Approval): Add myself.
8981 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
8983         * MAINTAINERS: Update my e-mail address.
8985 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
8987         * libtool.m4 (LD): Correct powerpc64 host match.
8989 2003-09-06  James E Wilson  <wilson@tuliptree.org>
8991         * MAINTAINTERS: Update my affiliation and email address.
8993 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8995         * MAINTAINERS (Write After Approval): Add myself.
8997 2003-09-04  DJ Delorie  <dj@redhat.com>
8999         * configure: Regenerate.
9001 2003-09-04  Robert Millan  <robertmh@gnu.org>
9003         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9005 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9007         * configure.in: Ensure arguments to sed are properly spaced.
9008         * configure: Regenerate.
9010 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
9012         * MAINTAINERS: Update my e-mail address.
9014 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
9016         * MAINTAINERS (Write After Approval): Add myself.
9018 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
9020         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9021         * configure: Regenerated.
9023 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9025         * MAINTAINERS: Update my email address.
9027 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
9029         * configure.in:  Use newline instead of semicolon when assuming
9030         shell arguments in a for loop.
9031         * configure:  Regenerated.
9033 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9035         * MAINTAINERS: Resurrect the i860 maintainer.
9037 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9039         PR 8180
9040         * configure.in: When testing with_libs and with_headers, treat
9041         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9042         * configure: Regenerate.
9044         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9045         make, shell, etc.
9046         (baseargs): Likewise.
9047         * configure: Regenerate.
9049 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9051         * MAINTAINERS (Write After Approval): Add myself.
9053 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9055         * configure.in: Disable libgcj for darwin not on powerpc.
9056         * configure: Rebuild.
9058 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
9060         * config-ml.in, symlink-tree: Add license.
9062 2003-08-03  Richard Stallman  <rms@gnu.org>
9063             Eben Moglen  <moglen@columbia.edu>
9065         * README.SCO: New file.
9067 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
9069         * Makefile.tpl (check, check-c++): Express dependencies using
9070         dependencies rather than commands.
9071         * Makefile.in: Regenerate.
9073 2003-08-01  Andrew Cagney  <cagney@redhat.com>
9075         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9076         * configure: Ditto.
9078 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
9080         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9081         * Makefile.in: Update.
9083 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
9085         * configure.in: Enable libgcj for darwin.
9086         * configure: Rebuild.
9088 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
9090         * config-ml.in:  Use ac_configure_args directly instead of
9091         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
9092         actually seen.
9094 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9096         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9097         creating target and build subdirs to build all parent dirs as needed.
9098         * Makefile.in: Rebuild.
9099         * configure.in: Don't build dirs explicitly here.
9100         * configure: Rebuild.
9102 2003-07-26  Paul Brook  <paul@nowt.org>
9104         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9106 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
9108         * Makefile.tpl (all-make): Depend on intl.
9109         * Makefile.in: Rebuilt.
9111 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
9113         * install-sh:  Update to newer upstream versions (associated with
9114         aclocal 1.7).
9115         * mkinstalldirs:  Likewise.
9116         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
9118 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
9120         * MAINTAINERS: Move self from Bug database only accounts
9121         to write-after-approval.
9123 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9125         * config.if: Remove unused libc_interface determination.
9127 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9129         * MAINTAINERS: Move self from write-after-approval to
9130         build machinery (*.in).
9132 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9134         PR bootstrap/11273
9135         PR bootstrap/11408
9136         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
9137         unused INSTALL_PROGRAM_ARGS.
9138         * configure.in: Use AC_PROG_INSTALL.
9139         * Makefile.in: Regenerate.
9140         * configure: Regenerate.
9142 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9144         * MAINTAINERS: Alphabetize.
9146 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9148         * configure: Rebuilt.
9149         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9150         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9151         newlib nor libgloss.
9152         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
9153         * configure.in (am33_2.0-*-linux*): Added.
9155 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
9157         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9158         * configure: Regenerate.
9160 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
9162         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9163         * Makefile.in: Regenerate.
9165 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9167         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9168         * Makefile.in: Regenerate.
9170 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9172         * Makefile.tpl: Replace PWD with PWD_COMMAND.
9173         * Makefile.in: Regenerated.
9175         * config-ml.in: Replace PWD with PWD_COMMAND.
9177 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9179         * intl: New directory; see intl/ChangeLog for details.
9180         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9181         * Makefile.tpl: all-gcc depends on maybe-all-intl.
9182         * Makefile.in: Regenerate.
9184 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9186         * configure.in: Clean up config-lang.in handling.  Delete
9187         useless assignment to "subdirs".
9188         * configure: Regenerate.
9190 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9192         * configure.in: Rename 'target_libs' to 'target_libraries'.
9193         Remove useless reference to 'target_libs'.
9194         * configure: Regenerate.
9196 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
9198         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9199         * Makefile.in: Regenerate.
9201 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9203         * Makefile.def: Introduce flags_to_pass.
9204         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9205         * Makefile.in: Regenerate.
9207 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9209         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9210         and target-libgloss.
9211         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9212         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9213         * configure: Regenerate.
9215 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9217         * configure.in: Update testsuite_flags to new location.
9218         * configure. Regenerate.
9220 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9222         * Makefile.tpl: Remove BUILD_CC stuff.
9223         * Makefile.in: Regenerate.
9225 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9227         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9229 2003-06-16  Graeme Peterson  <gp@qnx.com>
9231         * MAINTAINERS (Write After Approval): Add myself.
9233 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9235         * config.guess: Update to 2003-06-12 version.
9236         * config.sub: Update to 2003-06-13 version.
9238 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9240         * config.guess: Update to 2003-06-06 version.
9241         * config.sub: Update to 2003-06-06 version.
9243 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9245         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9246         * configure. Regenerate.
9248 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9250         * configure.in: Disable serial configure by default.
9251         * configure: Regenerate.
9252         * Makefile.tpl: Abolish .NOTPARALLEL.
9253         * Makefile.in: Regenerate.
9255         * Makefile.tpl: Replace {build,host,target}_canonical by
9256         {build,host,target}.
9257         * Makefile.in: Regenerate.
9259         * Makefile.tpl: Fix stupid pasto.
9260         * Makefile.in: Regenerate.
9262 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9264         * Makefile.tpl: Remove bogus conditional.
9265         * Makefile.in: Regenerate.
9267 2003-06-05  Jan Hubicka  <jh@suse.cz>
9269         * Makefile.tpl (profiledbootstrap): New target.
9270         * Makefile.in (profiledbootstrap): New target.
9272 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9274         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9275         Pinski. Remove user names from other bugzilla-only maintainers.
9277 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9279         * Makefile.tpl: Make 'recursive targets' using autogen rather
9280         than shell loop.  Remove duplicate 'clean' targets and false
9281         comments.
9282         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9283         Add systematic method of specifying missing targets in subdirs.
9284         Add copyright boilerplate.
9285         * Makefile.in: Regenerate.
9286         * configure.in: Add 'recursive targets' to maybe list.
9287         * configure: Regenerate.
9289         * MAINTAINERS: "GNATS only" -> "Bug database only".
9291         * Makefile.tpl: Rename [+target+] to [+make_target+].
9292         * Makefile.def: Rename 'target' to 'make_target'.
9294 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9296         * MAINTAINERS: Add self as options handling maintainer.
9298 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9300         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9301         been too long since I touched those ports.
9303 2003-05-28  DJ Delorie  <dj@redhat.com>
9305         * Makefile.tpl: Make maybe-check-gcc .PHONY.
9306         * Makefile.in: Regenerate.
9308 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9310         * configure.in: Use curly braces in the definition of tooldir.
9311         * configure: Regenerate.
9313 2003-05-21  DJ Delorie  <dj@redhat.com>
9315         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9316         newlib or libgloss.
9317         * Makefile.in: Regenerate.
9319 2003-05-21  DJ Delorie  <dj@redhat.com>
9321         * Makefile.tpl: Add missing empty maybe-check-gcc target.
9322         * Makefile.in: Regenerate.
9324 2003-05-20  Ian Lance Taylor  <ian@airs.com>
9326         * MAINTAINERS: Update my e-mail address.
9328 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9330         * configure.in: Switch more things to use maybe dependencies.
9331         * Makefile.tpl: Switch more things to use maybe dependencies.
9332         Factor out common code from autogen IF statements.
9333         * configure: Regenerate.
9334         * Makefile.in: Regenerate.
9336 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
9338         * configure.in: Accept i[3456789]86 for machine type.
9339         * configure: Regenerate.
9341 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9343         * configure.in: Switch more things to use maybe dependencies.
9344         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
9345         * configure: Regenerate.
9346         * Makefile.tpl: Switch more things to use maybe dependencies.
9347         * Makefile.in: Regenerate.
9349 2003-05-16  Andreas Schwab  <schwab@suse.de>
9351         * Makefile.tpl (install-opcodes): Define.
9352         * Makefile.in: Rebuild.
9354 2003-05-13  Andreas Jaeger  <aj@suse.de>
9356         * config.guess: Update to 2003-05-09 version.
9357         * config.sub: Update to 2003-05-09 version.
9359 2003-05-13  Michael Eager  <eager@mvista.com>
9361         * configure.in: Correct sed script so that options in quotes are not
9362         deleted.
9363         * configure: Rebuild.
9365 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
9367         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9368         and $$s/newlib/libc/sys/cygwin32 include paths.
9369         * configure: Ditto.
9371 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
9373         * MAINTAINERS: Update my email addresses.
9375 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9377         * config-ml.in: Propagate INSTALL variables.
9379 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9381         * MAINTAINERS: Remove duplicate entries in Write After Approval.
9383 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
9385         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9386         * Makefile.in: Regenerate.
9388 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
9390         * MAINTAINERS (GNATS only): Add Falk Hueffner.
9392 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
9394         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9396 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
9398         * Makefile.tpl: Clean $(BUILD_SUBDIR).
9399         * Makefile.in: Regenerated.
9401 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
9403         * MAINTAINERS (Write After Approval): Upgrade myself from
9404         GNATS only to write-after-approval. Update my mail address.
9406 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
9408         (OS Port Maintainers: freebsd): Add myself.
9410 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
9412         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9414 2003-04-22  Kean Johnston  <jkj@sco.com>
9416         * MAINTAINERS (SCO ports): Added myself.
9418 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
9420         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9422 2003-04-19  Kean Johnston  <jkj@sco.com>
9424         * MAINTAINERS (Write After Approval): Add myself.
9426 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9428         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9429         * Makefile.in: Regenerate.
9431 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
9433         * configure.in (powerpc64*-*-linux*): Remove.
9434         * configure: Rebuilt.
9436 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
9438         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
9439         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9440         and restrap.
9441         * Makefile.in:  Regenerate.
9443 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
9445         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9446         * configure: Regenerated.
9448 2003-04-15  DJ Delorie  <dj@redhat.com>
9450         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9452 2003-04-13  Nick Clifton  <nickc@redhat.com>
9454         * config-ml.in: Remove support for --disable-aix removing
9455         call-aix multilibs.
9457 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
9459         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9460         * */configure: Rebuilt.
9462 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
9464         * MAINTAINERS: Add my email address.
9466 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
9468         * MAINTAINERS (Write After Approval): Add myself.
9470 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9472         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9473         * Makefile.in: Regenerate.
9475 2003-03-14  Michael Chastain  <mec@shout.net>
9477         * Makefile.in: Regenerate with correct Makefile.def.
9479 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9481         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
9482         Make macro.
9483         * Makefile.in: Regenerate.
9484         * configure.in: Clean up gxx_include_dir logic.
9485         * configure: Regenerate.
9487 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
9489         * MAINTAINERS (Write After Approval): Add myself.
9491 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
9493         * MAINTAINERS: Update my mail address.
9495 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9497         * configure.in (gxx_include_dir): Fix typo.
9498         * configure: Regenerated.
9500 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9502         * Makefile.tpl: Reindent.
9503         * Makefile.in: Regenerate.
9504         * configure.in: Reindent.  Don't set unused variables.
9505         * configure: Regenerate.
9507 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
9509         * configure.in: Include $(build_tooldir)/sys-include in
9510         FLAGS_FOR_TARGET.
9511         * configure: Regenerated.
9513 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9515         * Makefile.tpl: Always pass down RANLIB.
9516         * Makefile.in: Regenerate.
9518         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9519         * Makefile.in: Regenerate.
9520         * configure.in: Remove unused logic relating to --enable-shared
9521         and --enable-threads.  Remove bogus comments.  Remove redundant
9522         noconfigdirs.
9523         * configure: Regenerate.
9525         * configure.in: Replace ${libstdcxx_version} by its value.
9526         Remove reference to mh-dgux.
9527         * configure: Regenerate.
9529 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
9531         * MAINTAINERS (Write After Approval): Add myself.
9533 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9535         * Makefile.tpl: Rearrange.
9536         * Makefile.in: Regenerate.
9538 2003-02-25  Uwe Stieber  <uwe@wwws.de>
9540         * configure.in: Add support for kaOS as cross build target system.
9541         * configure: Regenerated.
9543 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
9545         * MAINTAINERS (Write after approval): Add myself.
9547 2003-02-21  James E Wilson  <wilson@tuliptree.org>
9549         * MAINTAINERS: Update my email address.
9551 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
9553         * MAINTAINERS: Add self to blanket write privs. section.
9555 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
9557         * Makefile.tpl: Add definition of CPPFLAGS to pass into
9558         configure-target-* as some target builds may require additional
9559         flags for preprocessor tests.
9560         * Makefile.in: Regenerated.
9562 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
9564         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9565         * ltconfig: Handle it.
9566         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9567         auto-detecting it.
9569         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9570         it is used as argument to $CC.
9571         * ltcf-gcj.sh: Likewise.
9573         * configure.in: Introduce --enable-maintainer-mode.
9574         * configure: Rebuilt.
9575         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9576         for maintainer mode.
9577         * Makefile.in: Rebuilt.
9579 2003-02-18  Jason Merrill  <jason@redhat.com>
9581         * Makefile.tpl (check-c++): Allow parallelism.
9583 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9585         * MAINTAINERS: Remove John Carr (who never actually had access to
9586         gcc.gnu.org).
9588 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
9590         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9591         don't configure target-libobjc.
9592         * configure: Regenerate.
9594 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9596         * Makefile.tpl (RANLIB): Define.
9597         * Makefile.in: Regenerate.
9599 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
9601         * MAINTAINERS: Update my email.
9603 2003-02-06  Keith R Seitz  <keiths@redhat.com>
9605         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9606         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9607         * Makefile.in: Regenerated.
9608         * configure.in: Remove all traces of snavigator, db, and grep.
9609         * configure: Regenerated.
9611 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9613         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9614         After Approval.
9616 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9618         * MAINTAINERS (Write after approval): Add myself.
9620 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
9622         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9623         * Makefile.in: Regenerated.
9625 2003-01-30  Roger Sayle  <roger@eyesopen.com>
9627         * config.guess: Updated to 2003-01-30's version.
9628         * config.sub: Updated to 2003-01-28's version.
9630 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
9632         * config.if: If gcc_version is already set, just use it.  Don't set
9633         gcc_version_trigger if it's already set, otherwise set it to
9634         gcc/version.c, but only if the file exists.  If it is not set and
9635         gcc/version.c does not exist, try to extract the version number from
9636         $CC.
9638 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
9640         * MAINTAINERS: Add myself to write-after-approval list.
9642 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
9644         * configure.in:  Revert 24Jan change.
9645         * configure:  Regenerate.
9647 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9649         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
9650         entry of HJ Lu.
9652 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9654         * configure.in: Revert previous change.
9655         * configure: Regenerate.
9657 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9659         * configure.in: Make rda native-only.
9660         * configure: Regenerate.
9662 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9664         * MAINTAINERS: Move myself from GNATS-only-accounts to
9665         write-after-approval.
9667 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9669         * configure.in: Add missing \.
9670         * configure: Rebuilt.
9672 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
9674         * configure.in (baseargs): Avoid using \| in sed regular
9675         expressions.
9676         * configure: Rebuilt.
9678 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
9680         * configure.in (baseargs): Remove all supported forms of
9681         --cache-file, --srcdir, --host, --build and --target options
9682         from argument lists.
9683         * configure: Rebuilt.
9685 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
9687         * MAINTAINERS: Add myself to write-after-approval list.
9689 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
9691         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9692         * configure: Rebuilt.
9694 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9696         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9697         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9698         * Makefile.in: Regenerate.
9699         * configure: Regenerate.
9701 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
9703         * configure.in: Remove Makefile in build, host and target modules
9704         unless configure was run with --no-recursion.
9705         * configure: Rebuilt.
9707 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9709         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9710         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9711         * Makefile.in: Regenerate.
9713 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
9715         * config.guess: Update to 2003-01-03 version.
9716         * config.sub: Update to 2003-01-03 version.
9718 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9720         * configure: Regenerate with proper autoconf 2.13.
9722 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9724         * configure.in: Add AC_PREREQ for consistency.
9725         * configure: Regenerate.
9727 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
9729         * configure.in (GDB_TK): Add tcl directories conditional on
9730         gdb/gdbtk directory being present.
9731         * configure: Regenerate.
9733 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
9735         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
9736         used by gcc if LD is not defined and we are not doing a Canadian Cross.
9737         * configure: Rebuilt.
9739 2002-12-31  Tom Tromey  <tromey@redhat.com>
9741         * Makefile.in: Rebuilt.
9742         * Makefile.def (target_modules) [libffi]: Allow installation.
9744 2002-12-31  Andreas Schwab  <schwab@suse.de>
9746         * configure.in: Fix use of $program_transform_name.
9747         * configure: Regenerated.
9749 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
9751         * configure.in (baseargs): Don't remove first configure argument.
9752         * configure: Regenerated.
9754 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
9756         * Makefile.tpl (local-distclean): Don't remove...
9757         (multilib.ts): ... this.  Moved into...
9758         (multilib.out): ... this.  Don't use sub-make.
9759         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9760         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9761         (configure-build-[+module+], configure-[+module+],
9762         configure-target-[+module+], configure-gcc): ... these.  Test
9763         for Makefile existence.  Drop config.status from dependencies.
9764         * Makefile.in: Rebuilt.
9765         * configure.in: Move gcc-version-trigger to the end of
9766         ac_configure_args.  Add comments to maybedep.tmp and
9767         serdep.tmp.  Introduce --disable-serial-configure.  Remove
9768         nonopt from baseargs, matching and removing corresponding
9769         whitespace while at it.
9770         * configure: Rebuilt.
9772 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
9774         * configure.in (host_configargs): Replace reference to
9775         no-longer-defined buildopts with --build=${build_alias}.
9776         * configure: Rebuilt.
9778         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
9779         program_transform_name to standard idiom.
9780         (AUTOGEN, AUTOCONF): Define.
9781         (Makefile.in): Use $(AUTOGEN).
9782         (Makefile): Depend on config.status, and use autoconf-style rule to
9783         build it.  Move original commands to...
9784         (config.status): ... this new target.
9785         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
9786         $(AUTOCONF).
9787         * Makefile.in: Rebuilt.
9789 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9791         * Makefile.tpl: Fix dramatic bustage due to change in
9792         program_transform_name.
9793         * Makefile.in: Regenerate.
9795         * configure.in: Remove unnecessary PATH setting.
9796         * configure: Regnerate.
9798         * configure.in: Don't default to unprefixed tools unless
9799         the native tools will work.
9800         * configure: Regenerate.
9802         * configure.in: Convert to autoconf script.  Blow away lots
9803         of now-redundant Makefile fragments.
9804         * configure: Generate using Autoconf.
9805         * Makefile.tpl: Rewrite to reflect autoconfiscation.
9806         * Makefile.in: Regenerate.
9808 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9810         * configure: Fix stupid bug where RANLIB was mistakenly included.
9812         * configure.in: Rename (buildargs, hostargs, targargs) to
9813         (build_configargs, host_configargs, target_configargs).
9815         * configure.in: Move logic out of sed statement.
9817         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
9818         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9820 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
9822         * config.sub: Import from master repository
9823         * config.guess: Ditto
9825 2002-12-24  Andreas Schwab  <schwab@suse.de>
9827         * Makefile.tpl (multilib.out): Fix missing space.
9828         * Makefile.in: Regenerate.
9830 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9832         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
9833         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
9834         * Makefile.in: Regenerate.
9835         * configure.in: Remove unnecessary leftovers.
9837 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
9839         * configure.in (extra_ranlibflags_for_target): New variable.
9840         (*-*-darwin): Add -c to ranlib commands.
9841         * configure (tooldir): Handle extra_ranlibflags_for_target.
9843 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9845         * Makefile.tpl: Revert HJL's change.
9846         * Makefile.in: Regenerated.
9847         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9848         always.
9850 2002-12-19  Andreas Schwab  <schwab@suse.de>
9852         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9853         * Makefile.in: Regenerate.
9855 2002-12-18  H.J. Lu  <hjl@gnu.org>
9857         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9858         * Makefile.in: Regenerated.
9860         * configure.in (build_prefix): New. Substitute.
9862 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9864         * Makefile.tpl: Don't let real targets depend on phony targets.
9865         * Makefile.in: Regenerate.
9867         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9868         * Makefile.in: Regenerate.
9870 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
9872         * config.sub: Import from master repository
9873         * config.guess: Ditto
9875 2002-12-16  Jason Merrill  <jason@redhat.com>
9877         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9878         previous 'make bootstrap'.
9879         * Makefile.in: Regenerate.
9881 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
9883         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9885 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9887         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9888         * Makefile.in: Regenerate.
9890 2002-12-13  Jason Merrill  <jason@redhat.com>
9892         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
9893         library tests.
9894         (check-c++): Just depend on it and check-target-libstdc++-v3.
9895         * Makefile.in: Regenerate.
9897 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9899         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9900         * Makefile.in: Rebuilt.
9902 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9904         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9906 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9908         * configure: Fix bug put in by gremlins.
9910         * Makefile.tpl: Substitute more autoconfily.
9911         * configure: Substitute more autoconfily.
9912         * Makefile.in: Regenerate.
9914 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
9916         * config.sub: Import from master repository
9917         * config.guess: Ditto
9918         * MAINTAINERS: Added Svein Seldal under write after approval
9920 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
9922         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9923         * Makefile.in (all-sim): Ditto.
9925 2002-12-06  DJ Delorie  <dj@redhat.com>
9927         * Makefile.tpl: Change configure dependencies to not have real
9928         targets depend on phony targets.
9930 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
9932         * configure.in: Revert unintentional change.
9934         * Makefile.tpl: Change dependency for */multilib.out so that
9935         it works when gcc isn't in the tree.
9937         * configure.in: Substitute more.
9938         * configure: Run subconfigures from the Makefile.
9939         * Makefile.tpl: Run subconfigures from the Makefile; add a few
9940         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
9942 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9944         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9946 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9948         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9949         and corresponding dependencies.
9950         * Makefile.in: Regenerate.
9952         * configure.in (host_tools): Order binutils, gas and ld for
9953         convenience in running the testsuites.
9955         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9956         * Makefile.in: Regenerate.
9957         * configure.in: Introduce rules to serialize subconfigure runs.
9959         * configure.in: Introduce BASE_CC_FOR_TARGET.
9960         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
9961         Realize configure-build-* targets.  Realize configure-target-* targets.
9962         * Makefile.in: Regenerate.
9964 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9966         * configure: Move gcc_version_trigger stuff from here...
9967         * configure.in: ...to here.
9969         * configure.in: Separate subconfigure options added by this file from
9970         options given by the user.  Add machinery to put args for host
9971         subconfigures into the Makefile.
9973         * Makefile.tpl: Remove 'vault' targets.
9974         * Makefile.tpl: Reorder and comment dependencies.
9975         * Makefile.in: Regenerate.
9977 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9978         * configure.in: Fix my broken commit of previous patch. (sigh)
9980 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9982         * configure.in: Move host-specific darwin noconfigdirs into
9983         the host-specific section.
9985 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9987         * configure.in: Move host-specific darwin noconfigdirs into
9988         the host-specific section.
9990 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9992         * configure: Remove skip-this-dir support.
9993         * Makefile.tpl: Remove skip-this-dir support.
9995         * Makefile.tpl: Remove leftover support for non-autoconfiscated
9996         subdirectories.
9997         * Makefile.in: Regenerate.
9999         * Makefile.tpl: Strip out useless setting of 'dir'.
10000         * Makefile.in: Regenerate.
10002 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10004         * configure.in: Fix deeply stupid bug.
10006         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10007         shell code in CXX_FOR_TARGET
10008         * Makefile.def: Introduce raw_cxx.
10009         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10010         RAW_CXX_FOR_TARGET.
10011         * Makefile.in: Regenerate.
10013 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10015         * Makefile.tpl: Remove unnecessary ifs.
10016         * Makefile.in: Regenerate.
10018         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
10019         dependencies.  Maybe-ize build-libiberty.  Create dummy install
10020         targets for 'no_install' modules.
10021         * configure: Move GDB_TK substitution to configure.in.  Move
10022         build_modules stuff to configure.in.
10023         * configure.in: Implement soft dependency machinery.  Maybe-ize
10024         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
10025         * Makefile.in: Regenerate.
10027 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10029         * Makefile.tpl: Make all-target, install-target behave similarly
10030         to all, install (only hitting configured targets).  Eliminate
10031         unused macro defintions.
10033         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10034         build != host.
10036         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10038         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10040         * configure.in: Produce lists of subdir targets we're actually
10041         configuring.  Remove references to "dosrel".
10042         * Makefile.tpl: Let configure set which subdir targets are hit.
10043         Remove install-cross; clean up install; remove ALL.  Remove
10044         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
10045         Autogenerate host module targets.  Remove empty dependency lines
10046         and redundant dependency; rearrange slightly.
10047         * Makefile.def: Add host-side libtermcap, utils.
10049         * Makefile.in: Regenerate.
10051 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10053         * ltconfig (osf[345]): Append $major to soname_spec.
10054         Reflect this in library_names_spec.
10055         * ltmain.sh (osf): Prefix $major with . for use as extension.
10057 2002-11-19  Andreas Jaeger  <aj@suse.de>
10059         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10060         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10061         and sparc64 GNU/Linux systems.
10063 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
10065         * MAINTAINERS: Update email.
10067 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10069         * MAINTAINERS: Complete James Dennett's entry.
10071 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10073         * MAINTAINERS (Write After Approval): Add myself.
10075 2002-11-13  Bruce Korb  <bkorb@gnu.org>
10077         * Makefile.tpl: syntactic cleanup
10079 2002-11-13  Stuart Hastings  <stuart@apple.com>
10081         * MAINTAINERS: Add myself to write-after-approval list.
10083 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10085         * Makefile.def: Add list of recursive targets to autogenerate.
10086         Add build_modules.
10087         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
10088         targets.  Autogenerate *-build-* targets.
10089         * Makefile.in: Regenerate.
10091 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10093         * configure: More autoconf-style substitutions.
10094         * Makefile.tpl: More autoconf-style substitutions.
10095         * Makefile.in: Regenerate.
10097 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10099         * configure: Substitute more variables in a more autoconf-friendly
10100         way.  Simplify slightly.
10101         * Makefile.tpl: Make more variables substitutable in an
10102         autoconf-friendly way.
10103         * Makefile.in: Regenerate.
10105 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
10107         * MAINTAINERS (Write After Approval): Add myself.
10109 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10111         * configure.in (v810*): Remove special setting of tools.
10113         * configure: Add support for extra required flags for ar or nm.
10114         * configure.in (aix4.3+): Use above support for target-specific
10115         issues, rather than using config/mt-aix43.
10117 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10119         * configure: Remove 'removing', which doesn't work.  Replace $subdir
10120         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
10121         with $srcdir.  Reformat indentation.  Substitute some variables
10122         formerly hard-coded in the Makefile for build=host.
10123         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10124         * Makefile.def: Autogenerate more.
10125         * Makefile.in: Regenerate.
10127 2002-11-04  Adam Nemet  <anemet@lnxw.com>
10129         * MAINTAINERS (Write After Approval): Add myself.
10131 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
10133         * Makefile.def (host_modules): Add rda.
10134         * Makefile.in: Regenerate.
10135         * configure.in (target_tool): Add target-rda to list.
10137 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10139         * MAINTAINERS: Remove "co-maintainer" note for web pages.
10141 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
10143         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
10144         and restrap targets to this rule.
10145         * Makefile.in:  Regenerate.
10147 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10149         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10150         GNATS only accounts.
10152 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
10154         * configure.in (i[3456]86-*-linux*): Add check to disable
10155         ${libgcj} for glibc1.
10157 2002-10-24  Denis Chertykov  <denisc@overta.ru>
10159         * MAINTAINERS: Add myself as ip2k port maintainer.
10161 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
10163         * configure.in: Add tic4x target.
10165 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10167         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10168         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10169         * Makefile.in: Regenerate.
10171         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10172         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10173         * Makefile.in: Regenerate.
10175 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
10177         * MAINTAINERS: Add myself as web pages co-maintainer.
10179 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10181         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10182         * Makefile.in: Regenerate.
10184 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
10186         * MAINTAINERS: Add myself and Nathan Sidwell
10187         <nathan@codesourcery.com> as VxWorks maintainers.
10189 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10191         * Makefile.def: Remove order dependency comments.
10192         * Makefile.tpl: Add explicit install-install dependencies.
10193         * Makefile.in: Regenerate.
10195         * Makefile.tpl: Remove material now in src-release.  (Finally!)
10196         * Makefile.in: Regenerate.
10198         * Makefile.tpl: Add configure-target (for src-release in src)
10199         * Makefile.in: Regenerate.
10201 2002-09-30  Nick Clifton  <nickc@redhat.com>
10203         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10205 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10207         * configure.in (s390*-*-linux*): Enable libgcj.
10209 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10211         * configure: Revert accidentally applied changes.
10213         * Makefile.tpl: Make more autoconf-friendly.
10214         * Makefile.in: Regenerate.
10215         * configure: Make substitution more autoconf-like.
10217 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10219         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10220         single entry to handle all these.
10221         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10222         libjava on arm-*-elf.
10224 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10226         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10227         things that depend on them.
10229 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10231         * Makefile.tpl: Make subsituted variables more autoconfy.
10232         * Makefile.in: Regenerate.
10233         * configure: Make seds more autoconfy.
10235 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10237         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10238         * Makefile.in: Regenerate.
10239         * configure.in: Rewrite sed statements to look autoconfy.
10241         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10242         all-target-foo on configure-target-foo.
10243         * Makefile.def: Ditto.
10244         * Makefile.in: Rebuild.
10246 2002-09-25  Andrew Haley  <aph@redhat.com>
10248         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10250 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10252         * Makefile.def: New file.
10253         * Makefile.tpl: New file.
10254         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10255         * contrib/gcc_update: Note that Makefile.in is a generated file.
10257         * configure.in: Minor rearrangement.  Simplify tests.
10259 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10261         * configure.in (with_headers): Skip copy if value is "yes".
10262         (with_libs): Likewise.
10264 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10266         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10267         * configure.in (sh*-*-pe*): Ditto.
10268         * configure.in (mips*-*-pe*): Ditto.
10269         * configure.in (*arm-wince-pe): Ditto.
10271         * configure.in: Rearrange.
10273 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10275         * MAINTAINERS: Update my email address.
10277 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10279         * MAINTAINERS: (Write After Approval): Add myself.
10281 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10283         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10285 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10287         * MAINTAINERS: Change my mailing address.
10289 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10291         * MAINTAINERS (Write After Approval): Remove myself.
10292         (Various Maintainers: c++ runtime libs): Add myself.
10294 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10296         * MAINTAINERS (Write After Approval): Remove myself.
10297         (Various Maintainers: c++ runtime libs): Add myself.
10299 2002-08-15  Eric Christopher  <echristo@redhat.com>
10301         * config.sub: Import from master repository.
10302         * config.guess: Ditto.
10304 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
10306         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10307         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10308         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10310 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
10312         * MAINTAINERS: Add self to rs6000 vector extensions.
10314 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
10316         * libiberty/configure: Reverted unintended yesterday's check in.
10318 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
10320         * boehm-gc/configure, libf2c/configure: Rebuilt.
10321         * libffi/configure, libiberty/configure: Ditto.
10322         * libjava/configure, libobjc/configure: Ditto.
10323         * libstdc++-v3/configure, zlib/configure: Ditto.
10324         Merged from binutils:
10325         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
10326         From Steve Ellcey <sje@cup.hp.com>:
10327         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10328         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10329         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10330         IA64.
10331         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10332         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10333         soname_spec, sys_lib_search_path_spec): Ditto.
10335 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
10337         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10339 2002-08-04  H.J. Lu  (hjl@gnu.org)
10341         * configure.in (mips*-*-linux*): Don't skip target-libffi.
10343 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
10345         * MAINTAINERS (Write After Approval): Add myself.
10347 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
10349         * configure.in: Move generic linux case to end.  Copy generic
10350         linux noconfigdirs to mips*-*-linux* entry and new
10351         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
10353 2002-07-19  Michael Matz  <matz@suse.de>
10355         * MAINTAINERS: Add myself as ra* maintainer.
10357 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
10359         * config.guess: Update to 2002-07-09 version.
10360         * config.sub: Update to 2002-07-03 version.
10362 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
10364         * MAINTAINERS: Fix typo in a maintainer email address.
10366 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10368         * configure.in: Remove two redundant tests.
10370 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10372         * configure.in (mips*-*-irix6*o32): Enable stabs.
10374 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10376         * configure.in: Don't build grez.
10377         * Makefile.in: Ditto.
10379         * Makefile.in: Remove references to bsp, cygmon, libstub.
10380         * configure.in: Ditto.
10382         * configure.in: Remove leftover reference to gdbtest.
10384 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
10386         * configure.in (gxx_include_dir):  Change to match versioned
10387         C++ headers if --enable-version-specific-runtime-libs is used.
10389 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
10391         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10393 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10395         * configure.in: Make --without-x work.
10397 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10399         * configure.in: Rearrange target Makefile fragment collection.
10401         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10402         cvs[src].
10403         * configure.in: Ditto.
10405 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
10407         * MAINTAINERS (Write After Approval): Update my e-mail address.
10409 2002-06-24  Ben Elliston  <bje@redhat.com>
10411         * configure.in (host_tools): Remove cgen.
10413         * Makefile.in (all-cgen): Remove; runs from its source directory.
10414         (check-cgen, install-cgen, clean-cgen): Likewise.
10415         (all-opcodes): Do not depend on all-cgen.
10416         (all-sim): Likewise.
10418 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10420         * Makefile.in: Eliminate 'apache' targets.
10421         * configure.in: Eliminate 'apache' targets.
10423         * configure.in: Eliminate redundant tests.  Reorganize.
10425         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10427         * config-ml.in: Eliminate references to Cygnus configure.
10429         * Makefile.in: Eliminate references to building emacs.
10431 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
10433         * MAINTAINERS: Update my email address.
10435 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
10437         * config.if (libstdcxx_incdir): Version C++ headers.
10438         (cxx_incdir): Remove.
10440 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10442         * MAINTAINERS (Write After Approval): Add self.
10444 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
10446         * configure.in: Add support for ip2k.
10448 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
10450         * configure.in: Fix AIX configury bug.
10452 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
10454         * MAINTAINERS (Write After Approval): Add self.
10456 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10458         * configure.in: replace ${topsrcdir} with ${srcdir}
10460         * configure.in: Move definition of libstdcxx_flags
10461         right above usage, rather than waaay earlier.
10463         * configure.in: Pull definition of is_cross_compiler earlier.
10465         * configure.in: Rearrange a little.
10467         * configure.in: Remove references to librx.
10468         * Makefile.in: Remove references to librx.
10470 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
10472         * config.sub: Add support for avr target.
10473         Import from master sources, rev 1.255
10475 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
10477         * configure, .cvsignore:  Revert previous change...
10478         * Makefile:  ...delete.
10480 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10482         * configure.in: Eliminate ${gasdir} variable.
10484 2002-06-18  Dave Brolley  <brolley@redhat.com>
10486         * configure.in: Add support for frv.
10487         * config.sub: Add support for frv.
10489 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10491         * configure:  Remove garbage from previous commit.
10493 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10495         * configure:  For in-source builds, make a subdir and re-exec there.
10496         * Makefile:  New file.  Pass targets through to build directory.
10497         * .cvsignore:  No longer ignore "Makefile".
10499 2002-06-16  Douglas Rupp  <rupp@gnat.com>
10501         * MAINTAINERS (Write After Approval): Add self.
10503 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10505         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10507 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
10509         * configure.in (vax-*-netbsd*): Re-enable gas.
10511 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
10513         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10514         BUILD_PREFIX_1, to correct nomenclature.
10515         * configure: Likewise.
10517         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10518         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10520 2002-05-31  Olaf Hering  <olh@suse.de>
10522         * config-ml.in: Propogate DESTDIR also.
10524 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
10526         * configure.in (vax-*-netbsd*): Don't build gas for this
10527         platform.
10529 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10531         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10532         and libgcj for AVR.
10534 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
10536         * MAINTAINERS (Write After Approval): Add myself.
10538 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
10540         * config.guess: Update to 2002-05-22 version.
10541         * config.sub: Likewise.
10543 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10545         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10546         * config-ml.in: Likewise.
10547         * configure: Likewise.
10548         * configure.in: Likewise.
10550 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
10552         * MAINTAINERS: Update my email address.
10554 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
10556         * configure.in: Simplify makefile fragment collection.
10558         * configure.in: Remove code to build emacs.
10560         * configure.in : Remove --srcdir argument from targargs and buildargs
10561         (it's always overridden in the Makefile anyway).  Rearrange a bit.
10563         * configure: Move some logic to configure.in.
10564         * configure.in: Move some logic from configure.
10566 2002-05-11  Tom Tromey  <tromey@redhat.com>
10568         * MAINTAINERS: Reflect libgcj reality.
10570 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
10572         * Makefile.in: Honour DESTDIR.
10574 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
10576         * config.guess: Import 2002-03-20 version.
10577         * config.sub: Import 2002-04-26 version.
10579 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10581         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10583 2002-05-07  Tim Josling  <tej@melbpc.org.au>
10585         * MAINTAINERS: Add self.
10587 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
10589         * ltmain.sh: Detect and handle object name conflicts
10590         while piecewise linking a static library.
10592 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
10594         * configure.in (noconfigdirs): Don't disable libgcj on
10595         sparc64-*-solaris* and sparcv9-*-solaris*.
10597 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
10599         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10601 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
10603         * configure.in (FLAGS_FOR_TARGET): Do not add
10604         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10605         on i[3456]86-*-linux*.
10607 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
10609         * configure.in (noconfigdirs): Replace [ ] with test.
10611         * configure.in (noconfigdirs): Do not add target-newlib if
10612         target == i[3456]86-*-linux*, and host == target.
10614 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
10616         * configure.in: delete reference to absent file
10618         * configure.in: replace '[' with 'test'
10620         * configure.in: Eliminate references to gash.
10621         * Makefile.in: Eliminate references to gash.
10623         * configure.in: remove useless references to 'pic' makefile fragments.
10625         * configure.in: (*-*-windows*) Finish removing.
10627         * configure.in: Eliminate redundant test for libgui.
10629 2002-04-29  Roger Sayle  <roger@eyesopen.com>
10631         * MAINTAINERS: Add self and realphabetize.  Update entries
10632         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
10633         entry for a29k port maintainer.
10635 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
10637         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10638         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10640 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
10642         * configure.in: remove references to dead files
10644 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10646         * MAINTAINERS: Add information about purpose of this file.
10648 2002-04-18  Tom Tromey  <tromey@redhat.com>
10650         * configure.in: Disallow configuring libgcj when it is already
10651         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
10652         Solaris 2.8 by default.  For PR libgcj/6158.
10654 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10656         * configure.in:  Move default CC setting out of config/mh-* fragments
10657         directly into here.
10659 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10661         * configure.in: don't even try to configure or make a subdirectory
10662         if there's no configure script for it.
10664 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
10666         * MAINTAINERS: Remove chill maintainers.
10667         * Makefile.in (CHILLFLAGS): Remove.
10668         (CHILL_LIB): Remove.
10669         (TARGET_CONFIGDIRS): Remove libchill.
10670         (CHILL_FOR_TARGET): Remove.
10671         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10672         CHILL_LIB.
10673         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10674         (CHECK_TARGET_MODULES): Likewise.
10675         (INSTALL_TARGET_MODULES): Likewise.
10676         (CLEAN_TARGET_MODULES): Likewise.
10677         (configure-target-libchill): Remove.
10678         (all-target-libchill): Remove.
10679         * configure.in (target_libs): Remove target-libchill.
10680         Do not compute CHILL_FOR_TARGET.
10681         * libchill: Remove directory.
10683 2002-04-11  DJ Delorie  <dj@redhat.com>
10685         * Makefile.in, configure.in: Sync with binutils, entries
10686         follow...
10688 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
10690         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
10691         (do-tar, do-bz2): New rules.
10692         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
10693         (gdb-tar): New rule.
10694         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
10695         (insight_dejagnu.tar): New rule.
10696         (insight.tar): New rule.
10697         (gdb+dejagnu.tar): New rule.
10698         (gdb.tar): New rule.
10700 2002-02-01  Mo DeJong  <supermo@bayarea.net>
10702         * Makefile.in: Add all-tix to deps for all-snavigator
10703         so that tix is built when building snavigator.
10705 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
10707         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10708         ld and gdb are not supported.
10710 2002-01-07  Mark Salter  <msalter@redhat.com>
10712         * configure.in: Remove target-bsp and target-cygmon from arm builds.
10713         Allow target-libgloss to be built for arm, strongarm, and xscale.
10715 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
10717         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10718         options for i[3456]86-pc-linux* native builds.
10720 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
10722         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10723         files from .po files for a distribution.
10725 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
10727         * configure.in: Enable libstdc++-v3 for h8300 targets.
10729 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
10731         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10732         version from bfd/.
10734 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
10736         * Makefile.in (VER): When present, extract the version number from
10737         the file version.in.
10739 2001-05-24  Tom Rix  <trix@redhat.com>
10741         * configure.in : enable ld for aix
10743 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10745         * config.guess: Add linux target for S/390.
10747 2000-11-07  Philip Blundell  <pb@futuretv.com>
10749         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10751 2000-11-03  Philip Blundell  <pb@futuretv.com>
10753         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10754         files.
10756 2001-01-15  Ben Elliston  <bje@redhat.com>
10758         * configure.in (host_tools): Add sid.
10759         Always configure cgen.
10761 2000-11-24  Nick Clifton  <nickc@redhat.com>
10763         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10766 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
10768         * Makefile.in (ALL_MODULES): Add all-cgen.
10769         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10770         (all-cgen): New target.
10771         (all-opcodes,all-sim): Depend on all-cgen.
10772         * configure.in (host_tools): Add cgen.
10773         Only configure cgen if --enable-cgen-maint.
10775 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
10777         * configure.in: Add *-*-freebsd* configurations.
10779 2002-04-08  Tom Tromey  <tromey@redhat.com>
10781         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10782         Fixes PR libgcj/6068.
10784 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
10786         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10788 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10790         * configure.in (alpha*-dec-osf*): Enable libgcj.
10792 2003-03-27  Matthew Gingell  <gingell@gnat.com>
10794         * MAINTAINERS (Write After Approval): Add myself.
10796 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
10798         Fix for: PR bootstrap/3591, target/5676
10799         * configure.in (mcore-pe): Disable the configuration of
10800         libstdc++-v3 since exceptions are not supported.
10802 2002-03-20  Anthony Green  <green@redhat.com>
10804         * configure.in: Enable libgcj for xscale-elf target.
10806 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
10808         * MAINTAINERS:  Update my email address.
10810 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
10812         * ltmain.sh (relink_command): Fix typo in previous change.
10814 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
10816         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
10817         (relink_command): Added --tag flags.
10818         (mode=install): If relinking fails; error out.
10820 2002-03-12  Richard Henderson  <rth@redhat.com>
10822         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
10823         .NOTPARALLEL tag.
10824         (do-check): Rename from check.
10825         (check): Allow parallel check.
10827 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
10829         * MAINTAINERS: Add myself as maintainer for xtensa port.
10830         Fix alphabetical order in CPU port maintainer list.
10831         Remove myself from Write After Approval list.
10833 2002-03-11  Richard Henderson  <rth@redhat.com>
10835         * Makefile.in (.NOTPARALLEL): Add fake tag.
10837 2002-03-07  H.J. Lu  (hjl@gnu.org)
10839         * configure.in: Enable gprof for mips*-*-linux*.
10841 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
10843         * MAINTAINERS (Write After Approval): Add myself.
10845 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
10847         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10848         libjava.
10849         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10851 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
10853         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10854         because its Makefile is there; test for the executable instead.
10856 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
10858         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10859         libstdc++-v3 and libjava.
10861 2002-02-11  Adam Megacz  <adam@xwt.org>
10863         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10864         boehm-gc
10866 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10868         * config.guess: Updated to 2002-01-30's version.
10869         * config.sub: Updated to 2002-02-01's version.
10870         Contribute sh64-elf.
10871         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
10872         * configure.in: Added sh64-*-*.
10874 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
10876         * MAINTAINERS: Belatedly add myself to write after approval list.
10878 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
10880         * MAINTAINERS: Put self in as maintainer for x86-64 port.
10881         Remove self as Write After Approval.
10883 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
10885         * MAINTAINERS: Put self in as maintainer for contrib/regression
10886         directory.
10888 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
10890         * MAINTAINERS:  Update my email address.
10892 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
10894         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
10895         target-libiberty, and target-libgloss.  Skip Java-related
10896         libraries if not supported for NetBSD on target CPU.
10898 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
10900         * install-sh: Use _inst.$$_ for temp file name.
10902 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
10904         * MAINTAINERS (Write After Approval): Move my contact info
10905         from here...
10906         (OS Port Maintainers): ...to here (netbsd).
10908 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
10910         * MAINTAINERS (Write After Approval): Add myself.
10912 2002-01-17  H.J. Lu  <hjl@gnu.org>
10914         * Makefile.in (all-fastjar): Also depend on all-libiberty.
10915         (all-target-fastjar): Also depend on all-target-libiberty.
10917 2002-01-16  H.J. Lu  (hjl@gnu.org)
10919         * config.guess: Import from master sources, rev 1.225.
10920         * config.sub: Import from master sources, rev 1.238.
10922 2002-01-16  Kazu Hirata  <kazu@hxi.com>
10924         * MAINTAINERS (Write After Approval): Remove myself.
10926 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
10928         * MAINTAINERS (Write After Approval): Add myself.
10930 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10932         * MAINTAINERS: Add self as docs co-maintainer.
10934 2001-12-11  Matthias Klose  <doko@debian.org>
10936         * MAINTAINERS (Write After Approval): Add myself.
10938 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
10940         * MAINTAINERS: Update my email address.
10942 2001-12-07  Turly O'Connor  <turly@apple.com>
10943         * MAINTAINERS (Write After Approval): Add myself.
10944         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10945         (rs6000_initialize_trampoline): Call __trampoline_setup for
10946         ABI_DARWIN too.
10947         * darwin-tramp.asm: New file, implements __trampoline_setup.
10948         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10950 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
10952         * MAINTAINERS (Write After Approval): Add myself.
10954 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
10956         * configure, configure.in: Use temp file for long sed commands.
10958 2001-12-03  Laurent Guerby  <guerby@acm.org>
10960         * config.sub: Update to version 1.232 on subversion.
10962 2001-12-03  Ben Elliston  <bje@redhat.com>
10964         * MAINTAINERS: Update mail address for config.* patches.
10966 2001-11-27  DJ Delorie  <dj@redhat.com>
10967             Zack Weinberg  <zack@codesourcery.com>
10969         When build != host, create libiberty for the build machine.
10971         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10972         CONFIG_ARGUMENTS.
10973         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10974         New variables.
10975         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10976         and rules.
10977         (all.normal): Depend on ALL_BUILD_MODULES.
10978         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10979         (all-build-libiberty): Depend on configure-build-libiberty.
10981         * configure: Calculate and substitute proper value for
10982         ALL_BUILD_MODULES.
10983         * configure.in: Create the build subdirectory.
10984         Calculate and substitute TARGET_CONFIGARGS (formerly
10985         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10987 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
10989         * MAINTAINERS (write-after-approval): Add self.
10991 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10993         * MAINTAINERS (GNATS only accounts): Remove self.
10995 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
10997         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10998         libf2c.
11000 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11002         * MAINTAINERS (Write After Approval): Add self.
11004 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11006         * MAINTAINERS: mips and s390 are also CPU ports.
11008 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11010         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11012 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
11014         * MAINTAINERS: Alphabetize.
11016 2001-11-09  Kazu Hirata  <kazu@hxi.com>
11018         * MAINTAINERS (Various maintainers: h8 port): Add myself.
11020 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11022         * MAINTAINERS (Various maintainers: hppa port): Added myself.
11024 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
11026         * configure.in (--enable-languages): Be more permissive about
11027         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
11029 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11031         * config.sub: Import from master sources, rev. 1.230.
11032         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11034 2001-11-07  Laurent Guerby  <guerby@acm.org>
11036         * MAINTAINERS (Write After Approval): Add self.
11038 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
11040         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11042 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
11044         * config.sub: Import from master sources, rev 1.226.
11045         * config.guess: Import from master sources, rev 1.216.
11047 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
11049         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11050         * MAINTAINERS: Add self as maintainer of MMIX port.
11051         Remove old after-approval entry.
11053 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11055         * ChangeLog, configure: Fix spelling errors.
11057 2001-10-20  Brendan Kehoe  <brendan@zen.org>
11059         * MAINTAINERS: Tweak my address.
11061 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
11063         * MAINTAINERS: Update my email address.
11065 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
11067         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11068         * MAINTAINERS: Add self as maintainer of CRIS port.
11070 2001-10-10  Geert Bosch  <bosch@gnat.com>
11072         * MAINTAINERS (Various maintainers: Ada front end):
11073         Added Robert Dewar.
11075 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
11077         * MAINTAINERS (Write After Approval): Added self
11079 2001-10-02  Geert Bosch  <bosch@gnat.com>
11081         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11083 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11085         * configure: Handle temporary files securely using mkdir.
11087 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
11089         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11091 2001-09-26  Will Cohen  <wcohen@redhat.com>
11093         * configure.in (*-*-linux*): Disable configuration of target-newlib
11094         and target-libgloss.
11096 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11098         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11099         RANLIB.
11101 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
11103         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11104         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11105         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11106         avoid quotes nesting problems.
11107         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11108         (DO_X): Export only variables that are set.
11110 2001-09-19  Ben Elliston  <bje@redhat.com>
11112         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11113         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11114         semantics.  Use the shell built-in "type" command instead.
11116 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
11118         Merged from gcc-3_0-branch:
11119         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
11120         * ltcf-c.sh: Use $objext, not $ac_objext.
11121         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
11122         * ltcf-cxx.sh: Add support for GNU.
11123         2001-07-22  Timothy Wall  <twall@redhat.com>
11124         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
11125         default settings if using GNU tools with that configuration.
11126         * ltcf-cxx.sh: Ditto.
11127         * ltcf-gcj.sh: Ditto.
11128         2001-07-21  Michael Chastain  <chastain@redhat.com>
11129         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11130         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
11131         * ltmain.sh: Mark as gcc-local.
11133 2001-08-30  Eric Christopher  <echristo@redhat.com>
11134             Jason Eckhardt  <jle@redhat.com>
11136         * config.guess: Merge from master sources.
11137         * config.sub: Merge from master sources, add support for mipsisa32.
11139 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
11140         * config.sub: Merge from master sources, rev 1.219.
11141         * MAINTAINERS: Add self as contact for stormy16 port.
11143 2001-08-14  Zack Weinberg  <zackw@panix.com>
11145         * config.sub: Merge from master sources, rev 1.218.
11146         * config.guess: Merge from master sources, rev 1.209.
11148 2001-08-11  Graham Stott  <grahams@redhat.com>
11150         * Makefile.in (check-c++): Add missing semicolon.
11152 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
11154         * MAINTAINERS (Various maitainers: predict.def): Added myself.
11156 2001-07-30  Eric Christopher  <echristo@redhat.com>
11158         * MAINTAINERS (Various maintainers: mips port): Added myself.
11160 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
11162         * configure.in (sh-*-linux*): New.
11164 2001-07-27  Richard Henderson  <rth@redhat.com>
11166         * .cvsignore: Add LAST_UPDATED.
11168 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
11170         * MAINTAINERS (Various maintainers: s390 port): Added myself.
11172 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
11174         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11176 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
11178         * MAINTAINERS (Write After Approval): Added myself.
11180 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11182         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11183         and libgcj on m68hc11/m68hc12.
11185 2001-06-27  H.J. Lu  (hjl@gnu.org)
11187         * Makefile (CFLAGS_FOR_BUILD): New.
11188         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11190 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11192         * README: Remove version number.
11194 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11196         * INSTALL/README: Update wrt. to the installation instructions now
11197         residing in gcc/doc/install.texi.
11199 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11201         * README: Replace with a cut-down and updated version of gcc/README.
11203 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11205         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11206         multilibs to be disabled.
11208 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11210         * MAINTAINERS (Write After Approval): Add myself.
11212 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11214         * config.guess: Import CVS version 1.195.
11215         * config.sub: Import CVS version 1.212.
11217 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11219         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11220         gcc/xgcc is built, use -print-prog-name to find out the program
11221         name to use.
11223 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11225         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11226         appear to also be in the master copy.
11227         * config.sub:  Import CVS version 1.211.
11229 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11231         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11232         with_gcc]: Use `gcc -shared' to build a shared library.
11234 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11236         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11237         archives.
11239 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11241         * MAINTAINERS (Write After Approval): Add myself.
11243 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11245         * configure.in (libstdcxx_flags): Do not try to execute
11246         libstdc++-v3/testsuite_flags until it exists.
11248 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11250         * MAINTAINERS: Update my email address.
11252 2001-05-31  Graham Stott  <grahams@redhat.com>
11254         * MAINTAINERS (Write After Approval): Add myself.
11256 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11258         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11259         libraries when using g++ with native linker.
11261 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11263         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11265 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11267         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11268         [aix4*|aix5*]: Prepend blank.
11270 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11272         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11273         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11274         of subdir/configure scripts to use the new libtool.m4.
11276 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11278         * MAINTAINERS (Write After Approval): Add myself.
11280 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11282         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11284 2001-05-11  Ben Elliston  <bje@redhat.com>
11286         * Makefile.in (all-sid): New target.
11287         (check-sid, clean-sid, install-sid): Likewise.
11289 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11291         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11293 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11295         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11296         libgcj.
11298 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11300         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11301         gcc/xgcc is built, use -print-prog-name to find out the program
11302         name to use.
11304 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
11306         * configure.in (noconfigdirs): Don't reset it from scratch in the
11307         target case; only append to it.
11309         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11310         sparc-*-solaris2.8]: Disable ${libgcj}.
11312 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
11314         * configure.in (libgcj_saved): Copy from $libgcj.
11315         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11316         --disable-libgcj.
11318 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
11320         * MAINTAINERS: Remove self as MIPS maintainer and
11321         C front end maintainer.
11323 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
11325         * configure.in: Move *-chorusos target case to the proper switch.
11326         Disable libgcj.
11328 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11330         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11331         1.641.2.228.
11333 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11335         * Makefile.in (STAGE1_CFLAGS): Pass down.
11337 2001-04-13  Alan Modra  <amodra@one.net.au>
11339         * config.guess: Add hppa64-linux support.  Note for next import that
11340         this is already in the master file.
11341         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
11343 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11345         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11346         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11348 2001-04-11  Stan Shebs  <shebs@apple.com>
11350         * MAINTAINERS: Add self as Darwin port maintainer.
11352 2001-04-11  Alan Modra  <amodra@one.net.au>
11354         * MAINTAINERS: Update my email address.
11356 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
11358         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11359         recent versions of FreeBSD (release 3 or later).
11360         * ltconfig: On FreeBSD, -lc must not be provided when building
11361         a shared library or else the standard -pthread gcc option is
11362         rendered worthless to later users of the built library.
11364 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11366         * MAINTAINERS: Add self and RTH as C front end maintainers.
11368 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
11370         * config.sub: Make sure to match an already-canonicalized
11371         machine name (eg. mn10300-unknown-elf).
11373 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
11375         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11376         New macros.
11377         (bootstrap, cross): Use RECURSE_FLAGS.
11378         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11380 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
11382         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11384 2001-03-22  Colin Howell  <chowell@redhat.com>
11386         * Makefile.in (DO_X): Do not backslash single-quotes in
11387         backquotes (two places).
11389 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11391         Re-installed:
11392         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11393         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11394         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11395         * ltcf-cxx.sh: Likewise.
11396         * ltcf-gcj.sh: Likewise.
11398 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11400         * MAINTAINERS: Add myself as "documentation co-maintainer".
11402 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11404         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11405         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11407 2001-03-19  Tom Tromey  <tromey@redhat.com>
11409         * config-ml.in: Handle GCJ and GCJFLAGS.
11411 2001-03-21  Michael Chastain  <chastain@redhat.com>
11413         * Makefile.in: all-m4 depends on all-texinfo.
11415 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
11417         * MAINTAINERS: Add myself to write after approval list.
11419 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
11421         * Makefile.in (DO_X): Quote nested quotes.
11423 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
11425         * MAINTAINERS: Add myself to write after approval list.
11427 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
11429         * Makefile.in (DO_X): Use double quotes for quoting
11430         "RANLIB=$${RANLIB}".
11432 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
11434         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11436 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
11438         * configure.in: Only use `lang_requires' for languages athat are
11439         actually enabled.
11441 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
11443         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
11445 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
11447         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11449 2001-03-07  Tom Tromey  <tromey@redhat.com>
11451         * configure.in: Allow config-lang.in to set `lang_requires' to list
11452         of other required languages.
11454 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
11456         * Makefile.in: Remove RANLIB definition. Use RANLIB
11457         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11458         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11460 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
11461             Alexandre Oliva  <aoliva@redhat.com>
11463         * Makefile.in (check-c++): Use tabs, not spaces.
11465 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
11467         * MAINTAINERS: add myself to Write After Approval list.
11469 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
11471         * Makefile.in (check-c++): New rule.
11473         * configure.in (target_libs): Remove libg++.
11474         (noconfigdirs): Remove libg++.
11475         (noconfigdirs): Same.
11476         (noconfigdirs): Same.
11477         (noconfigdirs): Same.
11479         * config-ml.in: Remove libg++ references.
11481         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11482         (ALL_TARGET_MODULES): Same.
11483         (configure-target-libg++): Remove.
11484         (all-target-libg++): Remove.
11485         (configure-target-libio): Remove.
11486         (all-target-libio): Remove.
11487         (check-target-libio): Remove.
11488         (.PHONY): Remove.
11489         (libg++.tar.bz2): Remove.
11490         (all-target-cygmon): Remove libio.
11491         (all-target-libstdc++): Remove.
11492         (configure-target-libstdc++): Remove.
11493         (TARGET_LIB_PATH): Remove libstdc++.
11494         (ALL_GCC_CXX): Remove libstdc++.
11495         (all-target-gperf): Correct.
11497 2001-02-16  Nick Clifton  <nickc@redhat.com>
11499         * configure.in (noconfigdirs): Allow configuration of texinfo
11500         for Cygwin hosts.
11502 2001-02-15  Anthony Green  <green@redhat.com>
11504         * configure: Introduce GCJ_FOR_TARGET.
11505         * configure.in: Ditto.
11506         * Makefile.in: Ditto.
11508 2001-02-13  Andreas Schwab  <schwab@suse.de>
11510         * MAINTAINERS: Update mail address.
11512 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11514         * config.guess: Add linux target for S/390.
11515         * config.sub: Likewise.
11517 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
11519         * configure.in: for *-chorusos, don't config target-newlib and
11520         target-libgloss.
11522 2001-02-06  Ben Elliston  <bje@redhat.com>
11524         * configure: Output host type to stdout, not stderr.
11526 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
11528         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11529         * ltcf-cxx.sh: Likewise.
11531         * config.if: Assume enable_libstdcxx_v3 is defined.
11533 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
11535         Remove V2 C++ library.
11536         * configure.in: Remove --enable-libstdcxx_v3 support.
11538 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
11540         * include/demangle.h: Add prototype for java_demangle_v3.
11542 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
11544         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
11546 2001-01-27  Richard Henderson  <rth@redhat.com>
11548         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11550 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11552         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11553         Don't unset, it's non-portable and no longer necessary, set to empty
11554         instead.
11556 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11558         * ltconfig: Shell portability fix for the tagname validity check.
11560 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
11562         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11563         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11565 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11567         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11569 2001-01-26  Tom Tromey  <tromey@redhat.com>
11571         * configure.in: Allow libgcj to be built on Sparc Solaris.
11573 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
11575         * ltcf-c.sh: Add aix5 case.
11576         * ltcf-cxx.sh: Likewise.
11577         * ltconfig: Likewise.
11579 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
11581         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11582         keep at least one of build_libtool_libs or build_old_libs set to
11583         yes.
11585         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11586         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11588 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
11590         * configure.in: Enable libgcj on several additional platforms.
11592 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
11594         * configure.in: Enable libgcj for linux targets.
11596 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11598         * MAINTAINERS (Write After Approval): Add myself.
11600 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11602         * MAINTAINERS: Add myself as vax port maintainer.
11604 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
11606         * MAINTAINERS: Add myself as Mercury front-end maintainer.
11608 2001-01-09  Mike Stump  <mrs@wrs.com>
11610         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11611         failures of subdirectories.
11613 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11615         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11616         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11617         * ltcf-cxx.sh: Likewise.
11618         * ltcf-gcj.sh: Likewise.
11619         * ltconfig.sh: Fix typo.
11621 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11623         * configure: handle DOS-style absolute paths.
11625 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11627         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11629 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
11631         * MAINTAINERS: Add myself as avr port co-maintainer.
11633 2000-12-28  Ben Elliston  <bje@redhat.com>
11635         * MAINTAINERS: Add myself under ``Write After Approval''.
11637 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
11639         * texinfo: Remove directory from GCC.
11641 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11643         * COPYING: Update to current
11644         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11645         to 19yy as example year in copyright notice).
11647 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
11649         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11650         (libstdcxx_incdir): Pass down.
11651         * config.if: Remove expired bits for cxx_interface, add stub.
11652         (libstdcxx_incdir): Add variable for g++ include directory.
11653         * configure.in (gxx_include_dir): Use it.
11655 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
11657         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
11658         with old-email address from ``Write After Approval''.
11660 2000-12-15  Andreas Jaeger  <aj@suse.de>
11662         * configure.in: Handle lang_dirs.
11664 2000-12-14  Tom Tromey  <tromey@redhat.com>
11666         * MAINTAINERS: Removed brads.
11668         * MAINTAINERS: Added gcj developers.
11670 2000-12-13  Anthony Green  <green@redhat.com>
11672         * configure.in: Disable libgcj for any target not specifically
11673         listed.  Disable libgcj for x86 and Alpha Linux until compatible
11674         with g++ abi.
11676 2000-12-13  Mike Stump  <mrs@wrs.com>
11678         * Makefile.in (local-distclean): Also remove fastjar.
11680 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
11682         * contrib/gcc_update: Add fastjar --touch entries.
11684 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
11686         * configure.in: Disable language-specific target libraries for
11687         languages that aren't enabled.
11689 2000-12-10  Anthony Green  <green@redhat.com>
11691         * configure.in: Define libgcj.  Disable libgcj target libraries for
11692         most targets.
11694 2000-12-10  Neil Booth  <neilb@earthling.net>
11696         * MAINTAINERS: Update mail address, remove from WAA list.
11698 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11700         * libjava: Imported from /cvs/java.
11701         * libffi: Likewise.
11702         * Boehm-gc: Likewise.
11704 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11706         * configure.in (target_libs): Revert 2000-12-08 patch.
11707         (noconfigdirs): Added target-libjava.
11709 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11711         * djunpack.bat: removed.
11713 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11715         * Makefile.in: handle DOS-style absolute paths.
11716         * config-ml.in: likewise.
11717         * symlink-tree: likewise.
11719 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11721         * fastjar: Imported.
11723 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11725         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11726         libjava.
11727         * configure.in (target_libs): Removed `target-libjava'.
11729 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11731         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11732         (ALL_MODULES): Added fastjar.
11733         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11734         (all-target-libjava): all-fastjar replaces all-zip.
11735         (all-fastjar): Added.
11736         (configure-target-fastjar, all-target-fastjar): Likewise.
11737         * configure.in (host_tools): Added fastjar.
11739 2000-12-07  Mike Stump  <mrs@wrs.com>
11741         * Makefile.in (local-distclean): Remove leftover built files.
11743 2000-11-24  Nick Clifton  <nickc@redhat.com>
11745         * configure.in (xscale-elf): Add target.
11746         (xscale-coff): Add target.
11748 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
11750         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11751         recent versions of FreeBSD (release 3 or later).
11752         * ltconfig: On FreeBSD, -lc must not be provided when building
11753         a shared library or else the standard -pthread gcc option is
11754         rendered worthless to later users of the built library.
11756 2000-11-16  Fred Fish  <fnf@be.com>
11758         * configure.in (enable_libstdcxx_v3): Fix typo,
11759         libstd++ -> libstdc++.
11761 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11763         * MAINTAINERS: Add self to Write After Approval list.
11765 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
11767         * MAINTAINERS: Update my email address.  Add myself to global write
11768         privs list.
11770 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
11772         * Makefile.in: Merge with src and libgcj.
11773         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
11774         configure-target-<library> when their configure scripts need the C
11775         or C++ library to have already been built to work properly.
11776         (do_proto_toplev): Set them to an empty string.
11778         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11779         (REALLY_SET_LIB_PATH): Use them.
11781 2000-11-17  Stan Shebs  <shebs@apple.com>
11783         * MAINTAINERS: Add self to Write After Approval list.
11785 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11787         * configure: Provide the original toplevel configure arguments
11788         (including $0) to subprocesses in the environment rather than
11789         through gcc/configargs.h.
11791 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11793         * MAINTAINERS: Remove references to cccp. Change C9X reference to
11794         C99.  Alphabetise "Write After Approval" list.
11796 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
11798         * configure: Turn on libstdc++ V3 by default.
11800         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11801         if we've got GCC.
11803 2000-11-11  Philip Blundell  <philb@gnu.org>
11805         * MAINTAINERS: Add self to Write After Approval list.
11807 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
11809         * ltcf-c.sh (aix4): Improve shared library configuration; require
11810         exporting symbols.
11811         * ltcf-cxx.sh (aix4): Define.
11812         * ltconfig (aix4): Define library and soname specs appropriate for
11813         AIX.  Define command to create export symbols list.
11815 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
11817         * config.sub: Add support for Sun Chorus
11819 2000-10-31  Nick Clifton  <nickc@redhat.com>
11821         * MAINTAINERS: Rename <name>@cygnus.com addresses to
11822         <name>@redhat.com.  Also installed new email address for Clint
11823         Popetz.
11825 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11827         * etc: Remove directory from GCC.
11829 2000-10-16  Michael Meissner  <meissner@redhat.com>
11831         * configure (gcc/configargs.h): Only create if there is a build GCC
11832         directory created.
11834 2000-10-16  Matthias Klose  <doko@debian.org>
11836         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11837         when configured for libstdc++-v3.
11839 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
11841         * configure: Save configure arguments to gcc/configargs.h.
11843 2000-10-04  Philipp Thomas  <pthomas@suse.de>
11845         * config.guess: Import CVS version 1.157.
11846         * config.sub: Import CVS version 1.181.
11848 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
11850         * Makefile.in (bootstrap): avoid recursion if subdir missing
11851         (cross): ditto
11852         (do-proto-toplev): ditto
11854 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
11856         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11857         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11859         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11860         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
11861         all affected `configure' scripts.
11863 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
11865         * MAINTAINERS: Add self as cpplib co-maintainer.
11867 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
11869         * MAINTAINERS: Add self to Write After Approval list.
11871 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11873         * INSTALL/README: egcs -> GCC update.
11875 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
11877         * MAINTAINERS: Add myself to Write After Approval list.
11879 2000-09-15  Kazu Hirata  <kazu@hxi.com>
11881         * MAINTAINERS: Add myself to Write After Approval list.
11883 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
11885         * configure.in: Do not build byacc for hppa64.  Provide paths to the
11886         X11 libraries for hppa64.
11888 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11890         * MAINTAINERS: Add myself as 68hc11 port maintainer.
11892 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
11894         * Makefile.in (all-zlib): Added dummy target.
11896         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11897         ltcf-gcj.sh: Updated from libtool multi-language branch.
11899 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
11901         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11902         (bootstrap*): Depend on all-bootstrap.
11904 2000-09-05  Philipp Thomas  <pthomas@suse.de>
11906         * config.guess: Import CVS version 1.156.
11907         * config.sub: Import CVS version 1.179.
11909 2000-09-02  Anthony Green  <green@cygnus.com>
11911         * Makefile.in (all-gcc): Depend on all-zlib.
11912         (CLEAN_MODULES): Add clean-zlib.
11913         (ALL_MODULES): Add all-zlib.
11914         * configure.in (host_libs): Add zlib.
11916 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
11918         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11919         crosses, but add gcc/include to the header search path for them.
11921 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
11923         * MAINTAINERS: Add self to Write After Approval list.
11925 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11927         * config.guess: Import CVS version 1.152.
11928         * config.sub: Import CVS version 1.177.
11930 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
11932         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11933         $targargs to tell whether newlib is going to be built.
11935         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11936         $$r/TARGET_SUBDIR/libio for _G_config.h.
11938 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
11940         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11942 2000-08-22  DJ Delorie  <dj@redhat.com>
11944         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11946 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
11948         * config-ml.in (CC, CXX): Avoid trailing whitespace.
11949         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11950         sub-configures.
11952 2000-08-21  DJ Delorie  <dj@redhat.com>
11954         * MAINTAINERS: Add self as a libiberty maintainer
11956 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
11958         * configure.in (libstdcxx_flags): Use
11959         libstdc++-v3/src/libstdc++.INC.
11961 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
11963         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11965 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
11967         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11969         * configure: Make enable_threads and enable_shared defaults
11970         explicit.  Substitute enable_threads into generated Makefiles.
11971         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11972         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11974 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
11976         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11978 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
11980         * config-ml.in (CC): Remove bogus duplicate quotation mark from
11981         previous delta.
11983 2000-08-11  Jason Merrill  <jason@redhat.com>
11985         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11986         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11987         (FLAGS_FOR_TARGET): Not here.
11988         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11990 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
11992         * config-ml.in (CC, CXX): Don't introduce a leading space.
11994 2000-08-07  DJ Delorie  <dj@delorie.com>
11996         * MAINTAINERS: Add self as a DJGPP maintainer
11998 2000-08-07  DJ Delorie  <dj@redhat.com>
12000         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12001         "if we're also building gcc, and it's a gcc that will run on the
12002         build machine, we want to use its includes instead of the system's
12003         default includes".
12005 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12007         * MAINTAINERS: Add self to Write After Approval list.
12009 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
12011         * configure.in (libstdcxx_flags): Don't use `"'.
12013         * config-ml.in: Adjust multilib search paths to the
12014         appropriate multilib tree.
12016 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
12018         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12019         commas in $LANGUAGES.
12021 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
12023         * configure.in: Re-enable all references to libg++ and librx.
12025 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
12027         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12028         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
12029         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12030         * ltcf-cxx.sh (need_lc): Set based on postdeps.
12032         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12034 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
12036         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12037         CXX_FOR_TARGET for sed.
12039 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
12041         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12042         Do not override if already set in the environment or in configure.
12043         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12044         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12046 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
12048         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12049         the libtool CVS tree multi-language branch.
12050         * ltconfig, ltmain.sh: Updated.
12052 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12054         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12055         (clean-target): Depend on it.
12057         * Makefile.in (FLAGS_FOR_TARGET): New macro.
12058         (GCC_FOR_TARGET): Use it.
12059         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12060         * configure.in: ... here.
12061         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
12062         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12064 2000-07-24  Eric Christopher  <echristo@cygnus.com>
12066         * MAINTAINERS: Add self to Write After Approval list.
12068 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
12070         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12071         (configure-target-libchill, configure-target-libobjc): Likewise.
12073         * configure.in: Use the same cache file for all target libs.
12074         * config-ml.in: But different cache files per multilib variant.
12076 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12078         * configure (topsrcdir): Don't use dirname.
12080 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12082         * MAINTAINERS: Add self to Write After Approval list.
12084 2000-07-20  Jason Merrill  <jason@redhat.com>
12086         * configure.in: Remove all references to libg++ and librx.
12088         * configure, configure.in, Makefile.in: Unify gcc and binutils.
12090 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
12092         * config.sub: Update to subversions version 2000-07-06.
12094 2000-07-12  Andrew Haley  <aph@cygnus.com>
12096         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12097         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12099 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
12101         * symlink-tree:  Check number of arguments.
12103 2000-07-05  Jim Wilson  <wilson@cygnus.com>
12105         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12106         search path for a g++ extracted from the build tree.  This
12107         will allow link tests run by configure scripts in
12108         subdirectories to succeed.
12110 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
12112         * ltconfig: Add support for mips-dde-sysv4.2MP
12114 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12116         * MAINTAINERS: Add myself as loop discovery maintainer.
12118 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
12120         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12121         `os2'. Force ac_cv_exeext to be ".exe" in that case.
12123 2000-06-19  Timothy Wall  <twall@cygnus.com>
12125         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12126         * config.sub: Add tic54x target.
12128 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12130         * MAINTAINERS: Add self as Fortran maintainer,
12131         remove Craig Burley.
12133 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12135         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12136         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12138 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
12140         * MAINTAINERS: Add self as i18n maintainer
12142 20000-05-21  H.J. Lu  (hjl@gnu.org)
12144         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12145         directory are used if they exist. Make sure
12146         $(build_tooldir)/include is searched for header files,
12147         $(build_tooldir)/lib/ for library files.
12148         (GCC_FOR_TARGET): Likewise.
12149         (CXX_FOR_TARGET): Likewise.
12151 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
12153         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12155 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
12157         * Makefile.in (configure-target-libiberty): Depend on
12158         configure-target-newlib.
12160 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
12162         * configure.in, Makefile.in: Merge all libffi-related
12163         configury stuff from the libgcj tree.
12165 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12167         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12168         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12170 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12172         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12173         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12174         current version information.  Add to proto-toplev directory.
12175         (gdb-taz): Build do-djunpack.
12177 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
12179         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12181 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12183         * MAINTAINERS: Add self to Write After Approval list.
12185 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12187         * ltmain.sh: Preserve in relink_command any environment
12188         variables that may affect the linker behavior.
12190 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
12192         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12194 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
12196         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12198 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12200         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12201         with the version name.
12203 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12205         * MAINTAINERS: Add self as bb-reorder maintainer.
12207 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12209         * config.if: Tweak.
12211 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12213         * djunpack.bat: New file.
12215 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12217         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12218         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12219         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12220         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12222 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12224         * config.sub (case $basic_machine): Change default for "ibm-*"
12225         to "openedition".
12227 2000-04-13  Andreas Jaeger  <aj@suse.de>
12229         * MAINTAINERS: Added myself.
12231 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12233         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12234         (do-md5sum): New target.
12235         (MD5PROG): Define.
12236         (PACKAGE): Default to TOOL.
12237         (VER): Default to a shell script.
12238         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12239         md5 checksum generation.
12240         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12241         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12242         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12243         insight.tar.bz2): Use gdb-taz to create archive.
12245 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12247         * configure (warn_cflags): Delete.
12249 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12251         * MAINTAINERS: Added myself.
12253 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12254             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12256         * configure.in (enable_libstdcxx_v3): Add.
12257         (target_libs): Add bits here to switch between libstdc++-v2 and
12258         libstdc++-v3.
12259         * config.if: And this file too.
12260         * Makefile.in: Add libstdc++-v3 targets.
12262 2000-04-05  Michael Meissner  <meissner@redhat.com>
12264         * config.sub (d30v): Add d30v as a basic machine type.
12266 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12268         * configure.in: -linux-gnu*, not -linux-gnu.
12270 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12272         * MAINTAINERS: Add self in write-after-approval section.
12274 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12276         * MAINTAINERS: Add self as ia64 port maintainer.
12278 2000-03-08  Neil Booth  <NeilB@earthling.net>
12280         * MAINTAINERS: Add self in write-after-approval section.
12282 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12284         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12285         (do-tar-bz2): Replace TOOL with PACKAGE.
12286         (gdb.tar.bz2): Remove GDBTK from GDB package.
12287         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12288         dejagnu.tar.bz2): New packages.
12290 2000-02-27  Andreas Jaeger  <aj@suse.de>
12292         * configure.in: Add entry for mips*-*-linux*, move catch all
12293         *-*-*linux* entry below this one.
12295 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12297         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12299 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12301         * config.sub: Support an OS of "wince".
12303 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12305         * config.guess, config.sub: Updated to match config's 2000-02-15
12306         version.
12308 2000-02-23  Linas Vepstas  <linas@linas.org>
12310         * config.sub: Add support for Linux/IBM 370.
12311         * configure.in: Likewise.
12313 2000-02-22  Nick Clifton  <nickc@cygnus.com>
12315         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12317 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
12319         * config.guess: Guess "cygwin" rather than "cygwin32".
12321 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12323         * configure (gcc_version): When setting, narrow search to
12324         lines containing `version_string'.
12326 2000-02-15  Denis Chertykov  <denisc@overta.ru>
12328         * config.sub: Add support for avr target.
12330 2000-02-14  Nick Clifton  <nickc@cygnus.com>
12332         * MAINTAINERS: Add maintainers for MCore port.
12334 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12336         * config.sub: Add mmix-knuth-mmixware.
12338 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12340         * MAINTAINERS: Pair cccp with cpplib maintainership.
12342 2000-01-27  Christopher Faylor  <cgf@redhat.com>
12344         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12345         structure stuff to -L library search.
12346         (CXX_FOR_TARGET): Ditto.
12347         (CROSS_CHECK_MODULES): Fix spelling mistake.
12349 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
12351         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12352         the C++ compiler.
12354 2000-01-12  Richard Henderson  <rth@cygnus.com>
12356         * configure.in: Don't build some bits for beos.
12358 2000-01-12  Joel Sherrill (joel@OARcorp.com)
12360         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12361         as include files.
12363 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
12365         * Add self as cpplib maintainer, as requested by Jason
12366         Merrill.  Correct my e-mail address.
12368 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
12370         * configure.in: Use mt-aix43 to handle *_TARGET defs,
12371         not mh-aix43.
12373 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12375         * MAINTAINERS: Add myself to "write after approval" list.
12377 1999-12-14  Richard Henderson  <rth@cygnus.com>
12379         * config.guess (alpha-osf, alpha-linux): Detect ev67.
12380         * config.sub: Accept alphaev[78], alphaev8.
12382 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12384         * config.guess, config.sub: Update from autoconf.
12386 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
12388         * MAINTAINERS:  update my playtime e-address.
12390 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12392         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12393         necessary libraries are missing.
12395 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
12397         * MAINTAINERS: Add new 'write after approval' maintainer.
12399 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12401         * MAINTAINERS: Add new Java maintainer.
12403 1999-10-25  Andreas Schwab  <schwab@suse.de>
12405         * configure: Fix quoting inside arguments of eval.
12407 1999-10-21  Nick Clifton  <nickc@cygnus.com>
12409         * config-ml.in: Allow suppression of some ARM multilibs.
12411 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
12413         * config.guess: Add OS/390 match pattern.
12414         * config.sub: Add mvs, openedition targets.
12415         * configure.in (i370-ibm-opened*): New.
12417 1999-09-04  Steve Chamberlain  <sac@pobox.com>
12419         * config.sub: Add support for configuring for pj.
12421 1999-08-31  Nick Clifton  <nickc@cygnus.com>
12423         * config.sub (maybe_os): Add support for configuring for fr30.
12425 1999-08-25  Nick Clifton  <nickc@cygnus.com>
12427         * configure.in: Do not configure or build ld for AIX
12428         platforms.  ld is known to be broken on these platforms.
12430 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12432         * config-ml.in: Pass compiler flag corresponding to multidirs to
12433         subdir configures.
12435 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
12437         * Makefile.in (LDFLAGS): Define.
12439 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
12441         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12442         noconfigdirs.
12443         (*-*-cygwin*): Likewise.
12445 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
12447         * mkdep: New file.
12448         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12449         (BINUTILS_SUPPORT_DIRS): Add mkdep.
12451         From Eli Zaretskii <eliz@is.elta.co.il>:
12452         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12453         long file name when using DJGPP on MS-DOS.
12455 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
12457         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12459 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
12461         * Makefile.in (check-target-libio): Remove all-target-libstdc++
12462         dependency as this causes "make check" to globally "make all"
12464 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
12466         * configure.in (target_libs): Added target-zlib.
12467         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12468         (CONFIGURE_TARGET_MODULES): Likewise.
12469         (CHECK_TARGET_MODULES): Likewise.
12470         (INSTALL_TARGET_MODULES): Likewise.
12471         (CLEAN_TARGET_MODULES): Likewise.
12472         (configure-target-zlib): New target.
12473         (all-target-zlib): Likewise.
12474         (all-target-libjava): Depend on all-target-zlib.
12475         (configure-target-libjava): Depend on configure-target-zlib.
12477         * Makefile.in (configure-target-libjava): Depend on
12478         configure-target-newlib.
12479         (configure-target-boehm-gc): New target.
12480         (configure-target-qthreads): New target.
12482         * configure.in (target_libs): Added target-qthreads.
12483         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12484         (CONFIGURE_TARGET_MODULES): Likewise.
12485         (CHECK_TARGET_MODULES): Likewise.
12486         (INSTALL_TARGET_MODULES): Likewise.
12487         (CLEAN_TARGET_MODULES): Likewise.
12488         (all-target-qthreads): New target.
12489         (configure-target-libjava): Depend on configure-target-qthreads.
12490         (all-target-libjava): Depend on all-target-qthreads.
12492         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12493         (CONFIGURE_TARGET_MODULES): Likewise.
12494         (CHECK_TARGET_MODULES): Likewise.
12495         (INSTALL_TARGET_MODULES): Likewise.
12496         (CLEAN_TARGET_MODULES): Likewise.
12497         (all-target-libjava): New target.
12498         (all-target-boehm-gc): Likewise.
12499         * configure.in (target_libs): Added libjava, boehm-gc.
12501 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
12503         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12504         configure.bat in SUPPORT_FILES.
12505         (gas+binutils.tar.bz2): Likewise.
12507         * makeall.bat: Remove; obsolete.
12509 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
12511         From Mark Elbrecht:
12512         * configure.bat: Remove; obsolete.
12514 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
12516         * configure: Add -W -Wall to the default CFLAGS when compiling with
12517         gcc.
12519 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
12521         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12523 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
12525         * configure.in: Build ld on IRIX6.
12527 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
12529         * Makefile.in: Change distribution targets to use bzip2 instead of
12530         gzip.
12531         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12532         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12534 1999-06-04  Nick Clifton  <nickc@cygnus.com>
12536         * config.sub: Add mcore target.
12538 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
12540         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12542 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
12544         * config.guess (dummy): Changed to $dummy.
12546 1999-05-24  Nick Clifton  <nickc@cygnus.com>
12548         * config.sub: Tidied up case statements.
12550 1999-05-22  Ben Elliston  <bje@cygnus.com>
12552         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12553         <jiro@din.or.jp>.
12555         * config.guess: Merge with FSF version. Future changes will be
12556         more accurately recorded in this ChangeLog.
12557         * config.sub: Likewise.
12559 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
12561          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12563 1999-04-30  Tom Tromey  <tromey@cygnus.com>
12565         * ltmain.sh: [mode link] Always use CC given by ltconfig.
12567 1999-04-23  Tom Tromey  <tromey@cygnus.com>
12569         * ltconfig, ltmain.sh: Update to libtool 1.2f.
12571 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
12573         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12574         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12575         Bad merge removed these two changes.
12577 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
12578                           Martin Heller (Ing.-Buero_Heller@t-online.de)
12580         * config.guess (interix Alpha): Add.
12582 1999-04-11  Richard Henderson  <rth@cygnus.com>
12584         * configure.in (i?86-*-beos*): Do config gperf; don't config
12585         gdb, newlib, or libgloss.
12587 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
12589         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12590         link a trivial program with -mabi=64.  If it fails, remove mabi=64
12591         from multidirs.
12593 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
12595         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12597 1999-04-08  Nick Clifton  <nickc@cygnus.com>
12599         * config.sub: Add support for mcore targets.
12601 1999-04-07  Michael Meissner  <meissner@cygnus.com>
12603         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12604         not mt-ospace, in order to shut up assembler warning about using
12605         symbols that are named the same as registers.
12607 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
12609         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12610         dependency list for all-target-cygmon.
12612 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
12614         * config-ml.in: Check $host, not $target, for selective multilibs.
12615         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12616         thumb interworking, and underscore prefix multilibs.
12618 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
12620         * missing: Update to version from current automake.
12622 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
12624         * configure (gxx_include_dir): Removed.
12626         * configure.in (gxx_include_dir): Handle it.
12627         * Makefile.in: Likewise.
12629 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
12631         * config.sub (mips64vr4111,mips64vr4111el) Add.
12633 1999-03-21  Ben Elliston  <bje@cygnus.com>
12635         * config.guess: Correct typo for detecting ELF on FreeBSD.
12637 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
12639         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12640         config/mh-djgpp.
12642 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
12644         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12645         all-target-newlib to dependency list for all-target-bsp.
12647 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12649         * config.sub: Add i386-uwin support.
12650         * config.guess: Likewise.
12652 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12654         * configure.in: cleanup, add mh-*pic handling for arm, special
12655         case powerpc*-*-aix*
12657 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
12659         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12660         can be built.
12662 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
12664         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12665         targets.
12667 1999-03-02  Nick Clifton  <nickc@cygnus.com>
12669         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12671 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
12673         * config.sub: Check for "cygwin*" rather than "cygwin32*"
12675 1999-02-24  Nick Clifton  <nickc@cygnus.com>
12677         * config.sub: Fix typo in arm recognition.
12679 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
12681         * configure.in (noconfigdirs): Changed target_configdirs to
12682         include target-bsp only for m68k-*-elf* and m68k-*-coff*
12683         rather than m68k-*-* since it is not known to work on
12684         m68k-aout. Ditto for arm-*-*oabi.
12686 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
12688         * configure.in (*-*-windows*): Remove, no longer used.
12690 1999-02-19  Ben Elliston <bje@cygnus.com>
12692         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12693         Smart and improved by Andrew Cagney.
12695 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
12697         * config.guess: Recognize openbsd-*-hppa.
12699 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
12701         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12702         only if it is not empty.
12704 1999-02-17  Nick Clifton  <nickc@cygnus.com>
12706         Patch from: Scott Bambrough <scottb@corelcomputer.com>
12708         * config.guess: Modified to recognize uname's armv* syntax.
12710         * config.sub: Modified to recognize uname's armv* syntax.
12712 1999-02-17  Mark Salter  <msalter@cygnus.com>
12714         * configure.in: Added target-bsp for sparclite.
12716 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
12718         * config.sub: Recognize alphapca5[67] and up to alphaev8.
12720 1999-02-08  Nick Clifton  <nickc@cygnus.com>
12722         * configure.in: Add support for strongarm port.
12723         * config.sub: Add support for strongarm target.
12725 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12727         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12728         the old name config/mh-cygwin32.
12729         Enable texinfo.
12731 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
12733         * configure.in: Do build ld for ix86 Solaris.
12735 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
12737         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
12738         $AR_FOR_TARGET.  Likewise for RANLIB.
12740 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
12742         * config.sub (oabi):  Recognize.
12743         * configure.in (arm-*-oabi):  Handle.
12745 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
12747         * config.guess: Improve detection of i686 on UnixWare 7.
12749 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12751         * config.guess: Add support for i386-pc-interix.
12752         * config.sub: Likewise.
12753         * configure.in: Likewise.
12755 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
12757         * Makefile.in: Remove unneeded all-target-libio from
12758         from all-target-winsup target since it is now unneeded.
12759         Add all-target-libtermcap in its place since it is now
12760         needed.
12762 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
12764         * configure.in: makefile stub for cygwin target is probably
12765         unnecessary.  Remove it for now.
12767 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
12769         * configure.in: libtermcap.a should be built when cygwin is the
12770         target as well as the host.
12771         * config.guess: Allow mixed case in cygwin uname output.
12772         * Makefile.in: Add libtermcap target.
12774 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
12776         * config.sub: Clean up handling of hppa2.0.
12778 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
12780         * config.guess: Use C code to identify more HP machines.
12782 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
12784         * config.sub: Handle hppa2.0.
12786 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
12788         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
12789         cygmon for all sparclite targets, regardless of object format.
12791 1998-12-15  Mark Salter  <msalter@cygnus.com>
12793         * configure.in: Added target-bsp for several target architectures.
12795         * Makefile.in: Added rules for bsp.
12797 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
12799         * config.guess: Improve detection of hppa2.0 processors.
12801 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
12803         * config.guess: Recognize FreeBSD using ELF automatically.
12805 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
12807         * configure (skip-this-dir): Add handling for new shell script, which
12808         might be created by a sub-directory's configure to indicate, this particular
12809         directory is "unwanted".
12810         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12812 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
12814         * ltconfig: import from libtool, after changing libtool to
12815         account for the cygwin name change.
12817 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
12819         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12820         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12822 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
12824         * configure.in: Add libtermcap to list of cygwin dependencies.
12826 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
12828         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12829         they include winsup/include when it's a cygwin target.
12831 1998-11-12  Tom Tromey  <tromey@cygnus.com>
12833         * configure.in (host_tools): Added zip.
12834         * Makefile.in (all-target-libjava): Depend on all-zip.
12835         (all-zip): New target.
12836         (ALL_MODULES): Added all-zip.
12837         (NATIVE_CHECK_MODULES): Added check-zip.
12838         (INSTALL_MODULES): Added install-zip.
12839         (CLEAN_MODULES): Added clean-zip.
12841 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
12843         * Makefile.in: lose "32" from comment about cygwin.
12845 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
12847         * configure.in: Use -Os to build target libraries for the fr30.
12849 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
12851         * config.sub: Add fr30.
12853 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
12855         * configure.in: drop "32" from config/mh-cygwin32.  Check
12856         cygwin* instead of cygwin32*.
12857         * config.sub: Check cygwin* instead of cygwin32*.
12859 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
12861         * config.guess: Match any version of Unixware7.
12863 1998-10-20  Syd Polk  <spolk@cygnus.com>
12865         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12866         if desired.
12868 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
12870         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12871         these if the appropriate directories and files to not exist.
12873 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
12875         * Makefile.in (DEVO_SUPPORT): Add config.if.
12877 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12879         * configure: Add pattern to replace "build_tooldir"'s
12880         definition in the generated Makefile with "tooldir"'s
12881         actual value.
12883 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
12885         * config.sub: Bring back lost sparcv9.
12887         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12889 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
12891         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12892         CC_FOR_TARGET and friends.
12894 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
12896         * Makefile.in (build_tooldir): New variable, same as tooldir.
12897         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12898         -B$(build_tooldir)/bin/.
12899         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12901 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12903         * README: Remove installation instructions and refer to the
12904         INSTALL directory instead.
12906 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
12908         * config.sub: Add support for i[34567]86-pc-udk.
12909         * configure.in: Likewise.
12911 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
12913         * Makefile.in: add bzip2 package building bits for user
12914         tools module
12915         * configure.in: ditto
12917 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
12919         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12920         (ALL_TARGET_MODULES): Add all-target-libobjc.
12921         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12922         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12923         (all-target-libchill): Add dependencies.
12924         * configure.in (target_libs): Add libchill.
12926 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
12928         * configure.in (target_subdir): Remove duplicate line.
12930 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
12932         * Makefile.in (all-automake): fix dependencies.
12934 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
12936         * configure.in: Minor cleanups for building in the $(target_alias)
12937         subdir.
12939 1998-09-22  Jim Wilson  <wilson@cygnus.com>
12941         * Makefile.in (bootstrap): Set r and s before make all.  Use
12942         BASE_FLAGS_TO_PASS in make all.
12943         (cross): Likewise.
12945 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
12947         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12949 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
12951         * config.sub: Fix typo in last change.
12953 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12955         * config.sub: Add support for C4x target.
12956         * configure.in: Likewise.
12958 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
12960         * config.sub: Recognize sparcv9 just like sparc64.
12962 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
12964         * config.guess: Match "Pent II" or "PentII" for OpenServer.
12966 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
12968         * config.guess: Correctly identify Pentium II sco boxes.
12970         * config.guess: Fix "tr" code.  From Weiwen Liu.
12972 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
12974         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12975         stabs.
12977 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
12979         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12980         (ALL_TARGET_MODULES): Add all-target-libchill.
12981         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12982         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12983         (all-target-libchill): Add dependencies.
12984         * configure.in (target_libs): Add libchill.
12986 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12988         * config.guess: Avoid assumptions about "tr" behaves when
12989         LANG is set to something other than English.
12991 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
12993         * configure (gxx_include_dir): Changed to
12994         '${prefix}/include/g++'-${libstdcxx_interface}.
12996         * config.if: New to determine the interfaces.
12998 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
13000         * config.guess: Detect and handle MPE/IX.
13001         * config.sub: Deal with MPE/IX.
13003 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
13005         * configure.in: Use mh-aix43.
13007 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
13009         * configure: Fix --without/--disable cases for gxx-include-dir.
13011 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
13013         * mdata-sh:  Imported.  Needed for automake support.
13015 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
13017         * Makefile.in (taz): Try "chmod -R og=u ." before
13018         "chmod og=u `find . -print`".
13020 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
13022         * configure.in: Add arm-elf and thumb-elf support.
13024 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
13026         * Makefile.in: Undo previous patch.
13028 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
13030         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13031         to here ...
13032         (install-no-fixedincludes): and here
13033         (INSTALL_MODULES): ... from here.
13035 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13037         * config.sub: Merge with FSF.
13039         * config.guess: Merge with FSF.
13041 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
13043         * configure (extraconfigdirs): New variable.
13044         (SUBDIRS): Add extraconfigdirs and recurse on them too.
13045         * Makefile.in (all): Move higher in file.
13046         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13047         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13048         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13049         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13050         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13052 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
13054         * Makefile.in (all-target-libjava): Depend on all-gcc and
13055         all-target-newlib.
13056         (configure-target-libjava): Depend on $(ALL_GCC).
13058 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
13060         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13061         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13063 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
13065         * INSTALL/README: Fix typo.
13067 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13069         * ylwrap: Change absolute path checks to check for DOS style path
13070         names.
13072         * ylwrap: Don't use a full path name if the source file is in the
13073         same directory.  From hjl@lucon.org (H.J. Lu).
13075         * config-ml.in: Default to being verbose, to match Feb 18 change to
13076         configure.
13078 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
13080         Brought over from egcs:
13082         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13084         * configure.in (target_subdir): Set to ${target_alias} instead
13085         of "libraries".
13087         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13089         * configure.in (target_subdir): Set to libraries if enable_multilib.
13091 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
13093         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13094         multilibs, force reconfiguration the first time we create
13095         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13097 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
13099         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13100         avoid confusion with --no-recursion.
13102 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
13104         * configure.in: Win32 hosts shouldn't use install -x
13105         * install-sh: remove -x option, and special .exe-handling
13106         hack.
13108 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
13110         * config.guess: Recognize i586-pc-beos.
13111         * configure.in: Don't build some bits for beos.
13113 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13115         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13116         CFLAGS default to -O2.
13118         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13119         when using GNU ld.
13121 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
13123         * ltmain.sh: Correct install when using a different shell.
13125 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13127         * ltconfig, ltmain.sh: Update to libtool 1.2b.
13129 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
13131         * makefile.vms: Update to build binutils/makefile.vms.  Add install
13132         target.
13134 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
13136         * ltconfig: Update to correct AIX handling.
13138 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13140         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13142         * configure.in (target_subdir): Set to ${target_alias} instead
13143         of "libraries".
13145 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
13147         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13148         (Makefile): Depend on $(gcc_version_trigger).
13150         * configure (gcc_version): Change default initializer to empty
13151         string.
13152         (gcc_version_trigger): New variable; pass this variable down
13153         to subdir configures to enable them checking gcc's version
13154         themselves. Emit make macros for both gcc_version vars.
13155         (topsrcdir): Initialize reliably.
13156         (recursion line): Remove --with-gcc-version=${gcc_version}.
13158 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13160         * configure (enable_version_specific_runtime_libs): Implement new flag
13161         --enable-version-specific-runtime-libs which installs C++ runtime stuff
13162         in $(libsubdir); emit definition in each generated Makefile.
13163         (gxx_include_dir): Initialize depending on
13164         $enable_version_specific_runtime_libs.
13166 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13168         * configure (gcc_version): Initialize properly depending on
13169         how and where configure is started.
13170         (recursion line): Pass a --with-gcc-version=${gcc_version}
13171         to configures in subdirs.
13173 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
13175         * configure.in (noconfigdirs): Add configure pattern for mips tx39
13176         cygmon
13178 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
13180         * configure.in: Add cygmon and libstub support for mn10200.
13182 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
13184         * configure (gcc_version): Add new variable describing the
13185         particular gcc version we're building.
13186         * Makefile.in (libsubdir): Add new macro for the directory
13187         in which the compiler finds executables, libraries, etc.
13188         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13189         and libsubdir.
13191 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13193         * Makefile.in (local-clean): Remove *.log.
13194         (warning.log): Built with warn_summary from build.log.
13195         (mail-report.log): Run test_summary.
13196         (mail-report-with-warnings.log): Run test_summary including
13197         warning.log in the report.
13199 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13201         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13203 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13205         * Makefile.in (grep): Grep no longer depends on libiberty.
13207 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13209         * Makefile.in: all-snavigator needs all-libgui.
13211 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13213         * configure.in: Add cygmon and libstub support for mn10300.
13215 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13217         * missing: Update to version from automake 1.3.
13219         * ltmain.sh: On installation, don't get confused if the same name
13220         appears more than once in the list of library names.
13222 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13224         * config.sub: Accept m68060 and m5200 as CPU names.
13226 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13228         * configure: Use && rather than using -a in test, because odd
13229         strings can confuse test.
13230         * configure.in: Likewise.
13232 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13234         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13236 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13238         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13239         bootstrap4-lean): New targets.
13241 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13243         * mpw-* Delete.  Not used.
13245 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13247         * COPYING.LIB: Update FSF address.
13249 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13251         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13253         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13254         GAS_SUPPORT_DIRS.
13256 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13258         * ltconfig, ltmain.sh: Avoid producing a version number if
13259         -version-info was not used.
13261 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13263         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13264         building with newlib.
13266 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13268         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13269         Solaris `make' causes it to continue to next definition.
13271 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13273         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13274         the right GUI libraries and files are installed along with GDB.
13276 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13278         * configure.in: Change alpha to alpha* in several places.
13280 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13282         * config.sub: Recognize sparc86x.
13284 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13286         * configure.in (--enable-target-optspace): Remove debug echo.
13288 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13290         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13292 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13294         * ltconfig: Update cygwin32 support.
13296         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13297         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13298         (GDB_SUPPORT_DIRS): Likewise.
13300 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13302         * configure.in (target_makefile_frag): If --enable-target-optspace,
13303         use -Os to compile target libraries rather than -O2.  Default to
13304         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13305         not used.
13306         * configure.in (target_cflags): Ditto for d30v.
13308 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
13310         * Makefile.in (all-bfd): Depend on all-intl.
13311         (all-binutils): Likewise.
13312         (all-gas): Likewise.
13313         (all-gprof): Likewise.
13314         (all-ld): Likewise.
13316 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
13318         * configure.in (host_tools): Fix typo, lbtool -> libtool.
13320 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13322         * Makefile.in (all-bfd): Depend upon all-libiberty.
13324         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13326 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
13328         * Makefile.in: Add libstub.
13330         * configure.in: Ditto. Build libstub for targets that have cygmon
13331         support.
13333 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
13335         * configure.in: Don't set PICFLAG on ix86-cygwin32.
13337 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
13339         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13340         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
13342 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
13344         * configure: Define DEFAULT_M4 by searching PATH.
13345         * Makfile.in: Use DEFAULT_M4.
13347 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13349         * ltconfig: Add cygwin32 support.
13351         * Makefile.in, configure.in: Add libtool as a native only directory
13352         to configure and build.
13354 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
13356         * Makefile.in (INSTALL_MODULES): Remove texinfo.
13358 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
13360         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13362 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
13364         * Makefile.in: add ash make rules
13365         * configure.in: add ash to native_only and host_tools lists
13367 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
13369         * Makefile.in (all-gettext, all-intl): New targets.
13370         (ALL_MODULES): Added all-gettext, all-intl.
13371         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13372         (INSTALL_MODULES): Added install-gettext, install-intl.
13373         (CLEAN_MODULES): Added clean-gettext, clean-intl.
13375         * configure.in (host_tools): Added gettext.
13376         (native_only): Likewise.
13377         (noconfigdirs) [various cases]: Likewise.
13378         (host_libs): Added intl.
13380 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
13382         * configure: Do not disable building gdbtk for cygwin32 hosts.
13384 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
13386         * configure.in: Add thumb-coff target.
13387         * config.sub: Add thumb-coff target.
13389 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13391         * Makefile.in: Revert yesterday's change.
13392         (all-target-winsup):  all-target-librx stays out of here.
13394 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13396         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13397         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13398         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13399         Remove references to librx and libg++.
13401 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
13403         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13404         recursive makes
13406 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
13408         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13409         for newlib directory.
13410         (CXX_FOR_TARGET): Likewise.
13412 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
13414         * ltconfig: Update after libtool/ltconfig.in change for
13415         hpux11.
13417 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
13419         * ltconfig, ltmain.sh: Update to libtool 1.2.
13421 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13423         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13424         (install-gcc-cross): Instead, override LANGUAGES here.
13426 1998-03-18  Dave Love  <d.love@dl.ac.uk>
13428         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13429         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13431 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
13433         * configure.in: Add Thumb-pe target.
13435 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
13437         * Makefile.in - changed sn targets to snavigator
13438         * configure.in - changed sn targets to snavigator
13440 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13442         * config-ml.in: After building symlink tree call make distclean
13443         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13444         to be the case for libiberty.
13446 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
13448         * configure: When making link, also check the current
13449         directory. The configure scripts may create one.
13451 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
13453         * config.sub: Accept alphapca56 and alphaev6 properly.
13455 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13457         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13459 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13461         * config.sub (sco5): Fix typo.
13463 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
13465         * Makefile.in (INSTALL_MODULES): Move install-tcl before
13466         install-itcl.
13467         (install-itcl): Remove dependency on install-tcl.
13469 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
13471         * configure.in: Remove libgloss from noconfigdirs for MN10300.
13473 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
13475         * configure.in: Don't build libgui for a cygwin32 target when not on
13476         a cygwin32 host.
13478 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13480         * configure (redirect): Set to null, so default behavior of
13481         configure is now --verbose.
13483 1998-02-16  Dave Love  <d.love@dl.ac.uk>
13485         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13486         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13488 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
13490         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13491         this change to sync Makefile.in with its ChangeLog entries.
13493 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
13495         * ltmain.sh (mkdir): Check that the directory doesn't exist
13496         before we exit with error, so that we don't get races during
13497         parallel builds.
13499 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13501         * ltconfig, ltmain.sh: Update from libtool 1.0i.
13503 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13505         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13506         PICFLAG_FOR_TARGET.
13507         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13509         * configure: Emit a definition for the new macro enable_shared
13510         into each Makefile.
13512 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13514         * configure.in (host_tools, native_only): Add libtool.
13516 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
13518         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13519         Fix typo in ming config comment.
13521 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13523         * ltconfig, ltmain.sh: Update from libtool 1.0h.
13525 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
13527         * config.sub: Add tic30 cases, and map c30 to tic30.
13529 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
13531         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13532         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13533         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13534         (CLEAN_TARGET_MODULES): Similarly
13535         (all-target-libf2c): Add dependences.
13536         * configure.in (target_libs): Add libf2c.
13538 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
13540         * configure.in: Remove expect from noconfigdirs when target
13541         is cygwin32.  OK to build expect and dejagnu with Canadian
13542         Cross.
13544 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
13546         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13547         host.
13549         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13550         and mingw32.
13552 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13554         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13555         here as it is not defined in the toplevel Makefile.
13557 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13559         * configure (package_makefile_rules_frag): New variable, which names
13560         a file with generic rules, ...
13561         Change comment to mention we now have FIVE parts.
13562         * configure: Undo last change.
13564 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
13566         * config.guess: More accurate determination of HP processor types.
13567         * config.sub: More accurate determination of HP processor types.
13569 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13571         * configure (package_makefile_frag): Move inserting the
13572         ${package_makefile_frag} to where it should be according
13573         to the comment.
13575 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
13577         * config.guess: Add support for Linux/ARM.
13579 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
13581         * .cvsignore: Remove *-info and *-install since they match
13582         release-info and mpw-install, which we don't want to just ignore.
13584 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
13586         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13588 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
13590         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13591         local_prefix to sub-make invocations.
13593 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
13595         * configure.in: Check makefile fragments in the source
13596         directory.
13598 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13600         * configure.in: Check whether host and target makefile
13601         fragments exist before adding them to *_makefile_frag.
13603 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
13605         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13607 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
13609         * configure.in: Make sure we only replace RPATH_ENVVAR on
13610         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13611         regexp to sed.
13613         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13614         to sub-makes.
13616 1998-01-13  Lee Iverson   (leei@ai.sri.com)
13618         * config-ml.in (multi-do): LDFLAGS must include multilib
13619         designator.
13621 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
13623         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13625 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
13627         * config.sub: Add mingw32 support.
13628         * configure.in: Likewise.
13630 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13632         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13634 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
13636         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13637         * configure (gxx_include_dir): Provide a definition for subdirs
13638         which do not use autoconf.
13640 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
13642         * config.guess: Sync with egcs.  Picks up new alpha support,
13643         BeOS & some additional linux support.
13645 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
13647         * config.guess: HP 9000/803 is a PA1.1 machine.
13649 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
13651         * configure.in: It's alpha*-...
13653 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13655         * configure.in (host_makefile_frag, target_makefile_frag):
13656         Handle multiple config files.
13657         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13658         alpha-*-*.
13660 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
13662         * mkdep: New file.
13664 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
13666         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13668 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13670         * Makefile.in: Add libgui directory.
13671         (GDB_TK): Add all-libgui.
13672         * configure.in: Add libgui directory.
13673         * configure: Add all-libgui to GDB_TK.
13675 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
13677         * config-ml.in (multidirs): Add m32r to multilib list.
13679 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
13681         * Makefile.in (all-target-gperf): Change dependency to
13682         all-target-libstdc++.
13684 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
13686         * config.guess: Add BeOS support.
13688 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13690         Source directory cvs renamed to cvssrc:
13691         * configure.in (host_tools): Change cvs to cvssrc.
13692         (native_only): Likewise.
13693         (noconfigdirs) [various cases]: Likewise.
13694         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13695         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13696         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13697         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13698         (all-cvssrc): Rename target from all-cvs.
13700 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
13702         * configure (gxx_include_dir): Fix thinko.
13704 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
13706         * Makefile.in (INSTALL_TARGET_CROSS): Define.
13707         (install-cross, install-gcc-cross): New targets.
13709 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
13711         * configure.in (noconfigdirs): Add support for Thumb target.
13713         * config.sub (maybe_os): Add support for Thumb target.
13715 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
13717         * Makefile.in: Add rules for cygmon.
13719         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13721 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
13723         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13724         * configure (gxx_include_dir): Provide a definition for subdirs
13725         which do not use autoconf.
13727 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
13729         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13730         11/18/97 build
13732 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
13734         * From Franz Sirl.
13735         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13736         found on RedHat Linux systems.
13738 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
13740         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13741         guesses.
13743 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
13745         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13747 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
13749         * ltmain.sh: If mkdir fails, check whether the directory was created
13750         anyhow by some other process.
13752 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
13754         * configure.in (d30v-*-*): Configure all directories.
13756 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
13758         * configure.in (d30v-*-*): Configure newlib, libiberty directories
13759         for the D30V.
13761 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
13763         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13765 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
13767         * include/libiberty.h: Add extern "C" { so it can be used with C++
13768         progrms.
13769         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
13770         programs.
13772 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
13774         * configure.in (d30v-*-*): Configure GCC now.
13776 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
13778         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13779         is no longer needed.
13781 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
13783         * Makefile.in: check-target-libio depends on all-target-libstdc++.
13785 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
13787         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13788         targets using "$@" to provide support for similar but not identical
13789         targets without having to duplicate code.
13791 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
13793         * makefile.vms: Fix to work with DEC C.
13795 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
13797         * config.sub: Add mips-tx39-elf to marketing names.
13799 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
13801         * ltmain.sh: Handle symlinks in generated script.
13803 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
13805         * configure: Handle autoconf style directory options: --bindir,
13806         --datadir, --includedir, --infodir, --libdir, --libexecdir,
13807         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13808         --sysconfdir.
13809         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13810         (sharedstatedir, localstatedir, oldincludedir): New variables.
13811         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13812         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13813         sbindir, sharedstatedir, and sysconfdir.
13815 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13817         * Makefile.in (bootstrap-lean): New target.
13819 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
13821         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
13822         sn, and gnuserv from noconfigdirs.
13824 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
13826         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13828 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
13830         * Makefile.in (cross): New target.
13832 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
13833                           Jeff Law         <law@cygnus.com>
13835         * Makefile.in (bootstrap2, bootstrap3): New targets.
13836         (all-bootstrap): Remove outdated and confusing target.
13837         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
13839 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13841         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
13842         windows.  Consistent with gdb/configure.
13844 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
13846         * configure.in: Name Linux target fragment.
13848         * configure: Rewrite so that project Makefile fragment is inserted
13849         first and appears last in the resulting Makefile.
13851 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13853         * Makefile.in (install-itcl): Install tcl first.
13855 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
13857         * configure.in: remove bison from noconfigdirs for Cygwin32 host
13859 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13861         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13863         * configure.in (skipdirs): Add target-librx for Linux.
13864         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13866 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
13868         * Makefile.in (bootstrap): New target.
13870 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
13872         * config.sub: Accept 'amigados' for backward compatibility.
13874 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
13876         * config.guess: Merge with FSF.
13878 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
13880         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13882 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
13884         * config.sub: Add "marketing-names" patch.
13886 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
13888         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
13890 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
13892         * config.sub: Handle v850-elf.
13894 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
13896         * .cvsignore (*-install): Remove.
13898 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
13900         * ltconfig: Set CONFIG_SHELL in libtool.
13901         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13903 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13905         * configure.in (target_subdir): Set to libraries if enable_multilib.
13907 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
13909         * config.guess: Update from gcc directory.
13911 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13913         * Makefile.in (all-sim): Depends on all-readline.
13915 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
13917         * Makefile.in (BISON, YACC): Use $$s.
13918         (all-bison): Depend on all-texinfo.
13920 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
13922         * Makefile.in (BISON): Add -L flag.
13923         (YACC): Likewise.
13925 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13927         * configure.in (noconfigdirs): Add support for v850e target.
13929         * config.sub (maybe_os): Add support for v850e target.
13931 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13933         * configure.in (noconfigdirs): Add support for v850ea target.
13935         * config.sub (maybe_os): Add support for v850ea target.
13937 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
13939         * config.sub: Add mipstx39.  Delete r3900.
13941 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13943         * Makefile.in (all-autoconf): Depends on all-texinfo.
13945 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
13947         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13948         eabi targets.
13950 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
13952         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13954         * configure: When handling a Canadian Cross, handle YACC as well as
13955         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
13956         * Makefile.in (all-bison): Depend upon all-texinfo.
13958 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
13960         * Makefile.in (BISON): bison, not byacc or bison -y.
13961         (YACC): bison -y or byacc or yacc.
13962         (various): Add *-bison as appropriate.
13963         (taz): No need to mess with BISON anymore.
13965 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
13967         * configure: If OSTYPE matches *win32*, try to find a good value for
13968         CONFIG_SHELL.
13970 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
13972         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13973         configure.in if it is present.
13975 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
13977         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13979 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
13981         * config.sub: Recognize `arc' cpu.
13982         * configure.in: Likewise.
13983         * config-ml.in: Likewise.
13985 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
13987         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13989 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
13991         * configure: Changed sed delimiter from ':' to '|' when
13992         attempting to substitute ${config_shell} for SHELL. On
13993         NT ${config_shell} may contain a ':' in it.
13995 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
13997         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13999 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
14001         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14003 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14005         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14007         * ylwrap: If the program is a relative path, force it to be
14008         absolute.
14010 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14012         * configure (tooldir): Set BISON to `bison -y' and not just bison.
14014 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14016         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14017         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14018         for libraries.
14020 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
14022         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14023         separated by spaces.
14025 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
14027         * ylwrap: New file.
14028         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14030         * ltmain.sh: Handle /bin/sh at start of install program.
14032         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14034         * ltconfig, ltmain.sh: New files, from libtool 1.0.
14035         * missing: New file, from automake 1.2.
14037 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
14039         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
14040         check-tk to CHECK_X11_MODULES.
14042 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14044         * config.sub: Merge with FSF.
14046 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14048         * config.guess: Merge with FSF.
14050 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14052         * configure: Treat msdosdjgpp like go32.
14053         * configure.in: Likewise.  Don't remove gprof for go32.
14055         * configure: Change Makefile.tem2 to Makefile.tm2.
14057 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
14059         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14061 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14063         * install-sh (chmodcmd): Set to null if the DST directory already
14064         exists.  Same as Nov 11th change.
14066 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
14068         * configure (GDB_TK): Needs itcl and tix.
14070 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
14072         * config.guess: Update from FSF.
14074 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
14076         * Makefile.in (GDB_TK): Depend on itcl and tix.
14078 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14080         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14081         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14082         (INSTALL_SCRIPT): New variable.
14083         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14084         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14085         to -x.
14086         * install-sh: Add support for -x option.
14088 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
14090         * configure.in, Makefile.in: Treat tix like itcl.
14092 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
14094         * Makefile.in (WINDRES): New variable.
14095         (WINDRES_FOR_TARGET): New variable.
14096         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14097         (EXTRA_HOST_FLAGS): Add WINDRES.
14098         (EXTRA_TARGET_FLAGS): Add WINDRES.
14099         (EXTRA_GCC_FLAGS): Add WINDRES.
14100         ($(DO_X)): Pass down WINDRES.
14101         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14102         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14103         DLLTOOL_FOR_TARGET.
14105 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
14107         * configure.in: configure sim before gdb for win32-x-ppc
14109 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14111         Move gperf into the toplevel, from libg++.
14112         * configure.in (target_tools): Add target-gperf.
14113         (native_only): Add target-gperf.
14114         * Makefile.in (all-target-gperf): New target, depend on
14115         all-target-libg++.
14116         (configure-target-gperf): Empty rule.
14117         (ALL_TARGET_MODULES): Add all-target-gperf.
14118         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14119         (CHECK_TARGET_MODULES): Add check-target-gperf.
14120         (INSTALL_TARGET_MODULES): Add install-target-gperf.
14121         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14123 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
14125         * config.sub (mn10200): Recognize new basic machine.
14127 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14129         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14130         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14132 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14134         * configure.in: If we're building mips-sgi-irix6* native, turn on
14135         ENABLE_MULTILIB and set TARGET_SUBDIR.
14137 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
14139         * Makefile.in (all-sn): Depend on all-grep.
14141 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
14143         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14145         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14146         Makefile.  From Jeff Makey <jeff@cts.com>.
14147         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14149         * Makefile.in (DISTBISONFILES): Remove.
14150         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
14151         $(DEFAULT_YACC).
14153         * configure.in: Build itl, db, sn, etc., when building for native
14154         cygwin32.
14156         * Makefile.in (LD): New variable.
14157         (EXTRA_HOST_FLAGS): Pass down LD.
14158         ($(DO_X)): Likewise.
14160 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
14162         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14164 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
14166         * configure.in (targargs): Strip out any supplied --build argument
14167         before adding our own. Always add --build.
14169 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
14171         * configure.in (targargs): Pass --build if we're doing
14172         a cross-compile.
14174 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
14176         * configure: Use '|' instead of ":" as the separator in
14177         sed. Otherwise sed chokes on NT path names with drive
14178         designators. Also look for "?:*" as the leading characters in an
14179         absolute pathname.
14181 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
14183         * config.sub: Support for r3900.
14185 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14187         * configure.in: Use install-sh, not install.sh.
14189 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14191         * Makefile.in (taz): Improve check for BISON so it doesn't try to
14192         apply it twice.
14194 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14196         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14197         install-binutils.
14199 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14201         * Makefile.in: Add automake targets.
14202         * configure.in (host_tools): Add automake.
14204 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14206         * configure: Default CXX to c++, not gcc.
14207         * Makefile.in (CXX): Set to c++, not gcc.
14208         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14210 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14212         * install-sh: try appending a .exe if source file doesn't
14213         exist
14215 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14217         * configure.in: Turn on multilib by default.
14218         (cross_only): Remove target-libiberty.
14220         * Makefile.in (all-gcc): Don't depend on libiberty.
14222 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14224         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14226 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14228         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14229         (DISTBISONFILES): Add ld/Makefile.in
14231 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14233         * configure.in: if target is cygwin32 but host isn't cygwin32,
14234         don't configure gdb tcl tk expect, not just gdb.
14236 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14238         * configure.in: Added gnuserv everywhere sn appears.
14240         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14241         (CROSS_CHECK_MODULES): Added check-gnuserv.
14242         (INSTALL_MODULES): Added install-gnuserv.
14243         (CLEAN_MODULES): Added clean-gnuserv.
14244         (all-gnuserv): New target.
14246 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14248         * config.guess: Fixes for MIPS OpenBSD systems.
14250 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14252         * Makefile.in (INSTALL_XFORM): Remove.
14253         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14255         * mkinstalldirs: New file, copied from automake.
14256         * Makefile.in (installdirs): Rename from install-dirs.  Use
14257         mkinstalldirs.  Change all users.
14258         (DEVO_SUPPORT): Add mkinstalldirs.
14260 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14262         * install-sh: Rename from install.sh.
14263         * Makefile.in (INSTALL): Change install.sh to install-sh.
14264         (DEVO_SUPPORT): Likewise.
14266         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14267         Graichen <graichen@rzpd.de>.
14269 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14271         * config.guess: Recognize OpenBSD systems correctly.
14273 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14275         * README, Makefile.in (ETC_SUPPORT): Remove references to
14276         cfg-paper*, configure.{texi,man,info*}._
14278 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14280         * Makefile.in (all.normal): Ensure that gcc is built after all
14281         the x11 - ie gdb - targets.
14283 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14285         * makefile.vms: Don't run conf-a-gas.
14287 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14289         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14291 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14293         * configure.in: Remove noconfigdirs case since gdb also
14294         configures and builds for tic80-coff.
14296 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14298         * configure: Set cache_file to config.cache.
14299         * Makefile.in (local-distclean): Remove config.cache.
14301 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14303         * COPYING: Update FSF address.
14305 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
14307         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14308         noconfigdirs.
14310 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14312         * Makefile.in (install-dirs): Don't crash if prefix, and hence
14313         MAKEDIRS, is empty.
14315 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
14317         * config.sub: Tweak mn10300 entry.
14319 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
14321         * configure.in (host_tools): Put sim before gdb, so gdb's
14322         configure.tgt can determine if the simulator was configured.
14324 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
14326         * config.sub: Move BeOS $os case to be with other Cygnus
14327         local cases.
14329 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
14331         * config.sub: Remove misplaced comment that broke Linux.
14333 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
14335         * config.sub: Add BeOS support.
14337 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
14339         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14341 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
14343         * configure.in (noconfigdirs): Remove tcl and tk from
14344         noconfigdirs for cygwin32 builds.
14346 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
14348         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14350 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
14352         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14353         make-all.com, use makefile.vms instead.
14355 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
14357         * config.sub: Accept -lnews*.
14359 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
14361         * configure.in (noconfigdirs): Disable target-newlib,
14362         target-examples and target-libiberty for d30v.
14364 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14366         * configure.in (noconfigdirs): Enable ld for d30v.
14368 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
14370         * configure.in (tic80-*-*): Build compiler.
14372 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
14374         * configure.in (d30v-*): Remove sim directory from list of
14375         unsupported d30v directories
14377 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14379         * config.sub, configure.in: Add d30v target cpu.
14381 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
14383         * makefile.vms: New file.
14384         * make-all.com: Remove.
14386 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
14388         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14390 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
14392         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14394 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
14396         * Makefile.in (ALL_MODULES): Added all-db.
14397         (CROSS_CHECK_MODULES): Addec check-db.
14398         (INSTALL_MODULES): Added install-db.
14399         (CLEAN_MODULES): Added clean-db.
14401 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
14403         * config.guess: Merge with latest FSF sources.
14405 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
14407         * Makefile.in (ALL_MODULES): Added all-itcl.
14408         (CROSS_CHECK_MODULES): Added check-itcl.
14409         (INSTALL_MODULES): Added install-itcl.
14410         (CLEAN_MODULES): Added clean-itcl.
14412 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
14414         * configure.in: build gdb for mn10200
14416 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
14418         * Makefile.in (all-target-winsup): Depend on all-target-libio.
14420 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
14422         * configure.in (tic80-*-*): Turn off most targets right now.
14424 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
14426         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14427         rather than the makeinfo program.
14428         (do-info): Depend upon all-texinfo.
14430 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14432         * configure.in: Remove uses of config/mh-linux.
14434         * config.sub, config.guess: Merge with latest FSF sources.
14436 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
14438         * config.sub (case $basic_machine): Add tic80 entries.
14440 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
14442         * config.sub, config.guess: Merge with latest FSF sources.
14444 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14446         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14447         * mpw-config.in: Test for NewFolderRecursive.
14448         * mpw-install: Use symbolic name for startup filename.
14449         * mpw-README: Add various additional details.
14451 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
14453         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14455 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
14457         * configure.in: Do build gcc and the target libraries for
14458         the mn10200.
14460 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
14462         * configure.in: don't avoid building gdb for mn10300 any more
14463         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14464         instead of single-quoting it.
14466 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
14468         * configure.in: Don't use --with-stabs on IRIX 6.
14470 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
14472         * configure.in (m32r): Build gdb, libg++ now.
14474 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14476         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
14477         directories from noconfigdirs.
14479 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
14481         * config.sub (basic_machine): added mips16 configuration
14483 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14485         * config.sub: Handle d10v-unknown.
14487 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
14489         * config.sub: Handle v850-unknown.
14491 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
14493         * Makefile.in: add findutils
14494         * configure.in: add findutils to list of host_tools
14496 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
14498         * config.sub: Handle mn10200 and mn10300.
14500 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14502         * configure.in (d10v-*): Do not build librx.
14504 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
14506         * configure.in (mn10300): Build everything except gdb & libgloss.
14508 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
14510         * config.guess:  Patch for Dansk Data Elektronik servers,
14511         from Niels Skou Olsen <nso@dde.dk>.
14513         For ncr, use /bin/uname rather than uname, since GNU uname does not
14514         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
14516         Patch for MIPS R4000 running System V,
14517         from Eric S. Raymond <esr@snark.thyrsus.com>.
14519         Fix thinko for nextstep.
14521         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14523         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
14524         * config.guess: Guess mips-dec-mach_bsd4.3.
14526         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
14527         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
14528         release numbers.
14529         * config.guess (mips-mips-riscos*):  Emit just enough of the
14530         release number.
14532         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
14533         * config.guess (sparc-auspex-sunos*):  Added.
14534         (f300-fujitsu-*): Added.
14536         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
14537         * config.guess:  Recognize a Tadpole as a sparc.
14539 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14541         * config.guess: Don't assume that NextStep version is either 2 or
14542         3.  NextStep 4 (aka OpenStep 4) has come out now.
14544 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14546         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14547         From Rik Faith <faith@cs.unc.edu>.
14549 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
14551         * config.sub: Contributions from bug-gnu-utils to:
14552         Support plain "hppa" (no version given) architecture, reported by
14553         OpenStep.
14554         OpenBSD like NetBSD.
14555         LynxOs is not a hardware supplier.
14557         * config.guess: Contributions from bug-gnu-utils to add support for:
14558         OpenBSD like NetBSD.
14559         Stratus systems.
14560         More Pyramid systems.
14561         i[n>4]86 Intel chips.
14562         M680[n>4]0 Motorola chips.
14563         Use unknown instead of lynx for hardware manufacturer.
14565 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14567         * install.sh (chmodcmd): Set to null if the DST directory already
14568         exists.
14570 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14572         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14573         not use mt-ppc target Makefile fragment any more.
14575 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14577         * configure.in (*-*-windows):  Exclude everything but those dirs
14578         needed to build windows.
14580 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
14582         * Makefile.in (all-target-winsup): Depend on all-target-librx.
14584 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14586         * configure.in:  Exclude mmalloc from i386-windows.
14588 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14590         * Undo my previous change.
14592 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
14594         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14595         unconditionally.
14596         (MAKEOVERRIDES): Define (revert this part of October 18 change).
14598 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14600         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
14601         host to add it's own flags.
14603 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
14605         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14607 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
14609         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14610         (CXX_FOR_TARGET): Likewise.
14611         (GCC_FOR_TARGET): Define.
14612         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14613         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14614         CC_FOR_TARGET was specified on the command line.
14615         (MAKEOVERRIDES): Don't define.
14617 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
14619         * configure.in (m32r): Fix spelling of libg++ libs.
14621 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
14623         * config.sub (-apple*): Remove, now redundant.
14625 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
14627         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14629         * configure: Rework yesterday's sed script patch.
14631         * config.sub: Merge with FSF.
14633 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
14635         * config.guess:  Merge from FSF.
14637         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
14638         * config.guess: Use pc instead of unknown, for pc clone systems.
14639         Change linux to linux-gnu.
14641         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14642         * config.guess: Avoid non-portable tr syntax.
14644 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
14646         * test-build.mk (HOLES): Add "xargs" for gdb.
14648         * configure: Avoid hpux10.20 sed bug.
14650 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
14652         * configure.in:  Add support for windows host
14653         (that is a build done under the Microsoft build environment).
14655 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
14657         * Makefile.in: Replace all uses of srcroot with s, to shrink
14658         command line lengths.
14660         Patches from Geoffrey Noer <noer@cygnus.com>:
14661         * configure.in: If configuring for newlib, pass --with-newlib to
14662         subdirectories.
14663         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14664         -Bnewlib/ and -Lwinsup to gcc.
14665         (CXX_FOR_TARGET): Likewise.
14667 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14669         * Makefile.in (ETC_SUPPORT): Add configure.
14671 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
14673         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14674         host configuration file.
14676 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
14678         * configure.in: Break mn10x00 support into separate
14679         mn10200 and mn10300 configurations.
14680         * config.sub: Likewise.
14682 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
14684         * configure.in: Add lots of stuff to noconfigdirs for
14685         the mn10x00 targets.
14687         * config.sub, configure.in: Add mn10x00 support.
14689 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
14691         * make-all.com: Call conf-a-gas, not config-a-gas.
14693 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
14695         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14696         targets.
14698 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
14700         * mpw-README: Add much more detail for native PowerMac.
14701         * mpw-install: New file.
14702         * mpw-configure: Add --norecursion and --help options.
14703         * mpw-config.in: Translate readme and install files when
14704         copying to objdir.
14705         * mpw-build.in: Don't always depend on byacc and flex.
14706         (install-only-top): New action.
14708 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
14710         * configure.in:  You can now configure GDB for the v850.
14712 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
14714         * configure.in (noconfigdirs): Don't configure any C++ dirs
14715         if targeting D10V.
14717 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14719         * config.sub: Recognize mips64vr5000.
14721 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
14723         * configure.in: Use a single line for host_tools and native_only.
14725 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
14727         * config.sub, configure.in: Add entries for m32r.
14729 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
14731         * Makefile.in (inet-install): Don't run install-gzip.
14733 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
14735         * configure.in:  Don't config lots of things for *-*-windows*.
14737 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
14739         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14740         (host_libs, host_tools): Copy from configure.in.
14741         * mpw-configure: Don't complain about directories not found.
14743 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14745         * configure.in (i[345]86): Recognize i686 for pentium pro.
14746         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14747         file.
14749         * config.guess (i[345]86): Ditto.
14751 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14753         * configure.in (noconfigdirs): Removed gdb for D10V.
14755 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
14757         * configure.in: Remove ld, target-libio, target-libg++, and
14758         target-libstdc++ from noconfigdirs.
14760 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
14762         * configure: Fix three locations where shell scripts were
14763         being run directly rather than with config_shell.
14765 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
14767         * configure.in (v850-*-*): Set up initial $noconfigdirs.
14768         * config.sub (basic_machine): Recognize v850.
14770 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
14772         * mpw-configure: Handle multiple enable/disable options and
14773         pass them down recursively, handle -c and -s flags appropriately
14774         depending on choice of compiler, add escape mechanism for
14775         quoted arguments to gC.
14777 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14779         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14780         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14781         so that -mrelocatable-lib and -mno-eabi are used.
14783         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14784         not support --print-multi-lib, don't abort.
14786 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
14788         * make-all.com: Run config-a-gas.
14789         * setup.com: Don't copy subdirectory files around.
14791 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
14793         * configure.in (*-*-ose): Remove exclusion of libgloss for this
14794         target, it now compiles correctly.
14796 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
14798         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14800 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14802         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
14804 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14806         * configure.in (native_only): Add prms.
14808 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
14810         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14811         (BINUTILS_SUPPORT_DIRS): Likewise.
14813 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14815         * configure.in (d10v-*-*): Don't configure ld or gdb until the
14816         d10v support is added.
14818 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14820         * configure.in (d10v-*-*): New target.
14822 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
14824         * config.guess (HP 9000/811): Recognize this as a PA1.1
14825         machine.
14827 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
14829         * Makefile.in (do-tar-gz): New target, split out from tail end of
14830         taz target.  Run each command separately, don't use pipes.
14831         (taz): Use it.
14833 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
14835         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14836         * mpw-build.in: No builds should depend on building byacc or flex,
14837         they are assumed to be installed already.
14839 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14841         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14842         variable that CC_FOR_TARGET needs.
14844 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14846         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14847         options have changed since the last time the subdirectory was
14848         configured, and if it has, reconfigure.
14849         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14850         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14852 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
14854         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14855         CLEAN_MODULES): Add bash.
14856         (all-bash): New target.
14858 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
14860         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14862 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14864         * config.sub (basic_machine): Recognize d10v as a valid processor.
14866 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
14868         * mpw-configure: Add support for --bindir.
14869         * mpw-build.in: Use a GCC-specific build script for GCC actions.
14871 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
14873         * configure.in: add bash, time, gawk to list of hosttools and things
14874         to only build for native toolchains
14876 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14878         * Makefile.in (docdir): Remove.
14880 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14882         * Makefile.in (datadir): Set to $(prefix)/share.
14884 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
14886         * configure.in: build diff and patch for cygwin32-hosted
14887         toolchains.
14889 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
14891         * config.sub: Accept -rtems*.
14893 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
14895         * configure.in: enable dosrel for cygwin32-hosted builds,
14896                 remove diff from the list of things not buildable
14897                 via Canadian Cross
14899 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
14901         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14902         don't get ". ".
14904 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
14906         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14908 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
14910         * Makefile.in (taz): Handle case where tex3patch didn't even get
14911         checked out.  Also, if it was found, put the symlink in a new util
14912         subdirectory.
14914 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14916         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14918 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
14920         * config.sub: Recognize -openvms.
14921         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14922         * make-all.com, setup.com: New files.
14924 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14926         * Makefile.in (taz): tex3patch moved to texinfo/util.
14928 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
14930         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14931         * configure.in: remove make from disable-if-Can-Cross list
14932                 enable gdb if ${host} and ${target} are cygwin32
14934 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
14936         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
14937         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14939 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14941         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
14942         distinguish sysv/svr4/bsd variants.
14943         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14945 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
14947         * configure.in: Added copyright notice.
14948         * move-if-change: Added copyright notice.
14950 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14952         * configure.in (powerpcle-*-solaris*): Until we get shared
14953         libraries working, don't build gdb, sim, make, tcl, tk, or
14954         expect.
14956 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
14958         * config.guess:  Merge with FSF:
14960         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14961         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14963         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
14964         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14966         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
14967         * config.guess:  Combine two OSF1 rules.
14968         Also recognize field test versions.  From mjr@zk3.dec.com.
14969         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
14970         because GNU uname does not support -p.  From pmr@pajato.com.
14972 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
14974         * Makefile.in (MAKEDIRS): Removed $(tooldir).
14976 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
14978         * mpw-README: Document GCCIncludes.
14980 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
14982         * configure.in (alpha-*-linux*): Set enable_shared to yes.
14984 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14986         * mpw-configure: Handle --enable-FOO and --disable-FOO.
14988 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
14990         * configure.in (*-*-cygwin32): Configure make.
14992 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
14994         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14996 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
14998         * Makefile.in (all-inet): Depend on all-perl.
15000         * Makefile.in (inet-install): New target.
15002         * Makefile.in (all-inet): Depend on all-tcl.
15003         (all-inet): Depend on all-send-pr.
15005 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15007         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15008         temporarily.
15010 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
15012         * configure.in: Don't configure --with-gnu-ld on AIX.
15014 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15016         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15018 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
15020         * Makefile.in (ALL_MODULES): Added all-inet.
15021         (CROSS_CHECK_MODULES): Added check-inet.
15022         (INSTALL_MODULES): Added install-inet.
15023         (CLEAN_MODULES): Added clean-inet.
15024         (all-indent): New target.
15026         * configure.in (host_tools): Added inet.
15027         (native_only): Added inet.
15028         (noconfigdirs): Added inet.
15030 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
15032         * configure.in: Don't configure libgloss if we are not configuring
15033         newlib.
15035 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
15037         * configure.in: Don't configure libgloss for unsupported
15038         architectures.
15040 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15042         * Makefile.in (CLEAN_MODULES): Add clean-apache.
15044 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
15046         * Makefile.in (ALL_MODULES): Include all-apache.
15047         (CROSS_CHECK_MODULES): Include check-apache.
15048         (INSTALL_MODULES): Include install-apache.
15049         (all-apache): New target.
15051         * configure.in: Added apache everywhere perl is seen.
15053 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15055         * Makefile.in: Add support for clean-{module} and
15056         clean-target-{module} rules.
15058 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
15060         * configure.in (*-*-ose) do not build libgloss.
15062 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15064         * config.guess (prep*:SunOS:5.*:*): Turn into
15065         powerpele-unknown-solaris2.
15067 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
15069         * configure.in: Permit --enable-shared to specify a list of
15070         directories.
15072 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15074         * configure.in (host==solaris): Pass only the first word of $CC
15075         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15077 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15079         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15081 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
15083         * Makefile.in (ALL_MODULES): Include all-perl.
15084         (CROSS_CHECK_MODULES): Include check-perl.
15085         (INSTALL_MODULES): Include install-perl.
15086         (ALL_X11_MODULES): Include all-guile.
15087         (CHECK_X11_MODULES): Include check-guile.
15088         (INSTALL_X11_MODULES): Include install-guile.
15089         (all-perl): New target.
15090         (all-guile): New target.
15092         * configure.in (host_tools): Include perl and guile.
15093         (native_only): Include perl and guile.
15094         (noconfigdirs): Don't build guile and perl; no ports have been
15095         done.
15097 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
15099         * configure (--enable-*): Handle quoted option lists such as
15100         --enable-sim-cflags='-g0 -O' better.
15102 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15104         * Makefile.in ({,inst}all-target): New rule so we can make and
15105         install all of the target directories easily.
15107 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15109         * configure.in: Add missing global flag in sed substitution when
15110         deleting `target-' from ${configdirs}.
15112 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
15114         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15115         option.
15117         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15118         config/mh-necv4.
15120         * install.sh: Correct misspelling of transformbasename.
15122         * config.guess: Recognize mips-*-sysv*.
15124 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
15126         * config.sub: Recognize mon960.
15128 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
15130         * configure: Restore Canadian Cross handling of BISON and LEX,
15131         removed in Feb 20 change.
15133 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
15135         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15136         Mention make install.  Remove the old copyright date as well the
15137         clumsy and rather pointless copyright on the README file.
15139 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15141         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15142         Makefile after running symlink-tree, then run `make distclean' to
15143         avoid clobbering any generated files in srcdir.
15145 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
15147         * configure.in (m68k-*-netbsd*): Build everything now.
15149 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15151         * Makefile.in (taz): Fix quoting.
15153 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
15155         * configure.in (sparclet-*-*): Build everything now.
15157 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15159         * configure.in (m68k-*-linux*): New host.
15161 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
15163         * configure: Check for bison before byacc.
15165 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
15167         * Makefile.in configure:  Change the way LEX and BISON/YACC are
15168         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
15169         searching PATH.  These are used as fallbacks by Makefile.in if
15170         flex/bison/byacc aren't in objdir.
15172 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
15174         * Makefile.in: Make everything which depends upon all-bfd also
15175         depend upon all-opcodes, in case --with-commonbfdlib is used.
15177 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15179         * configure.in (host *-*-cygwin32): Don't build gdb if we are
15180         building NT native compilers on Unix.
15182 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
15184         * configure.in: Don't get CC from the host Makefile fragment if we
15185         can find gcc in PATH, or if this is a Canadian Cross.  Move the
15186         Solaris test for /usr/ucb/cc to the post target script, just after
15187         the compiler sanity test.
15189 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
15191         * config.sub: Merge with FSF.
15193 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
15195         * Makefile.in (RPATH_ENVVAR): New variable.
15196         (REALLY_SET_LIB_PATH): Use it.
15197         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15199 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15201         * config.sub, configure.in: Recognize sparclet cpu.
15203 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15205         * config.guess:  Support m68k-cbm-sysv4.
15207 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15209         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15210         m68k-unknown-linuxaout from linker help string.  Put quotes around
15211         $ld_help_string.
15213 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15215         * config.guess (powerpc-harris-powerunix): Add guess for port
15216         to new target.
15218 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15220         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15222 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15224         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15225         $(REALLY_SET_LIB_PATH) in Makefile.
15226         * Makefile.in (SET_LIB_PATH): New variable.
15227         (REALLY_SET_LIB_PATH): New variable.
15228         ($(DO_X)): Use $(SET_LIB_PATH).
15229         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15230         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15231         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15232         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15233         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15234         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15235         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15236         (install-dosrel): Likewise.
15237         (all-opcodes): Depend upon all-libiberty.
15239 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15241         * config.guess (*:CYGWIN*): New
15243 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15245         * Makefile.in (all-target-winsup): All all-target-libiberty.
15247 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15249         * configure.in (noconfigdirs): Add missing # in front of comment.
15251 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15253         * configure.in: add second pass to things added to noconfigdirs
15254         so *-gm-magic can exclude libgloss properly.
15256 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15258         * mpw-configure (extralibs_name, rez_name): Set correctly
15259         for MWC68K compiler.
15261         * mpw-README: Add more info on the necessary build tools.
15263 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15265         * configure.in, config.sub: Recognize cygwin32.
15267 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15269         * config.guess, config.sub: Recognize A/UX.
15271 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15273         * config.sub: Merge with gcc/config.sub.
15275 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15277         * mpw-build.in (do-binutils): Add build of stamps.
15279 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15281         * config.sub: Add recognition for mips64vr4100*-* targets.
15283 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15285         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15286         Add creation of gconfigargs with `--enable-shared' turned on.
15287         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15288         ($(host)-stamp-stage3-configured): Likewise.
15289         (HOLES): Add chatr and ldd.
15290         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15292 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15294         * configure: Pass --nfp to recursive configures.
15296 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15298         * Makefile.in (DLLTOOL): New.
15299         (DLLTOOL_FOR_TARGET): New.
15300         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15301         (EXTRA_TARGET_FLAGS): Ditto.
15302         (EXTRA_GCC_FLAGS): Ditto.
15303         (CONFIGURE_TARGET_MODULES): Ditto.
15304         (DO_X): Ditto.
15305         * configure: Add DLLTOOL.
15307 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
15309         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15310         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15311         mh-sco, since old workarounds no longer needed, and don't
15312         build ld, since libraries have weak symbols in COFF.
15314 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
15316         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15318 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15320         * configure.in: Make sure that ${CC} can be used to compile an
15321         executable.
15323 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15325         * Makefile.in (all-gdb): Depend on $(GDB_TK).
15326         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15327         nothing depending on whether gdbtk is being built.
15329 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
15331         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15333 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
15335         * configure.in (noconfigdirs): Put ld or gas in this early, if the
15336         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15338 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
15340         * config-ml.in: Add support for
15341         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15342         Simplify setting of multidirs from --disable-foo.
15344 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15346         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15347         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15348         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15349         non-empty, pass them on to the  GCC make.
15350         (all-bootstrap): New rule that is like all-gcc, except it executes
15351         the GCC bootstrap rule instead of the GCC all rule.
15353 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
15355         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15357 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15359         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15360         DG/UX support.
15362 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
15364         * config.sub (i*86*) Change [345] to [3456]
15366 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15368         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15369         --with-gnu-ld=no.
15371 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15373         * config-ml.in (rs6000*, powerpc*): Add switches to control which
15374         AIX multilibs get built.
15376 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15378         * configure.in (i386-win32): Don't build expect if we're not
15379         building the tcl subdir.
15381 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
15383         * Makefile.in: (configure-target-examples, all-target-examples):
15384         New targets, configure and build example programs.
15386 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
15388         * mpw-configure: If an mpw-config.in generated a file mk.sed,
15389         use it as input to sedit the generated MPW makefile.
15390         * mpw-README: Add a suggestion about Gestalt.h.
15392 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
15394         * config.sub: Accept *-*-ieee*.
15396 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
15398         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
15399         Ronald F. Guilmette <rfg@monkeys.com>.
15401 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15403         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15404         for powerpc-pe native.
15405         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15406         (target==powerpc-pe): duplicate i386-win32 entry.
15408 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15410         * configure.in (noconfigdirs): Exclude target-newlib for all versions
15411         of vxworks, not just vxworks5.1.
15413 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
15415         * mpw-configure: Add support for exec-prefix.
15417 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15419         * config.guess: Recognize HP model 816 machines as having
15420         a PA1.1 processor.
15422 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15424         * configure: Ignore new autoconf configure options.
15426 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15428         * config.guess:  Recognize Pentium under SCO.
15429         From Robert Lipe <robertl@arnet.com>.
15431 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15433         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15435 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
15437         * configure.in: Don't configure gas for alpha-dec-osf*.
15439 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
15441         * configure.in: Default to --with-stabs for some targets for which
15442         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15443         i[345]86*-*-unixware*.
15445 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15447         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15448         rather than basing it on the target.  Simplify handling of options
15449         controlling which directories to configure.  Remove extraneous
15450         slash in multi-clean target.
15452 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
15454         * config-ml.in: Prefix more variables with ml_ so they don't collide
15455         with configure's.
15457 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
15459         * configure: Don't turn -v into --v.
15461 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
15463         * configure.in (targargs): Fix typo.
15465         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15467 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
15469         * configure.in: Strip --host and --target options from
15470         CONFIG_ARGUMENTS, and always configure for --host only.  Add
15471         --with-cross-host option when building with a cross-compiler.
15472         * configure: Canonicalize the arguments put into config.status by
15473         always using `=' for an option with an argument.  Pass a presumed
15474         --host or --target explicitly.
15476 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
15478         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15479         into general OS recognition case.
15481 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15483         * configure.in (target_configdirs): add target-winsup only
15484         for win32 target systems.
15486 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
15488         * Makefile.in (all-target-libgloss): Depend upon
15489         configure-target-newlib, since when libgloss is built it looks to
15490         see if the newlib directory exists.
15492 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
15494         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15495         cfg-ml-*.in.
15497 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
15499         * configure: Handle LD and LD_FOR_TARGET when configuring a
15500         Canadian Cross.
15502 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15504         * configure.in (target_libs): add target-winsup.
15505         (target==i386-win32): add patch diff flex make to $noconfigdirs.
15506         (target==ppcle-pe): remove ld from $noconfigdirs.
15508 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
15510         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15511         Preserve relative path names in $srcdir.  Build symlink tree if
15512         configuring cross target dir and srcdir=. (= no VPATH support).
15513         (configure-target-libg++): Depend on configure-target-librx.
15514         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15515         * config-ml.in: New file.
15516         * symlink-tree: New file.
15517         * configure: Ensure srcdir="." if that's what it is.
15519 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
15521         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15522         includes and FLEX_SKELETON setting.
15523         * mpw-configure (--with-gnu-ld): New option, controls whether
15524         to use PPCLink or ld with PowerMac GCC.
15525         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15526         * mpw-config.in: Configure grez if targeting Mac.
15528         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15529         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15530         just macos.
15531         * configure.in: Configure grez resource compiler if targeting Mac.
15532         * Makefile.in (all-grez, install-grez): New targets.
15534 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
15536         * configure: CXX defaults to gcc, not g++.  If we find
15537         gcc in the path, set CC to gcc -O2.
15539 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
15541         * configure: Default ${build} correctly.  Avoid picking up extra
15542         spaces when reading CC and CXX from Makefile.  When doing a
15543         Canadian Cross, use plausible default values for numerous
15544         variables.
15545         * configure.in: When doing a Canadian Cross, don't try to
15546         configure tools whose configure script can't handle it.
15548 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15550         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15552 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15554         * configure:  Remove dubious bug reporting address.
15556 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15558         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
15559         configure script, run that instead of this directory's configure.
15560         In either case, print a message that we're configuring the sub-dir.
15562 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15564         * configure.in: Before checking for the existence of various files,
15565         use sed to filter out "target-".
15567 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15569         * Makefile.in (DO_X): Split rule to decrease command line length
15570         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
15571         (Philippe De Muyter).
15573 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15575         * Makefile.in (all-patch): depend on all-libiberty.
15577 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
15579         * configure.in: If the only directory in target_configdirs which
15580         actually exists is libiberty, then set target_configdirs to empty,
15581         to avoid trying to build a target libiberty in a gas or gdb
15582         distribution.
15584 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
15586         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15587         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15588         systems.
15590 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15592         * configure.in (copy_dirs): Use sys-include instead of include
15593         for --with-headers option.
15595 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
15597         * Makefile.in, configure.in: Make winsup builds work with
15598         new scheme.
15600 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
15602         * configure.in: Build the linker on AIX.
15604 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15606         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
15607         where needed.
15609 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
15611         * Makefile.in (all-gcc): Fix typo.
15613 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15615         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
15617 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15619         * configure.in:  Rename libFOO to target-libFOO, and xiberty
15620         to target-xiberty, to provide more flexibility.
15621         (target_subdir):  Define.  Create if cross.
15622         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15623         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
15624         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15625         check-libFOO -> check-target-libFOO, etc.
15626         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15627         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15628         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15629         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
15630         allow ALL_GCC="" to only configure.
15631         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
15632         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
15633         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
15635 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
15637         * Makefile.in (taz): Build "info" in etc explicitly.
15639 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
15641         * configure.in:  Make sure that CC is undefined (as opposed to
15642         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
15643         problem with autoconf trying to configure on a host without GCC.
15645 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
15647         * mpw-configure: Set host alias from choice of host compiler,
15648         only use generic MPW Makefile sed if present, edit a file
15649         named "hacked_Makefile.in" instead of "Makefile.in" if present.
15650         * mpw-README: Add problem notes about CW6 and CW7.
15652 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
15654         * Makefile.in (taz): Use ";" instead of ";;".
15656 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15658         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
15659         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15660         DISTDOCDIRS.
15661         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
15662         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
15664 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15666         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
15667         and gnats, because they are now subsumed by DISTSTUFFDIRS.
15668         Move bfd to DISTSTUFFDIRS.
15670 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15672         * Makefile.in (X11_LIB): Removed.
15673         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15675         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15677 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15679         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15680         names.
15682 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15684         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15686 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
15688         * configure.in (i[345]86-*-win32): Always build newlib.
15689         Don't configure cvs, autoconf or texinfo.
15690         * Makefile.in (LD_FOR_TARGET): New.
15691         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15692         Pass down LD_FOR_TARGET.
15694 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
15696         * winsup: New directory.
15697         * Makefile.in: Build winsup.
15698         * configure.in: Winsup is configured when target is win32.
15699         Can only build win32 target GDB when native.
15701 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
15703         * config.guess: Recognize HP model 819 machines as having
15704         a PA 1.1 processor.
15706 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15708         * configure: Fix sed loop which substitutes for CC and CXX to
15709         avoid bug found in various sed implementations.
15711 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15713         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15714         simulator.  Use standard powerpc-*-eabi*.
15716 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15718         * configure.in: Stop putting gas and binutils in noconfigdirs for
15719         powerpc-*-aix* and rs6000-*-*.
15721 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
15723         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15724         -mcall-aixdesc libraries.
15726 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
15728         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15730         * config.sub (arm | armel | armeb): Fix shell syntax.
15732 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15734         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15735         -msoft-float and -mcpu=common support.
15736         (powerpc*-*-eabisim*): Add support for building -mcall-aix
15737         libraries.
15739 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15741         * configure.in: Allow configuration and build of emacs19 for the alpha.
15743 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15745         * configure.in (CC): Get ^CC, not just any old CC, from
15746         ${host_makefile_frag}.
15748 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15750         * configure.in (CC): Try to get CC from
15751         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15753 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15755         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15756         only if it exists in $(srcdir).
15758 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
15760         * configure: If CC and CXX are not set in the environment, set
15761         them, based on either an existing Makefile or on searching for gcc
15762         in PATH.  Substitute for CC and CXX in Makefile.
15763         * configure.in: Remove libm from target_libs.  Separate
15764         target_configdirs from configdirs.  If CC is not set in
15765         environment, try to get it from a host Makefile fragment.  Rewrite
15766         changes of configdirs to use skipdirs instead.  A few minor
15767         tweaks.  Take directories out of target_configdirs as they are
15768         taken out of configdirs.  Remove existing Makefile files from
15769         subdirectories.  Substitute for TARGET_CONFIGDIRS and
15770         CONFIG_ARGUMENTS in Makefile.
15771         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15772         by configure.in.
15773         (CONFIG_ARGUMENTS): Likewise.
15774         (CONFIGURE_TARGET_MODULES): New variable.
15775         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15776         ($(CONFIGURE_TARGET_MODULES)): New target.
15777         (configure-libg++, configure-libio): New targets.
15778         (all-libg++): Depend upon configure-libg++.
15779         (all-libio): Depend upon configure-libio.
15780         (configure-libgloss, all-libgloss): New targets.
15781         (configure-libstdc++): New target.
15782         (all-libstdc++): Depend upon configure-libstdc++.
15783         (configure-librx, all-librx): New targets.
15784         (configure-newlib): New target.
15785         (all-newlib): Depend upon configure-newlib
15786         (configure-xiberty): New target.
15787         (all-xiberty): Depend upon configure-xiberty.
15789 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15791         * configure.in (host i[345]86-*-win32):  Expand the
15792         noconfigdirs again.
15794 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
15796         * mpw-configure: Fix sed command file name.
15798 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
15800         * configure.in (host i[345]86-*-win32): Reduce the
15801         noconfigdirs again.
15803 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
15805         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15806         or powerpc*-*-pe*, since they are not yet supported.
15808 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
15810         Add PowerMac support and many other enhancements.
15811         * mpw-configure: New option --cc to select compiler to use,
15812         paste options set according to --cc into the generated
15813         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15814         if mpw-make.sed is present.
15815         * mpw-config.in: Don't test for gC1, test for mpw-touch,
15816         add forward includes for PowerPC include files.
15817         * mpw-build.in: Build using Makefile.PPC if present.
15818         (do-byacc, etc): Remove separate version resource builds.
15819         (do-gas): Build "stamps" before "all".
15820         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15821         * mpw-README: Update to reflect --cc option, PowerMac support,
15822         and recently-reported compatibility problems.
15824 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
15826         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15827         embedded m68k systems (-aout, -coff, -elf, -vxworks).
15828         (--with-multilib-top): Pass to recursive invocations.
15830 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
15832         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15833         v810-*-*.
15835 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15837         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15838         gdb, ld and opcodes on v810-*-*.
15840 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
15842         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15843         (local-maintainer-clean): New target.
15844         (maintainer-clean): New target.
15845         (realclean): Just depend upon maintainer-clean.
15847 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15849         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15851 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
15853         * configure.in: Build ld in mips*-*-bsd* case.
15855 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
15857         * config.sub: Accept -lites* OS.  From Ian Dall.
15859 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
15861         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
15862         targets.
15864 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15866         * configure.in: treat i386-win32 canadian cross the same as
15867         i386-go32 canadian cross.
15869 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15871         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15872         running under the simulator to build a reduced set of libraries.
15873         (powerpc-*-eabiaix): Add fine grained multilib support added to
15874         other powerpc targets yesterday.
15876 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15878         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15879         -disable-softfloat, -disable-relocatable, -disable-aix, and
15880         -disable-sysv to control which multilib libraries get built.
15882 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
15884         * configure: Add Makefile.tem to list of files to remove in trap
15885         handler.
15887 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15889         * config.guess (*Linux*):  Add missing "exit"s.
15890         Also, need specific check for alpha-unknown-linux (uses COFF).
15892 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15894         * config.guess:  Merge with FSF:
15896         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
15897         * config.guess (AIX4): More robust release numbering discovery.
15899         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
15900         * config.guess (i386-sequent-ptx): Properly get version number.
15902         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
15903         * config.guess (mips:*:4*:UMIPS): New case.
15905 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15907         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15908         (i386-win32 host): Likewise.  Don't build readline.
15910 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
15912         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
15913         SUPPORT_FILES to submakes.
15915 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
15917         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15918         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15919         mpw-configure.
15921 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
15923         * configure.in (appdirs): Use =, not ==, in test expression when
15924         trying to build the text to print in the warning message for
15925         Solaris users.
15927 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
15929         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15931 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15933         * config.guess: Recognize lynx-2.3.
15935 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
15937         * config.sub (z8ksim): Deleted
15938         (z8k-*-coff): New, this is the one true name of the target.
15940 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
15942         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15944 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
15946         * config.guess (*:Linux:*:*): First try asking the linker what the
15947         default object file format is (elf, aout, or coff).  Then if this
15948         fails, try previous methods.
15950 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15952         * configure.in: Don't build newlib for *-*-vxworks5.1.
15954 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15956         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15957         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15959 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
15961         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15963 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
15965         * cfg-ml-com.in: New file.
15966         * cfg-ml-pos.in: New file.
15968 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15970         * COPYING.NEWLIB: Add HP free copyright to list.
15972 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15974         * config.sub: Recognize -eabi* for the system, not just -eabi.
15976 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15978         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15979         * config.sub, configure.in (win32): New target and host.
15981 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15983         * configure.in: Add i386-pe configuration.
15985 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
15987         * mpw-build.in (install): Install GDB after LD.
15989 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
15991         * mpw-config.in (elf/mips.h): Always forward-include, needed
15992         for GDB to build.
15994 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15996         * testsuite: New directory for customer acceptance and whole tool
15997         chain tests.
15999 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16001         * configure: If per-host line isn't found, but AC_OUTPUT is found
16002         and a configure script exists, run it instead.
16004 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16006         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
16008 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16010         * configure: Set build_{cpu,vendor,os,alias} to host values when
16011         --build isn't specified.
16013 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16015         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16016         (FLAGS_TO_PASS): Pass them.
16017         (EXTRA_TARGET_FLAGS): Ditto.
16019 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16021         * Makefile.in (all-libg++): Depend on all-libstdc++.
16023 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16025         * configure.in (noconfigdirs): Enable all packages for
16026           i386-unknown-netbsd.
16028 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
16030         * configure.in (noconfigdirs): Don't configure tk for i386-go32
16031         hosted builds (DOS builds)
16033 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16035         Changes for ARM based on patches from Richard Earnshaw:
16036         * config.sub: Handle armeb and armel.
16037         * configure.in: Omit arm linker only for riscix.
16039 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16041         * config.guess:  Update from FSF.
16043 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
16045         * config.sub: Recognize powerpcle as the little endian variant of
16046         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
16047         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
16048         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
16049         temporarily.
16051 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
16053         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16055 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
16057         * config.sub: Accept -lites* as a basic system type.
16059 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
16061         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16062         installed, and if so return linuxoldld as the system name.
16064 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
16066         * config.guess: Add hppa1.1-hp-lites support.
16068 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16070         * configure.in: Don't build newlib for m68k-vxworks5.1.
16072 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16074         * configure.in (mips-sgi-irix6): Use mh-irix5.
16076 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
16078         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16080 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16082         * test-build.mk: Enable building of shared libraries on IRIX 5 and
16083         OSF/1.  Fix compiler flags.
16084         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
16086 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
16088         * configure.in: Recognize --with-newlib.
16089         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16091 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16093         * Makefile.in: move {all,check,install}-gdb from *_MODULES
16094         to *_X11_MODULES due to gdbtk needing X include files et al.
16096 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
16098         Merge in support for Mac MPW as a host.
16099         (Old change descriptions retained for informational value.)
16101         * mpw-config.in: Add generic include forwards for cpu-specific
16102         include files in aout and elf directories.
16104         * mpw-configure: Added copyright.
16105         * mpw-config.in: Check for presence of required build tools.
16106         (target_libs): Add newlib.
16107         (target_tools): Add examples.
16108         (Read Me): Generate as "Read Me for MPW" instead.
16109         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16110         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16111         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16113         * mpw-configure: Remove subdir-specific makefile hackery,
16114         delete mk.tmp after using it.
16116         * mpw-build.in (all): Display start and end times.
16118         * mpw-configure (host_canonical): Set.
16119         (target_cpu): Always add to makefiles.
16120         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16121         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16122         (mpw-mh-mpw): Look for in srcdir and srcroot.
16123         Use sed instead of mpw-edit-prefix to edit prefix definitions.
16125         * mpw-build.in: (install-only): New target.
16127         * mpw-configure (host_alias, target_alias): Rename from hostalias
16128         and targetalias, add into generated Makefile.
16129         (mk.tmp): If present, add into generated Makefile.
16130         * mpw-build.in (all-gas): Build config.h first before gas proper.
16132         * mpw-configure (config.status): Write only if changed.
16133         * mpw-config.in (readline): Configure it (not built, just used for
16134         definitions).
16136         * mpw-config.in (elf/mips.h): Add a forward include.
16138         * mpw-config.in: Forward-include most .h files in include into
16139         extra-include.
16140         (readline): Don't build.
16141         mpw-build.in (install): Install GDB.
16143         * mpw-configure (prefix, mpw_prefix): Handle it.
16144         * mpw-config.in (mmalloc, readline): Don't configure.
16145         * mpw-build.in (thisscript): Rename to ThisScript.
16146         Use mpw-build instead of BuildProgram everywhere.
16147         (mmalloc, readline): Don't build.
16148         * mpw-README: New file, basic documentation about the MPW port.
16150         * mpw-config.in: Use forward-include to create include files.
16152         * mpw-configure: Add more things to the top of each configured
16153         Makefile, including contents of config/mpw-mh-mpw.
16154         * mpw-config.in (extra-include): Create this directory and fill it
16155         with Posix-like include files when configuring.
16157         * config.sub (apple, mac, mpw): Add various aliases.
16159         * mpw-build.in: New file, top-level build script fragment for MPW.
16160         * mpw-configure: New file, configure script for MPW.
16161         * mpw-config.in: New file, config fragment for MPW.
16163 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16165         * configure.in (host_libs): Remove glob, since it is gone from the
16166         sources.
16168 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16170         * Makefile.in: define empty GDB_NLM_DEPS var.
16172         * configure.in(target_makefile_frag): use config/mt-netware
16173         for netware targets.
16175 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16177         * config.sub: Merge in recent FSF changes.  Remove linux special
16178         cases.
16180 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16182         Revert this change:
16184         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16186                 * build-all.mk: Use CC=cc -Xs on Solaris.
16188 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16190         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
16191         stop using it.
16192         * Makefile.in: Nuke all references to glob subdirectory.
16194 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16196         * configure.in: Fix --enable-shared logic in per-host.
16198 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16200         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16202 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16204         * configure.in (noconfigdirs): Don't build gas on AIX, for
16205         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16207 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16209         * configure: Fix --cache-file to work if the file argument is a
16210         relative path.
16212 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16214         * configure: If the --cache-file is used, pass it down to
16215         configure in subdirectories.
16217 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16219         * config.sub: add vxworks29k configuration.
16221 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16223         * Makefile.in (taz): Do "diststuff" part quietly.
16225 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16227         * config.sub: Mini-merge with gcc/config.sub.
16229 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16231         * config.guess (IRIX): Sed - to _.
16233 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16235         * Makefile.in (source-vault, binary-vault): New targets.
16237 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16239         * config.sub: Recognize -eabi as a basic system type.
16241 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16243         * configure.in (enable_shared stuff): Fix typo.
16245 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16247         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16249 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16251         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16253 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16255         * configure.in (rs6000-*-*): Don't build gas.
16257 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16259         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16260         reduce command line length.
16261         (AS_FOR_TARGET): Check for as.new, not Makefile.
16262         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16264 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16266         * config.guess:  Merge from FSF.
16268 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16270         * configure: Don't use $ when handling program_suffix.
16272 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16274         * configure.in:  Configure tk for hppa/hpux.
16276 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16278         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16280 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16282         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16283         to LIBCXXFLAGS.  Tests are better run without it.
16285 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16287         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16289 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16291         * configure.in (*-*-netware*): Don't configure xiberty.
16293 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16295         * configure.in:  Remove tk from native_only list.
16297 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16299         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16300           for special NCD build.
16302 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16304         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16305         makeall.bat, they're only useful for binutils snapshots.
16306         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16307         makeall.bat to specified SUPPORT_FILES.
16309 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
16311         * build-all.mk: Add Ericsson targets to sun4 and solaris
16312           hosts.  Add  BNR's sun4 target to solaris host, so their
16313           build-from-source will be tested in-house first.
16315 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16317         * Makefile.in (LIBCFLAGS): New variable.
16318         (CFLAGS_FOR_TARGET): Ditto.
16319         (LIBCFLAGS_FOR_TARGET): Ditto.
16320         (LIBCXXFLAGS): Ditto.
16321         (CXXFLAGS_FOR_TARGET): Ditto.
16322         (LIBCXXFLAGS_FOR_TARGET): Ditto.
16323         (BASE_FLAGS_TO_PASS): Pass them.
16324         (EXTRA_TARGET_FLAGS): Ditto.
16326         * configure.in: Support --enable-shared.
16328 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16330         * configure.in (target_libs):  Include libstdc++ again.
16331         * config.guess:  Update from FSF (for FreeBSD).
16333 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16335         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16336         makeall.bat.
16337         (DISTDOCDIRS): Add `etc'.
16338         (ETC_SUPPORT_PFX): New variable.
16339         (taz): Include anything from etc starting with a word in
16340         ETC_SUPPORT_PFX.
16342 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16344         * config.sub: Update for recent FSF changes.  Remove obsolete
16345         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
16346         spacing changes.
16348 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16350         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
16352         * config.guess:  Merge with FSF.
16353         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16355 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16357         * configure: Since the "trap 0" handler will override the exit
16358         status on many systems, only use it for "exit 1", and make it set
16359         a non-zero exit status; reset it before "exit 0".  Also, check
16360         exit status of config.sub, and error out if it failed.
16362 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
16364         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16365         and install libgloss.
16367 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16369         * Makefile.in (all-binutils): Depend upon all-byacc.
16371         * configure.in: Don't build emacs on Irix 5.
16373 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16375         * configure.in (*-*-netware*): Add libio.
16377 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16379         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16380         (CHECK_TARGET_MODULES): Ditto.
16381         (INSTALL_TARGET_MODULES): Ditto.
16382         (TARGET_LIBS): Ditto.
16383         (all-libstdc++): Note dependencies.
16385 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16387         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16389 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16391         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16392         -fexternal-templates.
16394         * configure.in (target_libs): Add libstdc++.
16395         (noconfigdirs): Add libstdc++ as appropriate.
16397 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16399         * config.guess:  Update from FSF.
16401 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16403         * configure: Use ${config_shell} when running ${configsub}.
16405 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
16407         * config.sub: No longer recognize h8300h.
16409 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16411         * config.sub: Remove extraneous differences between config.sub and
16412         gcc/config.sub.
16414 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16416         * Makefile.in (DISTSTUFFDIRS): Add gas.
16418 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
16420         * COPYING.NEWLIB: New file.
16422 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16424         * config.guess (HP-UX):  Patch from Harlan Stenn
16425         <harlan@landmark.com> to also emit release level.
16427 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
16429         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16431 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16433         * config.sub:  Merge nextstep cleanup from FSF.
16435 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16437         * configure.in (arm-*-*): Don't configure ld for this target.
16439 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16441         * configure.in (*-*-netware): don't configure libg++, libio,
16442           librx, or newlib.
16444 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16446         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
16447         configure ld--it works, but it doesn't support shared libraries.
16449 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16451         * config.guess (*-unknown-freebsd*):  Get rid of possible
16452         trailing "(Release)" in version string.
16453         Patch from Paul Richards <paul@isl.cf.ac.uk>.
16455 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16457         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16458         Fix type: *-next-neststep -> *-next-nextstep.
16460         * config.guess:  Merge from FSF:
16462         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
16464         * config.guess: Recognize powerpc-ibm-aix3.2.5.
16466         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
16468         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16469         instead of UNIX_SV for UnixWare 1.0).
16471 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
16473         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
16474         to make gdb/nlm/* build after the compiler and linker.
16476 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16478         * config.guess (netbsd, freebsd, linux):  Accept any machine,
16479         not just i[34]86.
16480         (m68k-atari-sysv4):  Relocate to match FSF version.
16482         * config.guess:  More merges from the FSF:
16484         Add a space before function call or macro invocation.
16486         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16488         * config.guess: Add trap cmd to remove dummy.c and dummy when
16489         interrupted.
16491         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16493         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16494         (dummy): Redirect stderr from compilation of dummy.c.
16496         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
16498         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16500 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
16502         * configure: Accept and ignore --cache*, for compatibility with
16503         new autoconf.
16505 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16507         * config.guess:  Merge from FSF:
16509         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16511         * config.guess (Pyramid*:OSx*:*:*): New case.
16512         (PATH): Add /.attbin at end for finding uname.
16513         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
16515         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
16517         * config.guess (M88*:DolphinOS:*:*): New case.
16519         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
16521         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16522         to select whether to use ELF or COFF.
16524         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16526         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16528         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
16530         * config.guess: Guess the OS version for HPUX.
16532         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
16534         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16536 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16538         * configure.in: Recognize --with-headers, --with-libs, and
16539         --without-newlib.
16540         * Makefile.in (all-xiberty): Depend upon all-ld.
16542 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16544         * configure.in: Change i[34]86 to i[345]86.
16546 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16548         * configure (version): A few more tweaks to help message.
16550 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16552         * Makefile.in:  Remove (for now) librx as a host library,
16553         now that we're building it for target.
16555 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16557         * configure: Fix up help message; from karl@owl.hq.ileaf.com
16558         (Karl Berry).
16560 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16562         * configure.in:  Also configure librx.
16564 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16566         * Makefile.in:  Update various rules to reflect that librx
16567         is now needed for libg++.
16569 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16571         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16573 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
16575         * configure.in: Configure the examples directory.
16577 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16579         * configure: Simplify Jun 2 1994 change.
16581 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16583         * change CC to /usr/latest/bin/gcc for lynx host builds, since
16584         /bin/gcc isn't good enough to build gcc.
16586 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
16588         * Makefile.in (GDB_SUPPORT_FILES): Remove
16589         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
16590         (gdb.tar.gz): Add new rule to use standard distribution building
16591         mechanism.
16593 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16595         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
16596         Bill Cox <bill@cygnus.com>.
16598 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16600         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
16602 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
16604         * configure:  Search current dir first in .gdbinit.
16606 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16608         * config.sub:  Recognize freebsd (merged from gcc config.sub).
16610 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16612         * config.sub:  Refer to NeXT's operating system as nextstep.
16614         * config.sub (case $basic_machine):  Re-order the cases, to match
16615         the order in the FSF version (which is mostly alphabethical).
16616         Merge in some additions and changes from the FSF.
16618 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
16620         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16621         * config.sub: Recognize cxux7.
16622         * configure.in: Use mh-cxux for m88k-harris-cxux*.
16624 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16626         * config.sub:  Fix typo powerpc -> powerpc-*.
16628 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
16630         * Makefile.in: `all-emacs19' depends on `all-byacc'.
16632         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16633         parallel with all-emacs and install-emacs).  Top-level command
16634         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16636 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16638         * test-build.mk ($(host)-stamp-stage2-installed): Remove
16639         $(relbindir)/make before doing ``make install'', and use
16640         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
16641         installing over running make binary.
16642         ($(host)-stamp-stage3-installed): Likewise.
16644 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16646         * config.guess: Recognize Mach.
16648 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16650         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16651         see whether --exec-prefix was used.
16653 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16655         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
16657 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16659         * Makefile.in: Add all-librx target similar to all-libproc.
16661 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
16663         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
16664         with post 1.2 uname bogosity.
16666 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16668         * configure: Remove temporary files on receipt of a signal.
16670 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
16672         * configure: If there is a package_makefile_frag, remove
16673         ${subdir}/Makefile.tem after copying it in.
16675 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16677         * build_all.mk: support rs6000 lynx identifies itself as
16678         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
16679         since /bin/gcc is too feeble to compile a modern gcc.
16681 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16683         * brought devo/test-build.mk update-to-date with progressive/
16684           test-build.mk. Add lynx targets and hppa flag info.
16686 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16688         * configure.in:  Use mh-ncrsvr43.  Patch from
16689         Tom McConnell <tmcconne@sedona.intel.com>.
16691 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16693         * config.guess (i386-unknown-bsdi):  No longer need to
16694         check #if defined(__bsdi__) && defined(__i386__).
16696 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16698         * configure: Set program_transform_nameoption correctly.
16700 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16702         * brought build-all.mk update-to-date with progressive build-all.mk,
16703           added new targets and hppa info.
16705 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16707         * configure: If config.guess result is a prefix of the user
16708         specified target, assume a native build and use the user specified
16709         target as the host alias.  Remove SunOS patch suffix removal hack.
16710         * configure.in: Remove SunOS patch suffix removal hack.
16712         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16713         in NATIVE_CHECK_MODULES.
16715 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
16717         * Makefile.in: Rename HOST_ONLY to NATIVE.
16718         * configure: Delete SunOs patch suffix from host_canonical
16719           and build_canonical variables that are prepended to Makefiles.
16720         * configure.in: Add comments for easier maintenance.
16722 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16724         * Makefile.in: Add all-libproc target similar to all-gui.
16726 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
16728         * Makefile.in (CHECK_MODULES): split into
16729         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16731 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
16733         * config.guess (i386-unknown-bsdi): New system to guess.
16735 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16737         * Makefile.in: Add all-gui target (but not yet build by "all").
16739 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
16741         * config.sub: Move deletion of patch suffix from here...
16742         * configure.in: To here, at Ian's suggestion.  The top-
16743           level scripts might need to know of a patch level.
16745 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
16747         * config.sub: Strip off patch suffix so rtl is recognized
16748           as a sunos4.1.3 machine, even though it's been patched.
16750 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
16752         * Makefile.in (INSTALL_LAST): Delete.
16753         (INSTALL_DOSREL): New.
16755 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16757         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16758         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16759         whether we pass down --with-gnu-ld anyhow.
16761 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
16763         * Makefile.in (INSTALL_LAST): Change operation so it works
16764         on more flavors of make.
16765         * configure.in (go32): Don't build libg++ or libio.
16767 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
16769         * Makefile.in (Move HOST_PREFIX_1 and friends up so
16770         they can be overriden by templates.
16772 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
16774         * configure.in (target==go32): Don't build gdb.
16775         * dosrel: New directory.
16777 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
16779         * configure.in (host==go32): Configure dosrel too.
16780         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16781         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16782         be set by incoming names or templates.
16783         (INSTALL_LAST): New rule.
16785 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
16787         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16789 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16791         * configure.in (appdirs): New variable.  Currently empty, but will
16792         be used in gas distribution.  If nonempty, lists a set of
16793         directories at least one of which must get configured, or top
16794         level configuration is considered to have failed.
16795         (rs6000-*-lynxos*): Use new file name.
16797 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16799         Eliminate XTRAFLAGS.
16800         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16801         newlib include files using -idirafter, and also use -nostdinc.
16802         (CXX_FOR_TARGET): Likewise.
16803         (XTRAFLAGS): Removed.
16804         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16805         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16806         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16807         ($(DO_X)): Don't pass down XTRAFLAGS.
16809 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16811         * configure.in (mips*-dec-bsd*): New target; do build linker.
16812         (mips*-*-bsd*): New target; don't build linker.
16814 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16816         * configure.in: support rs6000-*-lynxos* configuration.
16817         support sunos4 as a cross target.
16819         * config.sub: look for lynx*, not lynx since the OS version may
16820         legitimately be part of the name.
16822 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16824         * configure.in (i[34]86-*-sco*): Move to be with other i386
16825         targets.
16826         (romp-*-*): New target.  Skip various binary utilities.
16827         (vax-*-*): New target.  Don't build newlib.
16828         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
16830 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16832         * configure.in: Only set host_makefile_frag if config
16833         directory exists.
16835 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16837         * install.sh: If $dstdir exists, don't check whether each
16838         component does.
16840 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16842         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16844 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
16846         * configure.in (*-*-lynxos*): Don't configure newlib for either
16847         native or cross Lynx.
16849 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
16851         * config.sub (sparc64-elf): Fix os.
16852         (z8k): Remove duplicate.
16854 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16856         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16857         gcc/stmp-fixproto, to try to prevent fixproto from being run.
16859 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
16861         * configure: Make file links cleanly even if Lynx fails on
16862           an NFS symlink (at least fail cleanly).
16864 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
16866         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16867         -XNh2000.
16869 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16871         * configure: Unknown options are fatal again.
16873 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
16875         * configure: Ignore --x-includes and --x-libraries, for Autoconf
16876         compatibility.
16878 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
16880         * build-all.mk: Add `clean' target.
16882 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16884         * config.guess:  Add SINIX support.
16885         * configure.in:  Add mips-*-sysv4* support.
16887 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
16889         * build-all.mk: Document all useful targets.
16890         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16891         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16893 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16895         * configure: Support --silent, --quiet.
16897 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16899         * configure: Support --disable-FEATURE.
16901 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16903         * config.guess: Recognize NCR running SVR4.3.
16905 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16907         * config.guess:  Make BSDI generate i386-unknown-bsd386.
16908         Patch from Paul Eggert <eggert@twinsun.com>.
16910 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16912         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16914 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16916         * configure: Make unrecognized options give nonfatal warnings
16917         instead of fatal errors, and pass them to any subdirectory
16918         configures in case they recognize them.
16919         Make --x equivalent to --with-x.
16921 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16923         * configure: Add --enable-* options.  Clean up usage message and
16924         some comments.
16926 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
16928         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16930 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16932         * configure.in (hppa*-*-*): Enable binutils.
16934 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16936         * config.sub: Recognize cisco.
16938 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
16940         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16942 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16944         * config.guess: about target *-hitachi-hiuxwe2, don't print more
16945         than one configuration name.  Add comment.
16947 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
16949         * config.guess: about target *-hitachi-hiuxwe2, fixed
16950         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
16951         macro is incorrect.]
16953 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16955         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16956         than the "make ls" stuff which used to be here.
16958 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16960         * config.guess:  Recognize i[34]86-unknown-freebsd.
16961         From Shawn M Carey <smcarey@rodan.syr.edu>.
16963 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16965         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16967 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
16969         * config.guess: Check for ptx.
16971 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
16973         * config.sub: Add os9k checking.
16975 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16977         * config.guess: Handle OSF1 running on HPPA processors
16979 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16981         * configure: If subdir configure fails, print out a message with
16982         subdirectory name, in case subdir's configure code didn't identify
16983         itself.
16985 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
16987         * configure.in: Remove embedded newlines from configdirs.
16988         Avoid mismatches of substrings.  Fix matching strings at end
16989         of configdirs.
16991 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
16993         * config.guess:  Add Lynx/rs6000 config support.
16995 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16997         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16999 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
17001         * configure.in (hppa*-*-osf*): Treat this just like most other
17002         PA configurations (eg no binutils or ld).
17003         (hppa*-*-*elf*): These configurations have binutils and ld.
17005 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17007         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
17009 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17011         * configure.in (rs6000-*-*): Build gas.
17013 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17015         * Makefile.in:  Avoid bug in losing hpux sed.
17017 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17019         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17020         for GDB and GDB has been fixed to not need it.
17022 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17024         * config.guess: Recognize vax hosts.
17026 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17028         * configure (while loop): Don't use "break 2" inside case
17029         statement -- the case statement isn't an enclosing loop.
17031 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17033         * config.guess:  Clean up NeXT support, to allow nextstep
17034         on Intel machines.  Make OS be nextstep.
17036 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
17038         * config.guess: Add alternate forms for Convex.
17040 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
17042         * configure:  Completely rewrite option processing.  Take
17043         advantage of pattern-matching to avoid invoking test frequently.
17044         Also clean up host and target defaulting logic.
17046 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17048         * Makefile.in: Replace all occurrances of "rootme" with "r" and
17049         "$${rootme}" with "$$r", to increase the likelihood that the do-*
17050         commands (plus user environment) will fit SCO limits.
17052 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17054         * configure.in: Don't issue warnings about directories which are
17055         not being configured if -norecursion is set.  Correct test for
17056         --with-gnu-as and --with-gnu-ld to not get confused by substring
17057         matches.
17059         * configure.in: Don't build gas for alpha-dec-osf1*.
17061 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
17063         * configure:  Back out Per's change of 12/19/1993.  It changes the
17064         behavior of configure in unexpected and confusing ways.
17066         Also, use different delim char when calculating
17067         program_transform_name so that the name can contain slashes.
17069 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
17071         * configure.in, config.sub: Add support for VSTa micro-kernel.
17073 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
17075         * configure.in: Nuke hacks which were used to get a special
17076         version of GAS for HPPA configurations.
17078 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17080         * configure:  If only ${target_alias} is given, use that
17081         as the default for ${host_alias}.
17082         * configure:  Add missing back-slashes before nested quotes.
17084 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17086         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17088 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
17090         * config.guess:  Recognize some Tektronix configurations.
17091         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17093 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17095         * config.sub: Match any flavor of SH.
17097 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
17099         * configure.in: Don't try to configure newlib for Alpha.
17101 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17103         * configure.in: Don't build ld for Irix 5.  Don't build gas,
17104         libg++ or libio for any Alpha target.
17106         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17108 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
17110         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17111         default arguments -- so it tried to compress itself.
17113 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17115         * configure.in (notsupp): ensure that a space is always at the end
17116           of the configdirs list, since the grep checks for an explicit space
17118 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17120         * configure.in (target i386-sysv4.2): don't build ld, since static
17121           versions of many libraries are not available.
17123 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17125         * config.guess: Recognize Apollos (using environment variables).
17126         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17128 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17130         * config.guess: Recognize Sony news mips running newsos.
17132 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
17134         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17135         "fi ; else" for bash.
17137 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
17139         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17141 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
17143         * config.sub: accept unixware as an alias for svr4.2.
17144         Fix some inconsistancies with the gcc version.
17146 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17148         * Makefile.in (DISTDOCDIRS):  Add gdb.
17150 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17152         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
17154 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17156         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17157         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17158         this now.
17160 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17162         * config.sub: Accept hiux* as an OS name.
17164         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17165         etc/make-stds.texi.  The underscore came from gcc, and dje now
17166         agrees that RUNTESTFLAGS is the correct name.
17168 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17170         * install.sh:  Remove 'set -e'.  It makes any conditionals
17171         in the script useless.
17173         * config.guess: Automatically recognize arm-acorn-riscix
17174         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17176 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
17178         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17180 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17182         * Makefile.in (DISTDOCDIRS): New variable.
17183         (taz): Edit local Makefile.in sooner, instead of proto-toplev
17184         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
17186 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17188         * configure.in (hppa target): check the source directory for the
17189           pagas sub-directory
17191 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
17193         * config.sub: Allow -aout* and -elf*.
17195 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17197         * configure.in: Don't build ld on i386-solaris2, same as for
17198         sparc-solaris2.
17200 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17202         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17204 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17206         * configure.in:  Configure gdb for alpha.
17208 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17210         * Makefile.in (CXXFLAGS): Add -O.
17212 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17214         * config.guess: added support for DG Aviion
17216 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17218         * configure.in: Produce warning message for subdirectories not
17219         configurable for this host/target combination.  Don't try to
17220         configure gdb for vms.
17222 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17224         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17225         appropriate files before making "diststuff".
17226         (DISTBISONFILES): New var: list of files to be edited.
17227         (DISTSTUFFDIRS): Add binutils.
17229 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17231         * config.sub: also handle mipsel and mips64el (for little endian mips)
17233 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17235         * configure.in: Add * to end of all OS names.
17237 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17239         * configure.in: Build newlib for LynxOS native.
17241 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17243         * config.guess: Add support for delta 88k running SVR3.
17245         * configure.in: Add comment about HP compiler vs. emacs.
17247 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17249         * configure.in: don't build ld on solaris2 (not a viable option
17250           due to bugs in getpwnam & getpwuid)
17252 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17254         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17255         config.guess will produce a full version number.
17257 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17259         * configure.in: Build linker and binutils for alpha-dec-osf1.
17261 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17263         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17264         and gdb/testsuite/Makefile.in.
17266 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17268         * configure.in: recognize mips*- instead of mips-
17270 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17272         * config.sub: Accept linux*coff and linux*elf as operating
17273         systems.
17275 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17277         * config.sub: Recognize mips64, and mips3 as an alias for it.
17279 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17281         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17282         gdb knows how to handle OSF/1 shared libraries.
17284 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17286         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17287         * config.guess: Recognize Hitachi's HIUX.
17288         * config.sub: Recognize h3050r* and hppahitachi.
17289         Remove redundant cases for hp9k[23]*.
17291 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17293         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17294         if gas and ld are in the source tree and are in ${configdirs}.
17295         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17296         --with options (but still pass them down on the command line,
17297         if they were explicitly specified).
17299 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17301         * configure: substitute SHELL value in Makefile.in with
17302         ${CONFIG_SHELL}
17304 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17306         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17307         *-*-solaris2* targets.
17309 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17311         * Makefile.in: define M4, and pass it down to sub-makes;
17312         all-autoconf now depends on all-m4
17314 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17316         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17317         presence of {ar,ranlib} instead of a configured directory
17319 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
17321         * config.guess: Accept 34?? as well as 33?? for NCR.
17323 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17325         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17326         of 'gas' in sed commands, since 'gash' is now in the tree as well.
17328 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17330         * configure: grab values for $(CC) and $(CXX) from the
17331         environment, so that someone can do "CC=gcc configure; make" and
17332         have it work right (matching the way that autoconf works now)
17334         * configure.in, Makefile.in: add support for gash, the tcl
17335         interface to Galaxy
17337         * config.guess: add NetBSD variants (hp300, x86)
17339 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
17341         * install.sh: Support -d option (in the manner of SunOS 4 install,
17342         as it is more deterministic than that of GNU install)
17343         (chmodcmd): Set file to mode 755 by default (should also do default
17344         chgrp and chown, but I don't feel like dealing with that now)
17346 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
17348         * config.sub: Remove h8300hhms alias.
17350 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17352         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17354 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17356         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17357         as stmp-fixinc
17359 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17361         * config.sub: recognize m88110-bug-coff.
17363 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17365         * Makefile.in (all-libio): all dependencies on the toolchain used
17366         to build this (gcc, gas, ld, etc)
17368 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17370         * config.guess: Deal with OSF/1 1.3 on alpha.
17372 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17374         * install.sh: add some 'else true' clauses for portability
17376         * configure.in: don't build libio for h8[35]00-*-* targets
17378 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17380         * Makefile.in:  Add support for new libio.
17382 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17384         * install.sh: If one command fails, don't try the rest.  Don't try
17385         to remove $dsttmp (via trap) unless we have already created it.
17386         If $src doesn't exist, detect it and exit with an error.
17388         * config.guess: Recognize BSD on hp300.
17390 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17392         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17393         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17395 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
17397         * Makefile.in (all-send-pr): depends on all-prms
17399 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17401         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17403 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17405         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17406         Added test for mips-mips-riscos5.
17408 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17410         * configure.in: use mh-hp300 for 68k HP hosts
17412 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17414         * configure: add support for CONFIG_SHELL, so that you can use
17415         some alternate shell for evaluating configure scripts
17417 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
17419         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
17420         in configure script to bug-gdb@prep.ai.mit.edu when building
17421         distribution archive.
17422         * Makefile.in (COMPRESS):  Remove def.
17423         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
17424         gdb.tar.Z and make-gdb.tar.Z respectively.
17425         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
17426         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
17427         to convergence with 'taz' target in Makefile.in.
17429 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17431         * install.sh (dsttmp): use trap to ensure that tmp files go
17432         away on error conditions
17434 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17436         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17438 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17440         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17441         its parent is '/' not ''.
17443         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17445 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
17447         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17448         that ${newsrcdir}/configure.in does.
17450 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17452         * test-build.mk: support for CONFIG_SHELL
17454 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
17456         * config.sub (netware):  Add as a basic system type.
17458 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17460         * Makefile.in (Makefile): depend on configure.in.  Also drop the
17461           $(srcdir)/ from the dependency on Makefile.in.
17463 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
17465         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17466         (h8300hhms is temporary until multi-libraries are implemented).
17467         * configure.in: Handle h8300h too.
17469 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17471         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17473 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
17475         * configure:  Remove extraneous output when guessing host type.
17476         * config.guess:  Remove extraneous output when guessing using C
17477         compiler rather than uname, or when guessing fails.
17479 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
17481         * Makefile.in: remove all.cross and install.cross targets
17483         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17484           definitions
17486 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
17488         * configure.in (target sh): Build gprof.
17490 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17492         * config.sub: change -solaris to -solaris2
17494 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17496         * configure.in: Use config/mh-riscos for mips-*-sysv*.
17498 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
17500         * configure: Correct error message for missing Makefile.in to
17501         print correct directory.
17503 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17505         * install.sh: kludge around 386BSD shell bug
17507 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
17509         * config.guess:  Recognize NeXT.
17510         * config.guess:  Recognize i486-ncr-sysv4.
17511         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
17513 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
17515         * Makefile.in (MAKEINFOFLAGS): New variable.
17516         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17517         * build-all.mk, test-build.mk: Pass down --no-split as
17518         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
17520 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
17522         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
17524 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
17526         * Makefile.in (libg++.tar.z):  New rule.
17527         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
17528         * Makefile.in (taz):  Only do a single chmod.
17530 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17532         * install.sh: don't use dirname anymore (replaced with sed usage)
17534 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
17536         * Makefile.in:  Change extension for gzip'd files from '.z' to
17537         '.gz' per new FSF standard usage.
17539 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17541         * configure: put quotes around the final value of program_transform_name
17543 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17545         * Makefile.in: new install.sh support; update install-info rules
17547 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
17549         * configure.in: Build diff for crosses, but not for go32 host.
17551         * configure.in: Build gprof only for native, and don't build it
17552         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17554 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
17556         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17558 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17560         * configure.in (host_tools): Add prms.
17562 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17564         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17565         with $(FLAGS_TO_PASS) on the command line
17567         * config.sub: Recognize lynx and lynxos
17569 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
17571         * config.sub: Accept -ecoff*, not just -ecoff.
17573 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17575         * Makefile.in (taz): Use .gz suffix instead of .z.
17576         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17577         names.
17579 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17581         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17583 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17585         * Makefile.in (install-no-fixedincludes):  install gcc last, so
17586         that rebuilds that might happen during 'make install' don't get
17587         bogus gcc include files
17589 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17591         Change from Utah for HPPA support:
17592         * config.guess: Recognize hppa1.x-hp-bsd.
17594 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
17596         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
17597         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17599 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17601         * config.sub: Add support for rom68k and bug boot monitors.
17603 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
17605         * Makefile.in: Make all-opcodes depend on all-bfd.
17607 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
17609         * config.guess: Added special check for i[34]86-univel-sysv4*.
17611 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
17613         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17614         the processor rather than assuming i486.
17616 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17618         * config.guess: Recognize SunOS6 as Solaris3.
17620 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
17622         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
17623         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17625 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
17627         * build-all.mk (all-cross): New target for Canadian Cross.
17628         Added Q2 go32 targets.
17629         * test-build.mk: Configure go32 cross sparclite-aout and
17630         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
17631         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17633 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17635         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17636         GO32 hosted toolchains
17638 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17640         * configure: change  so "-exec-prefix" gets passed down rather
17641         than "-exec_prefix" so autoconf generated Makefiles get the
17642         exec_prefix set right.
17644 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17646         * config.guess: get the Solaris2 minor version number
17648         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17650 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17652         * config.guess: Recognize some Sequent platforms.
17654 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17656         * Makefile.in: added the vault-install target
17658         * configure.in: actually use the Sun3 makefile fragment that's in
17659         config, also added the release dir to configdirs
17661 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17663         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17665 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17667         * configure.in: remove some program from Alpha targetted toolchains
17669 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
17671         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
17672         gprof.
17673         (taz): Run "make diststuff" in those directories instead of "make
17674         proto-dir".  Look for "VERSION=" only at start of line in subdir
17675         Makefile.  Use "gzip -9" for compression.
17676         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17677         (binutils.tar.z): New target.
17679 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17681         * Makefile.in (taz): Include gpl.texinfo.
17683 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17685         * Makefile.in (setup-dirs): Merged into "taz" target.
17686         (taz): Only do `proto-dir' stuff if a directory is actually needed
17687         for this target.
17689 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
17691         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17692         (FLAGS_TO_PASS): Pass down MUNCH_NM.
17693         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17694         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17695         (gcc-no-fixedincludes): Correct for current gcc Makefile.
17697 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
17699         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
17700         config.sub, and move-if-change to gdb testsuite distribution
17701         archive, so the testsuite can be extracted, configured, and
17702         run separately from the gdb distribution.  Blow away the Chill
17703         tests that require a Chill compiled executable, since GNU Chill
17704         is not yet publically available.
17706 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17708         * test-build.mk: set environment variables in a single command,
17709         instead of a list of assignments and exports
17711         * config.guess: recognize Alpha/OSF1 systems
17713 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17715         * configure: Change help message to prefer --options rather than
17716           -options.
17718 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17720         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17721         zippy@ecst.csuchico.edu.
17722         * config.guess: Recognize miniframe.
17724 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17726         * Makefile.in: Use srcroot to find runtest rather than rootme.
17727         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17729 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17731         * test-build.mk: Extensive additions to support building on a
17732         machine other than the host.
17734 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17736         * configure (tooldir): Fix for i386-aix again.
17738 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
17740         * configure, Makefile.in:  Change definition of $(tooldir)
17741         to match the FSF.
17743 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
17745         * config.guess:  Recognize i[34]86/SVR4.
17747 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17749         * Makefile.in (all-gdb): gdb depends on sim.
17751 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
17753         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
17754         at the same time we make the prototype gdb directory.
17755         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
17756         files at the same time as the gdb base release distribution.
17758 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
17760         * Makefile.in (check): Use individual check targets rather than
17761         DO_X rule.
17762         (check-gcc): Added.
17764 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
17766         * config.sub: Use sysv3.2 not sysv32 for canonical OS
17767         for System V release 3.2.
17769 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17771         * config.sub: Recognize hppaosf.
17772         * configure.in: Do configure ld/binutils/gas for it.
17774 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17776         * configure (tooldir): Alter syntax used to set this, for systems
17777         where "\$" isn't handled right, like i386-aix.
17779 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17781         * configure: Pass program-transform-name, not
17782         program_transform_name, to recursive configures.
17784 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
17786         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17787         of gas+ld+binutils.
17789 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
17791         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
17793 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17795         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17797 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17799         * Makefile.in (PRMS): Set back to all-prms.
17801 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17803         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17804         targets, rather than for MIPS hosts.
17806 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17808         * configure.in: add comment for --with-x default values
17810         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17812         * Makefile.in: add check-* targets for each of the directories in
17813         the tree.  Add a definition of RUNTEST that will use the one we
17814         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
17816 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
17818         * configure.in: Removed obsolete references to bfd_target and
17819         target_makefile_frag.
17821         * build-all.mk: Set assorted targets for Q2.
17822         * config.sub: Recognize z8k-sim and h8300-hms.
17823         * test-build.mk: Really don't pass host to configure.
17824         (HOLES): Added uname.
17826 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
17828         * configure: Handle an empty program-prefix, program-suffix or
17829         program-transform-name correctly.
17831 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
17833         * build-all.mk: -G 8 no longer required for MIPS targets.
17834         * test-build.mk: Don't pass host argument to configure; make it
17835         guess.
17837 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
17839         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
17840         * Makefile.in (COMPRESS):  New macro, like GZIP.
17842 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
17844         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17846         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17847         with gas currently defaults to -G 0.
17849 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
17851         * Makefile.in (all-flex): flex depends on byacc.
17853         * build-all.mk: If host not specified, use config.guess.  Pass TAG
17854         to test-build.mk as RELEASE_TAG.
17855         * test-build.mk (configargs): New variable containing arguments to
17856         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
17857         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17859         * config.guess: Use /bin/uname when checking -X argument on SCO,
17860         to avoid invoking GNU uname which doesn't understand -X.
17862         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17864         * configure.in: Build gas for mips-*-*.
17866 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17868         * Makefile.in (all.normal): insert missing backslash.
17870 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
17872         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
17874         * Makefile.in: Complete overhaul to merge many almost identical
17875         targets.
17877 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17879         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17880         (gdb.tar.Z): Adjusted.
17882         * Makefile.in (setup-dirs, taz): New targets; should be general
17883         enough to adapt for gdb sometime.  Build only .z file.
17884         (gas.tar.z): New target.
17886 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17888         * build-all.mk: Use CC=cc -Xs on Solaris.
17890 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
17892         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
17893         for handling BISON for FSF releases.
17895 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17897         * configure: Actually implement the change zoo just documented.
17899 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
17901         * configure: when using config.guess, only set target_alias when
17902         it's not already been set (ie, on the command line)
17904 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17906         * Makefile.in: add installcheck target, set PRMS to install-prms
17908 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17910         * configure: add support for package_makefile_fragment, handle the
17911         case where a directory has a configure.in file but no Makefile.in
17912         more gracefully (with an actual understandable error message, even);
17913         add support for --without (and add this to the usage message); also
17914         explicitly add a --host=${host_alias} to the command line when
17915         config.guess is used
17917 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17919         * configure: Must use both --host and --target in recursive calls.
17921 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17923         * Makefile.in: Change deja-gnu to dejagnu.
17925 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17927         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17929 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17931         * configure.in: canonicalize all instances to *-*-solaris2*,
17932         also strip out a number of tools to not build for go32 host
17934 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17936         * config.guess: add GPL.
17938         * Makefile.in, config.guess, config.sub, configure: bump
17939           copyrights to 93.
17941 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
17943         * Makefile.in (do-info): Removed obsolete check for existence of
17944         localenv file.
17946         * Makefile.in (MAKEOVERRIDES): Define to be empty.
17948 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17950         * Makefile.in: a couple of 'else true' for decstation,
17951         support for TclX
17953         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17955 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
17957         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17959 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
17961         * config.guess: Recognize i386-ibm-aix (PS/2).
17962         * configure.in: Use config/mh-aix386 file for it.
17964 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
17966         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17967         CC_FOR_TARGET instead.
17968         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17970 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
17972         * Makefile.in: Add sim to list of directories sent with gdb
17974 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17976         * configure.in: Put back mips-dec-bsd* case.
17978 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
17980         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17981         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
17982         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17984 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17986         * configure.in: remove no-op mips-dec-bsd* in "case $target"
17988         * Makefile.in (dir.info): only run gen-info-dir if it exists,
17989         (install-info): install dir.info only if it exists,
17990         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17992 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
17994         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
17995         gas for mips-dec-bsd.
17997 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
17999         * configure (makesrcdir): If ${srcdir} is relative and not ".",
18000         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18002 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18004         * configure.in: Added "dejagnu" to hosttools list.
18006 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
18008         * config.sub, configure.in, config.guess:  Add support
18009         for Bosx, an AIX variant from Bull.
18010         Patches from F.Pierresteguy@frcl.bull.fr.
18012 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18014         * devo/dejagnu: Initial creation of devo/dejagnu.
18015         Migrated dejagnu testcases and support files for testing software
18016         tools to reside as subdirectories, currently called "testsuite",
18017         within the directory of the software tool.  Migrated all programs,
18018         support libraries, etc. beloging to dejagnu proper from
18019         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
18020         with no modifications.  The changes to these files which will
18021         allow them to configure, build, and execute properly will be made
18022         in a future update.
18024 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18026         * Makefile.in: Change send_pr to send-pr.
18027         * configure.in: Likewise.
18028         * send_pr: Renamed directory to send-pr.
18030 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
18032         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
18034 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
18036         * README:  Update for gdb-4.8 release.
18037         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
18038         gdb-xxx.tar.z (gzip'd) file also.
18040 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18042         * Makefile.in: make all-diff depend on all-libiberty
18044 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
18046         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18048 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18050         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18052 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
18054         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
18055         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
18056         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
18058 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18060         * Makefile.in:  makeinfo binary is in a new location
18062 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
18064         * config.sub: Accept -ecoff as an OS.
18066         * Makefile.in: Various changes to eliminate a level of make
18067         recursion and reduce the required command line length.
18068         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18069         sub-makes.
18070         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18071         variables holding settings for specific sub-makes.
18072         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18073         in terms of BASE_FLAGS_TO_PASS.
18074         (TARGET_LIBS): New variable listing directories which use
18075         TARGET_FLAGS_TO_PASS.
18076         (subdir_do): Eliminated.
18077         (do-*): New set of targets to replace subdir_do.
18078         (various): All targets which used subdir_do now depend on do-*.
18079         (local-clean): Renamed from do_clean.
18080         (local-distclean): New target, dependency of distclean and
18081         realclean.
18082         (install-info): Don't create directories.  Depend on dir.info
18083         rather than calling make recursively.
18084         (install-dir.info): Eliminated.
18085         (install-info-dirs): Create all info directories here.
18086         (dir.info): Depend upon do-install-info.
18088         * test-build.mk (HOLES): Added false.
18090 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
18092         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
18094 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18096         * Makefile.in (info): remove dependency on all-texinfo.  The
18097         problem was really in texinfo/C, not at this level.
18099 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18101         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18103 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
18105         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
18106         GDB releases.
18108 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18110         * configure: Include srcdir in message about target of link not
18111         being found.  Don't convert `-' to `_' in `with' options being
18112         passed to subdirs.
18114 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18116         * configure.in: add uudecode to host_tools
18118         * Makefile.in: added {all,install}-uudecode targets, added them to
18119         the appropriate lists
18121 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
18123         * Makefile.in (all-gcc): Added dependency on all-gas.
18125         * configure.in (mips-*-*): Build ld and binutils.
18127 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18129         * configure: check return code from mkdir, print error message and
18130           exit on failure.
18132 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
18134         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
18136 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18138         * test-build.mk (HOLES): Added tar, cpio and uudecode.
18140 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18142         * config.sub (h8500):  Recognize this as a cpu type.
18144 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18146         * configure: source directory missing is no longer a warning
18148         * configure.in: recognize irix[34]* instead of irix[34]
18150         * Makefile.in: define and pass down X11_LIB
18152 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
18154         * guess-systype: Renamed to ...
18155         * config.guess:  ... by popular request.
18156         * configure.in, Makefile.in:  Update accordingly.
18158 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
18160         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
18161         + Add Convex, Cray/Unicos, and Encore/Multimax support.
18162         + Execute ./dummy instead of assuming . is in PATH.
18164 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
18166         * guess-systype:  New shell script.  Attempts to guess the
18167         canonical host name of the executing host.
18168         Only a few hosts are supported so far.
18169         * configure:  Call guess-systype if no host is specified.
18171 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18173         * Makefile.in (gcc-no-fixedincludes): Made to work with current
18174         gcc Makefile.
18177 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
18179         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18180         (all-gcc, install-gcc, subdir_do): Use it.
18182 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18184         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18186 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
18188         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18189           set exclusively by configure, using configure.in .
18191 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18193         * test-build.mk: set $PATH for all builds
18195         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18197 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18199         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18200         the one used in gcc/Makefile.in, so that a null expansion doesn't
18201         override the one needed to build gcc with a native cc.
18204 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18206         * configure: Accept -with arguments.
18208 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18210         * Makefile.in: added h8300sim
18212 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18214         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18215         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18216         (all-cygnus, native, build-cygnus): Make
18217         $(canonhost)-stamp-3stage-done, not $(host)....
18218         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18219         i386-sco3.2v4.  Added else true to if command.
18221 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18223         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18225 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18227         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18229 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18231         * configure.in: don't remove binutils from Solaris builds
18233 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18235         * Makefile.in: get rid of earlier definitions for *clean,
18236         also handle the recursive info rule better
18238 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18240         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18241         do more-or-less the right thing.
18243 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18245         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18246         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18248 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18250         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18251         $(host_canonical).
18253         * configure.in: split the configdirs list into 4 categories (native
18254         v. cross, library v. tool) and handle the cross-only and native-
18255         only in more reasonable (and correct!) way.
18257 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18259         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18260         configdirs anymore.
18262 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18264         * Makefile.in: extensive cleanup::  removed all of the explicit
18265         clean-* targets, collapsed many wrappers around subdir_do into
18266         one, added additional targets to satisfy standards.texi, deleted
18267         some old targets, some changes for consistency
18269 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18271         * configure.in: handle some programs as cross-only, and others as
18272         native only
18274         * test-build.mk: handle partial holes in a more generic manner
18276         * Makefile.in: m4 depends on libiberty
18278 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18280         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18281         time, wdiff, and find to configdirs
18283         * Makefile.in: all, clean, and install rules for the new programs
18284         added to configure.in
18286 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18288         * configure.in: use mh-sun for all *-sun-* hosts
18290 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18292         * Makefile.in: define flags for X11 include files and library file
18293         locations, pass them down to the programs that need this info
18295         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18297 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18299         * configure.in: start building libg++ for HP-UX targets
18301 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18303         * README:  Update references to files moved into etc/.
18305 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
18307         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
18308         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
18310 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18312         * configure: accept dash as well as underscore in long option
18313         names for FSF compatibility.
18315 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
18317         * config.sub: added -sco3.2v4 support from FSF.
18319 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18321         * configure.in: expand the section that adds or removes
18322         directories from the list of programs to build, to handle native
18323         vs. cross in addition to host v. native
18325 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
18327         * Makefile.in:  Replace C++ in macro names with CXX.
18328         This is less likely to break ...
18330 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18332         * test-build.mk: add -w to GNU_MAKE
18334 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18336         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18337         add 'sparc' to list of recognized cpus.  This needed to make
18338         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18339         Delete some redundant ose68 variants.  Recognize -wrs as an os,
18340         then changes that into $CPU-wrs-vxworks.
18342         * configure.in: remove most references to gdbtest, regularize
18343         target based program removal
18345         * test-build.mk: import from p3 tree (many fixes and changes)
18347 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
18349         * Makefile.in: added rules to handle tcl, tk, and expect
18351         * configure.in: handle those directories if they exist
18353 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18355         * config.sub: removed bogus hppabsd and hppahpux names, since
18356         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18358 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18360         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
18361         depends upon all-xiberty
18363         * Makefile.in: changes from p3, including:
18365         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
18367         * Makefile.in (XTRAFLAGS): include newlib directories if
18368         newlib/Makefile exists, rather than if host != target.
18370         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
18372         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18373         from the same source tree and not building a cross-compiler.  This
18374         matters for the libg++ configuration if reconfiguring a tree that
18375         has already been installed.
18377         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
18379         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18380         pick up the machine and system specific header files.
18382         * Makefile.in: added AS_FOR_TARGET, passed down in
18383         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18384         the C compiler to use to create programs which are run in the
18385         build environment, set it to default to $(CC), and passed it down
18386         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18388         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
18390         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18391         We need them for unusual native builds, like systems without
18392         ranlib.
18394         * configure: also define $(host_canonical) and
18395         $(target_canonical), which are the full, canonical names for the
18396         given host and target
18398 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
18400         * Makefile.in:  Added separate definitions for C++.
18402 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
18404         * configure.in (configdirs):  Add deja-gnu.
18406 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
18408         * README:  Update for configure.texi and gdb-4.7 release.
18410 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
18412         * Makefile.in:  Move "all" target to top of file.
18413         Previously, first target was ".PHONY" which caused BSD4.4 make
18414         to build .PHONY when make was run without arguments.
18416 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
18418         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
18419         Library-copylefted code in libiberty.
18421 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
18423         * config.sub:  Replace m68kmote with plain old m68k.
18425 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
18427         * Makefile.in:  Remove space from blank line, avoid Make complaints.
18429 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
18431         * config.sub: Complain if no argument is given.  Added support for
18432         386bsd as OS and target alias.
18434 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
18436         * Makefile.in (XTRAFLAGS): include newlib directories if
18437         newlib/Makefile exists, rather than if host != target.
18439 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
18441         * config.sub: recognize sparclite-wrs-vxworks.
18443         * Makefile.in (install-xiberty): added *-xiberty make rules (from
18444         p3.) Added clean-xiberty to clean.
18446 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18448         * configure.in: use *-*-* instead of nested cases for host and target
18450 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
18452         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18453         from the same source tree and not building a cross-compiler.  This
18454         matters for the libg++ configuration if reconfiguring a tree that
18455         has already been installed.
18457 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
18459         * config.sub (i486v/i486v4):  Merge in from FSF version.
18461 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
18463         * configure: only set PWD if it is already set.
18465 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
18467         * configure: just set PWD=`pwd` at the top, since Ultrix sh
18468         doesn't have unset and all success paths (and most error paths)
18469         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18470         to just ${PWD} to avoid confusion.)
18472 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
18474         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18475         even for a native compilation.
18477 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
18479         Changes to make the gdb.tar.Z rule work better.
18481         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
18482         (DEVO_SUPPORT):  Add configure.texi.
18483         (bfd-ilrt.tar.Z):  Remove ancient rule.
18485 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
18487         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18488         pick up the machine and system specific header files.
18490         * configure.in, config.sub: added new target m68010-adobe-scout,
18491         with alias of adobe68k.  Changed configure.in to check for
18492         -scout before -sco* to avoid a false match.
18494         * Makefile.in: added AS_FOR_TARGET, passed down in
18495         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18496         the C compiler to use to create programs which are run in the
18497         build environment, set it to default to $(CC), and passed it down
18498         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18500 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18502         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18503         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
18504         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18505         FOR_TARGET variants, to newlib and libg++.
18507 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18509         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18510         first.
18512 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
18514         * config.sub:  Accept `elf' as an environment.
18516 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18518         * Makefile.in (all-opcodes):  cd into the right directory
18520 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
18522         * configure: added -program_transform_name option, used as
18523         argument to sed when installing programs.
18524         configure.texi: added documentation for -program_prefix,
18525         -program_suffix and -program_transform_name.
18527 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
18529         * config.sub:  Accept i486 where i386 ok.
18531 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
18533         * config.sub: accept we32k
18535 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
18537         * config.sub, configure.in: accept OSE68000 and OSE68k.
18539         * Makefile.in: don't create all directories for ``make install'';
18540         let the subdirectories create the ones they need.
18542 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18544         * COPYING: new file, GPL v2
18546 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18548         * Makefile.in: use the new gen-info-dir, which needs a template
18549         argument (which also lives in texinfo)
18551         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18553 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
18555         * config.sub (ncr3000):  Change i386 to i486.
18557 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18559         * Makefile.in: add install-rcs, install-grep to
18560         install-no-fixedincludes, removed install-bison and install-libgcc
18562 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
18564         * configure.in: grab the HPUX makefile fragment if on HPUX
18566 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18568         * Makefile.in: eradicate bison spoor (ditto libgcc).
18569          configure.in: recognise m68{k,000}-ericsson-OSE.
18570          es1800 is alias for m68k-ericsson-OSE
18572 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18574         * configure.in: rearrange the parts that remove programs from
18575         configdirs, based now on HOST==TARGET or by canonical triple.
18577 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18579         * test-build.mk: recurse explicitly with -f test-build.mk when
18580           appropriate.  predicate stage3 and comparison on the existence
18581           of gcc.  That is, if gcc isn't around, we aren't three-staging.
18582           On very clean, also remove ...stamp-co.  Build in-place before
18583           doing other builds.
18585 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18587         * Makefile.in, configure.in: add tgas
18589 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18591         * Makefile.in: a number of changes merged in from progressive.
18593         * configure.in: add libm.
18595         * .cvsignore: ignore some stuff that comes from test-build.mk.
18597 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
18599         * config.sub:  Add es1800 (m68k-ericsson-es1800).
18601 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18603         * configure: Add program_suffix (parallel to program_prefix)
18604         * Makefile.in: adjust directory-creating script for losing decstation
18606 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
18608         * configure:  Minor $subdir-related fixes.
18610 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18612         * configure: fix various problems with propogating
18613         makefile_target_frag in subdirs.
18614         * configure.in: config libgcc if its there
18616 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
18618         * config.sub:  HPPA merge.
18620 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
18622         * Makefile.in:  Replace all-bison with all-byacc in all
18623         dependency lines for other tools (which now use byacc).
18625 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
18627         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
18629 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
18631         * Makefile.in: make gprof rules similar to byacc rules (instead of
18632         vestigal $(unsubdir) that didn't work...)
18634 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
18636         * config.sub:  Add support for Linux.
18637         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
18638         (at least for libg++).
18640 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
18642         * configure.texi: fix doc for the -nfp option to configure
18644 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
18646         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18648 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
18650         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18651         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18652         * configure.in: added solaris* host_makefile_frag hook.
18654 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18656         * config.sub: changed recognition of m68000 so that various
18657         m68k types can be specified via m680[01234]0
18659 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18661         * config.sub (basic_machine): fix sed so that '-foo' isn't
18662         completely substituted out while .+'-foo' loses the '-foo'
18664 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18666         * config.sub ($os): Add -aout.
18668 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
18670         * configure:  If host_makefile_frag is absolute, don't
18671         prefix ${invsubdir} (relevant to libg++ auto-configure).
18673 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18675         * Makefile.in (tooldir): Define it.
18676         (all-ld): Depend on all-flex.
18678 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
18680         * Makefile.in (check):  Fix libg++ special case.
18682 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
18684         * configure: do not bury `pwd` into config.status, thus do fewer
18685           pwd's.
18687         * configure: print the "Building in" message only when building in
18688           other than "." AND verbose.
18690         * configure: remove -s, rework -v to better accommodate guested
18691           configures.
18693         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18695 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
18697         * Makefile.in: macroize flags passed on recursion.  remove
18698           fileutils.
18700 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
18702         * configure: get makesrcdir right for subdirs deeper than 1.
18704         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18705           install.
18707 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
18709         * Makefile.in: don't print subdir_do or recursion lines.
18711 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
18713         * standards.texi: added menu item.
18715         * Makefile.in: build and install standards.info.
18717         * standards.texi: new file.
18719 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18721         * configure: test for and move config.status pieces from
18722           ${subdir}/.
18724 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
18726         * configure:  Test for existance of files before trying to mv
18727         them, to avoid numerous non-existance messages.
18729 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
18731         * configure: correct final line of config.status.
18733         * configure: patch from eggert.  Avoids a protection problem if
18734           the original Makefile.in is read only.
18736         * configure: use move-if-change from gcc to create config.status.
18737           Some makefiles depend on config.status to tell if a directory
18738           has been reconfigured for a different host.  This change
18739           prevents those directories from remaking everything in the case
18740           where the reconfig was only intended to rebuild a Makefile.
18742         * configure: test for config.sub with "config.sub sun4" rather
18743           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
18744           host alias from a missing config.sub.
18746 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18748         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18749           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
18751 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
18753         * configure: mkdir ${subdir} as needed.
18755 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
18757         * Makefile.in,configure.in: added autoconf.
18759 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18761         * Makefile.in: no longer pass against on recursion.
18763         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18764           definitions are not inherited.
18766         * configure: correct makesrcdir when subdir is .
18768 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
18770         * configure:  Add support for 'subdirs' variable, which is
18771         like 'configdirs', except that configure doesn't re-invoke
18772         itself for subdirs, it just creates a Makefile for each subdir.
18773         * configure.texi:  Document subdirs.
18775 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18777         * configure.in: added flex to configdirs
18779 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
18781         * Makefile.in: remove clean-stamps from clean.
18783 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
18785         * configure.in:  Add gdbtest to configdirs.
18787 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
18789         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
18790         to recursive makes.
18791         * configure.in:  Recognize new ncr3000 config.
18793 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
18795         * Makefile.in, configure.in: removed references to gdbm.
18797 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
18799         * config.sub:  Don't canonicalize os value
18800         newsos* to bsd (readline needs to check for newsos).
18801         (This fix was earlier made Jan 31, but got re-broken.)
18803 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
18805         * configure.in:  sco is an os, not a vendor!
18807         * configure:  Quote $( better.  Keep various shells happy.
18809 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
18811         * Makefile.in: eliminate stamp-files.
18813 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
18815         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
18816           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18818 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
18820         * config.sub:  fix iris/iris3.
18822 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
18824         * configure: re-add -rm.
18826 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
18828         * Maskefile.in: add .stmp-rcs to all.
18830         * configure.in: remove gas from rs6000 build, use aix host fragment.
18832 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
18834         * configure: pass down site_option during recursion.
18836 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
18838         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
18840 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
18842         * configure: Change exec_prefix so that it really defaults to prefix.
18844 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
18846         * Makefile.in, configure.in:  Add support for mmalloc library.
18848 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
18850         * Makefile.in: add stmp dependencies for a few more things.
18852 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
18854         * configure: adjusted error message on objdir/srcdir configure
18855           collision, per john's suggestion.
18857         * Makefile.in: add libiberty stmp to all and all.cross.
18859 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
18861         * Makefile.in: remove force dependencies, add grep to all.
18863 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
18865         * Makefile.in: drop flex.  make stamp files work.
18867         * configure: added test for conflicting configuration in srcdir,
18868           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
18869           gets cranky.  use relative paths for configure and srcdir
18870           whenever possible.  Send some error messages to stderr that were
18871           going to stdout.
18873 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
18875         * Makefile.in:  Fix libg++ rule to check for gcc directory
18876         before using gcc/gcc.  Also pass XTRAFLAGS.
18878 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
18880         * Makefile.in: added stmp-files so that directories aren't polled
18881           when they are already built.
18883         * configure.texi: fixed a node pointer problem.
18885 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
18887         * config.sub configure.in gdb/configure.in
18888         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18889         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18890         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
18892 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18894         * configure: -recurring becomes -silent.  corrected help message
18895           for -site= option.
18897         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18899 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18901         * configure: when building Makefile for crosses, replace
18902           tooldir and program_prefix.  default srcdir from location of
18903           config.sub.  remove "for host in hosts" and "for target in
18904           targets" loops.
18906 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18908         * Makefile.in: Do not pass bindir or mandir to cvs.
18910 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
18912         * Makefile.in, configure.in: removed traces of namesubdir,
18913           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
18914           copyrights to '92, changed some from Cygnus to FSF.
18916         * configure.texi: remove most references to multiple hosts,
18917           multiple targets, subdirs, etc.
18919         * configure.man: removed rcsid. reference config.sub not
18920           config.subr.
18922         * Makefile.in: mkdir $(infodir) on install-info.
18924 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
18926         * configure.texi:  Explain better about .gdbinit and about
18927         the environment that configure.in sections run in.
18929 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
18931         * configure.in:  Ultrix is only a decstation if it's a MIPS.
18933 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
18935         * README:  DOC.configure => cfg-paper.texi.
18937 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
18939         * config.sub (near case $os):  Don't convert newsos* to bsd!
18941 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
18943         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
18944         the number of copies of COPYING that go into the GDB tar file.
18946 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
18948         * bfd/configure.in, gdb/config/mh-i386sco,
18949         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18950         Fix SCO configuration stuff.
18952 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
18954         * Makefile.in:  For libg++, make sure the -I pointing
18955         to the gcc directory goes *after* all the libg++-local -I flags.
18956         Also, move just-gcc dependency from just-libg++ to all-libg++.
18958 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
18960         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
18962 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
18964         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
18966 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
18968         * config.sub:  Add stratus configuration frags.  Also
18969         submitted to FSF.
18971 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
18973         * Makefile.in (DEV_SUPPORT):  add configure.man.
18975         * config.sub(Decode manufacturer-specific):  add -none*.
18977 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
18979         * Makefile.in:  remove form feeds to make Sun's make happy.
18980         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
18982 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
18984         * Makefile.in (AR_FLAGS):  Make quieter.
18986 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
18988         * configure.in:  Add libg++.
18989         * configure:  When verbose, don't output the command line at each
18990         level; it will be unremarkably the same as the previous version,
18991         which will be the same as what the user typed.
18993 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
18995         * configure.in, Makefile.in: fix clean-info, add flex.  add
18996           fileutils.
18998         * configure: be less sensitive to spaces in Makefile.in.  Do not
18999           look for sources in "..".  Doing so breaks subdirectories that
19000           might have their own configure.  If a subdir has it's own
19001           configure script, use it.
19003 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
19005         * cfg-paper.texi: some changes suggested by rms.
19007 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
19009         * config.sub:  Merge in some small additions from the FSF version,
19010         taken from the gcc distribution, to bring the Cygnus and FSF
19011         versions into closer sync.
19013 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
19015         * configure.in:  Changed svr4 references to sysv4.
19017 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
19019         * configure: added -V for version number option.
19021 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
19023         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19024           renamed from DOC.configure to cfg-paper.texi.
19026 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19028         * configure, config.subr, config.sub: config.subr is now
19029           config.sub again.
19031 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
19033         * configure.texi: new file, in progress.
19035         * Makefile.in: build info file and install the man page for
19036           configure.
19038         * configure.man: new file, first cut.
19040         * configure: find config.subr again now that configuration "none"
19041           has gone.  removed all traces of the -ansi option.  removed all
19042           traces of the -languages option.
19044         * config.subr: resync from rms.
19046 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19048         * configure, config.sub, config.subr: merge config.sub into
19049           config.subr, call the result config.subr, remove config.sub, use
19050           config.subr.
19052         * Makefile.in: revised install for dir.info.
19054 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19056         * configure.in: add decstation host makefile frag.
19058         * Makefile.in: BISON now bison -y again.  also install-gcc on
19059           install.  clean-gdbm on clean.  infodir belongs in datadir.
19060           Make directories for info install.  Build dir.info here then
19061           install it.
19063 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19065         * Makefile.in: fix for bad directory tests.
19067 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19069         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
19070           regexp.  -srcdir relative was being handled incorrectly.
19072         * Makefile.in: unwrapped some for loops so that parallel makes
19073           work again and so one can focus one's attention on a particular
19074           package.
19076 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19078         * configure: added PWD as a stand in for `pwd` (for speed). use
19079           elif wherever possible.  make -srcdir work without -objdir.
19080           -objdir= commented out.
19082 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19084         * configure: +options become --options.  -subdirs commented out.
19085           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
19086           Makefile now at top of generated Makefile.  Removed cvs log
19087           entries.  added -srcdir.  create .gdbinit only if there is one
19088           in ${srcdir}.
19090         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
19091           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
19092           and mandir now keyed off datadir by default.
19094 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19096         * Freshly created ChangeLog.
19099 Local Variables:
19100 mode: change-log
19101 left-margin: 8
19102 fill-column: 76
19103 version-control: never
19104 End: